1. 5e61233 elog: Include declarations for boot count functions unconditionally by Furquan Shaikh · 8 years ago
  2. 8c8403f console: Drop leftover struct console_driver by Kyösti Mälkki · 8 years ago
  3. 049b462 arch/x86: Enable postcar console by Lee Leahy · 8 years ago
  4. 918535a src/include: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  5. 4c72d36 Remove extra newlines from the end of all coreboot files. by Martin Roth · 8 years ago
  6. 0325dc6 bootmode: Get rid of CONFIG_BOOTMODE_STRAPS by Furquan Shaikh · 8 years ago
  7. ae738ac cpu/x86: Support CPUs without rdmsr/wrmsr instructions by Lee Leahy · 8 years ago
  8. 3eabe6e drivers/uart: Enable debug serial output during postcar by Lee Leahy · 8 years ago
  9. 6401188 soc/intel/common: Add reset_prepare() for common reset by Andrey Petrov · 8 years ago
  10. b743b1a lib: add poweroff() declaration by Aaron Durbin · 8 years ago
  11. 4c0851c tpm2: implement locking firmware rollback counter by Vadim Bendebury · 8 years ago
  12. 7ee057c tpm2: use pcr0 dependent nvram space policy definitions by Vadim Bendebury · 8 years ago
  13. 89186b2 SPD: Add CAS latency 2 by Elyes HAOUAS · 8 years ago
  14. 10ea104 vboot2: tpm2 factory initialization. by Vadim Bendebury · 8 years ago
  15. 245d457 tpm2: implement tlcl layer by Vadim Bendebury · 8 years ago
  16. e5c00a5 intel post-car: Consolidate choose_top_of_stack() by Kyösti Mälkki · 8 years ago
  17. f41ac22 lib/gpio: add pullup & pulldown gpio_base2_value() variants by Aaron Durbin · 8 years ago
  18. 5b6c28c gpio: Add support for translating gpio_t into ACPI pin by Duncan Laurie · 8 years ago
  19. 8f9c866 lib: remove ulzma() by Aaron Durbin · 8 years ago
  20. ed114da lib/nhlt: drop nhlt_soc_add_endpoint() by Aaron Durbin · 8 years ago
  21. ed0f6d7 lib/nhlt: add helper functions for adding endpoints by Aaron Durbin · 8 years ago
  22. 43e1bfd soc/intel/common: Add prototype for global_reset() reset by Andrey Petrov · 8 years ago
  23. 2cf99e1 lib: Add real-time-clock functions by Simon Glass · 8 years ago
  24. ed3ccc2 SPD: Add DRAM devices types by Elyes HAOUAS · 8 years ago
  25. aa8e7e7 SPD: fix DDR3 SDRAM memory module types by Elyes HAOUAS · 8 years ago
  26. c8d24dd SPD: fix and add DDR2 SDRAM memory module types by Elyes HAOUAS · 8 years ago
  27. 46bfce3 spd: Add module voltage for 1.8V by Elyes HAOUAS · 8 years ago
  28. 4cff1d5 soc/intel/common/acpi: Add _PTS, _WAK methods by Hannah Williams · 8 years ago
  29. 34fcec1 cpu/cpu.h: Change guard around function declarations by Kyösti Mälkki · 8 years ago
  30. 65cc526 Ignore RAMTOP for MTRRs by Kyösti Mälkki · 8 years ago
  31. c5400ef intel: Drop old romstage main() without asmlinkage by Kyösti Mälkki · 8 years ago
  32. 577aad6 include/device/dram/ddr3: Add additional frequencies by Patrick Rudolph · 8 years ago
  33. e325b22 intel: Fix romstage main() with asmlinkage by Kyösti Mälkki · 8 years ago
  34. 5276941 AMD boards: Fix romstage main() declaration by Kyösti Mälkki · 8 years ago
  35. d72cc41 intel/model_206ax: Move platform specific defines by Kyösti Mälkki · 8 years ago
  36. a969ed3 Move definitions of HIGH_MEMORY_SAVE by Kyösti Mälkki · 8 years ago
  37. d450609 Added CL7 support by Elyes HAOUAS · 8 years ago
  38. 6c3c31e bootblock: Declare common bootblock_pre_c_entry routine by Lee Leahy · 8 years ago
  39. 538b324 lib: Add asmlinkage attribute to bootblock_main_with_timestamp by Lee Leahy · 8 years ago
  40. ec00968 device: i2c: Add support for I2C bus operations by Duncan Laurie · 8 years ago
  41. c5b758b SMBIOS: Implement SKU field by Kyösti Mälkki · 8 years ago
  42. 9fed935 wrdd: Export WRDD info in the header by Duncan Laurie · 8 years ago
  43. 1010b4a acpi_device: Add support for writing ACPI I2C descriptors by Duncan Laurie · 8 years ago
  44. ba0fc47 soc/intel/common: Add common smihandler code by Hannah Williams · 8 years ago
  45. 3a39f44 gpio: Add a function to map GPIO to ACPI path by Duncan Laurie · 8 years ago
  46. d9af3ce device: Add an ACPI device name and path concept to devices by Duncan Laurie · 8 years ago
  47. b955284 hexstrtobin: Add a library function to decode ASCII hex into binary by Duncan Laurie · 8 years ago
  48. ff196b6 lib/bootblock: Provide mechanism to pass in an early timestamp by Alexandru Gagniuc · 8 years ago
  49. 4650f5b sconfig: Add a new generic device type by Duncan Laurie · 8 years ago
  50. b7ce5fe sconfig: Add 10bit addressing mode to i2c device type by Duncan Laurie · 8 years ago
  51. 1487621 drivers/uart: Enable override for input clock divider by Lee Leahy · 8 years ago
  52. 770d7c7 cpu/x86/mp_init: reduce exposure of internal implementation by Aaron Durbin · 8 years ago
  53. 564dc9c lib/reg_script: Add display support by Lee Leahy · 8 years ago
  54. 8250192 cpu/x86: combine multiprocessor and SMM initialization by Aaron Durbin · 8 years ago
  55. a41e030 cpu/x86/smm_module_loader: always build with SMM module support by Aaron Durbin · 8 years ago
  56. 0e55632 cpu/x86/mp_init: remove unused callback arguments by Aaron Durbin · 8 years ago
  57. efcee9f lib/reg_script: Allow multiple independent handlers by Lee Leahy · 8 years ago
  58. 6bcbe57 lib/regscript: Add exclusive-or (xor) support by Lee Leahy · 8 years ago
  59. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  60. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  61. d4afa93 lib/bootmem: allow architecture specific bootmem ranges by Aaron Durbin · 8 years ago
  62. 8984af8 lib: add helper for constructing coreboot forwarding table by Aaron Durbin · 8 years ago
  63. 86ddd73 kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  64. c42b786 stddef.h: fix zeroptr's definition by Patrick Georgi · 8 years ago
  65. 2b6db97 edid: Make framebuffer row alignment configurable by Julius Werner · 8 years ago
  66. c445b4f chromeos: Simplify fill_lb_gpios even further by Julius Werner · 8 years ago
  67. 096f457 lib/prog_loading: introduce prog_segment_loaded() by Aaron Durbin · 8 years ago
  68. 6f009dc cbmem: Add comment for cbmem_top returning NULL if backing store is not ready by Furquan Shaikh · 8 years ago
  69. 6911219 edid: Add helper function to calculate bits-per-pixel dependent values by Julius Werner · 8 years ago
  70. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  71. 2b23948 gpio: Add support for binary_first base3 number system by Julius Werner · 8 years ago
  72. 94271b4 lib/rmodule: export parameters in struct rmod_stage_load by Aaron Durbin · 8 years ago
  73. d33ebd1 device: Add i2c read/write register field API by Yidi Lin · 8 years ago
  74. 331ac1b mtrr: Define a function for obtaining free var mtrr by Furquan Shaikh · 8 years ago
  75. 5ffb688 device/i2c: Add i2c_read_bytes() API by Jitao Shi · 9 years ago
  76. 555d6c2 cbmem: Add utility to get memory region occupied by cbmem by Alexandru Gagniuc · 9 years ago
  77. e884592 lib/memrange: add function to initialize range_entry by Aaron Durbin · 8 years ago
  78. e63be89 cpu/x86/mtrr: add helper function to detect variable MTRRs by Aaron Durbin · 8 years ago
  79. 98b5f90 include/device/dram: Fix DDR3-1866 by Patrick Rudolph · 9 years ago
  80. 0769159 src/device/dram/ddr3: Parse additional information by Patrick Rudolph · 9 years ago
  81. 9f3f915 nb/intel/sandybridge/romstage: Read fuse bits for max MEM Clk by Patrick Rudolph · 9 years ago
  82. be7cbdc lib/bootblock: provide SoC callback parity with mainboard by Aaron Durbin · 9 years ago
  83. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  84. 862c385 memlayout: Add symbols for stage bounds by Julius Werner · 9 years ago
  85. 9d02153 fsp_baytrail: Add full support for iosf access in reg_script by Werner Zeh · 9 years ago
  86. f0d39c4 die() when attempting to use bounce buffer on non-i386. by Vladimir Serbinenko · 9 years ago
  87. bd1fdc6 nb/intel/sandybridge/raminit: Add XMP support by Patrick Rudolph · 9 years ago
  88. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 9 years ago
  89. a95baf9 device: Add device path display support by Lee Leahy · 9 years ago
  90. 1060535 lib: Add Kconfig to toggle boot state debugging by Lee Leahy · 9 years ago
  91. a25b5d2 lzma: Port size-checking ulzman() version to coreboot by Julius Werner · 9 years ago
  92. 8c09377 timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig by Julius Werner · 9 years ago
  93. 622eea7 arches: lib: add main_decl.h for main() declaration by Aaron Durbin · 9 years ago
  94. a02bb65 cpu/intel/microcode: allow microcode to be loaded in romstage by Aaron Durbin · 9 years ago
  95. 16ff859 nhlt: add api to override oem_id and oem_table_id of acpi_header_t by Fang, Yang A · 9 years ago
  96. 420caaf include/device: Move inline functions from pci_def.h to pci.h by Alexandru Gagniuc · 9 years ago
  97. cb1dec5 cpu/amd/fam10h-fam15h: Add new wait_ap_stopped function by Timothy Pearson · 9 years ago
  98. 448e386 drivers/pc80: Add PS/2 mouse presence detect by Timothy Pearson · 9 years ago
  99. ff8076d Provide a gcc-safe zero pointer by Patrick Georgi · 9 years ago
  100. 98fc426 Move object files to $(obj)/<class>/ by Nico Huber · 9 years ago