1. 5e6c30b coreinfo: Add support for link time optimization by Jacob Garber · 4 years, 11 months ago
  2. 6065f61 .gitignore: Split into subdirectory files by Patrick Georgi · 3 years, 10 months ago
  3. 6034b0f payloads/coreinfo: Rename pci_scan_bus() by Felix Singer · 3 years, 10 months ago
  4. 3ff7bcf payloads: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  5. 07201d7 coreinfo: Use SPDX license identifiers by Jacob Garber · 4 years ago
  6. bea01e3 libpayload: Cache physical location of CBMEM entries by Nico Huber · 4 years, 1 month ago
  7. 14adb7e libpayload: Cache physical cbmem console address by Nico Huber · 4 years, 1 month ago
  8. 3bc42ef payloads/coreinfo: Fix `make clean` by Nico Huber · 4 years ago
  9. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  10. 8480c0b payloads: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  11. 824b4b8 payloads: Fix typos by Elyes HAOUAS · 4 years, 6 months ago
  12. bd62472 coreinfo/coreinfo.c: Correct main function signature by Jacob Garber · 4 years, 11 months ago
  13. d3d38c9 coreinfo/coreinfo.c: Support both lower and upper case alphabets by Himanshu Sahdev · 5 years ago
  14. 9cd53c5 Makefile.inc, payloads: Enable -Wvla by Jacob Garber · 5 years ago
  15. e2e8cce payloads/coreinfo: Enable -Wmissing-prototypes by Jacob Garber · 5 years ago
  16. 609305f payloads/coreinfo: Make internal functions static by Jacob Garber · 5 years ago
  17. 729d597 payloads/coreinfo: Enable -Wextra by Jacob Garber · 5 years ago
  18. a711e9c payloads/coreinfo: Use correct integer types for loop indices by Jacob Garber · 5 years ago
  19. 37bec0b payloads/coreinfo: Use fixed-width integers for cpuid by Jacob Garber · 5 years ago
  20. dce10f8 payloads/coreinfo: Remove unused variable by Jacob Garber · 5 years ago
  21. b6d9175 payloads/coreinfo: Free buffer before returning by Jacob Garber · 5 years ago
  22. eab2a29 payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  23. b93796d payloads/coreinfo/cbfs_module.c: Get rid of void pointer math by Richard Spiegel · 6 years ago
  24. 7ee05ed util/cbfstool: Support FIT payloads by Patrick Rudolph · 6 years ago
  25. 1dc5ce3 coreinfo: Skip unpopulated PCI functions by Kyösti Mälkki · 6 years ago
  26. c6d1349 Revert "cbfs/payload type: Fix build warning and whitespace in name" by Ronald G. Minnich · 6 years ago
  27. 717ba74 cbfs/payload type: Fix build warning and whitespace in name by Paul Menzel · 6 years ago
  28. 4f5bed5 cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF by Patrick Rudolph · 6 years ago
  29. 24b1305 payloads/coreinfo/README: Remove trailing whitespace by Elyes HAOUAS · 6 years ago
  30. 2d1e0eb payloads/coreinfo: Free buffer before returning by Martin Roth · 7 years ago
  31. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  32. 71693ba coreinfo: Use regular `if` over `#if` for `IS_ENABLED` by Nicola Corna · 7 years ago
  33. e81ce04 payloads: change coreboot to lowercase by Martin Roth · 7 years ago
  34. d67c687 Turn CBMEM console into a ring buffer that can persist across reboots by Julius Werner · 8 years ago
  35. 0ffef88 build system: don't run xcompile or git for %clean/%config targets by Patrick Georgi · 8 years ago
  36. d770bad coreinfo: make the CBFS list scrollable by Ben Gardner · 8 years ago
  37. 47ca65a payloads/coreinfo: Set KCONFIG_CONFIG value by Martin Roth · 8 years ago
  38. 4b1668f coreinfo: Add support to read timestamps by Antonello Dettori · 8 years ago
  39. 6983666 coreinfo: Update Makefile by Martin Roth · 8 years ago
  40. 12b641d coreinfo: Build libpayload in coreinfo directory by Iru Cai · 8 years ago
  41. 2bf7a2c coreinfo: Move time to the last line by Jonathan Neuschäfer · 8 years ago
  42. c2b50ac coreinfo: Allow numbers in addition to F keys by Stefan Reinauer · 8 years ago
  43. 62af53f coreinfo: Rename libpayload variables by Stefan Reinauer · 8 years ago
  44. 8054736 coreinfo: Use tinycurses by Stefan Reinauer · 8 years ago
  45. 31575f6 coreinfo: Pretty print RAM addresses by Stefan Reinauer · 8 years ago
  46. d431864 coreinfo: Remove the LAR module by Jonathan Neuschäfer · 8 years ago
  47. 6116f36 codebase: Change makefile $(shell pwd) commands to $(CURDIR) by Martin Roth · 8 years ago
  48. 00e49ae coreinfo: Fix libpayload to not install to libpayload/libpayload by Martin Roth · 8 years ago
  49. 71d3101 coreinfo/nvram: Print correct line numbers by Jonathan Neuschäfer · 8 years ago
  50. ff09952 coreinfo: Default to first non-empty category by Jonathan Neuschäfer · 8 years ago
  51. 5368504 coreinfo/cbfs: Add some missing file types by Jonathan Neuschäfer · 8 years ago
  52. 8a61a2f coreinfo: Show "No modules selected" when appropriate by Jonathan Neuschäfer · 8 years ago
  53. 1aca8b8 coreinfo/cbfs: Don't assume that the free space is at the end by Jonathan Neuschäfer · 8 years ago
  54. 9c3ff1b coreinfo/Makefile: change $(obj) to $(coreinfo_obj) by Martin Roth · 8 years ago
  55. 143a78c9 coreinfo: Remove .xcompile when doing a clean by Martin Roth · 8 years ago
  56. 283fd8e coreinfo: quote $(AS) and $(CC) in $(LPAS) and $(LPCC) by Iru Cai · 8 years ago
  57. 50943b1 payloads/coreinfo: Add defaultbuild target by Martin Roth · 9 years ago
  58. cacbcf4 coreinfo: use coreboot crosscompiler by Martin Roth · 9 years ago
  59. 37f4565 coreinfo: Rewrite bootlog_module by Yasha Cherikovsky · 9 years ago
  60. b7eb171 coreinfo: Move screen dimensions to header by Yasha Cherikovsky · 9 years ago
  61. ae16c40 coreinfo: Fix off-by-one in displayed month of year by Yasha Cherikovsky · 9 years ago
  62. 619fc95 coreinfo: Hide blinking cursor by Yasha Cherikovsky · 9 years ago
  63. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  64. 8190078 coreinfo: reboot when finished by Maxime de Roucy · 9 years ago
  65. 739a6adb coreinfo: Fix build output (cosmetical) by Stefan Reinauer · 9 years ago
  66. ccc55fd coreinfo: fix compilation by Stefan Reinauer · 9 years ago
  67. 0ab2b25 coreinfo: use coreboot's kconfig by Stefan Reinauer · 9 years ago
  68. 04fb7a8 coreinfo: Use IS_ENABLED() to query Kconfig variables by Stefan Reinauer · 9 years ago
  69. 17dd74c coreinfo: Drop local Kconfig copy by Stefan Reinauer · 9 years ago
  70. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  71. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  72. 26c74fb payloads/coreinfo/multiboot_module.c: Trivial fix indents by Edward O'Callaghan · 10 years ago
  73. 639f02b payloads/coreinfo/README: Use `It is` instead of `Its` by Paul Menzel · 10 years ago
  74. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  75. 9915b37 coreinfo: Build libpayload from coreinfo makefile by Marc Jones · 12 years ago
  76. 15a2c8f coreinfo: changes to get the USB keyboard working by Dave Frodin · 12 years ago
  77. 5d01b76 coreinfo: Make better calls to libpayload build scripts by Marc Jones · 12 years ago
  78. 1b0c352 coreinfo: change the foreground/background colors by Dave Frodin · 12 years ago
  79. 90ca3b6 Add multi-architecture support to cbfstool by David Hendricks · 12 years ago
  80. 0af03d2 Refactor the endianness conversion functions and header files. by Gabe Black · 12 years ago
  81. 811d661 coreinfo: fix build error (TRIVIAL) by Alexandru Gagniuc · 12 years ago
  82. 68299ee Eliminate magic numbers by Philip Prindeville · 13 years ago
  83. 9a7c246 Cleanup access to vendor/part # info by Philip Prindeville · 13 years ago
  84. fe2f6b0 Use convenience function to checksum by Philip Prindeville · 13 years ago
  85. 46404d7 Replace UNPACK_CB64 macro with inline by Philip Prindeville · 13 years ago
  86. 74b6599 Respect linker order by Christian Ruppert · 13 years ago
  87. 45945cf Mirror Fix coreinfo usage of cb_info by QingPei Wang · 13 years ago
  88. 0df0b52 Add build instructions for coreinfo, specially pointing out installing by Yang Hamo Bai · 13 years ago
  89. 29ee873 Change default path and configuration for Coreinfo. by Myles Watson · 14 years ago
  90. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  91. 44163f7 Update Coreinfo to use TAG_FORWARD in tables. by Myles Watson · 15 years ago
  92. 941c1fd Add initial support for a CBFS module for coreinfo. by Uwe Hermann · 15 years ago
  93. c1f404f by Robert Millan · 16 years ago
  94. 5cb4d9d [PATCH] coreinfo: Add multiboot parsing support by Jordan Crouse · 16 years ago
  95. 94c1bd8 Do not try to display non-printable characters on the bootlog and by Ulf Jordan · 16 years ago
  96. 22d5ddc Fix overflow in modwin erase. Do not refresh modwin yet, since it is by Ulf Jordan · 16 years ago
  97. 10d0a81 define array size in a single place (trivial) by Stefan Reinauer · 16 years ago
  98. bc5379a off by 1. (trivial) by Stefan Reinauer · 16 years ago
  99. 28dff39 commit real fix to pci module of coreinfo (trivial) by Stefan Reinauer · 16 years ago
  100. d133d9a This patch updates coreinfo to use the ACS_ macros for line graphics. by Ulf Jordan · 16 years ago