aboutsummaryrefslogtreecommitdiff
path: root/scripts/acpi_extract.py
AgeCommit message (Collapse)AuthorFilesLines
2015-11-19acpi_extract: Make the generated .hex files more human readableKevin O'Connor1-4/+11
Add a comment to the top of the generated file indicating that is is an automatically generated file. Compress output so that up to eight hex values are placed on a single line. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2015-11-19acpi_extract: Move main code to new function main()Kevin O'Connor1-110/+115
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2014-01-20build: Remove unneccesary semicolons from acpi_extract scripts.Johannes Krampf1-33/+33
Signed-off-by: Johannes Krampf <johannes.krampf@googlemail.com>
2013-08-17Rename tools/ directory to scripts/ directory.Kevin O'Connor1-0/+354
It's common for other projects (eg, QEMU, Linux) to put build scripts into a "scripts/" directory. There's no reason for SeaBIOS to be different, so rename the "tools/" directory to "scripts/". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>