1. ad9cd68 mrc_cache: Add mrc_cache fetch functions to support non-x86 platforms by Shelley Chen · 4 years, 1 month ago
  2. 379aab4 src: Remove unused 'include <cpu/x86/mtrr.h>' by Elyes HAOUAS · 4 years, 3 months ago
  3. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  4. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  5. 8a3453f src/drivers: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  6. 4058122 arch/x86: Remove <arch/cbfs.h> by Kyösti Mälkki · 4 years, 8 months ago
  7. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  8. cddd600 AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file by Martin Roth · 5 years ago
  9. 7f50afb drivers/elog: Add elog_boot_notify() by Kyösti Mälkki · 5 years ago
  10. 73ac121 drivers/intel/fsp1.1: Simplify bootflow and clean up by Arthur Heymans · 5 years ago
  11. 8a1b94c Clean up unused arch/early_variables.h header by Arthur Heymans · 5 years ago
  12. 16d635c drivers/intel/fsp1.1: Remove unused function by Arthur Heymans · 5 years ago
  13. be291e8 soc/intel/fsp1.1: Implement postcar stage by Arthur Heymans · 6 years ago
  14. 3c0d23b intel/fsp1_1: Drop remnants of `pei_data` by Nico Huber · 5 years ago
  15. 66318aa intel/fsp1_1: Move MRC cache pointers into `romstage_params` by Nico Huber · 5 years ago
  16. 16895c5 intel/fsp1_1: Drop `boot_mode` from `pei_data` by Nico Huber · 5 years ago
  17. a842d3e intel/fsp1_1: Drop unused, weak raminit() by Nico Huber · 5 years ago
  18. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  19. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  20. 44d2c85 drivers/intel/fsp1_1/romstage.c: Fix typo by Frans Hendriks · 6 years ago
  21. f677d17 intel: Use CF9 reset (part 2) by Patrick Rudolph · 6 years ago
  22. 585210a drivers/intel/fsp*: Use newly added post codes for memory param prep by Furquan Shaikh · 6 years ago
  23. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  24. 1895838 src/drivers: Fix typo by Elyes HAOUAS · 6 years ago
  25. db70f3b drivers/tpm: Add TPM ramstage driver for devices without vboot. by Philipp Deppenwiese · 6 years ago
  26. c07f8fb security/tpm: Unify the coreboot TPM software stack by Philipp Deppenwiese · 6 years ago
  27. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  28. 676887d drivers/intel/fsp: Fix TPM initialization when vboot is disabled by Youness Alaoui · 7 years ago
  29. d88fb36 security/tpm: Change TPM naming for different layers. by Philipp Deppenwiese · 7 years ago
  30. 64e2d19 security/tpm: Move tpm TSS and TSPI layer to security section by Philipp Deppenwiese · 7 years ago
  31. decd062 drivers/mrc_cache: move mrc_cache support to drivers by Aaron Durbin · 7 years ago
  32. e2f17f7 boardid: Minor clean up and standardization by Julius Werner · 7 years ago
  33. 47dffa5 chromeec: Remove checks for EC in RO by Daisuke Nojiri · 7 years ago
  34. 0beac81 intel/fsp1_1: Don't consume FSP_SMBIOS_MEMORY_INFO_HOB in S3 resume path by Subrata Banik · 7 years ago
  35. 216712a drivers/intel/fsp1_1: Fix issues detected by checkpatch by Lee Leahy · 7 years ago
  36. c253a92 drivers/intel/fsp1_1: Only display MMCONF address if supported by Lee Leahy · 7 years ago
  37. 31be2c9 soc/intel/common: remove mrc cache assumptions by Aaron Durbin · 8 years ago
  38. afe8aee lib: put romstage_handoff implementation in own compilation unit by Aaron Durbin · 8 years ago
  39. 77e1399 romstage_handoff: remove code duplication by Aaron Durbin · 8 years ago
  40. 8cd723b lib/prog_loaders: use common ramstage_cache_invalid() by Aaron Durbin · 8 years ago
  41. 7753731 src/drivers: Capitalize CPU, RAM and ACPI by Elyes HAOUAS · 8 years ago
  42. 0325dc6 bootmode: Get rid of CONFIG_BOOTMODE_STRAPS by Furquan Shaikh · 8 years ago
  43. 932e09d drivers/intel/fsp1_1: align on using ACPI_Sx definitions by Aaron Durbin · 8 years ago
  44. 65e8f64 intel romstage: Use run_ramstage() by Kyösti Mälkki · 8 years ago
  45. e747b74 drivers/intel/fsp1_1: Make weak routines quiet by Lee Leahy · 8 years ago
  46. d52f258 drivers/intel/fsp1_1: Update weak MRC cache routines by Lee Leahy · 8 years ago
  47. 1116fa8 soc/intel/common/mrc_cache: Honor MRC data as a constant pointer by Alexandru Gagniuc · 8 years ago
  48. fe4983e intel/fsp1_1: Do not re-init TPM in romstage if already setup in verstage by Duncan Laurie · 8 years ago
  49. 13a2e94 Intel common: add microcode loading to romstage before fspmemoryinit by robbie zhang · 9 years ago
  50. b092c9e drivers/intel/fsp1_1: Remove extra include references by Lee Leahy · 9 years ago
  51. a608969 drivers/intel/fsp1_1: Enable builds without MRC cache by Lee Leahy · 9 years ago
  52. 929b602 fsp1_1: supply fsp version to mrc_cache API by Aaron Durbin · 9 years ago
  53. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  54. 94b856e FSP 1.1: Move common FSP code by Lee Leahy · 9 years ago[Renamed (98%) from src/soc/intel/common/romstage.c]
  55. e6af4be intel fsp1_1: prepare for romstage vboot verification split by Aaron Durbin · 9 years ago
  56. cc5ac17 soc/intel/common: remove chipset specific calls by Aaron Durbin · 9 years ago
  57. 3c4053f intel SOC common: Remove unused parameters by Lee Leahy · 9 years ago
  58. e1ecfc9 intel: update common and FSP cache-as-ram parameters by Aaron Durbin · 9 years ago
  59. 9796f60 coreboot: move TS_END_ROMSTAGE to one spot by Aaron Durbin · 9 years ago
  60. 91da91f intel/common: Print board ID if enabled by Duncan Laurie · 9 years ago
  61. 46a2c77 intel: common: Let mainboard supplement FSP memory info by Duncan Laurie · 9 years ago
  62. 0be6d93 intel/common: Add SMBIOS memory width by Lee Leahy · 9 years ago
  63. 43bf00e intel/common: remove printk in pre_console_init() by rsatapat · 9 years ago
  64. 3e5bc1f soc/intel/common: Restrict common romstage/ramstage code to FSP by Lee Leahy · 9 years ago
  65. 40c0543 Intel/common: Remove copyright address by Lee Leahy · 9 years ago
  66. 0946ec3 Intel Common SOC: Add romstage support by Lee Leahy · 9 years ago