1. db735c4 src: Remove unused <cf9_reset.h> by Elyes Haouas · 2 years, 4 months ago
  2. afeaa4d soc/intel: Remove unused <cbmem.h> by Elyes HAOUAS · 2 years, 7 months ago
  3. 2bc7a6b soc/intel/broadwell: Move `mainboard_fill_spd_data` by Angel Pons · 3 years, 2 months ago
  4. dc60073 soc/intel/broadwell: Move `pei_data` out of romstage.c by Angel Pons · 3 years, 2 months ago
  5. 61615e9 soc/intel/broadwell: Do early ME init a bit earlier by Angel Pons · 3 years, 2 months ago
  6. 88f94a9 lynxpoint/broadwell: Rename LP GPIO config global by Angel Pons · 3 years, 5 months ago
  7. 74cb3e7 soc/intel/broadwell: Use cbmem_recovery() by Kyösti Mälkki · 3 years, 6 months ago
  8. 733f03d soc/intel/broadwell/pch: Prepare to drop `gpio.h` by Angel Pons · 3 years, 7 months ago
  9. f76822a soc/intel/broadwell/pch: Rename GPIO identifiers by Angel Pons · 3 years, 7 months ago
  10. d0d528a soc/intel/broadwell: Align raminit with Haswell by Angel Pons · 3 years, 7 months ago
  11. 24e4edb soc/intel/broadwell: Drop `struct romstage_params` by Angel Pons · 3 years, 7 months ago
  12. 65f81a7 broadwell: Flatten `mainboard_pre_raminit` by Angel Pons · 3 years, 7 months ago
  13. ac1c9bb broadwell: Clean up `mainboard_post_raminit` by Angel Pons · 3 years, 7 months ago
  14. 9d733de soc/intel/broadwell: Use Haswell CPU headers by Angel Pons · 3 years, 9 months ago
  15. 1500dd0 soc/intel/broadwell: Flatten northbridge folder structure by Angel Pons · 3 years, 10 months ago[Renamed from src/soc/intel/broadwell/romstage/romstage.c]
  16. 7a95754 soc/intel/broadwell/romstage/romstage.c: Clean up includes by Angel Pons · 3 years, 10 months ago
  17. 7fa445e soc/intel/broadwell: Move `fill_postcar_frame` to memmap.c by Angel Pons · 3 years, 10 months ago
  18. fcf7d99 src: Remove unused 'include <bootmode.h>' by Elyes HAOUAS · 4 years, 3 months ago
  19. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 3 months ago
  20. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  21. f94ac9a soc/intel/broadwell: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  22. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  23. 4058122 arch/x86: Remove <arch/cbfs.h> by Kyösti Mälkki · 4 years, 8 months ago
  24. eb34d8b src: Remove unused 'include <bootblock_common.h>' by Elyes HAOUAS · 4 years, 9 months ago
  25. 7f50afb drivers/elog: Add elog_boot_notify() by Kyösti Mälkki · 5 years ago
  26. 8f09688d intel/broadwell: Use smm_subregion() by Kyösti Mälkki · 5 years ago
  27. cd7a70f soc/intel: Use common romstage code by Kyösti Mälkki · 5 years ago
  28. a963acd arch/x86: Add <arch/romstage.h> by Kyösti Mälkki · 5 years ago
  29. 157b189 cpu/intel: Enter romstage without BIST by Kyösti Mälkki · 5 years ago
  30. 544878b arch/x86: Add postcar_frame_common_mtrrs() by Kyösti Mälkki · 5 years ago
  31. 5bc641a cpu/intel: Refactor platform_enter_postcar() by Kyösti Mälkki · 5 years ago
  32. 6e2d0c1 arch/x86: Adjust size of postcar stack by Kyösti Mälkki · 5 years ago
  33. 8a1b94c Clean up unused arch/early_variables.h header by Arthur Heymans · 5 years ago
  34. e439724 soc/intel/broadwell: Enable LPC/SIO setup in bootblock by Arthur Heymans · 6 years ago
  35. 5bb15f1 soc/intel/broadwell: Use C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 6 years ago
  36. 56f7687 soc/intel/broadwell: Use the common cpu/intel/car romstage entry by Arthur Heymans · 5 years ago
  37. 97e9e56 soc/intel/broadwell: Clean up the bootflow by Arthur Heymans · 5 years ago
  38. 325865d soc/intel/broadwell: Don't use a pointer for pei_data by Arthur Heymans · 5 years ago
  39. cadc70f soc/intel/broadwell: Move GPIO init to a common place by Arthur Heymans · 5 years ago
  40. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  41. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  42. 4c7eee2 postcar: Make more use of postcar_frame_add_romcache() by Nico Huber · 6 years ago
  43. c641f7e cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCK by Kyösti Mälkki · 6 years ago
  44. acaa581 soc/intel: Drop romstage_after_car() by Kyösti Mälkki · 6 years ago
  45. 90cca54 soc/intel/broadwell: Implement postcar stage by Arthur Heymans · 6 years ago
  46. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  47. 55d6238 src: Remove unneeded include <cbfs.h> by Elyes HAOUAS · 6 years ago
  48. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  49. 45022ae intel: Use CF9 reset (part 1) by Patrick Rudolph · 6 years ago
  50. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  51. db70f3b drivers/tpm: Add TPM ramstage driver for devices without vboot. by Philipp Deppenwiese · 6 years ago
  52. c07f8fb security/tpm: Unify the coreboot TPM software stack by Philipp Deppenwiese · 6 years ago
  53. bc8762e src: Fix a typo on "mtrr" by Elyes HAOUAS · 6 years ago
  54. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  55. d88fb36 security/tpm: Change TPM naming for different layers. by Philipp Deppenwiese · 7 years ago
  56. 64e2d19 security/tpm: Move tpm TSS and TSPI layer to security section by Philipp Deppenwiese · 7 years ago
  57. 959cab4 vboot: Remove get_sw_write_protect_state callback by Julius Werner · 7 years ago
  58. e6ff159 soc/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  59. b04cc6b chromeos / broadwell / jecht: Make save_chromeos_gpios() jecht-specific by Julius Werner · 7 years ago
  60. 6ef5192 soc/intel/broadwell: Fix other issues detected by checkpatch by Lee Leahy · 7 years ago
  61. 8a9c7dc soc/intel/broadwell: Fix {}, () and conditional issues by Lee Leahy · 7 years ago
  62. 26b7cd0 soc/intel/broadwell: Fix spacing issues detected by checkpatch by Lee Leahy · 7 years ago
  63. 77e1399 romstage_handoff: remove code duplication by Aaron Durbin · 8 years ago
  64. 8cd723b lib/prog_loaders: use common ramstage_cache_invalid() by Aaron Durbin · 8 years ago
  65. 9e6d143 soc/intel/broadwell: use common Intel ACPI hardware definitions by Aaron Durbin · 8 years ago
  66. 65e8f64 intel romstage: Use run_ramstage() by Kyösti Mälkki · 8 years ago
  67. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  68. 9796f60 coreboot: move TS_END_ROMSTAGE to one spot by Aaron Durbin · 9 years ago
  69. a400327 chromeos: vboot and chromeos dependency removal for sw write protect state by Paul Kocialkowski · 9 years ago
  70. f1db074 broadwell: fix typo by Patrick Georgi · 9 years ago
  71. 0e90dae Move TPM code out of chromeos by Vladimir Serbinenko · 9 years ago
  72. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  73. 3e18aca chromeos: Add missing headers by Patrick Georgi · 9 years ago
  74. bd74a4b coreboot: common stage cache by Aaron Durbin · 9 years ago
  75. b2deb22 broadwell: Implement Recovery Button by Ryan Lin · 10 years ago
  76. 1006b10 broadwell: add ROM stage pre console init call back by Wenkai Du · 10 years ago
  77. 4ee4bd5 broadwell: Change all SoC headers to <soc/headername.h> system by Julius Werner · 10 years ago
  78. a7d8ea8 broadwell: Read and save HSIO version from ME in romstage by Duncan Laurie · 10 years ago
  79. 4175927 baytrail broadwell: Use timestamps internal stash by Kyösti Mälkki · 10 years ago
  80. 3a6550d timestamps: Switch from tsc_t to uint64_t by Stefan Reinauer · 11 years ago
  81. a6354a1 broadwell: Preparations for building by Marc Jones · 10 years ago
  82. 6168027 broadwell: ACPI, romstage, and other updates by Duncan Laurie · 10 years ago
  83. c88c54c broadwell: add new intel SOC by Duncan Laurie · 10 years ago