aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_bifrost.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-291-0/+4
| | | | | | | | | | | | | | | | | | | | | We have a bunch of hacks in syz-extract, syz-sysgen and syz-check with respect to description files unsupported on some arches, or that must not be part of make extract. Add 2 meta attribtues to files: meta noextract Tells `make extract` to not extract constants for this file. Though, `syz-extract` can still be invoked manually on this file. meta arches["arch1", "arch2"] Restricts this file only to the given set of architectures. `make extract` and ``make generate` will not use it on other architectures. Later we can potentially use meta attributes to specify git tree/commit that must be used for extraction. Maybe something else. Fixes #2754
* sys/linux: use out_overlay attributeDmitry Vyukov2022-01-111-75/+21
| | | | | | | Remove all uses of direction attributes on union fields and use out_overlay attribute instead. The attribute actually does what was the intention behind use of direction attribute on unions.
* sys/linux: add /dev/mali0 to dev_bitfrost.txtMax Spector2021-08-191-0/+2
| | | | Mali GPU is at /dev/mali0 on Android.
* sys/linux: add description for Mali Bifrost driver (#2394)Peter Shih2021-02-021-0/+377
* sys/linux: add description for mali bifrost driver * sys/linux: regenerate dev_bifrost.txt.const * sys/linux/dev_bifrost: separate BASE_*_GROUP_ID_* to individual bits * sys/linux/dev_bifrost: format code