1. 44fd0a0 utils/cbfstool: No need to pass -g flag twice by Edward O'Callaghan · 10 years ago
  2. b3594ab util/cbmem: Workaround for IS_ENABLED() by Kyösti Mälkki · 10 years ago
  3. 601da48 util/inteltool: Add pci ids for 4 northbridge models instead of 1. by Damien Zammit · 10 years ago
  4. 4b10bb7 util/board_status/board_status.sh: Move `cbfs.txt` to results directory by Paul Menzel · 10 years ago
  5. 40e936a util/board_status/board_status.sh: Save ROM contents in `cbfs.txt` by Paul Menzel · 10 years ago
  6. 470c37c util/cbfstool: Use `%zu` instead of `%ld` for size_t arguments by Paul Menzel · 10 years ago
  7. aab0cce abuild: make build directory configurable with a variable by Patrick Georgi · 11 years ago
  8. 2d24279 abuild: update version and copyright by Patrick Georgi · 10 years ago
  9. ad27322 abuild: allow build results outside the source tree by Patrick Georgi · 10 years ago
  10. b0bc63b abuild: allow deleting the work directories immediately by Patrick Georgi · 10 years ago
  11. 49592da Board-status: Add second vendor line by Kyösti Mälkki · 10 years ago
  12. 246234f abuild: Only build boards with Kconfig by Patrick Georgi · 10 years ago
  13. fadbe5f build: make scan-build work again by Patrick Georgi · 10 years ago
  14. 443fbcf abuild: replace hardcoded values by their variables by Patrick Georgi · 10 years ago
  15. b145b83 build: break compiler flags out of $(CC) by Patrick Georgi · 10 years ago
  16. b83f7de build: get rid of a special case by Patrick Georgi · 10 years ago
  17. 0890a82 xcompile: ABIs are really architecture specific by Patrick Georgi · 10 years ago
  18. e0187df xcompile: break out big loop content into function by Patrick Georgi · 10 years ago
  19. adc2413 xcompile: move tempfile cleanup closer together by Patrick Georgi · 10 years ago
  20. ee46712 xcompile: actually use "special compile flags" idea by Patrick Georgi · 10 years ago
  21. 004295d xcompile: fail earlier on missing host tools by Patrick Georgi · 10 years ago
  22. d387c63 xcompile: slightly refactor variable expansion magic by Patrick Georgi · 10 years ago
  23. aab1740 xcompile: use bash by Patrick Georgi · 10 years ago
  24. e9fe654 abuild: add -L|--clang to enable clang builds by Patrick Georgi · 10 years ago
  25. b275757 cbfstool: account for the trampoline code in bzImage payload by Aaron Durbin · 10 years ago
  26. d520840 kconfig: update to follow upstream more closely by Patrick Georgi · 10 years ago
  27. fd33781 Move ARCH_* from board/Kconfig to cpu or soc Kconfig. by Furquan Shaikh · 10 years ago
  28. a8d089d towiki.sh Move vendor link to the first column. by Rudolf Marek · 10 years ago
  29. b67e9a1 crossgcc: Support OSX 10.9 built-in tar utility program. by Andrew Wu · 10 years ago
  30. 47a14b1 util/board_status/board_status.sh: set its executable flag by Paul Menzel · 11 years ago
  31. 20f25dd Rename coreboot_ram stage to ramstage by Furquan Shaikh · 10 years ago
  32. 2ad6ee9 util/cbfstool: Fix "Bad segment type 53534220 Could not load payload". by Wei Hu · 10 years ago
  33. 04eb2e8 util/board_status: Only pass switch `-a` once to `git commit` by Paul Menzel · 11 years ago
  34. aeeafc0 sconfig: Fix build dependencies by Patrick Georgi · 10 years ago
  35. 34195be abuild: break early if building tools fails by Patrick Georgi · 11 years ago
  36. 7bd269e abuild: more verbose configuration step by Patrick Georgi · 10 years ago
  37. a0f9ece util/cbfstool: Make cbfs_image_delete() NULL-tolerant. by Edward O'Callaghan · 10 years ago
  38. ab180d8 util/cbmem: handle larger than 1MiB mappings for console by Aaron Durbin · 10 years ago
  39. 4f3bb80 cbfstool: provide structure to linux payload builder by Aaron Durbin · 10 years ago
  40. 2164831 util/superiotool: Add initial support for Fintek F71869ED. by Wilbert Duijvenvoorde · 10 years ago
  41. ffdf2e1 util/superiotool: Register fix for Fintek F71869AD by Wilbert Duijvenvoorde · 10 years ago
  42. 4fde5a6 util: add rmodtool for parsing ELF files to rmodules by Aaron Durbin · 10 years ago
  43. 36be813 cbfstool: add ELF writing support by Aaron Durbin · 10 years ago
  44. 3860893 romcc.c: Fixes warning about unused function from unused macros. by Edward O'Callaghan · 10 years ago
  45. c078094 cbfstool: add symbol table parsing to the ELF parser by Aaron Durbin · 10 years ago
  46. c3e6e14 cbfstool: add string table parsing to ELF parser by Aaron Durbin · 10 years ago
  47. ccb5ad8 cbfstool: add relocation parsing to ELF parser by Aaron Durbin · 10 years ago
  48. d0f6165 cbfstool: introduce struct parsed_elf and parse_elf() by Aaron Durbin · 10 years ago
  49. 19a11d6 cbfstool: remove incorrect section size check by Aaron Durbin · 10 years ago
  50. a31ff73 cbfstool: elfparsing: check segment and section regions by Aaron Durbin · 10 years ago
  51. b1b5118 cbfstool: elfheaders: use proper parameters to calloc() by Aaron Durbin · 10 years ago
  52. 54ef306 cbfstool: add eflparsing.h by Aaron Durbin · 10 years ago
  53. aa8784c cbfstool: move iself() to eflheaders.c by Aaron Durbin · 10 years ago
  54. a983cea cbfstool: elfheaders: use common checks and buffer helpers by Aaron Durbin · 10 years ago
  55. 0c54bfa Revert "boardstatus/towiki: Declare southbridge=northbridge=cpu on SOCs" by Alexandru Gagniuc · 11 years ago
  56. 6e8c279 cbfstool: add struct buffer helper routines by Aaron Durbin · 10 years ago
  57. 1240d29 cbfstool: add bputs() to store a byte stream to a buffer by Aaron Durbin · 10 years ago
  58. 0165004 cbfstool: add get8/put8 variants to xdr structures by Aaron Durbin · 10 years ago
  59. fae7517 cbfstool: move verbose to common.c by Aaron Durbin · 10 years ago
  60. 7d48f04 lbtdump: Dump forwarded tables. by Vladimir Serbinenko · 11 years ago
  61. 2cf9715 utils/romcc.c: Fix spurious unsigned integer comparisons. by Edward O'Callaghan · 10 years ago
  62. 5edfa37 cbfstool/lzma: Remove dead code under #ifdefs by Alexandru Gagniuc · 11 years ago
  63. e271865 util/ifdtool: cleanup some magic numbers by Chris Douglass · 10 years ago
  64. 4eabe1e util/ifdtool: add option to change flash layout by Chris Douglass · 10 years ago
  65. 03ce014 util/ifdtool: add option to dump flashrom layout by Chris Douglass · 10 years ago
  66. 970dd9c boardstatus/towiki: Skip OVERRIDE_FANCTL by Vladimir Serbinenko · 11 years ago
  67. 50d9752 boardstatus/towiki: Skip comments after options. by Vladimir Serbinenko · 11 years ago
  68. 7035b85 boardstatus/to-wiki.sh: Accept Kconfig with non-tab separators. by Vladimir Serbinenko · 11 years ago
  69. 87cc49b crossgcc: Update IASL to latest version (20140114) by Alexandru Gagniuc · 11 years ago
  70. 3a72278 utils/crossgcc: Refactor Makefiles for separate arm/i386. by Edward O'Callaghan · 11 years ago
  71. 7c9bb41 cbfstool/lzma: Remove code which depends on commented out defines by Alexandru Gagniuc · 11 years ago
  72. c1d1fd8 cbfstool: Deserialize CBFS master header when reading image by Alexandru Gagniuc · 11 years ago
  73. ed87ebc cbfstool/lzma: Remove LITTLE_ENDIAN_AND_UNALIGNED_ACCESS_OK by Alexandru Gagniuc · 11 years ago
  74. b63b75b cbfstool: Fix LzmaEnc.c and build with -Wshadow by Alexandru Gagniuc · 11 years ago
  75. ae45a98 cbfstool: Fix build errors when building with clang by Alexandru Gagniuc · 11 years ago
  76. 892728c boardstatus/towiki: Fix 1st gen i3/i5/i7 codename by Vladimir Serbinenko · 11 years ago
  77. b845636 boardstatus/towiki: Declare southbridge=northbridge=cpu on SOCs by Vladimir Serbinenko · 11 years ago
  78. 3fcde22 Add an xdr function for the cbfs_file header by Ronald G. Minnich · 11 years ago
  79. 818f369 Change the linux payload generator to use the standard header generator by Ronald G. Minnich · 11 years ago
  80. 35850ae cbfstool: Eliminate global variable "arch" by Alexandru Gagniuc · 11 years ago
  81. 2bdc0d0 cbfstool: Remove more unused functions from common.c by Alexandru Gagniuc · 11 years ago
  82. c677c7d cbfstool: Hide cbfstool_offset from the global namespace by Alexandru Gagniuc · 11 years ago
  83. bc06691 cbfstool: remove unused function create_cbfs_image() by Alexandru Gagniuc · 11 years ago
  84. b5adeee cbfstool: add code to serialize the header using the new xdr functions by Ronald G. Minnich · 11 years ago
  85. a8a133d Add section header parsing and use it in the mk-payload step by Ronald G. Minnich · 11 years ago
  86. ba1f9aa utils: Install man pages as non-executable (chmod 644) by Lubomir Rintel · 11 years ago
  87. 9ad52fe cbfstool/lzma: Avoid use of typedef with structs and enums by Alexandru Gagniuc · 11 years ago
  88. 4a7b115 cbfstool: Don't assume compiler is gcc, and use $(CC) by Alexandru Gagniuc · 11 years ago
  89. e20f27a cbfstool/lzma: Remove windows-specific remnants by Alexandru Gagniuc · 11 years ago
  90. 5719bdc cbfstool/lzma: Remove C++ remnants by Alexandru Gagniuc · 11 years ago
  91. 91e9f27 cbfstool/lzma: Use stdint and stdbool types by Alexandru Gagniuc · 11 years ago
  92. aa2f739 cbfs: fix issues with word size and endianness. by Ronald G. Minnich · 11 years ago
  93. 5b5f834 util/superiotool: Add initial support for Fintek F71869AD. by Edward O'Callaghan · 11 years ago
  94. 1ebc7e9 cbfstool: correct size left calculation for "empty" entries by Aaron Durbin · 11 years ago
  95. 2a1d5b0 cbfstool: cleaner filling fields by Patrick Georgi · 11 years ago
  96. 77005b4 board_status.sh: Replace [[ with [. by Vladimir Serbinenko · 11 years ago
  97. 7358643 sconfig: don't "const" structs twice by Patrick Georgi · 11 years ago
  98. df7d5c9 boardstatus: Fix creation of links to configs. by Vladimir Serbinenko · 11 years ago
  99. 3e51837 boardstatus: Add useful info from old page header to foreword. by Vladimir Serbinenko · 11 years ago
  100. 08c372f boardstatus: Do not error out on unknown CPU/northbridge by Vladimir Serbinenko · 11 years ago