1. 4d6ab4e superiotool: Update README with Git repository URL and directory location by Paul Menzel · 11 years ago
  2. a8db717 inteltool: Use `ll` instead of `l` as the length modifier for `uint64_t` by Paul Menzel · 11 years ago
  3. aa3f7ba cbfstool: Replace C++ code with C code by Stefan Reinauer · 11 years ago
  4. 60a4a73 cbfstool: fix --machine by Stefan Reinauer · 11 years ago
  5. 9ebd8ea inteltool: Allow to override Makefile variables by Paul Menzel · 11 years ago
  6. 42c5501 inteltool: Add Cougar/Panther Point GPIO defaults by Nico Huber · 11 years ago
  7. 09dcbf0 inteltool: Add option to show differences in GPIO setup by Nico Huber · 11 years ago
  8. 5ed986b inteltool: Support PM registers on Cougar/Panther Point by Nico Huber · 11 years ago
  9. 14290b3 inteltool: Add Cougar/Panther Point IDs to rootcmplx.c by Nico Huber · 11 years ago
  10. be2c634 superiotool: Allow to override Makefile variables `CC`, `INSTALL` and `PREFIX` by Paul Menzel · 11 years ago
  11. 6983a68 inteltool: Support GPIO registers on Cougar/Panther Point by Nico Huber · 11 years ago
  12. 76d6049 inteltool: Add definitions for Cougar/Panther Point PCI IDs by Nico Huber · 11 years ago
  13. 69a21b1 crossgcc: Fix building with texinfo-5.x by Nico Huber · 11 years ago
  14. 6b0d0d6 cbfstool: Add update-fit command by Aaron Durbin · 12 years ago
  15. dc7bc8e cbfstool: Fix cbfs_image.c by Stefan Reinauer · 11 years ago
  16. 73982c3 xcompile: honor LINKER_SUFFIX variable by Aaron Durbin · 11 years ago
  17. b02c873 cbfstool: Fix initial empty space in image creation. by Hung-Te Lin · 11 years ago
  18. e4ea2ca cbfstool locate: Implement alignment switch --align/-a by Hung-Te Lin · 11 years ago
  19. e919837 cbfstool locate: Rename -a align switch to -P for page size by Hung-Te Lin · 11 years ago
  20. ab9b71d superiotool: Add support for the IT8728F Super I/O by Андрей Павлов · 11 years ago
  21. c2c9723 Show the device tree. by Ronald G. Minnich · 11 years ago
  22. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  23. 1278142 nvramtool: reduce memory mapping by Patrick Georgi · 11 years ago
  24. 11a7db3 romcc: Don't fail on function prototypes by Patrick Georgi · 12 years ago
  25. 7b654a9 cbfstool: Fix compile warnings caused by incorrect data types. by Hung-Te Lin · 12 years ago
  26. 475d42a cbfstool: Add `-Werror` to make all warnings into errors by Paul Menzel · 12 years ago
  27. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 12 years ago
  28. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 12 years ago
  29. ebae438 crossgcc: Support hosts using non-GNU make as default make. by Hung-Te Lin · 12 years ago
  30. 4610247 cbfstool: Handle alignment in UEFI payloads by Patrick Georgi · 12 years ago
  31. 408aefd cbfstool: Fix crash on image without bootblock in end of ROM. by Hung-Te Lin · 12 years ago
  32. 30b895f crossgcc: Save the script itself when cross build is over. by Zheng Bao · 12 years ago
  33. c5ff648 armv7: Prevent CBFS data overlapping bootblock. by Hung-Te Lin · 12 years ago
  34. e876418 cbfstool: Add support for 64bit UEFI by Stefan Reinauer · 12 years ago
  35. 543a682 cbfstool: support parsing UEFI firmware volumes by Stefan Reinauer · 12 years ago
  36. c13e4bf cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands. by Hung-Te Lin · 12 years ago
  37. 5f3eb26 cbfstool: Use cbfs_image api for "add" command. by Hung-Te Lin · 12 years ago
  38. f56c73f cbfstool: Use cbfs_image API for "create" command. by Hung-Te Lin · 12 years ago
  39. 215d1d7 cbfstool: Use cbfs_image API for "locate" command. by Hung-Te Lin · 12 years ago
  40. 49fcd75 cbfstool: Fix incorrect CBFS free space by old cbfstool. by Hung-Te Lin · 12 years ago
  41. c03d9b0 cbfstool: Use cbfs_image API for "remove" command. by Hung-Te Lin · 12 years ago
  42. 0f8af71 cbfstool: Use cbfs_image API for "extract" command. by Hung-Te Lin · 12 years ago
  43. 3bb035b cbfstool: Use cbfs_image API for "print" command. by Hung-Te Lin · 12 years ago
  44. eab2c81 cbfstool: Add cbfs_image new CBFS image manipulation API. by Hung-Te Lin · 12 years ago
  45. 3cfacbf cbfstool: Add buffer management API. by Hung-Te Lin · 12 years ago
  46. dada125 crossgcc: add armv7a-eabi to list of working toolchains by David Hendricks · 12 years ago
  47. 5be6673 cbfstool: Update example file. by Hung-Te Lin · 12 years ago
  48. 332795c cbfstool: Make endian detection functions to work without prior setup. by Hung-Te Lin · 12 years ago
  49. 05dccae cbfstool: move flat-binary parsing to cbfs-mkpayload. by Hung-Te Lin · 12 years ago
  50. 4d87d4e cbfstool: Add -v (verbose) output. by Hung-Te Lin · 12 years ago
  51. 21d0fc0 Add a clean target to the run firmware (runfw) Makefile by Ronald G. Minnich · 12 years ago
  52. 5a9f45c cbfstool: Prevent file name to be corrupted by basename(). by Hung-Te Lin · 12 years ago
  53. 657ea6a cbfstool: Change "locate" output to prefix "0x". by Hung-Te Lin · 12 years ago
  54. 4505ceb cbfstool: Remove unused header files. by Hung-Te Lin · 12 years ago
  55. d173962 cbfstool: Store global variables into struct. by Hung-Te Lin · 12 years ago
  56. dd678a2 msrtool: Decoding for most of Intel Core 2 MSRs by Anton Kochkov · 12 years ago
  57. 70f3987 inteltool: Add support for Atom N455 (0x106c0) in CPU MSRs dump by Olivier Langlois · 12 years ago
  58. 5e732b8 util/runfw/googlesnow.c: Remove trailing whitespace by Paul Menzel · 12 years ago
  59. b867281 Utility to run the snow bios in user mode by Ronald G. Minnich · 12 years ago
  60. db5b893 Add more information to the cbfstool print by Stefan Reinauer · 12 years ago
  61. 88c4939 make crossgcc: compile all required toolchains by Stefan Reinauer · 12 years ago
  62. 0b23d47 armv7: Place reset vector + CBFS header + bootblock dynamically by David Hendricks · 12 years ago
  63. a12eacc use a relative path for #line 3 by David Hendricks · 12 years ago
  64. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  65. 9ad1f56 armv7: dynamically calculate the branch offset in cbfstool by David Hendricks · 12 years ago
  66. c019907 cbmem utility: Find actual CBMEM area by Stefan Reinauer · 12 years ago
  67. d7144dc cbmem utility: unify debug output by Stefan Reinauer · 12 years ago
  68. 062730d cbfstool: index is replaced by strchr. by zbao · 12 years ago
  69. 19f8756 cbmem utility: Add option to dump cbmem console by Stefan Reinauer · 12 years ago
  70. 1665bb3 cbmem utility: drop obsolete python based implementation by Stefan Reinauer · 12 years ago
  71. 9da7570 cbfstool: Fix warnings on OS X by Stefan Reinauer · 12 years ago
  72. 05cbce6 cbmem utility: Use mmap instead of fseek/fread by Stefan Reinauer · 12 years ago
  73. 086842a Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*". by Hung-Te Lin · 12 years ago
  74. 10c90d3 update CFLAGS for armv7 by David Hendricks · 12 years ago
  75. 454856b add user-specified offset when creating armv7 cbfs image by David Hendricks · 12 years ago
  76. 1e0e556 cbmem utility: support command line options by Stefan Reinauer · 12 years ago
  77. ceb82da add a return type to test function used by xcompile by David Hendricks · 12 years ago
  78. a182cbd cbfstool: Align the column of build hint message. by Zheng Bao · 12 years ago
  79. cf5aaaf cbfstool: Catch failing parse_elf_to_payload() by Stefan Reinauer · 12 years ago
  80. 1224626 Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction" by Stefan Reinauer · 12 years ago
  81. 198d23c crossgcc: Normalize library directories by Patrick Georgi · 12 years ago
  82. 1009907 abuild: Select correct cross compiler for ARMV7 architecture by Stefan Reinauer · 12 years ago
  83. 16bd789 buildgcc: Clean up PATH handling by Stefan Reinauer · 12 years ago
  84. a348d90 buildgcc: drop hack to build gcc trunk versions by Stefan Reinauer · 12 years ago
  85. 969cd93 buildgcc: Remove mingw32 hacks by Patrick Georgi · 12 years ago
  86. 17b24d3 abuild: produce valid junit files by Stefan Reinauer · 12 years ago
  87. 67ce04e armv7: use __cpu_to_le32 for endianness of reset vector instruction by David Hendricks · 12 years ago
  88. fecd26f crossgcc: Generalize matching for the mingw case by Patrick Georgi · 12 years ago
  89. cb08954 Fix xcompile (again) by Stefan Reinauer · 12 years ago
  90. e42133f Fix xcompile for ARMv7 and our cross toolchain by Stefan Reinauer · 12 years ago
  91. 4266b92 crossgcc: Fix buildgcc on Mac OS X by Stefan Reinauer · 12 years ago
  92. dab4238 crossgcc: Add support for building armv7a toolchain by Stefan Reinauer · 12 years ago
  93. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago
  94. 0a97759 cbfstool: Clean up messages by Stefan Reinauer · 12 years ago
  95. 90ca3b6 Add multi-architecture support to cbfstool by David Hendricks · 12 years ago
  96. 6d1fcd5 crossgcc: Only build iasl in acpica. by Zheng Bao · 12 years ago
  97. e773c92 Make mainboard_ops and mainboard.c file optional by Kyösti Mälkki · 12 years ago
  98. f33e395 build system: Split linking into multiple steps by Patrick Georgi · 12 years ago
  99. b6f765e Provide weak empty declarations of all chip_ops used on a board by Patrick Georgi · 12 years ago
  100. 1a5301d abuild: only rebuild boards if requested or after a broken build by Patrick Georgi · 12 years ago