summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/sandybridge/romstage.c
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/sandybridge: Restore `mainboard_early_init()` callAngel Pons2022-04-101-0/+6
* mb/google,samsung: Drop init_bootmode_straps()Kyösti Mälkki2022-04-091-6/+0
* cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMERKyösti Mälkki2022-02-051-3/+0
* nb/intel/sandybridge/romstage.c: Configure DPR and initialize TXTMichał Żygowski2021-12-021-0/+23
* nb/intel/sandybridge: Use new fixed BAR accessorsAngel Pons2021-04-101-1/+1
* nb/intel/x4x,sandybridge: Move INITRAM timestampsKyösti Mälkki2021-02-231-3/+0
* nb/intel/x4x,sandybridge: Move romstage_handoff_init() callKyösti Mälkki2021-02-231-1/+4
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-141-1/+0
* nb/intel/sandybridge: Use PCI bitwise opsAngel Pons2020-06-091-5/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* nb/intel/sandybridge: Use SPDX headersAngel Pons2020-03-251-13/+2
* nb/intel/sandybridge: Tidy up code and commentsAngel Pons2020-03-181-9/+5
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-3/+0
* intel/sandybridge,bd82x6x: Move enable_smbus() callKyösti Mälkki2020-01-141-3/+0
* nb/intel/sandybridge: Set up console in bootblockArthur Heymans2019-11-181-6/+0
* nb/intel/sandybridge: Make the mainboard_rcba_config hook optionalArthur Heymans2019-11-181-1/+5
* nb/intel/sandybridge: Make the mainboard_early_init hook optionalArthur Heymans2019-11-181-0/+4
* drivers/elog: Add elog_boot_notify()Kyösti Mälkki2019-09-131-2/+1
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-261-1/+1
* cpu/intel: Enter romstage without BISTKyösti Mälkki2019-08-181-7/+2
* nb/intel/sandybridge: Drop iommu.c and rename functionsPatrick Rudolph2019-06-081-2/+2
* src/northbridge: Remove unneeded include <arch/io.h>Elyes HAOUAS2019-05-151-1/+0
* nb/intel/sandybridge: Move boot_count_increment()Patrick Rudolph2019-05-131-0/+4
* {gm45,pineview,sandybridge,x4x}: Use {full,system}_reset() functionElyes HAOUAS2019-05-071-4/+3
* nb/intel/sandybridge: Move southbridge code to bd82x6xPatrick Rudolph2019-04-181-10/+4
* sb/intel/bd82x6x: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph2019-04-161-0/+1
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-1/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-161-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* cpu/intel: Use the common code to initialize the romstage timestampsArthur Heymans2019-01-091-3/+0
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* intel/sandybridge: Don't hardcode platform typePatrick Rudolph2018-07-281-1/+1
* drivers/tpm: Add TPM ramstage driver for devices without vboot.Philipp Deppenwiese2018-07-251-4/+0
* src/nb: Fix non-local header treated as localElyes HAOUAS2018-07-021-1/+1
* security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese2018-06-041-4/+3
* sb/intel/bd82x6x: Reduce function-disable messNico Huber2018-01-231-1/+2
* security/tpm: Change TPM naming for different layers.Philipp Deppenwiese2018-01-181-1/+1
* security/tpm: Move tpm TSS and TSPI layer to security sectionPhilipp Deppenwiese2018-01-181-1/+1
* nb/intel/sandybridge/romstage: Use register namePatrick Rudolph2017-05-051-2/+2
* nb/intel: Fix some spelling mistakes in comments and stringsMartin Roth2016-11-211-1/+1
* intel/model_206ax: Prepare for dynamic CONFIG_RAMTOPKyösti Mälkki2016-06-221-1/+4
* tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))"Denis 'GNUtoo' Carikli2016-02-261-1/+1
* southbridge/intel/bd82x6x: Use common gpio.cPatrick Rudolph2016-02-181-1/+1
* Make MRC vs native a config rather than making a separate chipset for it.Vladimir Serbinenko2016-02-121-2/+1
* Merge sandy/ivybridge romstage flow for MRC and non-MRC.Vladimir Serbinenko2016-02-121-39/+24
* ivy: Add a possiblity for mainboard early init.Vladimir Serbinenko2016-02-091-0/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* sandybridge ivybridge: Treat native init as first class citizenAlexandru Gagniuc2015-10-031-0/+138