summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/fsp_broadwell_de
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch/x86/acpi: Add DMAR RMRR helper functionsMatt DeVillier2018-06-301-4/+4
* fsp_broadwell_de: Add ability to set PCIe completion timeoutDavid Hendricks2018-06-283-0/+56
* fsp_broadwell_de: Add uncore ASL in common locationDavid Hendricks2018-06-201-0/+267
* arch/x86: Always select RELOCATABLE_MODULESKyösti Mälkki2018-06-061-1/+0
* arch/x86: Flag platforms without RELOCATABLE_RAMSTAGEKyösti Mälkki2018-06-061-0/+1
* soc/intel/fsp_broadwell_de: Get rid of device_tElyes HAOUAS2018-06-0410-35/+37
* fsp_broadwell_de: Select TSC_MONOTONIC_TIMER by defaultDavid Hendricks2018-05-281-0/+1
* soc/intel/fsp_broadwell_de: Spell verb *set up* with spacePaul Menzel2018-05-081-1/+1
* {mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber2018-05-081-1/+0
* fsp_broadwell_de: Add option to enable EHCI controllersDavid Hendricks2018-05-052-0/+23
* drivers/spi: reduce confusion in the APIAaron Durbin2018-04-231-2/+7
* intel/fsp_broadwell_de: Set FSP serial speed to match coreboot'sDavid Hendricks2018-04-161-1/+13
* intel/fsp_broadwell_de: Remove buggy code for SMBus clock gatingWerner Zeh2018-04-161-8/+0
* fsp_broadwell_de: Provide valid address and size for DCACHE rangeWerner Zeh2018-04-061-0/+16
* fsp_broadwell_de: Provide valid ACPI path names for domain and LPCWerner Zeh2018-04-062-0/+25
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-231-1/+1
* soc/fsp_broadwell_de: Add support for GPIO handlingWerner Zeh2017-10-197-0/+275
* intel/fsp_broadwell_de: Add timestamp functionalityWerner Zeh2017-10-123-0/+34
* smbus: Fix a typo ("Set the device I'm talking too")Jonathan Neuschäfer2017-09-271-2/+2
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-132-2/+4
* Consolidate reset API, add generic reset_prepare mechanismJulius Werner2017-06-131-1/+1
* soc/intel: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-241-7/+9
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-5/+2
* fsp_broadwell_de: Switch CPU to high frequency modeWerner Zeh2017-05-052-0/+32
* fsp_broadwell_de: Add SMM codeWerner Zeh2017-04-2812-9/+900
* intel: Fix copy/paste error in license textMarshall Dawson2017-01-162-2/+2
* fsp 1.0 systems: Check for NULL when saving HobListPtrMartin Roth2017-01-121-5/+3
* spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh2016-12-231-0/+1
* MMCONF_SUPPORT: Flip default to enabledKyösti Mälkki2016-12-071-1/+0
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-20/+14
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-11/+2
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-4/+4
* lib: put romstage_handoff implementation in own compilation unitAaron Durbin2016-12-011-0/+1