aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/romstage
AgeCommit message (Expand)Author
2020-10-30soc/intel/broadwell: Inline CPUID helpersAngel Pons
2020-10-30soc/intel/broadwell: Move PCH code into pch subdirAngel Pons
2020-10-30soc/intel/broadwell: Separate PCH in devicetreeAngel Pons
2020-10-23soc/intel/broadwell: Add ECC config reportingAngel Pons
2020-10-23soc/intel/broadwell: Remove unnecessary arrayAngel Pons
2020-10-23soc/intel/broadwell: Fix copy-pasted copy-paste errorAngel Pons
2020-10-23soc/intel/broadwell: Align raminit-related code with HaswellAngel Pons
2020-10-23soc/intel/broadwell: Relocate `report_memory_config` functionAngel Pons
2020-10-23soc/intel/broadwell/romstage/pch.c: Drop reg-script usageAngel Pons
2020-10-23soc/intel/broadwell/romstage/romstage.c: Clean up includesAngel Pons
2020-10-23soc/intel/broadwell: Move `fill_postcar_frame` to memmap.cAngel Pons
2020-10-23soc/intel/broadwell: Use common early SMBus codeAngel Pons
2020-10-23soc/intel/broadwell: Drop reg-script from early SA initAngel Pons
2020-08-24mrc_cache: Add mrc_cache fetch functions to support non-x86 platformsShelley Chen
2020-08-05{nb,soc}/intel: Use get_current_microcode_rev() for ucode versionSubrata Banik
2020-07-06soc/intel: Drop unused `#include <reg_script.h>`Angel Pons
2020-06-20ACPI: Drop some HAVE_ACPI_RESUME preprocessor useKyösti Mälkki
2020-06-02src: Remove unused 'include <bootmode.h>'Elyes HAOUAS
2020-05-13src: Remove unused '#include <stddef.h>'Elyes HAOUAS
2020-05-13src: Remove unused '#include <stdint.h>'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09vboot: Clean up pre-RAM use of vboot_recovery_mode_enabled()Julius Werner
2020-04-06soc/intel/broadwell: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-18soc: Remove copyright noticesPatrick Georgi
2020-01-14sb/intel/common: Declare common smbus_base() and enable_smbus()Kyösti Mälkki
2020-01-09soc/intel/broadwell: Drop old forked version of SMBUS supportKyösti Mälkki
2019-12-27arch/x86: Remove <arch/cbfs.h>Kyösti Mälkki
2019-12-19src/soc/intel: Remove unused <stdlib.h>Elyes HAOUAS
2019-12-18src: Remove unused 'include <bootblock_common.h>'Elyes HAOUAS
2019-11-22intel/smm: Provide common smm_relocation_paramsKyösti Mälkki
2019-10-02soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki
2019-09-13drivers/elog: Add elog_boot_notify()Kyösti Mälkki
2019-08-28intel/broadwell: Use smm_subregion()Kyösti Mälkki
2019-08-26soc/intel: Use common romstage codeKyösti Mälkki
2019-08-22arch/x86: Add <arch/romstage.h>Kyösti Mälkki
2019-08-18cpu/intel: Enter romstage without BISTKyösti Mälkki
2019-08-15arch/x86: Add postcar_frame_common_mtrrs()Kyösti Mälkki
2019-08-15cpu/intel: Refactor platform_enter_postcar()Kyösti Mälkki
2019-07-18soc/intel: Use config_of()Kyösti Mälkki
2019-07-04soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki
2019-07-04arch/x86: Adjust size of postcar stackKyösti Mälkki
2019-06-03src/soc/intel: Avoid NULL pointer dereferenceJohn Zhao
2019-05-29sb/intel/*: Delete early_spiPatrick Rudolph
2019-05-29Clean up unused arch/early_variables.h headerArthur Heymans
2019-05-15soc/intel/broadwell: Enable LPC/SIO setup in bootblockArthur Heymans
2019-05-15nb/intel/broadwell: Add an option for where verstage startsArthur Heymans
2019-05-15soc/intel/broadwell: Use C_ENVIRONMENT_BOOTBLOCKArthur Heymans
2019-05-15soc/intel/broadwell: Use the common cpu/intel/car romstage entryArthur Heymans
2019-05-14soc/intel/broadwell: Clean up the bootflowArthur Heymans
2019-05-14soc/intel/broadwell: Don't use a pointer for pei_dataArthur Heymans
2019-05-14soc/intel/broadwell: Move GPIO init to a common placeArthur Heymans
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-03-27Move calls to quick_ram_check() before CBMEM initKyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-02-13soc/intel/broadwell: Don't use CAR_GLOBALArthur Heymans
2019-02-12postcar: Make more use of postcar_frame_add_romcache()Nico Huber
2019-01-08cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCKKyösti Mälkki
2018-12-28soc/intel: Drop romstage_after_car()Kyösti Mälkki
2018-12-19soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS
2018-12-13cpuid: Add helper function for cpuid(1) functionsSubrata Banik
2018-12-05soc/intel/broadwell: Implement postcar stageArthur Heymans
2018-11-16src: Remove unneeded include <cbmem.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <cbfs.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-10-22intel: Use CF9 reset (part 1)Patrick Rudolph
2018-10-11src: Replace MSR addresses with macrosElyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-18cpu/*/car: fix ancient URL explaining XIP range run-time calculationStefan Tauner
2018-07-25drivers/tpm: Add TPM ramstage driver for devices without vboot.Philipp Deppenwiese
2018-06-27x86/car: Replace reference of copy_and_run locationKyösti Mälkki
2018-06-14src: Get rid of device_tElyes HAOUAS
2018-06-04security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese
2018-05-31soc/intel/broadwell: decouple PEI memory struct from coreboot headerMatt DeVillier
2018-04-26src: Fix a typo on "mtrr"Elyes HAOUAS
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-04-20pci: Move inline PCI functions to pci_ops.hPatrick Rudolph
2018-04-11Correct "MTTR" to "MTRR"Jonathan Neuschäfer
2018-03-01soc/intel/broadwell: Enable VT-d and X2APICMatt DeVillier
2018-01-18security/tpm: Change TPM naming for different layers.Philipp Deppenwiese
2018-01-18security/tpm: Move tpm TSS and TSPI layer to security sectionPhilipp Deppenwiese
2017-12-17drivers/mrc_cache: move mrc_cache support to driversAaron Durbin
2017-10-04chromeec: Remove checks for EC in RODaisuke Nojiri
2017-07-18vboot: Remove get_sw_write_protect_state callbackJulius Werner
2017-07-13soc/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-07Use more secure HTTPS URLs for coreboot sitesPaul Menzel
2017-03-28chromeos / broadwell / jecht: Make save_chromeos_gpios() jecht-specificJulius Werner
2017-03-17soc/intel/broadwell: Fix other issues detected by checkpatchLee Leahy
2017-03-17soc/intel/broadwell: Fix {}, () and conditional issuesLee Leahy
2017-03-17soc/intel/broadwell: Add int to unsignedLee Leahy
2017-03-17soc/intel/broadwell: Fix spacing issues detected by checkpatchLee Leahy
2016-12-15soc/intel/common: remove mrc cache assumptionsAaron Durbin
2016-12-06PCI ops: Define read-modify-write routines globallyKyösti Mälkki
2016-12-01romstage_handoff: remove code duplicationAaron Durbin
2016-11-18intel post-car: Increase stacktop alignmentKyösti Mälkki
2016-10-31lib/prog_loaders: use common ramstage_cache_invalid()Aaron Durbin
2016-07-31src/soc: Capitalize CPU, ACPI, RAM and ROMElyes HAOUAS