summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/fsp2_0/util.c
Commit message (Expand)AuthorAgeFilesLines
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-1/+1
* drivers/fsp2: Don't print garbage if the FSP signature doesn't matchFred Reitberger2023-02-101-1/+1
* payloads/tianocore: Rename TianoCore to edk2Sean Rhodes2022-08-131-1/+1
* Replace some ENV_ROMSTAGE with ENV_RAMINITKyösti Mälkki2022-06-071-2/+2
* drivers/intel/fsp2_0/include/fsp: fix fsp_headerJulian Schroeder2022-02-021-31/+7
* drivers/intel/fsp2_0: Add FSP 2.3 supportAnil Kumar2022-01-171-1/+5
* drivers/intel/fsp2_0: Allow FSP-M to be relocatedRaul E Rangel2021-11-081-2/+2
* drivers/intel/fsp2_0: rename soc_validate_fsp_versionFelix Held2021-08-261-2/+2
* src/drivers/intel/fsp2_0: allow larger FSP 2.0 headerNikolai Vyssotski2021-07-241-3/+22
* intel: fsp2_0: Move last pieces to new CBFS APIJulius Werner2021-04-141-16/+7
* fsp2_0: Replace fspld->get_destination() callback with CBFS allocatorJulius Werner2021-04-051-48/+7
* program_loading: Replace prog_rdev() with raw start pointer and sizeJulius Werner2021-03-171-2/+3
* drivers/intel/fsp2_0: factor out and improve UPD signature checkFelix Held2021-01-301-0/+15
* drivers/intel/fsp2_0: Remove console in weak functionArthur Heymans2020-11-301-1/+0
* intel/fsp2_0: Add soc_validate_fsp_version for FSP version checkJohnny Lin2020-11-201-9/+9
* src: Remove unused 'include <lib.h>'Elyes HAOUAS2020-08-181-1/+0
* lib/coreboot_table: Add Intel FSP version to coreboot tableJohnny Lin2020-07-041-0/+36
* drivers/intel/fsp2_0: Add FSP 2.2 specific supportSubrata Banik2020-06-141-0/+2
* drivers/intel/fsp2_0: add option to compress FSP-M in cbfsAaron Durbin2020-05-281-0/+23
* drivers/intel/fsp2_0: add option to compress FSP-S in cbfsAaron Durbin2020-05-281-0/+69
* 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
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-221-4/+5
* src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* 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 <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* intel: Use CF9 reset (part 2)Patrick Rudolph2018-10-221-3/+3
* drivers/intel/fsp2_0: Fix spacing issuesLee Leahy2017-03-101-1/+1
* drivers/intel/fsp2_0: add FSP TempRamInit & TempRamExit API supportBrenton Dong2016-12-211-0/+2
* drivers/intel/fsp2_0: Make FSP Headers Consumable out of BoxBrandon Breitenstein2016-09-021-2/+2
* drivers/intel/fsp2_0: Update the debug levelsLee Leahy2016-08-031-4/+4
* drivers/intel/fsp2_0: Disable display of FSP headerLee Leahy2016-08-031-44/+2
* drivers/intel/fsp2_0: Update the copyrightsLee Leahy2016-07-281-1/+1
* drivers/intel/fsp2_0: Split reset handling logicAndrey Petrov2016-07-191-8/+18
* drivers/intel/fsp2_0: remove unused fsp_load_binary()Aaron Durbin2016-07-191-38/+0
* drivers/intel/fsp2_0: separate component validation from loadingAaron Durbin2016-07-191-21/+31
* drivers/intel/fsp2_0: Add simple reset handlerAndrey Petrov2016-06-241-0/+24
* drivers/intel/fsp2_0: Update to FSP draft 9Andrey Petrov2016-05-061-5/+29
* lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin2016-04-021-1/+1
* drivers/intel/fsp2_0: signal that FSP components are loadedAaron Durbin2016-04-021-0/+4
* drivers/intel/fsp2_0: add TODOs to fix deficienciesAaron Durbin2016-03-091-0/+2
* drivers/intel/fsp2_0: don't leak resourcesAaron Durbin2016-03-091-0/+9
* drivers/intel/fsp2_0: Add utility functionsAndrey Petrov2016-03-031-0/+123