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