1. 573e211 fix how to interpret board id read from gpios by Daisuke Nojiri · 10 years ago
  2. 3760272 Restore name of the function reading tertiary GPIO states by Vadim Bendebury · 10 years ago
  3. 12d45b2 cbfs: expose init_backing_media() by Aaron Durbin · 9 years ago
  4. 97ea9c0 vboot2: factory-initialize kernel space in tpm by Daisuke Nojiri · 10 years ago
  5. 3589017 vboot2: load decompressed stage directly to load address by Daisuke Nojiri · 10 years ago
  6. 5799097 vboot2: read secdata and nvdata by Daisuke Nojiri · 10 years ago
  7. b0c302f Publish the board ID value in coreboot table, when configured by Vadim Bendebury · 10 years ago
  8. 9c9c336 Generalize revision number calculation function by Vadim Bendebury · 10 years ago
  9. 31c6e63 PCIe: Add L1 Sub-State support. by Kenji Chen · 10 years ago
  10. f65153e timer: add stopwatch construct by Aaron Durbin · 10 years ago
  11. d1b0e87 loaders: add run_romstage() function to bootblock by Aaron Durbin · 9 years ago
  12. 04654a2 loaders: add program_loading.h header file by Aaron Durbin · 9 years ago
  13. 19fd0b0 stdlib: Add IS_ALIGNED macro by Andrew Bresticker · 9 years ago
  14. 9ef9d85 bootstate: use structure pointers for scheduling callbacks by Aaron Durbin · 9 years ago
  15. f9fb0d9 Use a common boardid.h instead of per board copies by Vadim Bendebury · 10 years ago
  16. 48b3dbc x86 SMM: Replace weak prototypes with weak function stub by Kyösti Mälkki · 10 years ago
  17. 006364e AMD Bald Eagle: Add northbridge files for new AMD processor by Bruce Griffith · 10 years ago
  18. dbe0df1 Add and consistently use wrapper macro for romstage static variables by Julius Werner · 10 years ago
  19. 408ebe6 console: Fix broken early_print.h include guards by Stefan Reinauer · 9 years ago
  20. 510d1bd build.h: remove variable for the builduser, -hostname and -domain by Alexander Couzens · 9 years ago
  21. 18cb134 device/pciexp: Add support for PCIe CLK power management by Kane Chen · 10 years ago
  22. f69a27b device: drop i915 specific headers from resource allocator includes by Stefan Reinauer · 10 years ago
  23. 0127c6c AMD: Uniformly define MSRs for TOP_MEM and TOP_MEM2 by Kyösti Mälkki · 9 years ago
  24. 196ee2b coreboot memrange: Two changes for zero size or empty memrange by Furquan Shaikh · 10 years ago
  25. 85756c1 devicetree: Drop dummy root_dev ops by Kyösti Mälkki · 9 years ago
  26. 26c6647 AMD K8 fam10: Refactor offset_unitid configuration by Kyösti Mälkki · 9 years ago
  27. 033bb4b acpi: Generate valid ACPI processor objects by Timothy Pearson · 9 years ago
  28. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  29. 754fac4 PCI subsystem: Remove AGP bridge type by Kyösti Mälkki · 9 years ago
  30. b5669ba drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use by Alexandru Gagniuc · 9 years ago
  31. a4d784e include/types.h: Provide BIT() macro by Alexandru Gagniuc · 9 years ago
  32. 582b2ae FSP & CBMEM: Fix broken cbmem CAR transition. by Martin Roth · 10 years ago
  33. c522fc8 drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot by Timothy Pearson · 9 years ago
  34. 08e39c5 AMD K8: Remove some excessive preprocessor use by Kyösti Mälkki · 9 years ago
  35. 5fe1fb7a cpu/amd (non-AGESA): Load microcode updates from CBFS by Kyösti Mälkki · 11 years ago
  36. 893b81f cpu/amd/model_10xxx: Remove UPDATE_CPU_MICROCODE option by Alexandru Gagniuc · 9 years ago
  37. 9664345 devicetree: Search PnP device node from the tree by path by Kyösti Mälkki · 9 years ago
  38. ae98e83 CBMEM: Always use DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  39. 2fb6b40 CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INIT by Kyösti Mälkki · 10 years ago
  40. f1e3c76 CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  41. 8659e40 CBMEM console: Fix and enhance pre-RAM support by Kyösti Mälkki · 10 years ago
  42. 823edda CBMEM: Implement cbmem_run_init_hooks() stub by Kyösti Mälkki · 10 years ago
  43. efb5cde vboot2: copy tlcl from vboot_reference as a preparation for vboot2 integration by Daisuke Nojiri · 10 years ago
  44. bcc1d42 vboot2: implement select_firmware for pre-romstage verification by Daisuke Nojiri · 10 years ago
  45. 4417deb Move container_of() macro to stddef.h by Stefan Reinauer · 10 years ago
  46. b3e0202 cbfs: add cbfs_read() by Aaron Durbin · 10 years ago
  47. b312b7f cbfs: add cbfs_locate_file() by Aaron Durbin · 10 years ago
  48. 560c643 Primitive memory test by David Hendricks · 10 years ago
  49. d686522 misc: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  50. 2507820 src/include: Doxygen fixes by Martin Roth · 10 years ago
  51. 199b581 Drop duplicate API from spi_flash.h by Stefan Reinauer · 10 years ago
  52. 5491ca2 cpu: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  53. 9b29aad Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'" by Kyösti Mälkki · 10 years ago
  54. 5f066b2 doxygen fixes: change @var to @param var by Martin Roth · 10 years ago
  55. 9270553 Re-factor 'to_flash_offset()' into 'spi_flash.h' by Edward O'Callaghan · 10 years ago
  56. 3a6550d timestamps: Switch from tsc_t to uint64_t by Stefan Reinauer · 11 years ago
  57. 24e2e95 atomic.h: Fix doxygen errors by Martin Roth · 10 years ago
  58. bae775a arch/x86: Declare GDT symbols and move_gdt() by Kyösti Mälkki · 10 years ago
  59. 1d6560f chromeos: Unconditionally clear the EC recovery request by Sheng-Liang Song · 10 years ago
  60. 4397aa1 vboot: Add a new post code for TPM failure by Duncan Laurie · 10 years ago
  61. 03abaee21 drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY by Gabe Black · 10 years ago
  62. 37d7ac8 i2c: Add software_i2c driver for I2C debugging and emulation by Julius Werner · 10 years ago
  63. d0d57a7 nyan*: Add an empty elog functions for the !CONFIG_ELOG case by David Hendricks · 10 years ago
  64. 3cc685f rtc: Add an RTC API, and implement it for x86. by Marc Jones · 10 years ago
  65. 8b143c5 cbmem: use a single id to name mapping table by Vadim Bendebury · 10 years ago
  66. 1bdd321 RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMs by Kyösti Mälkki · 10 years ago
  67. c7c0267 RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cache by Kyösti Mälkki · 10 years ago
  68. 9acbd6f elog: Do not attempt to init SPI by David Hendricks · 10 years ago
  69. be71ee5d edid: remove float use by Patrick Georgi · 10 years ago
  70. b59c5de Drop GX1, CS5330 and related boards by Stefan Reinauer · 10 years ago
  71. 71b2145 CBMEM console: Fix boards with BROKEN_CAR_MIGRATE by Kyösti Mälkki · 10 years ago
  72. cdb61a6 i2c: Replace the i2c API. by Gabe Black · 10 years ago
  73. e5b2127 tegra124: A couple clock fixes. by Gabe Black · 10 years ago
  74. ec9293f spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions. by Gabe Black · 10 years ago
  75. 87f3b4e spi: Remove the spi_set_speed and spi_cs_is_valid functions. by Gabe Black · 10 years ago
  76. 0e675f7 ddr3: Plumber DIMM type to parsed structure. by Vladimir Serbinenko · 10 years ago
  77. bd79c5e Replace hlt() loops with halt() by Patrick Georgi · 10 years ago
  78. 1b2f2a0 Introduce halt() by Patrick Georgi · 10 years ago
  79. 6ead253 Export board-status info. by Vladimir Serbinenko · 10 years ago
  80. f845798 amdk8: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  81. e4c17ce AMD: Isolate AGESA and PI build environments by Kyösti Mälkki · 10 years ago
  82. c36af7b Replace includes of build.h with version.h by Kyösti Mälkki · 10 years ago
  83. abc083e AMD (K8/fam10): Rewrite CAR migration in post_cache_as_ram by Kyösti Mälkki · 11 years ago
  84. 016732f pci_ops.{c,h}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  85. b14bf88 superio/common/conf_mode.c: Introduce 'new' enter/exit keys for SIO's by Edward O'Callaghan · 10 years ago
  86. 530355d include/device/device.h: Provide DEVICE_NOOP macro shim by Edward O'Callaghan · 10 years ago
  87. 377fd75 superio/common/conf_mode.c: Don't hide pointers with typedefs by Edward O'Callaghan · 10 years ago
  88. dc878b4 include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefs by Edward O'Callaghan · 10 years ago
  89. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  90. 6dbc680 spi: Remove unused constants from spi-generic.h. by Gabe Black · 10 years ago
  91. 4743254 amd: rename model_fxx_powernow to powernow. by Vladimir Serbinenko · 10 years ago
  92. 1729cd8 x86 romstage: Move stack just below RAMTOP by Kyösti Mälkki · 10 years ago
  93. 39937cc boot/coreboot_tables.h: Use `it is` instead of `it easy` in comment by Paul Menzel · 10 years ago
  94. b752e4f acpi_add_ssdt_pstates: Remove function. by Vladimir Serbinenko · 10 years ago
  95. 2adb297 uarts: 32/64 cleanup by Ronald G. Minnich · 10 years ago
  96. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago
  97. 0a66991 acpi: Remove explicit pointer tracking in per-device ssdt. by Vladimir Serbinenko · 10 years ago
  98. 334fd8e bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use. by Vladimir Serbinenko · 10 years ago
  99. 34c5933 gen: Add "assert" in assert.h. by Hung-Te Lin · 10 years ago
  100. daecc44 elog: Add event type for CPU thermal trip by Duncan Laurie · 10 years ago