1. a3c48f5 Ensure exported symbols are visible in the final link by Kevin O'Connor · 11 years ago
  2. a82be56 Complete and checksum EFI_COMPATIBILITY16_TABLE at build time by David Woodhouse · 12 years ago
  3. fa2eacb Don't use gcc's -combine option. by Kevin O'Connor · 12 years ago
  4. f9c3072 vga: Minor comment spelling fix. by Kevin O'Connor · 12 years ago
  5. 2b568eb acpi_extract: detect DeviceOp by Paolo Bonzini · 12 years ago
  6. f960782 acpi_extract: fix off-by-one by Paolo Bonzini · 12 years ago
  7. 94bb3ca Add ACPI_EXTRACT_PKG_START macro parsing by Gleb Natapov · 12 years ago
  8. 2197ff6 Fix aml_name_string() to recognize block name modifiers. by Gleb Natapov · 12 years ago
  9. 90ebed4 Minor - ensure build can handle some gcc/linker section declarations. by Kevin O'Connor · 12 years ago
  10. c91da7a Avoid runtime relocation of 16bit "low" mem - calculate at build instead. by Kevin O'Connor · 12 years ago
  11. 51d6ba3 remove iasl-generated hex files from git repo by Kevin O'Connor · 12 years ago
  12. ecdc655 Run all hardware irq handlers on the extra stack. by Kevin O'Connor · 12 years ago
  13. 5e01908 Allow optionroms and "low mem" to share space. by Kevin O'Connor · 12 years ago
  14. 46b8262 Add mechanism to declare variables as "low mem" and use for extra stack. by Kevin O'Connor · 12 years ago
  15. 385a7d0 buildversion: Don't rely on bash syntax. by Kevin O'Connor · 12 years ago
  16. 57929d8 test-gcc: do not truncate stderr by Ian Campbell · 12 years ago
  17. 980b45a Use "git describe" in the build generated version description. by Kevin O'Connor · 12 years ago
  18. 35f42dc vgabios: Initial support for fixing up assembler to workaround x86emu. by Kevin O'Connor · 12 years ago
  19. 0fd9953 Use "#!/bin/sh" instead of ":" in tools/gen-offsets.sh. by Kevin O'Connor · 12 years ago
  20. 6ee837b vgabios: Some tweaks to optimize stack space. by Kevin O'Connor · 12 years ago
  21. 805ede2 Permit .rodata.__PRETTY_FUNCTION__. sections in roms. by Kevin O'Connor · 12 years ago
  22. 65cfaa2 buildrom.py: Handle image size in PCI header by Julian Pidancet · 13 years ago
  23. 2e55b03 acpi: extract aml from .lst by Michael S. Tsirkin · 13 years ago
  24. 2597b75 acpi: generate and parse mixed asl/aml listing by Michael S. Tsirkin · 13 years ago
  25. 47c8e31 Rename the apm, pcibios, and elf entry points. by Kevin O'Connor · 13 years ago
  26. 8365dee Extend tools/readserial.py to support serial port timing calibration. by Kevin O'Connor · 13 years ago
  27. e5de5ec Add utility "tools/encodeint.py" for CBFS config file creation. by Kevin O'Connor · 13 years ago
  28. 626416e Check for broken LD that ships with Ubuntu 11.04. by Kevin O'Connor · 13 years ago
  29. b623e7c Change kconfig to emit disabled symbols in autoconf.h. by Kevin O'Connor · 14 years ago
  30. 0da7bfd Build changes for Linux kconfig code to work in seabios dir structure. by Kevin O'Connor · 14 years ago
  31. a4c5daf Initial commit of Kconfig build tool. by Kevin O'Connor · 14 years ago
  32. 67863be Enhance layoutrom.py to work around a binutils quirk. by Kevin O'Connor · 14 years ago
  33. f3fe3aa Require a "_cfuncXX_" symbol prefix for inter-mode c function references. by Kevin O'Connor · 14 years ago
  34. 9433098 Report meaningful error if pyserial not present in tools/readserial.py by Kevin O'Connor · 14 years ago
  35. 94dc9c4 Show size of non-relocatable runtime code during build. by Kevin O'Connor · 14 years ago
  36. a899945 Allow rom to grow to 256K. by Kevin O'Connor · 14 years ago
  37. 402fd9c Enhance build to emit relocation information. by Kevin O'Connor · 14 years ago
  38. d1b4f96 Separate out init code from the rest of the 32bit flat code. by Kevin O'Connor · 14 years ago
  39. 1a4885e Modify tools/layoutrom.py to use classes instead of tuples. by Kevin O'Connor · 14 years ago
  40. 6c2e781 Use str.startswith() in python scripts. by Kevin O'Connor · 14 years ago
  41. 2dcd9fa Enhance tools/readserial.py to support reading from a pipe. by Kevin O'Connor · 14 years ago
  42. 7ce09ae Make tools/transdump.py more resilient to unknown input. by Kevin O'Connor · 14 years ago
  43. 597040d Add tools/trandump.py tool for converting hexdump() output. by Kevin O'Connor · 14 years ago
  44. f59b5ac Handle unknown function addresses in tools/checkstack.py. by Kevin O'Connor · 14 years ago
  45. 9ba1dea Simplify build by manually resolving external symbols in layoutrom.py. by Kevin O'Connor · 14 years ago
  46. a979c1c Improvements to tools/checkstack.py. by Kevin O'Connor · 14 years ago
  47. 8918989 Detect latest FC12 gcc -combine breakage. by Kevin O'Connor · 15 years ago
  48. fdca418 Force a link error if a function is used from the wrong code chunk. by Kevin O'Connor · 15 years ago
  49. 871e0a0 Add support for 32bit PCI BIOS entry. by Kevin O'Connor · 15 years ago
  50. 2ceeec9 Fix potential build failure due to text16 section being too large. by Kevin O'Connor · 15 years ago
  51. 58db9c4 Enhance readserial.py to try to account for host time offsets. by Kevin O'Connor · 15 years ago
  52. 7744320 Fix timing in readserial.py - use 10 bits per byte. by Kevin O'Connor · 15 years ago
  53. a53ab00 Enhance readserial.py to note when resetting timer. by Kevin O'Connor · 15 years ago
  54. 3133e38 Test for broken gcc -combine on FC12. by Kevin O'Connor · 15 years ago
  55. 5b8f809 Allow rom to grow beyond 64K. by Kevin O'Connor · 15 years ago
  56. e6f527a Fix bug causing layoutrom.py to break if no rodata sections. by Kevin O'Connor · 15 years ago
  57. dbbb7cf Update tools/checkstack.py - new compilers set %ebp in preamble. by Kevin O'Connor · 15 years ago
  58. ab233da Add descriptions to the gcc tests in tools/test-gcc.sh. by Kevin O'Connor · 15 years ago
  59. a68287f Enhance gcc test for visible variables with -fwhole-program. by Kevin O'Connor · 15 years ago
  60. 4d863fe Minor - clarify disabling "-combine" warning. by Kevin O'Connor · 15 years ago
  61. 0942e7f Avoid -fwhole-program on broken gcc instead of stopping build. by Kevin O'Connor · 15 years ago
  62. 942d495 Add support for gcc v3.x compilers. by Kevin O'Connor · 15 years ago
  63. c069394 Do garbage collection of unused sections. by Kevin O'Connor · 15 years ago
  64. 0b04b78 checkstack.py should not match pushaw on stack usage check. by Kevin O'Connor · 15 years ago
  65. 7173f6f Keep relocated 16bit code so checkstack can use it. by Kevin O'Connor · 15 years ago
  66. b1a0d3a Pack 16bit code into last part of f-segment. by Kevin O'Connor · 15 years ago
  67. 32da6a6 Add missing tools/buildrom.py script. by Kevin O'Connor · 15 years ago
  68. 38cadac Add tools/checksum.py tool. by Kevin O'Connor · 15 years ago
  69. a1dadf4 Fix auto-restart timeout in tools/readserial.py by Kevin O'Connor · 15 years ago
  70. ff82b24 Enhance test-gcc.sh. by Kevin O'Connor · 15 years ago
  71. 2547bb8 Add new tool - tools/readserial.py. by Kevin O'Connor · 15 years ago
  72. 2787680 Use CC consistently in test-gcc.sh script. by Kevin O'Connor · 15 years ago
  73. 84452f1 Enhance gcc checks. by Kevin O'Connor · 15 years ago
  74. 03f630e Expand gcc tests. by Kevin O'Connor · 15 years ago
  75. e07e18e Minor - rename BX_PANIC to panic. by Kevin O'Connor · 15 years ago
  76. 231f710 Enhance makefile to autodetect if AVOIDCOMBINE is needed. by Kevin O'Connor · 16 years ago
  77. 76f0bed Minor - improve space used reporting in tools/layoutrom.py. by Kevin O'Connor · 16 years ago
  78. db802ad Have layoutrom.py show info on utilization of fixed area. by Kevin O'Connor · 16 years ago
  79. 711ddc6 Try to automatically fit sections into open spaces in the fixed area. by Kevin O'Connor · 16 years ago
  80. 202024a Layout fixed area using linker instead of assembler. by Kevin O'Connor · 16 years ago
  81. 7f34309 Switch to new stack when calling ATA function in 16bit mode. by Kevin O'Connor · 16 years ago
  82. 952974e Add tool for generating assembler offset definition file. by Kevin O'Connor · 16 years ago
  83. 970a032 Misc minor cleanups. by Kevin O'Connor · 16 years ago
  84. 95cde27 Change checkstack.py tool - key functions by address instead of name. by Kevin O'Connor · 16 years ago
  85. 4556a2c Show percent space of C code used in checkrom.py. by Kevin O'Connor · 16 years ago
  86. d289977 Relinking rom32.o twice seems flaky - make third link stage. by Kevin O'Connor · 16 years ago
  87. 9bcc527 Ensure proper alignment of subsections. by Kevin O'Connor · 16 years ago
  88. 2fda7cb Use ld to build final rom; remove custom build utilities. by Kevin O'Connor · 16 years ago
  89. e3677b1 Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR. by Kevin O'Connor · 16 years ago
  90. d43fcd3 Add hack to prevent checkstack.py from infinitely recursing (with bad input). by Kevin O'Connor · 16 years ago
  91. 6b7dcb3 Fixup bios.bin.elf building on other versions of ld. by Kevin O'Connor · 16 years ago
  92. f5cb079 Improvements to checkstack.py tool. by Kevin O'Connor · 16 years ago
  93. 5c4a8c6 Add tool to check stack usage of 16bit code. by Kevin O'Connor · 16 years ago
  94. 59fead6 Fix elf build; rename target file rom.bin to bios.bin. by Kevin O'Connor · 16 years ago
  95. 4b39b82 Support 32bit entry point and an elf wrapped binary. by Kevin O'Connor · 16 years ago
  96. 410680b Apply workaround to allow compiling under Ubuntu. by Kevin O'Connor · 16 years ago
  97. 596cf60 Fix header guards produced by defsys.py by Kevin O'Connor · 16 years ago
  98. bdce35f Misc updates. by Kevin O'Connor · 16 years ago
  99. 38fcbfe Version 0.1.2 by Kevin O'Connor · 16 years ago rel-0.1.2
  100. f076a3e Initial checkin. by Kevin O'Connor · 16 years ago rel-0.1.0