1. 5ce0506 AMD Fam15tn: Add support for AGESA runtime allocation in CBMEM by Rudolf Marek · 11 years ago
  2. 8a0a848 Dynamic cbmem: don't compile src/lib/cbmem.c when dynamic cbmem is selected. by Denis 'GNUtoo' Carikli · 11 years ago
  3. cca6859 fix bootstate typo (bs_dev_eanble -> bs_dev_enable) by David Hendricks · 11 years ago
  4. 0ea3664 edid: fix warning by Gerd Hoffmann · 11 years ago
  5. 1b7fd08 usbdebug: Improve solving EHCI debug port problems by Kyösti Mälkki · 11 years ago
  6. 5239ba2 ramtest.c: Add silent ram_check by Alexandru Gagniuc · 11 years ago
  7. 2ad6bd2 cbmem console: use cache-as-ram API and cleanup by Aaron Durbin · 11 years ago
  8. 716738a x86: add cache-as-ram migration option by Aaron Durbin · 11 years ago
  9. 4409a5e coreboot: add thread cooperative multitasking by Aaron Durbin · 11 years ago
  10. 2a3c106 hardwaremain: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  11. 37f8c3a cbfs_core.c: make cfbs searches even less verbose by Dave Frodin · 11 years ago
  12. 15c671e boot state: remove drain timers option by Aaron Durbin · 11 years ago
  13. 0748d30 boot state: add ability to block state transitions by Aaron Durbin · 11 years ago
  14. e690eda cbfs: make searching for a file less verbose by Aaron Durbin · 11 years ago
  15. 8fc41e1 boot state: run timers on state entry by Aaron Durbin · 11 years ago
  16. 340ca91 coreboot: add timer queue implementation by Aaron Durbin · 11 years ago
  17. 6b0fb0d boot state: track times for each state by Aaron Durbin · 11 years ago
  18. 001de1a boot state: rebalance payload load vs actual boot by Aaron Durbin · 11 years ago
  19. bebf669 x86: use boot state callbacks to disable rom cache by Aaron Durbin · 11 years ago
  20. 243aa44 boot: remove cbmem_post_handling() by Aaron Durbin · 11 years ago
  21. 40131cf cbmem: use boot state machine by Aaron Durbin · 11 years ago
  22. 4dd87fb coverage: use boot state callbacks by Aaron Durbin · 11 years ago
  23. 0a6c20a acpi: split resume check and actual resume code by Aaron Durbin · 11 years ago
  24. a4feddf boot state: schedule static callbacks by Aaron Durbin · 11 years ago
  25. 7e35efa ramstage: introduce boot state machine by Aaron Durbin · 11 years ago
  26. e1be5ae rmodule: put all code/data bits in one section by Aaron Durbin · 11 years ago
  27. 642b1db7 Eliminate use of pointers in coreboot table by Stefan Reinauer · 11 years ago
  28. 45988da spkmodem console by Vladimir Serbinenko · 11 years ago
  29. bb2cc71 Fix read_option invocation in uart8250mem.c by Stefan Reinauer · 11 years ago
  30. 84463ef Fix compilation when coverage debugging is enabled by Stefan Reinauer · 11 years ago
  31. 9c07c8f lynxpoint: Move ACPI NVS into separate CBMEM table by Duncan Laurie · 11 years ago
  32. ebf142a boot: add disable_cache_rom() function by Aaron Durbin · 11 years ago
  33. f6f6e13 memrange: add 2 new range_entry routines by Aaron Durbin · 11 years ago
  34. bc07f5d x86: add rom cache variable MTRR index to tables by Aaron Durbin · 11 years ago
  35. a05a852 lib: add memrange infrastructure by Aaron Durbin · 11 years ago
  36. 28adb6e coreboot table: use memrange library by Aaron Durbin · 11 years ago
  37. cf4a3f4 Revert "coreboot table: use memrange library" by Aaron Durbin · 11 years ago
  38. 56075ea coreboot table: use memrange library by Aaron Durbin · 11 years ago
  39. c15551a dynamic cbmem: fix memconsole and timestamps by Aaron Durbin · 11 years ago
  40. d23e292e rmodule: align ld script with latest x86 ld script by Aaron Durbin · 11 years ago
  41. 2bd2e37 cbfs: fix relocation ramstage compiler errors by Aaron Durbin · 11 years ago
  42. 3e4e303 Unify coreboot table generation by Stefan Reinauer · 11 years ago
  43. fd79562 romstage: add support for vboot firmware selection by Aaron Durbin · 11 years ago
  44. 0c6946d cbmem: add vboot cmbem id by Aaron Durbin · 11 years ago
  45. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  46. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  47. 55ed310 rmodule: correct ordering of bss clearing by Aaron Durbin · 11 years ago
  48. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  49. c322118 cbfs: Change false ERROR print to a WARNING. by Shawn Nematbakhsh · 11 years ago
  50. 2b7c88f rmodule: add string functions to rmodules class by Aaron Durbin · 11 years ago
  51. de1f890 coreboot: add caching loaded ramstage interface by Aaron Durbin · 12 years ago
  52. 159f2ef ramstage: cache relocated ramstage in RAM by Aaron Durbin · 12 years ago
  53. 25fe2d0 ramstage: Add cbmem_get_table_location() by Aaron Durbin · 12 years ago
  54. f2b20d8 romstage_handoff: provide common logic for setup by Aaron Durbin · 12 years ago
  55. 8e4a355 coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE by Aaron Durbin · 12 years ago
  56. a1db81b4 cbmem: add CBMEM_ID_ROMSTAGE_INFO id by Aaron Durbin · 12 years ago
  57. e8c866a rmodule: add ability to calculate module placement by Aaron Durbin · 12 years ago
  58. eb06a42 x86: don't clear bss in ramstage entry by Aaron Durbin · 11 years ago
  59. b3b72f3 link/graphics: Add support for EDID by Ronald G. Minnich · 11 years ago
  60. f7c6d48 rmodule: add ramstage support by Aaron Durbin · 12 years ago
  61. 81108b9 cbfs: alternative support for cbfs_load_payload() by Aaron Durbin · 12 years ago
  62. 02fdf71 rmodule: include heap in bss section by Aaron Durbin · 12 years ago
  63. ad93552 lib: add rmodule support by Aaron Durbin · 12 years ago
  64. ae0e8d3 Eliminate do_div(). by David Hendricks · 11 years ago
  65. d59fc53 Fix build by adding `cbmem.c` to `COLLECT_TIMESTAMPS` by Kyösti Mälkki · 11 years ago
  66. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  67. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  68. fdfd89f selfboot: Report correct entry point address in debug message. by Hung-Te Lin · 11 years ago
  69. 58fd5e1 libcbfs: Fix legacy CBFS API, typos by Hung-Te Lin · 12 years ago
  70. 9a00016 fix an error message in checkstack() by David Hendricks · 12 years ago
  71. c720d8d cbfs: Fix CBFS max size calculation. by Hung-Te Lin · 12 years ago
  72. 966e2db cbfs: Revise debug messages. by Hung-Te Lin · 12 years ago
  73. fe18792 armv7: Add 'bootblock' build class. by Hung-Te Lin · 12 years ago
  74. d51557a lib: Prevent unaligned memory access and fix endianess in LZMA decode library. by Hung-Te Lin · 12 years ago
  75. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  76. 2edf77c src/lib/timestamp.c: Fix spelling of tim*e*stamp by Paul Menzel · 12 years ago
  77. f572e1e Update gcov patch in documentation by Stefan Reinauer · 12 years ago
  78. 850793f Make the pre-commit-hook happy about the code in libgcov.c by Ronald G. Minnich · 12 years ago
  79. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  80. 4c4dd93 Only include libgcc wrappers on x86 by Stefan Reinauer · 12 years ago
  81. 399486e Unify assembler function handling by Stefan Reinauer · 12 years ago
  82. 1e75329 Drop boot directory by Stefan Reinauer · 12 years ago
  83. 179206a src/lib/Makefile.inc: Add license header by Stefan Reinauer · 12 years ago
  84. 859e808 Make set_boot_successful depend on PC80_SYSTEM by Stefan Reinauer · 12 years ago
  85. 421288d Make libgcc wrappers arch-specific, add ARMv7 by David Hendricks · 12 years ago
  86. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  87. 13c2c02 Tell CBMEM code about ACPI GNVS section by Stefan Reinauer · 12 years ago
  88. 75dbc38 Clean up stack checking code by Stefan Reinauer · 12 years ago
  89. 4221a19 Add method for delaying adding of timestamps by Stefan Reinauer · 12 years ago
  90. 1068087 USBDEBUG: retry harder for slow devices by Sven Schnelle · 12 years ago
  91. 82704c6 USBDEBUG: buffer up to 8 bytes by Sven Schnelle · 12 years ago
  92. f5e9ac4 SMM: Add support for malloc in SMM if using TSEG by Duncan Laurie · 12 years ago
  93. 9764d4c Implement stack overflow checking for the BSP by Ronald G. Minnich · 12 years ago
  94. 3a8cad3 Shrink the stack sizes we need in coreboot by Ronald G. Minnich · 12 years ago
  95. 52e6118 Remove unused free() function by Stefan Reinauer · 12 years ago
  96. 28190ce malloc/memalign: Remove unneeded linker check by Stefan Reinauer · 12 years ago
  97. 79431f5 Make memalign print useful messages on failure by Ronald G. Minnich · 12 years ago
  98. 4781800 Don't loop infinitely long on serial comm failures by Stefan Reinauer · 12 years ago
  99. fe42218 Make CBFS output more consistent by Stefan Reinauer · 12 years ago
  100. cabc804 Tell CBMEM pretty printer about MRC cache by Stefan Reinauer · 12 years ago