aboutsummaryrefslogtreecommitdiff
path: root/machine/machine.ac
AgeCommit message (Collapse)AuthorFilesLines
2020-10-31Disable device tree filter when load a dts from file (#219)Yan1-0/+5
* add device tree in elf, using --with-dts to add the absolute path of device tree * Disable device tree filter * Remove *.dtb dependence, when the --with-dts option is not used
2020-10-30Revert "Disable device tree filter when load a dts from file (#217)"Andrew Waterman1-4/+0
This reverts commit a161e6f3ef31004e47a5b94b85c2e84b764f8637. Resolves #218
2020-10-29Disable device tree filter when load a dts from file (#217)Yan1-0/+4
* add device tree in elf, using --with-dts to add the absolute path of device tree * Disable device tree filter
2018-07-09Properly license all nontrivial filesAndrew Waterman1-0/+2
2016-03-09Refactor pk, bbl, machine into separate librariesAndrew Waterman1-0/+4
Yuck.