summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/fsp1_1/ramstage.c
Commit message (Expand)AuthorAgeFilesLines
* tree; Remove unused <lib.h>Elyes Haouas2024-02-141-1/+0
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-1/+1
* drivers: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-04-241-1/+0
* drivers: Remove unused <cbmem.h>Elyes HAOUAS2022-04-221-1/+0
* drivers/intel/fsp1_1: Rename hob finding functionsArthur Heymans2022-04-061-2/+2
* drivers/intel/fsp1_1: Drop duplicated "ERROR" in log messagesElyes HAOUAS2022-02-081-3/+2
* drivers/intel/fsp1_1: Drop empty weak functionsAngel Pons2021-05-271-6/+0
* drivers/intel/fsp1_1: Drop weak function definitionAngel Pons2021-05-271-5/+0
* drivers/intel/fsp1_1: Drop unused weak definitionsAngel Pons2021-05-271-8/+0
* prog_loaders: Remove prog_locate()Julius Werner2021-03-171-16/+1
* soc/amd,intel: Drop s3_resume parameter on FSP-S functionsKyösti Mälkki2021-02-091-2/+2
* drivers/intel/fsp1_1,fsp2_0: Refactor logo displayKyösti Mälkki2021-02-091-5/+6
* stage_cache: Add resume_from_stage_cache()Kyösti Mälkki2021-01-291-19/+4
* drivers/intel/fsp1_1: Drop s3_resume parameter to load_vbt()Kyösti Mälkki2021-01-291-1/+1
* intel/fsp1_1: Declare fsp_load() as staticKyösti Mälkki2021-01-291-7/+1
* drivers: Replace multiple fill_lb_framebuffer with single instancePatrick Rudolph2020-12-141-0/+23
* src: Remove unused '#include <cpu/x86/smm.h>'Elyes HAOUAS2020-06-061-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-12/+2
* fsp1_1: Drop unused weak functionNico Huber2020-01-101-6/+0
* {drivers,soc}/intel/fsp1_1: Move chipset specific logo handling to SoCWim Vervoorn2019-12-201-9/+10
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-3/+3
* {drivers,mainboard}: Move FSP logo support to fsp1_1Frans Hendriks2019-11-141-0/+14
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-221-3/+0
* cpu/x86/smm: Promote smm_memory_map()Kyösti Mälkki2019-08-151-22/+0
* arch/x86: Change smm_subregion() prototypeKyösti Mälkki2019-08-081-3/+3
* cpu/x86/smm: Promote smm_subregion()Kyösti Mälkki2019-08-071-1/+1
* drivers/intel/fsp1_1/raminit.c: Always check FSP HOBsFrans Hendriks2019-07-101-13/+8
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-7/+7
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* compiler.h: add __weak macroAaron Durbin2018-04-241-4/+5
* fsp/gop: Add running the GOP to the choice of gfx initNico Huber2017-06-081-2/+2
* drivers/intel/{fsp1_1,fsp2_0}: Provide separate function for fsp loadFurquan Shaikh2017-02-221-2/+12
* src/drivers: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-1/+1
* drivers/intel/fsp1_1: Make weak routines quietLee Leahy2016-06-031-3/+0
* lib/prog_loaders: Allow platforms to skip stage cacheFurquan Shaikh2016-05-091-2/+6
* intel/fsp1.1: Mark graphics init done after SiliconInit phaseDuncan Laurie2016-03-141-0/+9
* drivers/intel/fsp1_1: Make fsp_run_silicon_init publicLee Leahy2016-02-081-5/+3
* lib: remove assets infrastructureAaron Durbin2015-12-101-1/+1
* intel/fsp: Add post codes for FSP phasesDuncan Laurie2015-12-031-0/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* FSP 1.1: Move common FSP codeLee Leahy2015-10-271-0/+219