summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2020-10-30lib/libpayload: Replace strapping_ids with new board configuration entryTim Wawrzynczak
2020-10-30fw_config: Make fw_config_get() publicTim Wawrzynczak
2020-10-30fw_config: Convert fw_config to a 64-bit fieldTim Wawrzynczak
2020-10-30cbfs: Hook up to new CBFS implementationJulius Werner
2020-10-26lib/edid: Add missing name descriptor presence flagJakub Czapiga
2020-10-22drivers/smmstore: Implement SMMSTORE version 2Patrick Rudolph
2020-10-19lib/imd: move struct definitions to a new header fileJakub Czapiga
2020-10-13lib/cbfs: deserialize cbfs_stage objects correctlyAaron Durbin
2020-10-09trogdor: Modify DDR training to use mrc_cacheShelley Chen
2020-10-09lib/spd: respect spd memory part name overrideNick Vaccaro
2020-10-08lib/fw_config: change BOOT_STATE_INIT_ENTRY to be BS_DEV_INIT_CHIPSNick Vaccaro
2020-10-05lib/spd_bin: add LPDDR4X case to spd_get_name()Nick Vaccaro
2020-10-05soc/intel: remove duplicate weak versions of mainboard_get_dram_part_num()Nick Vaccaro
2020-10-05lib/ubsan.c: Remove GCC 5.x workaroundAngel Pons
2020-09-26lib/Makefile.inc: fix name of config stringPaul Fagerburg
2020-09-23lib/Makefile.inc: drop redundant conditional on CONFIG_HAVE_SPD_IN_CBFSMichael Niewöhner
2020-09-23lib/Makefile.inc: fail build when SPD would be emptyMichael Niewöhner
2020-09-23treewide: rename GENERIC_SPD_BIN to HAVE_SPD_BIN_IN_CBFSMichael Niewöhner
2020-09-22src/lib/bootblock.c: make bootblock_main_with_timestamp publicKangheui Won
2020-09-22soc/amd/picasso: record timestamps in psp_verstageKangheui Won
2020-09-16region_file_update_data_arr: Modify region_file with array of buffersShelley Chen
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