Age | Commit message (Expand) | Author |
2021-11-08 | drivers/intel/fsp2_0: Allow FSP-M to be relocated | Raul E Rangel |
2021-08-26 | drivers/intel/fsp2_0: rename soc_validate_fsp_version | Felix Held |
2021-07-24 | src/drivers/intel/fsp2_0: allow larger FSP 2.0 header | Nikolai Vyssotski |
2021-04-14 | intel: fsp2_0: Move last pieces to new CBFS API | Julius Werner |
2021-04-05 | fsp2_0: Replace fspld->get_destination() callback with CBFS allocator | Julius Werner |
2021-03-17 | program_loading: Replace prog_rdev() with raw start pointer and size | Julius Werner |
2021-01-30 | drivers/intel/fsp2_0: factor out and improve UPD signature check | Felix Held |
2020-11-30 | drivers/intel/fsp2_0: Remove console in weak function | Arthur Heymans |
2020-11-20 | intel/fsp2_0: Add soc_validate_fsp_version for FSP version check | Johnny Lin |
2020-08-18 | src: Remove unused 'include <lib.h>' | Elyes HAOUAS |
2020-07-04 | lib/coreboot_table: Add Intel FSP version to coreboot table | Johnny Lin |
2020-06-14 | drivers/intel/fsp2_0: Add FSP 2.2 specific support | Subrata Banik |
2020-05-28 | drivers/intel/fsp2_0: add option to compress FSP-M in cbfs | Aaron Durbin |
2020-05-28 | drivers/intel/fsp2_0: add option to compress FSP-S in cbfs | Aaron Durbin |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2019-10-22 | AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file | Martin Roth |
2019-05-29 | src/{device,drivers}: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2018-11-16 | src: Remove unneeded include <cbfs.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <lib.h> | Elyes HAOUAS |
2018-10-22 | intel: Use CF9 reset (part 2) | Patrick Rudolph |
2017-03-10 | drivers/intel/fsp2_0: Fix spacing issues | Lee Leahy |
2016-12-21 | drivers/intel/fsp2_0: add FSP TempRamInit & TempRamExit API support | Brenton Dong |
2016-09-02 | drivers/intel/fsp2_0: Make FSP Headers Consumable out of Box | Brandon Breitenstein |
2016-08-03 | drivers/intel/fsp2_0: Update the debug levels | Lee Leahy |
2016-08-03 | drivers/intel/fsp2_0: Disable display of FSP header | Lee Leahy |
2016-07-28 | drivers/intel/fsp2_0: Update the copyrights | Lee Leahy |
2016-07-19 | drivers/intel/fsp2_0: Split reset handling logic | Andrey Petrov |
2016-07-19 | drivers/intel/fsp2_0: remove unused fsp_load_binary() | Aaron Durbin |
2016-07-19 | drivers/intel/fsp2_0: separate component validation from loading | Aaron Durbin |
2016-06-24 | drivers/intel/fsp2_0: Add simple reset handler | Andrey Petrov |
2016-05-06 | drivers/intel/fsp2_0: Update to FSP draft 9 | Andrey Petrov |
2016-04-02 | lib/prog_loading: introduce prog_segment_loaded() | Aaron Durbin |
2016-04-02 | drivers/intel/fsp2_0: signal that FSP components are loaded | Aaron Durbin |
2016-03-09 | drivers/intel/fsp2_0: add TODOs to fix deficiencies | Aaron Durbin |
2016-03-09 | drivers/intel/fsp2_0: don't leak resources | Aaron Durbin |
2016-03-03 | drivers/intel/fsp2_0: Add utility functions | Andrey Petrov |