summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/fsp2_0/hand_off_block.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/intel/fsp2_0: Integrate FirmwareVersionInfo.hRonak Kanabar2021-02-261-5/+28
* drivers/intel/fsp2_0/hand_off_block: Remove dead decrementElyes HAOUAS2020-08-171-3/+2
* src: Remove whitespace between 'sizeof' and '('Elyes HAOUAS2020-07-261-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-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* drivers/intel/fsp2_0: Avoid iterative print statementSubrata Banik2020-03-271-1/+1
* soc/intel: skl,cnl,icl: rely on TOLUM as cbmem_top returned by FSPMichael Niewöhner2019-11-041-0/+6
* drivers/intel/fsp2_0: move die() calls to the functionsMichael Niewöhner2019-10-261-2/+3
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-221-3/+5
* src: Include <stdint.h> instead of <inttypes.h>Jacob Garber2019-08-101-1/+1
* drivers/intel/fsp2_0: Dont' use CAR_GLOBALArthur Heymans2019-05-291-4/+3
* src/drivers/intel/fsp2_0: Fix logical 'and' of equal expressionsElyes HAOUAS2019-05-211-3/+3
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-3/+3
* drivers/intel/fsp2_0: Fix uncountable "information"Elyes HAOUAS2018-06-281-1/+1
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-141-1/+1
* drivers/intel/fsp2_0: Remove fsp_find_smbios_memory_info() from FSP2.0 driverSubrata Banik2018-02-091-10/+0
* drivers/intel/fsp2_0: Add support to display FSP version info HobSubrata Banik2018-01-311-1/+84
* drivers/intel/fsp2_0: Add NULL check while locating hob list ptrSubrata Banik2017-07-251-1/+8
* drivers/intel/fsp2_0: Check for NULL before using pointerMartin Roth2016-11-211-0/+2
* drivers/intel/fsp2_0: Fix debug display supportLee Leahy2016-09-301-11/+0
* drivers/intel/fsp2_0: Add SMBIOS memory HOB supportRavi Sarawadi2016-08-201-2/+12
* drivers/intel/fsp2_0: Verify HOBs returned by FspMemoryInitLee Leahy2016-08-031-3/+31
* drivers/intel/fsp2_0: Add display HOB supportLee Leahy2016-08-031-149/+41
* drivers/intel/fsp2_0: Display FSP calls and statusLee Leahy2016-08-021-5/+0
* drivers/intel/fsp2_0: Update the copyrightsLee Leahy2016-07-281-1/+1
* drivers/intel/fsp2_0: fix hand-off-block types and sizeAaron Durbin2016-07-191-5/+5
* drivers/intel/fsp2_0: Add utility to recover MRC NV Storage dataHannah Williams2016-04-081-0/+12
* drivers/intel/fsp2_0: remove struct resource usageAaron Durbin2016-03-091-4/+3
* drivers/intel/fsp2_0: Add hand-off-block parsersAlexandru Gagniuc2016-03-081-0/+294