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