1. 47c8e31 Rename the apm, pcibios, and elf entry points. by Kevin O'Connor · 13 years ago
  2. 8365dee Extend tools/readserial.py to support serial port timing calibration. by Kevin O'Connor · 13 years ago
  3. e5de5ec Add utility "tools/encodeint.py" for CBFS config file creation. by Kevin O'Connor · 13 years ago
  4. 626416e Check for broken LD that ships with Ubuntu 11.04. by Kevin O'Connor · 13 years ago
  5. b623e7c Change kconfig to emit disabled symbols in autoconf.h. by Kevin O'Connor · 14 years ago
  6. 0da7bfd Build changes for Linux kconfig code to work in seabios dir structure. by Kevin O'Connor · 14 years ago
  7. a4c5daf Initial commit of Kconfig build tool. by Kevin O'Connor · 14 years ago
  8. 67863be Enhance layoutrom.py to work around a binutils quirk. by Kevin O'Connor · 14 years ago
  9. f3fe3aa Require a "_cfuncXX_" symbol prefix for inter-mode c function references. by Kevin O'Connor · 14 years ago
  10. 9433098 Report meaningful error if pyserial not present in tools/readserial.py by Kevin O'Connor · 14 years ago
  11. 94dc9c4 Show size of non-relocatable runtime code during build. by Kevin O'Connor · 14 years ago
  12. a899945 Allow rom to grow to 256K. by Kevin O'Connor · 14 years ago
  13. 402fd9c Enhance build to emit relocation information. by Kevin O'Connor · 14 years ago
  14. d1b4f96 Separate out init code from the rest of the 32bit flat code. by Kevin O'Connor · 14 years ago
  15. 1a4885e Modify tools/layoutrom.py to use classes instead of tuples. by Kevin O'Connor · 14 years ago
  16. 6c2e781 Use str.startswith() in python scripts. by Kevin O'Connor · 14 years ago
  17. 2dcd9fa Enhance tools/readserial.py to support reading from a pipe. by Kevin O'Connor · 14 years ago
  18. 7ce09ae Make tools/transdump.py more resilient to unknown input. by Kevin O'Connor · 14 years ago
  19. 597040d Add tools/trandump.py tool for converting hexdump() output. by Kevin O'Connor · 14 years ago
  20. f59b5ac Handle unknown function addresses in tools/checkstack.py. by Kevin O'Connor · 14 years ago
  21. 9ba1dea Simplify build by manually resolving external symbols in layoutrom.py. by Kevin O'Connor · 14 years ago
  22. a979c1c Improvements to tools/checkstack.py. by Kevin O'Connor · 14 years ago
  23. 8918989 Detect latest FC12 gcc -combine breakage. by Kevin O'Connor · 15 years ago
  24. fdca418 Force a link error if a function is used from the wrong code chunk. by Kevin O'Connor · 15 years ago
  25. 871e0a0 Add support for 32bit PCI BIOS entry. by Kevin O'Connor · 15 years ago
  26. 2ceeec9 Fix potential build failure due to text16 section being too large. by Kevin O'Connor · 15 years ago
  27. 58db9c4 Enhance readserial.py to try to account for host time offsets. by Kevin O'Connor · 15 years ago
  28. 7744320 Fix timing in readserial.py - use 10 bits per byte. by Kevin O'Connor · 15 years ago
  29. a53ab00 Enhance readserial.py to note when resetting timer. by Kevin O'Connor · 15 years ago
  30. 3133e38 Test for broken gcc -combine on FC12. by Kevin O'Connor · 15 years ago
  31. 5b8f809 Allow rom to grow beyond 64K. by Kevin O'Connor · 15 years ago
  32. e6f527a Fix bug causing layoutrom.py to break if no rodata sections. by Kevin O'Connor · 15 years ago
  33. dbbb7cf Update tools/checkstack.py - new compilers set %ebp in preamble. by Kevin O'Connor · 15 years ago
  34. ab233da Add descriptions to the gcc tests in tools/test-gcc.sh. by Kevin O'Connor · 15 years ago
  35. a68287f Enhance gcc test for visible variables with -fwhole-program. by Kevin O'Connor · 15 years ago
  36. 4d863fe Minor - clarify disabling "-combine" warning. by Kevin O'Connor · 15 years ago
  37. 0942e7f Avoid -fwhole-program on broken gcc instead of stopping build. by Kevin O'Connor · 15 years ago
  38. 942d495 Add support for gcc v3.x compilers. by Kevin O'Connor · 15 years ago
  39. c069394 Do garbage collection of unused sections. by Kevin O'Connor · 15 years ago
  40. 0b04b78 checkstack.py should not match pushaw on stack usage check. by Kevin O'Connor · 15 years ago
  41. 7173f6f Keep relocated 16bit code so checkstack can use it. by Kevin O'Connor · 15 years ago
  42. b1a0d3a Pack 16bit code into last part of f-segment. by Kevin O'Connor · 15 years ago
  43. 32da6a6 Add missing tools/buildrom.py script. by Kevin O'Connor · 15 years ago
  44. 38cadac Add tools/checksum.py tool. by Kevin O'Connor · 15 years ago
  45. a1dadf4 Fix auto-restart timeout in tools/readserial.py by Kevin O'Connor · 15 years ago
  46. ff82b24 Enhance test-gcc.sh. by Kevin O'Connor · 15 years ago
  47. 2547bb8 Add new tool - tools/readserial.py. by Kevin O'Connor · 15 years ago
  48. 2787680 Use CC consistently in test-gcc.sh script. by Kevin O'Connor · 15 years ago
  49. 84452f1 Enhance gcc checks. by Kevin O'Connor · 15 years ago
  50. 03f630e Expand gcc tests. by Kevin O'Connor · 15 years ago
  51. e07e18e Minor - rename BX_PANIC to panic. by Kevin O'Connor · 15 years ago
  52. 231f710 Enhance makefile to autodetect if AVOIDCOMBINE is needed. by Kevin O'Connor · 16 years ago
  53. 76f0bed Minor - improve space used reporting in tools/layoutrom.py. by Kevin O'Connor · 16 years ago
  54. db802ad Have layoutrom.py show info on utilization of fixed area. by Kevin O'Connor · 16 years ago
  55. 711ddc6 Try to automatically fit sections into open spaces in the fixed area. by Kevin O'Connor · 16 years ago
  56. 202024a Layout fixed area using linker instead of assembler. by Kevin O'Connor · 16 years ago
  57. 7f34309 Switch to new stack when calling ATA function in 16bit mode. by Kevin O'Connor · 16 years ago
  58. 952974e Add tool for generating assembler offset definition file. by Kevin O'Connor · 16 years ago
  59. 970a032 Misc minor cleanups. by Kevin O'Connor · 16 years ago
  60. 95cde27 Change checkstack.py tool - key functions by address instead of name. by Kevin O'Connor · 16 years ago
  61. 4556a2c Show percent space of C code used in checkrom.py. by Kevin O'Connor · 16 years ago
  62. d289977 Relinking rom32.o twice seems flaky - make third link stage. by Kevin O'Connor · 16 years ago
  63. 9bcc527 Ensure proper alignment of subsections. by Kevin O'Connor · 16 years ago
  64. 2fda7cb Use ld to build final rom; remove custom build utilities. by Kevin O'Connor · 16 years ago
  65. e3677b1 Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR. by Kevin O'Connor · 16 years ago
  66. d43fcd3 Add hack to prevent checkstack.py from infinitely recursing (with bad input). by Kevin O'Connor · 16 years ago
  67. 6b7dcb3 Fixup bios.bin.elf building on other versions of ld. by Kevin O'Connor · 16 years ago
  68. f5cb079 Improvements to checkstack.py tool. by Kevin O'Connor · 16 years ago
  69. 5c4a8c6 Add tool to check stack usage of 16bit code. by Kevin O'Connor · 16 years ago
  70. 59fead6 Fix elf build; rename target file rom.bin to bios.bin. by Kevin O'Connor · 16 years ago
  71. 4b39b82 Support 32bit entry point and an elf wrapped binary. by Kevin O'Connor · 16 years ago
  72. 410680b Apply workaround to allow compiling under Ubuntu. by Kevin O'Connor · 16 years ago
  73. 596cf60 Fix header guards produced by defsys.py by Kevin O'Connor · 16 years ago
  74. bdce35f Misc updates. by Kevin O'Connor · 16 years ago
  75. 38fcbfe Version 0.1.2 by Kevin O'Connor · 16 years ago rel-0.1.2
  76. f076a3e Initial checkin. by Kevin O'Connor · 16 years ago rel-0.1.0