summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/apollolake
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-1/+0
* cpu/x86: Flip SMM_TSEG defaultKyösti Mälkki2019-07-091-1/+0
* soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-046-12/+12
* arch/x86: Adjust size of postcar stackKyösti Mälkki2019-07-041-1/+1
* Use 3rdparty/intel-microcodeArthur Heymans2019-07-011-2/+2
* soc/intel: Provide SPD manufacturer ID and module type to SMBIOSDuncan Laurie2019-06-212-1/+5
* src/soc/intel/common/smbios: Add addtional infos to dimm_infoChristian Walter2019-06-062-2/+6
* soc/intel: Replace UART_BASE() and friends with a KconfigNico Huber2019-06-032-8/+5
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* soc/intel/apollolake: Fix value stored to gnvs is never readJohn Zhao2019-05-291-3/+1
* soc/intel/apollolake: Don't use CAR_GLOBALArthur Heymans2019-05-293-28/+15
* post_code: add post code for hardware initialization failureKeith Short2019-05-221-1/+2
* soc/intel: Remove unused pointer argument in mca_configure()Subrata Banik2019-05-211-1/+1
* soc/intel: Fill DIMM serial number from SPDDuncan Laurie2019-05-182-0/+2
* soc/intel: Geminilake Refresh feature request supportJohn Zhao2019-05-131-0/+1
* soc/intel/apollolake: Reset GPI IS & IE registers at ramstageKarthikeyan Ramasubramanian2019-05-062-9/+6
* soc/apollolake: Add ramstage hookFelix Singer2019-05-062-0/+35
* vboot: refactor OPROM codeJoel Kitching2019-04-301-1/+1
* soc/intel/apollolake/bootblock: Clear the GPI IS & IE registersKarthikeyan Ramasubramanian2019-04-291-0/+9
* soc/intel: Add GPI interrupt config register offset infoKarthikeyan Ramasubramanian2019-04-294-0/+18
* soc/intel/apl/acpi: Do not report 8259 PICsNico Huber2019-04-262-16/+1
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-234-3/+1
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-1/+3
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-232-0/+3
* soc/intel/cpulib: Remove redundent enable/disable functionsSubrata Banik2019-04-132-4/+6
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-1/+1
* soc/intel/apollolake: Add support to log XHCI wake eventsKarthikeyan Ramasubramanian2019-03-282-0/+23
* soc/apollolake: Add UART0Felix Singer2019-03-251-0/+7
* intel/apollolake: Add HDA to disable_dev functionNico Huber2019-03-241-0/+3
* soc/intel/common: Remove common chip config use_fsp_mp_initSubrata Banik2019-03-241-1/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-202-2/+0
* src: Drop unused 'include <arch/acpigen.h>'Elyes HAOUAS2019-03-121-1/+0
* src/soc/intel/apollolake/cpu.c: Set up local APICMario Scheithauer2019-03-081-1/+5
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0818-55/+55
* intel/apollolake: Fix incorrect config usageJulius Werner2019-03-061-1/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-046-3/+6
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-044-4/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-014-0/+4
* soc/intel: Add mem_rank info in SMBIOSFrancois Toguo2019-02-182-0/+2
* soc/intel/apl: Call mca_configure() on cold boots onlyNico Huber2019-02-051-4/+6
* intel/apollolake: Add parameter to enable VTD in devicetreeWerner Zeh2019-02-052-0/+9
* soc/intel/apollolake: Update XHCI ports for GLK in ACPI tablesFurquan Shaikh2019-02-054-17/+77
* soc/intel/apollolake: Fix XHCI device name in ACPIKarthikeyan Ramasubramanian2019-01-311-1/+1
* soc/intel/apollolake: Sync fsp upd structure updateJohn Zhao2019-01-302-0/+35
* soc/intel/apollolake: Add GLK usb2eye configuration overrideSeunghwan Kim2019-01-292-0/+17
* intel/apollolake: Add IPU to disable_dev functionWerner Zeh2019-01-282-1/+10
* intel/apollolake: Add fixed resources for VTd to system resourcesWerner Zeh2019-01-281-0/+20
* soc/apollolake: Generate DMAR tableWerner Zeh2019-01-282-1/+94
* soc/intel/{apl,skl}: Drop redundant `select RTC`Nico Huber2019-01-281-1/+0
* soc/intel/apollolake: Override GLK usb clock gating registerJohn Zhao2019-01-251-3/+63