summaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0/util.c
AgeCommit message (Expand)Author
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2019-10-22AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth
2019-05-29src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2018-11-16src: Remove unneeded include <cbfs.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <lib.h>Elyes HAOUAS
2018-10-22intel: Use CF9 reset (part 2)Patrick Rudolph
2017-03-10drivers/intel/fsp2_0: Fix spacing issuesLee Leahy
2016-12-21drivers/intel/fsp2_0: add FSP TempRamInit & TempRamExit API supportBrenton Dong
2016-09-02drivers/intel/fsp2_0: Make FSP Headers Consumable out of BoxBrandon Breitenstein
2016-08-03drivers/intel/fsp2_0: Update the debug levelsLee Leahy
2016-08-03drivers/intel/fsp2_0: Disable display of FSP headerLee Leahy
2016-07-28drivers/intel/fsp2_0: Update the copyrightsLee Leahy
2016-07-19drivers/intel/fsp2_0: Split reset handling logicAndrey Petrov
2016-07-19drivers/intel/fsp2_0: remove unused fsp_load_binary()Aaron Durbin
2016-07-19drivers/intel/fsp2_0: separate component validation from loadingAaron Durbin
2016-06-24drivers/intel/fsp2_0: Add simple reset handlerAndrey Petrov
2016-05-06drivers/intel/fsp2_0: Update to FSP draft 9Andrey Petrov
2016-04-02lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin
2016-04-02drivers/intel/fsp2_0: signal that FSP components are loadedAaron Durbin
2016-03-09drivers/intel/fsp2_0: add TODOs to fix deficienciesAaron Durbin
2016-03-09drivers/intel/fsp2_0: don't leak resourcesAaron Durbin
2016-03-03drivers/intel/fsp2_0: Add utility functionsAndrey Petrov