summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/include
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/broadwell: Use common sb code for SPI lockdown configurationArthur Heymans2019-11-101-41/+0
* soc/intel/broadwell: Use common INTEL_SB SPI codeArthur Heymans2019-11-101-28/+0
* soc/intel/broadwell: Use common SB RTC codeArthur Heymans2019-11-101-3/+0
* sb,soc/intel: Reduce preprocessor use with ME debuggingKyösti Mälkki2019-11-081-4/+0
* arch/x86: Drop some __SMM__ guardsKyösti Mälkki2019-11-082-4/+1
* soc/intel: Remove unused codePatrick Rudolph2019-11-041-1/+0
* intel/broadwell: Use smm_subregion()Kyösti Mälkki2019-08-281-15/+2
* intel/haswell,broadwell: Rename EMRR to PRMRRKyösti Mälkki2019-08-282-5/+5
* intel/smm: Define struct ied_header just onceKyösti Mälkki2019-08-151-5/+0
* soc/intel: Rename some SMM support functionsKyösti Mälkki2019-08-151-18/+0
* soc/intel: Guard remaining SA_DEV_ROOT definitionKyösti Mälkki2019-07-251-0/+2
* soc/intel: Expand SA_DEV_ROOT for ramstageKyösti Mälkki2019-07-211-9/+6
* soc/intel: Fix regression with hidden PCI devicesKyösti Mälkki2019-07-171-2/+2
* cpu/x86: Move smm_lock() prototypeKyösti Mälkki2019-07-131-0/+1
* soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-041-2/+2
* sb/intel/*: Delete early_spiPatrick Rudolph2019-05-291-3/+0
* soc/intel/broadwell/romstage: Clean up unused bist variableArthur Heymans2019-05-151-1/+0
* soc/intel/broadwell: Enable LPC/SIO setup in bootblockArthur Heymans2019-05-151-1/+0
* soc/intel/broadwell: Clean up the bootflowArthur Heymans2019-05-141-2/+2
* soc/intel/broadwell: Don't use a pointer for pei_dataArthur Heymans2019-05-141-2/+2
* soc/intel/broadwell: Move GPIO init to a common placeArthur Heymans2019-05-141-0/+2
* soc/intel/{broadwell, skylake}: Remove unused pch_log_state() declarationSubrata Banik2019-05-021-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* drivers/spi: Add controller protection typeRizwan Qureshi2019-01-211-0/+1
* cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCKKyösti Mälkki2019-01-081-2/+1
* soc/intel: Standardize names of common MSRsElyes HAOUAS2019-01-071-5/+5
* cpu/intel/car: Drop remains of setup_stack_and_mtrrs()Kyösti Mälkki2018-12-301-1/+0
* soc/intel: Drop romstage_after_car()Kyösti Mälkki2018-12-281-1/+0
* soc/intel/broadwell: implement RMRR ACPI tableMatt DeVillier2018-12-201-0/+3
* soc/intel/broadwell: Implement postcar stageArthur Heymans2018-12-051-1/+1
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* intel: Use CF9 reset (part 1)Patrick Rudolph2018-10-221-21/+0
* src: Move common IA-32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-111-13/+0
* Move compiler.h to commonlibNico Huber2018-10-086-6/+0
* src: Fix MSR_PKG_CST_CONFIG_CONTROL register nameElyes HAOUAS2018-10-051-1/+1
* soc/broadwell: Don't use device_tElyes HAOUAS2018-09-212-2/+2
* soc/intel/broadwell: Add PCH_GPIO_PIRQ_INVERT definitionMatt DeVillier2018-09-171-0/+5
* cbtable: remove chromeos_acpi from cbtableJoel Kitching2018-08-222-4/+1
* soc/intel/broadwell: Get rid of device_tElyes HAOUAS2018-06-011-2/+2
* soc/intel/broadwell: decouple PEI memory struct from coreboot headerMatt DeVillier2018-05-311-2/+82
* src: Fix a typo on "mtrr"Elyes HAOUAS2018-04-261-1/+1
* soc/intel/broadwell: add support for Intel GMA OpRegionMatt DeVillier2018-03-151-1/+36
* soc/intel/broadwell: Generate ACPI DMAR tableMatt DeVillier2018-03-011-1/+2
* soc/intel/broadwell: Enable VT-d and X2APICMatt DeVillier2018-03-014-0/+21
* soc/intel/broadwell: implement spi_flash_ctrlr_protect_region()Aaron Durbin2017-12-161-2/+0
* sb and soc: Enforce correct offset of member "chromeos" in global_nvs_tJonathan Neuschäfer2017-11-041-2/+4
* soc/intel/broadwell: refactor rtc failure checkingAaron Durbin2017-09-201-0/+3
* soc/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-136-32/+38