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