summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/apollolake/bootblock/bootblock.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/apollolake: Use common gpio.h includeDinesh Gehlot2023-01-181-1/+1
* soc/intel/apollolake: Allow configuring the LPC IO registersSean Rhodes2022-06-201-0/+3
* soc/apollolake: Make IO decode / enable register configurableSean Rhodes2022-02-151-2/+19
* soc/intel/apollolake: Rename PWRMBASE macro and functionSubrata Banik2022-02-031-1/+1
* soc/intel/apollolake: Rename `SOC_INTEL_GLK` symbolAngel Pons2020-09-091-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-12/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-181-2/+0
* lib/bootblock: Add simplified entry with basetimeKyösti Mälkki2019-08-261-1/+1
* intel/apollolake: Move LPC decode enables to bootblockKyösti Mälkki2019-08-201-0/+3
* src: Use '#include <timestamp.h>' when neededElyes HAOUAS2019-07-151-1/+0
* soc/intel/apollolake: Reset GPI IS & IE registers at ramstageKarthikeyan Ramasubramanian2019-05-061-9/+0
* soc/intel/apollolake/bootblock: Clear the GPI IS & IE registersKarthikeyan Ramasubramanian2019-04-291-0/+9
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* soc/intel/common/block: Move tco common functions into block/smbusSubrata Banik2019-01-101-7/+4
* soc/intel: Clean mess around UART_DEBUGNico Huber2019-01-091-1/+1
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+1
* soc/intel/common/block: Move common uart function to block/uartSubrata Banik2018-08-201-3/+3
* soc/intel/common/block: Move p2sb common functions into block/p2sbSubrata Banik2018-06-281-6/+3
* soc/intel/apollolake: unify definition for spi base addressBora Guvendik2018-06-211-1/+1
* src: Use of device_t is deprecatedElyes HAOUAS2018-06-141-2/+2
* bootblock: Allow more timestamps in bootblock_main_with_timestamp()Julius Werner2018-05-221-1/+1
* soc/intel/apollolake: enable cache-as-ram paging for glkAaron Durbin2018-04-271-0/+10
* src/soc/intel/apollolake: move TCO1 disable into bootblockVadim Bendebury2017-11-211-0/+7
* soc/intel/apollolake: Use common PMC for apollolakeShaunak Saha2017-08-081-1/+2
* soc/intel/apollolake: Bring in delta for GLK SOCHannah Williams2017-07-211-0/+4
* soc/intel/apollolake: Use CPU common library codeBarnali Sarkar2017-06-091-0/+1
* soc/intel/apollolake: Rename ACPI Base Address and Size MacroBarnali Sarkar2017-06-091-2/+2
* soc/intel/common/block: add bios caching to fast spi moduleAaron Durbin2017-06-051-27/+1
* soc/intel/apollolake: Clean up code by using common FAST_SPI moduleBarnali Sarkar2017-05-021-32/+3
* intel/soc/apollolake: Use intel/common/uart driverAamir Bohra2017-04-111-1/+1
* soc/intel/apollolake: Use RTC common codeSubrata Banik2017-04-101-10/+2
* soc/intel/apollolake: Use common PCR moduleSubrata Banik2017-04-101-6/+8
* soc/intel/apollolake: Clean up code by using common System Agent moduleSubrata Banik2017-03-281-11/+5
* soc/pci_devs.h: Use consistent naming in soc/pci_devs.hSubrata Banik2017-03-281-5/+5
* soc/intel/apollolake: Fix position of storage classLee Leahy2017-03-131-1/+1
* soc/intel/apollolake: Fix spacing around operators and commasLee Leahy2017-03-131-1/+1
* soc/intel/apollolake: Use the new SPI driver interfaceFurquan Shaikh2016-12-071-1/+2
* soc/intel/apollolake: Enable ACPI PM timer emulation on all CPUsAndrey Petrov2016-12-021-17/+1
* soc/intel/apollolake: Initialize GPEs in bootblockDuncan Laurie2016-09-211-0/+3
* Revert "soc/intel/apollolake: Initialize GPEs in bootblock"Duncan Laurie2016-09-191-3/+0
* soc/intel/apollolake: Initialize GPEs in bootblockDuncan Laurie2016-09-191-0/+3
* intel/apollolake: Enable upper CMOS bank in bootblockFurquan Shaikh2016-08-021-0/+10
* soc/intel/apollolake: Fix bitshift issue in bootblockAndrey Petrov2016-07-191-1/+4
* soc/intel/apollolake: Implement global reset handlingAndrey Petrov2016-06-241-0/+4
* soc/intel/apollolake: Move PMC BAR setup to bootblockAndrey Petrov2016-06-241-0/+17
* intel/apollolake: Add API for get_bios_size and use itFurquan Shaikh2016-06-221-2/+5
* intel/apollolake: Enable SPI properly in bootblock and ramstageFurquan Shaikh2016-06-211-0/+32