summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/fsp_broadwell_de
Commit message (Expand)AuthorAgeFilesLines
* src: Drop unused include <arch/acpi.h>Elyes HAOUAS2019-03-061-1/+0
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-043-3/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-016-0/+6
* ACPI: Rename FADT model and set it to zeroElyes HAOUAS2019-03-011-1/+1
* security/vboot: Add measured boot modePhilipp Deppenwiese2019-02-251-0/+1
* ACPI: Correct asl_compiler_revision valueElyes HAOUAS2019-02-211-1/+2
* src: Use macro `ACPI_FADT_LEGACY_FREE`Paul Menzel2019-02-151-1/+2
* soc/intel/fsp_broadwell_de: Move FSP_DEBUG_LEVEL option hereNico Huber2019-02-112-1/+12
* soc/{amd,intel}: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-6/+6
* soc/intel/fsp_broadwell_de: Enable FIT supportPatrick Rudolph2019-01-171-0/+1
* soc/intel/fsp_broadwell_de: Fix TSEG size computationPatrick Rudolph2019-01-171-1/+5
* vendorcode/intel/fsp1_0/broadwell_de: Use FSP from 3rdparty/fspPatrick Rudolph2019-01-152-7/+10
* soc/intel/fsp_broadwell_de: Move early_mainboard_romstage_entry()Patrick Rudolph2019-01-141-3/+5
* intel/fsp1_0: Add option to select FSP debug levelPatrick Rudolph2019-01-141-0/+2
* soc/intel/fsp_broadwell_de: Fix uartPatrick Rudolph2019-01-141-0/+3
* soc/intel/fsp_broadwell_de: Drop MICROCODE_BLOB_NOT_HOOKED_UPNico Huber2019-01-101-1/+0
* soc/intel/fsp_broadwell_de/vtd: Silence warningPatrick Rudolph2019-01-101-0/+1
* Untangle CBFS microcode updatesNico Huber2019-01-101-0/+1
* soc/intel: Standardize names of common MSRsElyes HAOUAS2019-01-072-4/+4
* usbdebug: Make the EHCI debug console work in the bootblockArthur Heymans2019-01-061-1/+1
* usbdebug: Refactor init callsKyösti Mälkki2019-01-061-3/+3
* device: Use pcidev_path_on_root()Kyösti Mälkki2019-01-061-2/+2
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-062-2/+2
* soc/intel/fsp_broadwell_de: Use BLOBs for microcode updatesPatrick Rudolph2019-01-041-0/+2
* soc/intel/fsp_broadwell_de/acpi: Fix wrong table checksumPatrick Rudolph2018-12-241-2/+0
* soc/intel/fsp_broadwell_de: Select RELOCATABLE_RAMSTAGEArthur Heymans2018-12-221-1/+0
* soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* soc: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS2018-12-182-2/+0
* soc/intel/fsp_broadwell_de: Drop unused filesNico Huber2018-12-172-84/+0
* arch/acpi.h: Add some update to version 6.2aElyes HAOUAS2018-11-291-4/+2
* soc/intel/fsp_broadwell_de: Add vboot supportPhilipp Deppenwiese2018-11-211-0/+3
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* fsp_broadwell_de: Switch to common SPI controller driverWerner Zeh2018-11-163-630/+2
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-124-4/+0
* src: Remove unneeded include <arch/ioapic.h>Elyes HAOUAS2018-11-051-1/+0
* intel: Use CF9 reset (part 1)Patrick Rudolph2018-10-225-58/+3
* src: Move common IA-32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-112-6/+1
* selfboot: remove bounce buffersRonald G. Minnich2018-10-111-4/+0
* Move compiler.h to commonlibNico Huber2018-10-083-3/+0
* soc/intel/fsp_broadwell_de: Fix IA32_MC0_* namesElyes HAOUAS2018-10-012-7/+8
* soc/intel/fsp_broadwell_de: Add fixed VT-d MMIO range to the resourcesWerner Zeh2018-09-202-2/+17
* fsp_broadwell_de: Move DMAR table generation to corresponding VT-d deviceWerner Zeh2018-09-206-10/+40
* src/*/intel/: clarify Kconfig options regarding IFDStefan Tauner2018-09-131-1/+1
* fsp_broadwell_de: enable spi consoleOkash Khawaja2018-09-073-3/+6
* intel: Use common HPET table revision functionMarc Jones2018-08-271-1/+1
* update all FADT version 3.0 to use the get tables functionMarc Jones2018-08-271-1/+1
* fsp_broadwell_de: Increase CONFIG_MAX_CPUS to 32Samuel Jimenez2018-08-131-1/+1
* cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSxArthur Heymans2018-07-241-2/+2
* src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-3/+3