grml...
[seabios.git] / tools /
2011-12-21 Julian Pidancetbuildrom.py: Handle image size in PCI header
2011-10-30 Michael S. Tsirkinacpi: extract aml from .lst
2011-10-13 Michael S. Tsirkinacpi: generate and parse mixed asl/aml listing
2011-07-11 Kevin O'ConnorRename the apm, pcibios, and elf entry points.
2011-07-09 Kevin O'ConnorExtend tools/readserial.py to support serial port timin...
2011-07-06 Kevin O'ConnorAdd utility "tools/encodeint.py" for CBFS config file...
2011-05-22 Kevin O'ConnorCheck for broken LD that ships with Ubuntu 11.04.
2011-01-29 Kevin O'ConnorChange kconfig to emit disabled symbols in autoconf.h.
2011-01-29 Kevin O'ConnorBuild changes for Linux kconfig code to work in seabios...
2011-01-27 Kevin O'ConnorInitial commit of Kconfig build tool.
2010-12-24 Kevin O'ConnorEnhance layoutrom.py to work around a binutils quirk.
2010-12-05 Kevin O'ConnorRequire a "_cfuncXX_" symbol prefix for inter-mode...
2010-10-18 Kevin O'ConnorReport meaningful error if pyserial not present in...
2010-09-26 Kevin O'ConnorShow size of non-relocatable runtime code during build.
2010-09-25 Kevin O'ConnorAllow rom to grow to 256K.
2010-09-16 Kevin O'ConnorEnhance build to emit relocation information.
2010-09-16 Kevin O'ConnorSeparate out init code from the rest of the 32bit flat...
2010-09-16 Kevin O'ConnorModify tools/layoutrom.py to use classes instead of...
2010-09-13 Kevin O'ConnorUse str.startswith() in python scripts.
2010-08-28 Kevin O'ConnorEnhance tools/readserial.py to support reading from...
2010-08-28 Kevin O'ConnorMake tools/transdump.py more resilient to unknown input.
2010-07-30 Kevin O'ConnorAdd tools/trandump.py tool for converting hexdump(...
2010-05-01 Kevin O'ConnorHandle unknown function addresses in tools/checkstack.py.
2010-05-01 Kevin O'ConnorSimplify build by manually resolving external symbols...
2010-03-10 Kevin O'ConnorImprovements to tools/checkstack.py.
2010-01-03 Kevin O'ConnorDetect latest FC12 gcc -combine breakage.
2010-01-01 Kevin O'ConnorForce a link error if a function is used from the wrong...
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-19 Kevin O'ConnorFix potential build failure due to text16 section being...
2009-12-12 Kevin O'ConnorEnhance readserial.py to try to account for host time...
2009-12-05 Kevin O'ConnorFix timing in readserial.py - use 10 bits per byte.
2009-12-05 Kevin O'ConnorEnhance readserial.py to note when resetting timer.
2009-11-20 Kevin O'ConnorTest for broken gcc -combine on FC12.
2009-09-20 Kevin O'ConnorAllow rom to grow beyond 64K.
2009-08-19 Kevin O'ConnorFix bug causing layoutrom.py to break if no rodata...
2009-08-09 Kevin O'ConnorUpdate tools/checkstack.py - new compilers set %ebp...
2009-07-01 Kevin O'ConnorAdd descriptions to the gcc tests in tools/test-gcc.sh.
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.