summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/icelake/bootblock
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: clean up dmi driver codeWonkyu Kim2022-04-201-6/+0
* src: Make PCI ID define names shorterFelix Singer2022-03-071-26/+26
* soc/intel/icelake: Make use of `cpu/intel/cpu_ids.h'Subrata Banik2021-07-171-1/+1
* soc/intel: Drop `bootblock_cpu_init()` functionAngel Pons2021-03-012-19/+2
* soc/intel/{skl,icl}: Move tco_configure() to bootblockAngel Pons2021-03-011-0/+4
* soc/intel/icelake: Rename `pch_init()` functionAngel Pons2021-03-012-2/+2
* soc/intel/*: drop incomplete and unneeded check for DMI SRLOCKMichael Niewöhner2021-01-311-16/+1
* soc/intel/{skl,cnl,xsp,icl,tgl,ehl,adl,jsl}: use common LPC mirroringMichael Niewöhner2021-01-251-16/+2
* soc/intel/common/dmi: Move DMI defines into DMI driver headerSrinidhi N Kaushik2020-12-091-3/+1
* soc/intel: Configure P2SB before other PCH controllersFurquan Shaikh2020-11-291-2/+7
* soc/intel/{cnl,icl,jsl,tgl}: Use Bus Master for setting up PWRMBASESubrata Banik2020-08-071-10/+4
* {nb,soc}/intel: Use get_current_microcode_rev() for ucode versionSubrata Banik2020-08-051-8/+2
* soc/intel/icelake: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-06-031-6/+5
* {icelake,jasperlake,skylake,tigerlake}/bootblock.c: Clean up includesElyes HAOUAS2020-06-021-3/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-114-4/+0
* soc/intel/icelake: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-064-52/+8
* soc: Remove copyright noticesPatrick Georgi2020-03-184-4/+0
* soc/intel/{cnl,icl,skl,tgl}/bootblock: Update text for DMI PCR 2774Wim Vervoorn2020-02-171-2/+2
* soc/intel{cnl,icl,skl,tgl}/bootblock: Make sure DMI PCR 2770 is setWim Vervoorn2020-02-171-0/+5
* soc/intel/{icl,tgl}: Rename pch_early_init() to pch_init()Subrata Banik2019-11-152-2/+2
* soc/intel/icelake: Refactor pch_early_init() codeSubrata Banik2019-11-071-12/+1
* soc/intel/icelake: Remove unused headersSubrata Banik2019-11-041-0/+1
* soc/intel/icelake: Clean up report_cpu_info() functionSubrata Banik2019-11-041-7/+7
* soc/intel/{cnl,icl,skl}: Fix multiple whitespace issueSubrata Banik2019-10-311-1/+1
* soc/intel/icelake: Enable caching on SPI memory-mapped boot device unconditio...Subrata Banik2019-10-311-5/+10
* lib/bootblock: Add simplified entry with basetimeKyösti Mälkki2019-08-261-1/+1
* soc/intel/icelake: Replace PCI device LPC to ESPI as per EDSSubrata Banik2019-06-132-15/+15
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-083-4/+4
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-012-0/+2
* soc/intel/common/block: Move tco common functions into block/smbusSubrata Banik2019-01-101-33/+2
* soc/intel: Clean mess around UART_DEBUGNico Huber2019-01-091-1/+1
* soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* cpuid: Add helper function for cpuid(1) functionsSubrata Banik2018-12-131-7/+8
* soc/intel/icelake: Fix IO decode setupSubrata Banik2018-11-281-12/+29
* soc/intel/common: Include Icelake device IDsAamir Bohra2018-11-071-31/+28
* soc/intel/icelake: Add PID based on Icelake EDSAamir Bohra2018-11-051-27/+6
* soc/intel/icelake: Open ports 0x60,0x64 for keyboard controllerShelley Chen2018-10-311-1/+2
* soc/intel/icelake: Do initial SoC commitAamir Bohra2018-10-264-0/+491