summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Add metadata cacheJulius Werner2020-11-213-18/+126
* ACPI S3: Replace acpi_is_wakeup()Kyösti Mälkki2020-11-191-1/+1
* src: Add missing 'include <console/console.h>'Elyes HAOUAS2020-11-171-0/+1
* lib/gnat/i-c.ads: Add `uintptr_t` typeAngel Pons2020-11-161-0/+3
* src: Update some incorrect config options in commentsMartin Roth2020-11-161-1/+1
* lib/libpayload: Replace strapping_ids with new board configuration entryTim Wawrzynczak2020-10-301-56/+23
* fw_config: Make fw_config_get() publicTim Wawrzynczak2020-10-301-6/+1
* fw_config: Convert fw_config to a 64-bit fieldTim Wawrzynczak2020-10-301-11/+13
* cbfs: Hook up to new CBFS implementationJulius Werner2020-10-301-27/+24
* lib/edid: Add missing name descriptor presence flagJakub Czapiga2020-10-261-0/+1
* drivers/smmstore: Implement SMMSTORE version 2Patrick Rudolph2020-10-221-0/+6
* lib/imd: move struct definitions to a new header fileJakub Czapiga2020-10-191-31/+2
* lib/cbfs: deserialize cbfs_stage objects correctlyAaron Durbin2020-10-131-3/+9
* trogdor: Modify DDR training to use mrc_cacheShelley Chen2020-10-091-0/+1
* lib/spd: respect spd memory part name overrideNick Vaccaro2020-10-091-14/+21
* lib/fw_config: change BOOT_STATE_INIT_ENTRY to be BS_DEV_INIT_CHIPSNick Vaccaro2020-10-081-1/+1
* lib/spd_bin: add LPDDR4X case to spd_get_name()Nick Vaccaro2020-10-051-0/+1
* soc/intel: remove duplicate weak versions of mainboard_get_dram_part_num()Nick Vaccaro2020-10-051-0/+7
* lib/ubsan.c: Remove GCC 5.x workaroundAngel Pons2020-10-051-12/+0
* lib/Makefile.inc: fix name of config stringPaul Fagerburg2020-09-261-1/+1
* lib/Makefile.inc: drop redundant conditional on CONFIG_HAVE_SPD_IN_CBFSMichael Niewöhner2020-09-231-1/+1
* lib/Makefile.inc: fail build when SPD would be emptyMichael Niewöhner2020-09-231-0/+4
* treewide: rename GENERIC_SPD_BIN to HAVE_SPD_BIN_IN_CBFSMichael Niewöhner2020-09-232-3/+3
* src/lib/bootblock.c: make bootblock_main_with_timestamp publicKangheui Won2020-09-221-1/+1
* soc/amd/picasso: record timestamps in psp_verstageKangheui Won2020-09-221-3/+0
* region_file_update_data_arr: Modify region_file with array of buffersShelley Chen2020-09-161-9/+28
* lib/fmap: add ENV_SMM check to setup_preram_cacheJosie Nordrum2020-09-141-0/+4
* lib/Makefile.inc: fix hex-to-bin conversion of SPD filesMichael Niewöhner2020-09-101-1/+1
* lib/Kconfig: Drop obsolete help text from GENERIC_SPD_BINMichael Niewöhner2020-09-081-2/+1
* fw_config: Add caching to successfully probed fieldsTim Wawrzynczak2020-08-311-0/+37
* symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner2020-08-272-4/+0
* lib/imd: Prohibit removing imd_entry covering root regionJan Dabros2020-08-261-0/+4
* lib/imd: Fix imdr_recover for small regionsJan Dabros2020-08-261-3/+2
* lib/imd: Improve check to filter out 0-size imd_entriesJan Dabros2020-08-261-1/+1
* lib/imd: Add an extra check for root_sizeJan Dabros2020-08-261-3/+4
* include/imd: Improve API documentationJan Dabros2020-08-261-1/+0
* lib/imd: Remove redundant code in imd.cAnna Karas2020-08-261-3/+0
* src/lib: Fix a mistake in a comment in imd.cAnna Karas2020-08-261-1/+1
* lib: Update fmap cache error for psp_verstageMartin Roth2020-08-211-3/+2
* arch/x86: Add support for ASan to memory functionsHarshit Sharma2020-08-211-1/+1
* lib: Add ASan support to romstage on x86 archHarshit Sharma2020-08-212-7/+43
* lib: Add ASan support to ramstage on x86 archHarshit Sharma2020-08-212-19/+400
* lib: Update ASan compiler flags and Kconfig help textHarshit Sharma2020-08-211-1/+2
* lib: Add ASan stubHarshit Sharma2020-08-212-0/+46
* src: Remove unused 'include <stddef.h>Elyes HAOUAS2020-08-182-2/+1
* lib/imd_cbmem.c: Add a helper function to indicate that cbmem is readyArthur Heymans2020-08-171-0/+6
* gpio: Pull down HiZ pins after reading tristate GPIO strappingJulius Werner2020-08-061-4/+6
* src/lib: Remove unused function parameters in imd.cAnna Karas2020-08-043-13/+12
* lib/gcov: Remove assert(0)Patrick Georgi2020-08-031-1/+1
* lib/string: Add standard strstr() functionJes Klinke2020-08-031-0/+10