1. 18cb7e6 src/include: Remove space after & by Lee Leahy · 7 years ago
  2. ae3fd34 src/include: Add space after comma by Lee Leahy · 7 years ago
  3. 708fc27 src/include: Indent code using tabs by Lee Leahy · 7 years ago
  4. bb4ae07 src/include: Add do { } while(0) around macros by Lee Leahy · 7 years ago
  5. e0f5dfc src/include: Move trailing statements to next line by Lee Leahy · 7 years ago
  6. 0ca2a06 src/include: Fix unsigned warnings by Lee Leahy · 7 years ago
  7. 8e1f908 AMD geode: Avoid conflicting main() declaration by Kyösti Mälkki · 7 years ago
  8. ec0a393 console: Enable printk for ENV_LIBAGESA by Kyösti Mälkki · 7 years ago
  9. a405a58 Stage rules.h: Add ENV_LIBAGESA by Kyösti Mälkki · 7 years ago
  10. 6cbd398 elog: Fix duplicate event type by Duncan Laurie · 7 years ago
  11. c16d389 src/include: Include stdint.h since struct dimm_info uses it by Barnali Sarkar · 7 years ago
  12. 1879231 arch/x86: add functions to generate random numbers by Robbie Zhang · 7 years ago
  13. 4e08479 device: Add scan_generic_bus support by Furquan Shaikh · 7 years ago
  14. 7606c37 device: Add a new "SPI" device type by Furquan Shaikh · 7 years ago
  15. 3e01b63 spi: Add function callback to get configuration of SPI bus by Furquan Shaikh · 8 years ago
  16. 0e3c59e ddr3 spd: move accessor code into lib/spd_bin.c by Patrick Georgi · 7 years ago
  17. 2e08b59 ddr3 spd: Rename read_spd_from_cbfs() to read_ddr3_spd_from_cbfs() by Patrick Georgi · 7 years ago
  18. 3d3c8c3 devtree: Drop unused parameter show_devs_tree() call by Kyösti Mälkki · 8 years ago
  19. a5c2ac6 x86/acpi: Add VFCT table by Patrick Rudolph · 8 years ago
  20. f56c778 google/chromeos: disable platform hierarchy on resume for TPM2 by Aaron Durbin · 8 years ago
  21. ed84002 chromeos: Implement locating and decoding wifi sar data from VPD by Robbie Zhang · 8 years ago
  22. 49342cd arch/x86: fix cmos post logging in non romcc bootblock by Aaron Durbin · 8 years ago
  23. c2973d1 spi: Get rid of SPI_ATOMIC_SEQUENCING by Furquan Shaikh · 8 years ago
  24. 4863cc4 smbios.h: add missing SKU field to type3 table by Matt DeVillier · 8 years ago
  25. b2a5f48 lib/cbmem: allow anyone to use cbmem_possibly_online() by Aaron Durbin · 8 years ago
  26. 7ce1a75 pc80: Move set_boot_successful() by Kyösti Mälkki · 8 years ago
  27. 9d8adc0 x86 SMM: Fix use with RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 8 years ago
  28. 2a7708a cbfs: Add API to locate a file from specific region by Pratik Prajapati · 8 years ago
  29. b21e362 cpu/x86: allow AP callbacks after MP init by Aaron Durbin · 8 years ago
  30. 16bd267 bootstate: add arch specific hook at coreboot exit by Aaron Durbin · 8 years ago
  31. 305c0ca drivers/spi: provide a mechanism to obtain the SPI flash boot device by Aaron Durbin · 8 years ago
  32. cd0bc98 lib: add region file support by Aaron Durbin · 8 years ago
  33. 30c64be lib/compute_ip_checksum: mark data buffer as const by Aaron Durbin · 8 years ago
  34. fe204fe src/device: Get device structure by path type by Subrata Banik · 8 years ago
  35. b5d41cb spi: Clean up SPI driver interface by Furquan Shaikh · 8 years ago
  36. e25b5ef MMCONF_SUPPORT: Consolidate resource registration by Kyösti Mälkki · 8 years ago
  37. 4607cac cpu/x86/msr.h: Drop excessive includes by Kyösti Mälkki · 8 years ago
  38. 140087f CPU: Declare cpu_phys_address_size() for all arch by Kyösti Mälkki · 8 years ago
  39. cd6d281 CPU: Move SMM prototypes under x86 by Kyösti Mälkki · 8 years ago
  40. c895b7d PCI ops: Remove pci_mmio_xx() in ramstage by Kyösti Mälkki · 8 years ago
  41. 810e2cd spi_flash: Make a deep copy of spi_slave structure by Furquan Shaikh · 8 years ago
  42. 94f8699 spi: Define and use spi_ctrlr structure by Furquan Shaikh · 8 years ago
  43. 36b81af spi: Pass pointer to spi_slave structure in spi_setup_slave by Furquan Shaikh · 8 years ago
  44. 0dba025 spi: Fix parameter types for spi functions by Furquan Shaikh · 8 years ago
  45. 52896c6 spi_flash: Move spi flash opcodes to spi_flash.h by Furquan Shaikh · 8 years ago
  46. b4afe3c lib/nhlt: add support for setting the oem_revision by Aaron Durbin · 8 years ago
  47. d008413 arch/x86: cache postcar in stage cache by Aaron Durbin · 8 years ago
  48. afe8aee lib: put romstage_handoff implementation in own compilation unit by Aaron Durbin · 8 years ago
  49. 6c191d8 romstage_handoff: add helper to determine resume status by Aaron Durbin · 8 years ago
  50. 77e1399 romstage_handoff: remove code duplication by Aaron Durbin · 8 years ago
  51. 335781a lib: Add library to handle SPD data in CBFS or DIMM by Naresh G Solanki · 8 years ago
  52. ef9a9ea soc/intel/common: Add save/restore for variable MRC data by Andrey Petrov · 8 years ago
  53. 619a245 x86 BIST: Fix missing include by Kyösti Mälkki · 8 years ago
  54. c36fa64 x86 BIST: Declare function with inline in header file by Kyösti Mälkki · 8 years ago
  55. 9d9a552 AGESA binaryPI: Fix PCI ID namespace by Kyösti Mälkki · 8 years ago
  56. cd70687 include/device/early_smbus.h: Declare smbus write function by Naresh G Solanki · 8 years ago
  57. d2fb6ae spi: Get rid of flash_programmer_probe in spi_slave structure by Furquan Shaikh · 8 years ago
  58. dc34fb6 spi: Get rid of max_transfer_size parameter in spi_slave structure by Furquan Shaikh · 8 years ago
  59. c28984d spi: Clean up SPI flash driver interface by Furquan Shaikh · 8 years ago
  60. 7dc4b84 device/dram/ddr3: Calculate CRC16 of SPD unique identifier by Kyösti Mälkki · 8 years ago
  61. 5a043fe rtc: Check update-in-progress bit by Marshall Dawson · 8 years ago
  62. dab15e2 include/device/pci_ids.h: Correct Entertainment sub-class by Elyes HAOUAS · 8 years ago
  63. af8ae93 vboot: TPM2 - report attempts to re-create NVRAM spaces by Vadim Bendebury · 8 years ago
  64. 626eea2 vboot: Add new function for logging recovery mode switches by Furquan Shaikh · 8 years ago
  65. 941e27b elog: Update event log IDs for EC events by Furquan Shaikh · 8 years ago
  66. 96b3c6f drivers/intel/fsp2_0: track end of firmware notifications by Aaron Durbin · 8 years ago
  67. 2bebd7b cpu/x86/mtrr: allow temporary MTRR range during coreboot by Aaron Durbin · 8 years ago
  68. 673a266 src/vboot: mark factory_initialze_tpm() as static by Vadim Bendebury · 8 years ago
  69. a4ffe9d intel post-car: Separate files for setup_stack_and_mtrrs() by Kyösti Mälkki · 8 years ago
  70. b038f41 vboot: Add support for recovery hash space in TPM by Furquan Shaikh · 8 years ago
  71. 4b2fed5 antirollback: Sync TPM space indices with vboot library by Furquan Shaikh · 8 years ago
  72. cab1c01 mrc: Add support for separate training cache in recovery mode by Furquan Shaikh · 8 years ago
  73. 470852b vboot: Add support for recovery mode with forced memory retraining by Furquan Shaikh · 8 years ago
  74. 40d7a45 cpu/intel: Add MSR to support enabling turbo frequency by Shaunak Saha · 8 years ago
  75. 9d6f365 ACPI S3: Remove HIGH_MEMORY_SAVE where possible by Kyösti Mälkki · 8 years ago
  76. 5577a47 string.h: only guard snprintf() with __ROMCC__ by Aaron Durbin · 8 years ago
  77. 463f46e pci_ids.h: Correct recent AMD ID names by Marshall Dawson · 8 years ago
  78. 7d9068f soc/intel/common: log event when MRC cache is updated by Aaron Durbin · 8 years ago
  79. d5be4e3 elog: add sources to reflect full event type namespace usage by Aaron Durbin · 8 years ago
  80. d9b1050 elog: fix default elog_add_event_raw() declaration by Aaron Durbin · 8 years ago
  81. e0ed902 Add option to use Ada code in ramstage by Nico Huber · 8 years ago
  82. 2490116 pci_ids.h: Add ID for amd/00670F00 northbridge by Marshall Dawson · 8 years ago
  83. 362180a soc/intel/apollolake: Disable Monitor and Mwait feature by Venkateswarlu Vinjamuri · 8 years ago
  84. 8cd723b lib/prog_loaders: use common ramstage_cache_invalid() by Aaron Durbin · 8 years ago
  85. 5965cba RISCV: Clean up the common architectural code by Ronald G. Minnich · 8 years ago
  86. 03bf301 vboot: Stop creating backup space in TPM by Daisuke Nojiri · 8 years ago
  87. 7ae73fc arm64: Use 'payload' format for ATF instead of 'stage' by Simon Glass · 8 years ago
  88. 76e8c00 cpu/amd/model_fxx: transition away from device_t by Antonello Dettori · 8 years ago
  89. a0fed37 src/include: Add space around operators by Elyes HAOUAS · 8 years ago
  90. 1e9a914 arch/x86,lib: make cbmem console work in postcar stage by Aaron Durbin · 8 years ago
  91. c701393 console: honor CONFIG_POSTCAR_CONSOLE by Aaron Durbin · 8 years ago
  92. 43e5b57 arch/arm: Add armv7-r configuration by Hakim Giydan · 8 years ago
  93. 8453c4f cpu/x86: Move fls() and fms() to mtrr.h by Rizwan Qureshi · 8 years ago
  94. 994a4a1 edid: Fix a function signature by Nico Huber · 8 years ago
  95. 8ffd050 src/include: Improve code formatting by Elyes HAOUAS · 8 years ago
  96. 45b3b82 device/pci.h: change #ifdef argument to __SIMPLE_DEVICE__ by Antonello Dettori · 8 years ago
  97. 11fc801 src/include: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  98. 3c814b2 cbmem: Always maintain backing store struct in a global on non-x86 by Julius Werner · 8 years ago
  99. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  100. 85b1aad memlayout: Ensure TIMESTAMP() region is big enough to avoid BUG() by Julius Werner · 8 years ago