Enhance gcc test for visible variables with -fwhole-program.
[seabios.git] / tools /
2009-06-26 Kevin O'ConnorEnhance gcc test for visible variables with -fwhole...
2009-06-16 Kevin O'ConnorMinor - clarify disabling "-combine" warning.
2009-06-16 Kevin O'ConnorAvoid -fwhole-program on broken gcc instead of stopping...
2009-06-11 Kevin O'ConnorAdd support for gcc v3.x compilers.
2009-06-11 Kevin O'ConnorDo garbage collection of unused sections.
2009-06-11 Kevin O'Connorcheckstack.py should not match pushaw on stack usage...
2009-05-28 Kevin O'ConnorKeep relocated 16bit code so checkstack can use it.
2009-05-23 Kevin O'ConnorPack 16bit code into last part of f-segment.
2009-05-14 Kevin O'ConnorAdd missing tools/buildrom.py script.
2009-05-14 Kevin O'ConnorAdd tools/checksum.py tool.
2009-04-27 Kevin O'ConnorFix auto-restart timeout in tools/readserial.py
2009-04-20 Kevin O'ConnorEnhance test-gcc.sh.
2009-04-19 Kevin O'ConnorAdd new tool - tools/readserial.py.
2009-03-27 Kevin O'ConnorUse CC consistently in test-gcc.sh script.
2009-03-27 Kevin O'ConnorEnhance gcc checks.
2009-03-27 Kevin O'ConnorExpand gcc tests.
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.