Minor - rename BX_PANIC to panic.
[seabios.git] / tools /
2009-02-08 Kevin O'ConnorMinor - rename BX_PANIC to panic.
2009-01-25 Kevin O'ConnorEnhance makefile to autodetect if AVOIDCOMBINE is needed.
2009-01-19 Kevin O'ConnorMinor - improve space used reporting in tools/layoutrom.py.
2009-01-18 Kevin O'ConnorHave layoutrom.py show info on utilization of fixed...
2009-01-17 Kevin O'ConnorTry to automatically fit sections into open spaces...
2009-01-17 Kevin O'ConnorLayout fixed area using linker instead of assembler.
2009-01-01 Kevin O'ConnorSwitch to new stack when calling ATA function in 16bit...
2008-11-16 Kevin O'ConnorAdd tool for generating assembler offset definition...
2008-10-26 Kevin O'ConnorMisc minor cleanups.
2008-07-13 Kevin O'ConnorChange checkstack.py tool - key functions by address...
2008-07-12 Kevin O'ConnorShow percent space of C code used in checkrom.py.
2008-07-06 Kevin O'ConnorRelinking rom32.o twice seems flaky - make third link...
2008-07-06 Kevin O'ConnorEnsure proper alignment of subsections.
2008-07-06 Kevin O'ConnorUse ld to build final rom; remove custom build utilities.
2008-07-04 Kevin O'ConnorDefine 16bit OFFSET_x to be 32bit addresses; introduce...
2008-07-04 Kevin O'ConnorAdd hack to prevent checkstack.py from infinitely recur...
2008-06-20 Kevin O'ConnorFixup bios.bin.elf building on other versions of ld.
2008-06-07 Kevin O'ConnorImprovements to checkstack.py tool.
2008-05-13 Kevin O'ConnorAdd tool to check stack usage of 16bit code.
2008-05-10 Kevin O'ConnorFix elf build; rename target file rom.bin to bios.bin.
2008-05-09 Kevin O'ConnorSupport 32bit entry point and an elf wrapped binary.
2008-03-03 Kevin O'ConnorApply workaround to allow compiling under Ubuntu.
2008-03-01 Kevin O'ConnorFix header guards produced by defsys.py
2008-02-27 Kevin O'ConnorMisc updates.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorInitial checkin.