summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/fsp_broadwell_de
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/fsp_broadwell_de: Add ACPI HPET tableJohnny Lin2019-08-274-2/+20
* devicetree: Remove duplicate chip_ops declarationsKyösti Mälkki2019-08-201-1/+0
* 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-154-26/+11
* cpu/x86/smm: Promote smm_memory_map()Kyösti Mälkki2019-08-151-0/+4
* soc/intel/fsp_broadwell_de: Populate SMBIOS tables with memory informationAndrey Petrov2019-08-146-0/+105
* soc/fsp_broadwell_de: Implement SMBus read/write over IMCAndrey Petrov2019-08-143-0/+65
* common/block/imc: Add Integrated Memory Controller (IMC) driverAndrey Petrov2019-08-141-0/+3
* soc/intel/fsp_broadwell_de: Enable early integrated UARTAndrey Petrov2019-08-134-1/+110
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-131-0/+1
* fsp_baytrail/fsp_broadwell_de: Sort entries in Makefile.inchcl-coreboot2019-08-081-17/+20
* soc/intel/fsp_broadwell_de: Fix use of config_of()Kyösti Mälkki2019-07-251-1/+3
* soc/intel: Use config_of()Kyösti Mälkki2019-07-181-1/+1
* cpu/x86: Move smm_lock() prototypeKyösti Mälkki2019-07-131-0/+1
* cpu/x86: Flip SMM_TSEG defaultKyösti Mälkki2019-07-091-1/+0
* arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki2019-07-091-3/+3
* Use 3rdparty/intel-microcodeArthur Heymans2019-07-011-1/+1
* soc/intel/fsp_broadwell_de/romstage: Remove variable set but not usedElyes HAOUAS2019-05-231-2/+1
* post_code: add post code for invalid vendor binaryKeith Short2019-05-221-1/+2
* soc/{amd,intel}/chip: Use local include for chip.hElyes HAOUAS2019-04-264-4/+8
* src/soc/intel: Remove unused variablesElyes HAOUAS2019-04-251-2/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* Move calls to quick_ram_check() before CBMEM initKyösti Mälkki2019-03-271-4/+0
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-13/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* src: Drop unused 'include <romstage_handoff.h>'Elyes HAOUAS2019-03-183-3/+0
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-161-2/+0
* drivers/intel/fsp1_0: Deduplicate codePatrick Rudolph2019-03-162-15/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-084-24/+24
* 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