1. c37b05c nvramtool: write size field more obviously by Patrick Georgi · 11 years ago
  2. 72f15bd cbfstool: add a constant for the aarch64 by Ronald G. Minnich · 11 years ago
  3. a4affe1 board_status.sh: trivial cosmetic changes toward the end by David Hendricks · 11 years ago
  4. 406ce8a board_status.sh: pass filename as an arg to command wrappers by David Hendricks · 11 years ago
  5. f8b90e4 board_status.sh: add support for non-fatal commands by David Hendricks · 11 years ago
  6. 1fc65f7 board_status.sh: move show_help() by David Hendricks · 11 years ago
  7. 16955fd board_status.sh: Make clobber option use 'C' instead of 'c' by David Hendricks · 11 years ago
  8. 1b6e7a6 Updates to the board status script by David Hendricks · 11 years ago
  9. 0dde01c romcc: Fix off-by-one by Patrick Georgi · 11 years ago
  10. c5e947ef rename status-related stuff to board_status by David Hendricks · 11 years ago
  11. 12785d9 util/xcompile/xcompile: set up for aarch64 by Ronald G. Minnich · 11 years ago
  12. 86655cf Trivial: Remove trailing whitespaces in status.sh by Zheng Bao · 11 years ago
  13. 6583a81 Another pass at board status script by David Hendricks · 11 years ago
  14. 569ad76 util/lint/lint-stable-003-whitespace: Ignore temporary files ending with a tilde by Paul Menzel · 11 years ago
  15. cd9abf9 arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS by Andrew Wu · 11 years ago
  16. 1bfe374 lint: Use temporary build directory by Nico Huber · 11 years ago
  17. c888326 buildgcc: Downgrade to gcc 4.7.3, handle armv7-a by Patrick Georgi · 11 years ago
  18. 3af0aa2 buildgcc: Use per-arch build directories by Patrick Georgi · 11 years ago
  19. ecd8424 Fix whitespace leaked into tree by Kyösti Mälkki · 11 years ago
  20. 370ff4a lint whitespace: Fix rule to recurse into subdirectories by Kyösti Mälkki · 11 years ago
  21. 2f39eae Remove NRV2B compression support by Patrick Georgi · 11 years ago
  22. de36d33 Add a (b)zImage parser to cbfstool by Patrick Georgi · 11 years ago
  23. 3c4bd91 Locate the generated iasl in acpica-unix-20130626 by Zheng Bao · 11 years ago
  24. 4159a80 Correct spelling of shadow, setting and memory by Paul Menzel · 11 years ago
  25. 3bfd5b8 cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS file by Peter Stuge · 11 years ago
  26. dcea700 inteltool: Print raw CPUID and make hexadecimal values unambiguous by Damien Zammit · 11 years ago
  27. 0d2119d buildgcc: Update reference toolchain by Stefan Reinauer · 11 years ago
  28. f42b83e msrtool: Fix verbose ignored by cpuid(). by Benoît Legat · 11 years ago
  29. e978fc2 cbmem: Fix makefile by Stefan Tauner · 11 years ago
  30. 66a68a2 abuild: Add xgcc tools to the path by Marc Jones · 11 years ago
  31. 413b0d9 ifdfake - Create an IFD with just a section layout by Nico Huber · 11 years ago
  32. 6aeb4a2 AMD: Drop empty root_complex by Kyösti Mälkki · 11 years ago
  33. dbc6fcd inteltool: add initial support for Nehalem by Stefan Tauner · 11 years ago
  34. 088f569 util/inteltool: Add support for other 5 chipsets by Stefan Tauner · 11 years ago
  35. 083d355 Add spkmodem receiver by Vladimir Serbinenko · 11 years ago
  36. d2e0dd5 buildgcc: Re-add some break statements by Patrick Georgi · 11 years ago
  37. ccc7d1f Intel Atom cpu support to msrtool by Olivier Langlois · 11 years ago
  38. 67f556c viatool: Add utility to read various configuration bits on VIA systems by Alexandru Gagniuc · 12 years ago
  39. e25984b superiotool: Add dump facility for HWM of W83627DHG-P by Nico Huber · 11 years ago
  40. 28a1324 superiotool: Add dump facility for ITE IT8516 + I/O 0x20e/f by Nico Huber · 11 years ago
  41. 5b0420a crossgcc/buildgcc: Remove unneeded 'break' statements by David Hubbard · 11 years ago
  42. 8e4bb928 util/cbmem: Fix format string in cbmem.c by Nico Huber · 11 years ago
  43. e4e8e09 util/inteltool: Add support for mobile 5 chipset by Vladimir Serbinenko · 11 years ago
  44. b460a66 Get buildgcc to behave reasonably with the -p choice. by Ronald G. Minnich · 11 years ago
  45. 330bb6a kconfig: fix choice dependency check by Roman Zippel · 16 years ago
  46. 4875766 kconfig: reversed borderlines in inputbox by Roel Kluin · 16 years ago
  47. 543aa7b kconfig: add named choice group by Roman Zippel · 16 years ago
  48. ec664bc romcc: support attribute((packed)) by Stefan Reinauer · 11 years ago
  49. 711a6fd Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot binary by Ronald G. Minnich · 11 years ago
  50. a98d306 nvramtool: Use CMOS_SIZE for cmos size by Patrick Georgi · 11 years ago
  51. 37714f3 crossgcc: update to gcc 4.7.3 by Idwer Vollering · 11 years ago
  52. c0c620e superiotool: add CR dump for W83627UHG = NCT6627UD by Frank Rysanek · 11 years ago
  53. 8d9ffd9 cbmem: map_memory: Use length modifier `j` and cast for an `off_t` argument by Paul Menzel · 11 years ago
  54. 17c05f2 inteltool: pcie.c: Use `0xffULL` instead of `0xff` to avoid shift overflow by Paul Menzel · 11 years ago
  55. c3fc1e0 cbmem: Makefile: Allow to override `CC` variable by Paul Menzel · 11 years ago
  56. 15a1fd1 inteltool: Use portable type `uint64_t` instead of `u64` by Paul Menzel · 11 years ago
  57. cb891de cbmem: parse_cbtable: Use length modifier `ll` `u64` argument by Paul Menzel · 11 years ago
  58. 2c8f81b cbfstool: cbfs-mkstage.c: Free `buffer` on error path by Paul Menzel · 11 years ago
  59. e76d8d7 acpica: update URL by Idwer Vollering · 11 years ago
  60. f4a0d01 util/cbmem: Don't output trailing garbage for cbmemc by Vladimir Serbinenko · 11 years ago
  61. 33e83ca cbfstool: completely initialize input and output streams by Stefan Reinauer · 11 years ago
  62. 0c8b7d1 inteltool: remove unused file descriptor variable and ifdefs by Stefan Tauner · 11 years ago
  63. 0dc775e inteltool: use inttypes for prints in memory.c by Stefan Tauner · 11 years ago
  64. 5f3754e inteltool: cpu.c: Use conversion specifier `u` for unsigned integers by Paul Menzel · 11 years ago
  65. 72ef888 libpayload, superiotool: README: Prepend `coreboot/` to path of change directory line by Paul Menzel · 11 years ago
  66. 3402a7f inteltool: Cast to `intptr_t` instead of `uint64_t` by Paul Menzel · 11 years ago
  67. 4d6ab4e superiotool: Update README with Git repository URL and directory location by Paul Menzel · 11 years ago
  68. a8db717 inteltool: Use `ll` instead of `l` as the length modifier for `uint64_t` by Paul Menzel · 11 years ago
  69. aa3f7ba cbfstool: Replace C++ code with C code by Stefan Reinauer · 11 years ago
  70. 60a4a73 cbfstool: fix --machine by Stefan Reinauer · 11 years ago
  71. 9ebd8ea inteltool: Allow to override Makefile variables by Paul Menzel · 11 years ago
  72. 42c5501 inteltool: Add Cougar/Panther Point GPIO defaults by Nico Huber · 11 years ago
  73. 09dcbf0 inteltool: Add option to show differences in GPIO setup by Nico Huber · 11 years ago
  74. 5ed986b inteltool: Support PM registers on Cougar/Panther Point by Nico Huber · 11 years ago
  75. 14290b3 inteltool: Add Cougar/Panther Point IDs to rootcmplx.c by Nico Huber · 11 years ago
  76. be2c634 superiotool: Allow to override Makefile variables `CC`, `INSTALL` and `PREFIX` by Paul Menzel · 11 years ago
  77. 6983a68 inteltool: Support GPIO registers on Cougar/Panther Point by Nico Huber · 11 years ago
  78. 76d6049 inteltool: Add definitions for Cougar/Panther Point PCI IDs by Nico Huber · 11 years ago
  79. 69a21b1 crossgcc: Fix building with texinfo-5.x by Nico Huber · 11 years ago
  80. 6b0d0d6 cbfstool: Add update-fit command by Aaron Durbin · 12 years ago
  81. dc7bc8e cbfstool: Fix cbfs_image.c by Stefan Reinauer · 11 years ago
  82. 73982c3 xcompile: honor LINKER_SUFFIX variable by Aaron Durbin · 11 years ago
  83. b02c873 cbfstool: Fix initial empty space in image creation. by Hung-Te Lin · 11 years ago
  84. e4ea2ca cbfstool locate: Implement alignment switch --align/-a by Hung-Te Lin · 11 years ago
  85. e919837 cbfstool locate: Rename -a align switch to -P for page size by Hung-Te Lin · 11 years ago
  86. ab9b71d superiotool: Add support for the IT8728F Super I/O by Андрей Павлов · 11 years ago
  87. c2c9723 Show the device tree. by Ronald G. Minnich · 11 years ago
  88. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  89. 1278142 nvramtool: reduce memory mapping by Patrick Georgi · 11 years ago
  90. 11a7db3 romcc: Don't fail on function prototypes by Patrick Georgi · 11 years ago
  91. 7b654a9 cbfstool: Fix compile warnings caused by incorrect data types. by Hung-Te Lin · 11 years ago
  92. 475d42a cbfstool: Add `-Werror` to make all warnings into errors by Paul Menzel · 11 years ago
  93. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  94. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  95. ebae438 crossgcc: Support hosts using non-GNU make as default make. by Hung-Te Lin · 11 years ago
  96. 4610247 cbfstool: Handle alignment in UEFI payloads by Patrick Georgi · 11 years ago
  97. 408aefd cbfstool: Fix crash on image without bootblock in end of ROM. by Hung-Te Lin · 11 years ago
  98. 30b895f crossgcc: Save the script itself when cross build is over. by Zheng Bao · 11 years ago
  99. c5ff648 armv7: Prevent CBFS data overlapping bootblock. by Hung-Te Lin · 11 years ago
  100. e876418 cbfstool: Add support for 64bit UEFI by Stefan Reinauer · 11 years ago