aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
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
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
2020-05-18Remove new additions of "this file is part of" linesElyes HAOUAS
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-13lib/spd_cache: add spd_cache common codeJamie Chen
2020-05-13src: Remove unused '#include <stddef.h>'Elyes HAOUAS
2020-05-13espi_debug: Use switch case instead of if-elseFurquan Shaikh
2020-05-13Remove new additions of "this file is part of" linesFurquan Shaikh
2020-05-12espi: Add support for debug helper to print slave capabilitiesFurquan Shaikh
2020-05-11treewide: Convert more license headers to SPDX stylePatrick Georgi
2020-05-11treewide: split off license text, remove extra copyright noticesPatrick Georgi
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-10src: Replace remaining GPLv2 long form headers with SPDX headerElyes HAOUAS
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-08memrange: Break early from memranges_find_entry if limit is crossedFurquan Shaikh
2020-05-08lib/rtc.c: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: move copyrights and authors to AUTHORSPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-23rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner
2020-04-20drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki
2020-04-04src/lib: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-31security/tpm: Include mrc.bin in CRTM if presentBill XIE
2020-03-31security/vboot: Decouple measured boot from verified bootBill XIE
2020-03-30memranges: Change align attribute to be log2 of required alignmentFurquan Shaikh
2020-03-25src/device: Add option to look at revision in option romsMartin Roth
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-03-17memrange: Add support for stealing required memory from given rangesFurquan Shaikh
2020-03-17memrange: Enable memranges to support different alignmentsFurquan Shaikh
2020-03-15lib/spd_bin: Add spaces around operatorPaul Menzel
2020-03-15lib/spd_bin: Cleanup spd_get_banksEric Lai
2020-03-15lib/spd_bin: Add LPDDR4X SPD information and DDR5, LPDDR5 IDsEric Lai
2020-03-11prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADINGJulius Werner
2020-03-11cbfs: Remove unused functionsJulius Werner
2020-03-10lib/spd_bin: Correct LPDDR3 SPD informationEric Lai
2020-03-07lib/spd_bin: Add "number" to log messageEric Lai
2020-03-07lib/spd_bin: Extend LPDDR4 SPD informationEric Lai