1. 6a62e0c scripts: Remove python23compat.py by Kevin O'Connor · 2 years ago
  2. 9ad4399 readserial: Improve Python3 compatibility by Kevin O'Connor · 2 years ago
  3. 7292e4a Increase BUILD_MIN_BIOSTABLE for large roms by Gerd Hoffmann · 2 years, 8 months ago
  4. 699a4e5 ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects by Kevin O'Connor · 3 years, 4 months ago
  5. a3c93bd build: Use git describe --always by Kevin O'Connor · 6 years ago
  6. 996a8a9 checkstack: Handle conditional checks at start of functions by Kevin O'Connor · 7 years ago
  7. 3910de0 build: fix .text section address alignment by Kevin O'Connor · 8 years ago
  8. 3b8c537 build: fix typo in buildversion.py by Roger Pau Monne · 8 years ago
  9. 964c774 acpi: Remove build check for iasl by Kevin O'Connor · 8 years ago
  10. 7fdd2fd acpi_extract: Make the generated .hex files more human readable by Kevin O'Connor · 8 years ago
  11. 1e7d2ed acpi_extract: Move main code to new function main() by Kevin O'Connor · 8 years ago
  12. fa7545a buildversion: Add debugging messages by Kevin O'Connor · 8 years ago
  13. 8c12694 buildversion: Avoid subprocess.check_output() as that requires python2.7 by Kevin O'Connor · 8 years ago
  14. 98a100c build: Allow official tarball builds to be considered "clean" by Kevin O'Connor · 8 years ago
  15. 2342101 build: Be more permissive in buildversion.py tool version scan by Kevin O'Connor · 8 years ago
  16. a1b4dd0 build: Generate "reproducible" version strings on "clean" builds by Kevin O'Connor · 8 years ago
  17. efd70a5 build: Report gcc and binutils versions in debug log by Kevin O'Connor · 8 years ago
  18. a6c8774 build: Rework version generation; don't allow make version override by Kevin O'Connor · 8 years ago
  19. 6bcacf7 Fix typos found by codespell by Stefan Weil · 8 years ago
  20. 624e812 build: Support "make VERSION=xyz" to override the default build version by Kevin O'Connor · 8 years ago
  21. 1b911d7 Add multiboot support. by Vladimir Serbinenko · 9 years ago
  22. 945313c checkstack: Minor - continue if not a regular asm line by Kevin O'Connor · 9 years ago
  23. 0b2165d vgabios: Emulate "leal" instruction by Kevin O'Connor · 9 years ago
  24. b458122 checkrom: Fix typo in error message by Andreas Färber · 9 years ago
  25. 1317617 checkstack: Prefer passing "function" class instead of function address by Kevin O'Connor · 9 years ago
  26. d304b59 checkstack: Simplify yield calculations by Kevin O'Connor · 9 years ago
  27. b5d6c1e checkstack: Replace function information tuple with class by Kevin O'Connor · 9 years ago
  28. c9d97d5 checkstack: Handle callw instruction by Kevin O'Connor · 9 years ago
  29. 999567f readserial: Enhance pipe support by Kevin O'Connor · 9 years ago
  30. b7f4a76 add scripts/tarball.sh by Gerd Hoffmann · 9 years ago
  31. eb88bf7 build: Support declaring 32bit C functions that must reside in the f-segment by Kevin O'Connor · 9 years ago
  32. a2959d6 build: Update kconfig to version in Linux 3.16. by Kevin O'Connor · 9 years ago
  33. ffc0687 build: Minor - fix comments referring to old tools/ directory. by Kevin O'Connor · 9 years ago
  34. ab482e0 build: Get fixed address variables from 32bit compile pass (not 16bit) by Kevin O'Connor · 9 years ago
  35. 38729bc build: Only export needed fields in LayoutInfo in layoutrom.py. by Kevin O'Connor · 9 years ago
  36. 8216a47 build: Use fileid instead of category to write sections in layoutrom.py. by Kevin O'Connor · 9 years ago
  37. e574997 build: Keep segmented sections separate until final link step. by Kevin O'Connor · 9 years ago
  38. b40016f build: Rework getRelocs() to use a hash instead of categories in layoutrom.py by Kevin O'Connor · 9 years ago
  39. bf70fbf build: Refactor findInit() function. by Kevin O'Connor · 9 years ago
  40. ee95253 build: Use customized entry point for each type of build. by Kevin O'Connor · 9 years ago
  41. c228d70 build: Refactor layoutrom.py gc() function. by Kevin O'Connor · 9 years ago
  42. cc132ab build: Extract section visiting logic in layoutrom.py. by Kevin O'Connor · 9 years ago
  43. 2634270 build: Remove unused function getSectionsStart() from layoutrom.py. by Kevin O'Connor · 9 years ago
  44. e51488c python3 fixes for vgabios and csm builds. by Kevin O'Connor · 10 years ago rel-1.7.5
  45. 25107a3 scripts: Allow encodeint.py to take integers in hex notation. by Kevin O'Connor · 10 years ago
  46. 3d73eaa build: Update kconfig to version in Linux 3.13. by Kevin O'Connor · 10 years ago
  47. 19f789b build: Be careful with unicode and byte strings for python3 compatibility. by Johannes Krampf · 10 years ago
  48. 0a82fc7 build: Avoid sort() on unordered classes for python3 compatibility. by Johannes Krampf · 10 years ago
  49. 9d7d044 build: Be explicit that we want integers when dividing for python3 compat. by Johannes Krampf · 10 years ago
  50. 064fd06 build: Make print statements in scripts python3 compatible. by Johannes Krampf · 10 years ago
  51. 24ef4fd build: Remove unneccesary semicolons from acpi_extract scripts. by Johannes Krampf · 10 years ago
  52. b94170c Separate out sec32init sections even when not doing code relocation. by Kevin O'Connor · 10 years ago
  53. 9332f9b vgabios: Work around lack of support for "calll" in x86emu emulation. by Kevin O'Connor · 10 years ago
  54. 85f8fac build: explicitly set ROM size by Gerd Hoffmann · 10 years ago
  55. 0b3607f fix buildversion.sh by Gerd Hoffmann · 10 years ago
  56. 09c1ebb Update kconfig to latest version. by Kevin O'Connor · 10 years ago
  57. b942ce0 Rename tools/ directory to scripts/ directory. by Kevin O'Connor · 10 years ago