summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2020-09-14lib/fmap: add ENV_SMM check to setup_preram_cacheJosie Nordrum
2020-09-10lib/Makefile.inc: fix hex-to-bin conversion of SPD filesMichael Niewöhner
2020-09-08lib/Kconfig: Drop obsolete help text from GENERIC_SPD_BINMichael Niewöhner
2020-08-31fw_config: Add caching to successfully probed fieldsTim Wawrzynczak
2020-08-27symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner
2020-08-26lib/imd: Prohibit removing imd_entry covering root regionJan Dabros
2020-08-26lib/imd: Fix imdr_recover for small regionsJan Dabros
2020-08-26lib/imd: Improve check to filter out 0-size imd_entriesJan Dabros
2020-08-26lib/imd: Add an extra check for root_sizeJan Dabros
2020-08-26include/imd: Improve API documentationJan Dabros
2020-08-26lib/imd: Remove redundant code in imd.cAnna Karas
2020-08-26src/lib: Fix a mistake in a comment in imd.cAnna Karas
2020-08-21lib: Update fmap cache error for psp_verstageMartin Roth
2020-08-21arch/x86: Add support for ASan to memory functionsHarshit Sharma
2020-08-21lib: Add ASan support to romstage on x86 archHarshit Sharma
2020-08-21lib: Add ASan support to ramstage on x86 archHarshit Sharma
2020-08-21lib: Update ASan compiler flags and Kconfig help textHarshit Sharma
2020-08-21lib: Add ASan stubHarshit Sharma
2020-08-18src: Remove unused 'include <stddef.h>Elyes HAOUAS
2020-08-17lib/imd_cbmem.c: Add a helper function to indicate that cbmem is readyArthur Heymans
2020-08-06gpio: Pull down HiZ pins after reading tristate GPIO strappingJulius Werner
2020-08-04src/lib: Remove unused function parameters in imd.cAnna Karas
2020-08-03lib/gcov: Remove assert(0)Patrick Georgi
2020-08-03lib/string: Add standard strstr() functionJes Klinke
2020-07-31lib/ubsan.c: Update error handlers for current toolchain's GCCAngel Pons
2020-07-30lib/bootmem.c: Improve bootmem_allocate_buffer algorithmJan Dabros
2020-07-29lib/libgcov.c: Do not redefine `alloca`Angel Pons
2020-07-28ACPI S3: Clean up resume pathKyösti Mälkki
2020-07-14src: Remove unused 'include <types.h>'Elyes HAOUAS
2020-07-11src/lib: Remove redundant code in imd.cAnna Karas
2020-07-09src/lib/jpeg.c: Drop dead codeAngel Pons
2020-07-08lib: Temporarily remove timestamps from psp_verstageMartin Roth
2020-07-06prog_loaders: Fix ramstage loading on x86Nico Huber
2020-07-06arch/x86: Remove RELOCATABLE_RAMSTAGEKyösti Mälkki
2020-07-04lib/coreboot_table: Add Intel FSP version to coreboot tableJohnny Lin
2020-06-18lib/hardwaremain: Drop HAVE_ACPI_RESUME guardsKyösti Mälkki
2020-06-17lib/reg_script: Add guards for <arch/io.h>Kyösti Mälkki
2020-06-17treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki
2020-06-16lib/malloc: Drop <cpu/x86/smm.h> includeKyösti Mälkki
2020-06-10lib/program.ld: Replace CONFIG(ARCH_xx) testsKyösti Mälkki
2020-06-02fw_config: Add firmware configuration interfaceDuncan Laurie
2020-06-02src: Remove unused 'include <bootstate.h>'Elyes HAOUAS
2020-05-29fit: Swap compat matching priorities for board-revX and board-skuYJulius Werner
2020-05-28drivers/intel/fsp2_0: add option to compress FSP-M in cbfsAaron Durbin
2020-05-28drivers/intel/fsp2_0: add option to compress FSP-S in cbfsAaron Durbin
2020-05-28lib/cbfs: add cbfs_stage_load_and_decompress helperAaron Durbin
2020-05-28lib: Add strtok() and strtok_r()harshit
2020-05-28arch/x86: Remove more romcc leftoversKyösti Mälkki
2020-05-28lib/cbfs: refactor code culling compression checksAaron Durbin
2020-05-26Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki