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