summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-01-29Change kconfig to emit disabled symbols in autoconf.h.Kevin O'Connor1-1/+10
2011-01-29Build changes for Linux kconfig code to work in seabios dir structure.Kevin O'Connor4-25/+32
2011-01-26Initial commit of Kconfig build tool.Kevin O'Connor40-0/+22689
2010-12-24Enhance layoutrom.py to work around a binutils quirk.Kevin O'Connor1-1/+10
2010-12-05Require a "_cfuncXX_" symbol prefix for inter-mode c function references.Kevin O'Connor1-11/+28
2010-10-17Report meaningful error if pyserial not present in tools/readserial.pyKevin O'Connor1-1/+9
2010-09-26Show size of non-relocatable runtime code during build.Kevin O'Connor1-2/+5
2010-09-25Allow rom to grow to 256K.Kevin O'Connor1-0/+2
2010-09-15Enhance build to emit relocation information.Kevin O'Connor1-3/+60
2010-09-15Separate out init code from the rest of the 32bit flat code.Kevin O'Connor1-3/+50
2010-09-15Modify tools/layoutrom.py to use classes instead of tuples.Kevin O'Connor2-178/+189
2010-09-13Use str.startswith() in python scripts.Kevin O'Connor2-13/+12
2010-08-28Enhance tools/readserial.py to support reading from a pipe.Kevin O'Connor1-12/+31
2010-08-28Make tools/transdump.py more resilient to unknown input.Kevin O'Connor1-2/+2
2010-07-30Add tools/trandump.py tool for converting hexdump() output.Kevin O'Connor1-0/+50
2010-05-01Handle unknown function addresses in tools/checkstack.py.Kevin O'Connor1-17/+16
2010-05-01Simplify build by manually resolving external symbols in layoutrom.py.Kevin O'Connor3-201/+231
2010-03-09Improvements to tools/checkstack.py.Kevin O'Connor1-34/+113
2010-01-03Detect latest FC12 gcc -combine breakage.Kevin O'Connor1-0/+1
2010-01-01Force a link error if a function is used from the wrong code chunk.Kevin O'Connor1-12/+15
2009-12-30Add support for 32bit PCI BIOS entry.Kevin O'Connor2-47/+93
2009-12-19Fix potential build failure due to text16 section being too large.Kevin O'Connor2-17/+21
2009-12-12Enhance readserial.py to try to account for host time offsets.Kevin O'Connor1-8/+12
2009-12-05Fix timing in readserial.py - use 10 bits per byte.Kevin O'Connor1-1/+4
2009-12-05Enhance readserial.py to note when resetting timer.Kevin O'Connor1-2/+4
2009-11-20Test for broken gcc -combine on FC12.Kevin O'Connor1-4/+27
2009-09-20Allow rom to grow beyond 64K.Kevin O'Connor2-49/+131
2009-08-18Fix bug causing layoutrom.py to break if no rodata sections.Kevin O'Connor1-1/+1
2009-08-09Update tools/checkstack.py - new compilers set %ebp in preamble.Kevin O'Connor1-0/+3
2009-06-30Add descriptions to the gcc tests in tools/test-gcc.sh.Kevin O'Connor1-3/+14
2009-06-26Enhance gcc test for visible variables with -fwhole-program.Kevin O'Connor1-0/+1
2009-06-15Minor - clarify disabling "-combine" warning.Kevin O'Connor1-2/+1
2009-06-15Avoid -fwhole-program on broken gcc instead of stopping build.Kevin O'Connor1-23/+8
2009-06-10Add support for gcc v3.x compilers.Kevin O'Connor1-4/+3
2009-06-10Do garbage collection of unused sections.Kevin O'Connor1-23/+145
2009-06-10checkstack.py should not match pushaw on stack usage check.Kevin O'Connor1-1/+1
2009-05-27Keep relocated 16bit code so checkstack can use it.Kevin O'Connor1-1/+1
2009-05-23Pack 16bit code into last part of f-segment.Kevin O'Connor2-23/+44
2009-05-14Add missing tools/buildrom.py script.Kevin O'Connor1-0/+43
2009-05-13Add tools/checksum.py tool.Kevin O'Connor1-0/+16
2009-04-26Fix auto-restart timeout in tools/readserial.pyKevin O'Connor1-4/+4
2009-04-19Enhance test-gcc.sh.Kevin O'Connor1-4/+4
2009-04-19Add new tool - tools/readserial.py.Kevin O'Connor1-0/+101
2009-03-27Use CC consistently in test-gcc.sh script.Kevin O'Connor1-1/+1
2009-03-27Enhance gcc checks.Kevin O'Connor1-4/+23
2009-03-26Expand gcc tests.Kevin O'Connor2-23/+50
2009-02-08Minor - rename BX_PANIC to panic.Kevin O'Connor1-2/+2
2009-01-25Enhance makefile to autodetect if AVOIDCOMBINE is needed.Kevin O'Connor1-0/+23
2009-01-19Minor - improve space used reporting in tools/layoutrom.py.Kevin O'Connor1-6/+6
2009-01-17Have layoutrom.py show info on utilization of fixed area.Kevin O'Connor1-5/+21