summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* decompressor: Add CBFS_VERIFICATION supportJulius Werner2021-04-065-4/+36
* cbfs: Add file data hashing for CONFIG_CBFS_VERIFICATIONJulius Werner2021-04-061-13/+48
* cbfs: Simplify cbfs_load_and_decompress() and stop exporting itJulius Werner2021-04-061-38/+21
* lib: Add obvious definition for `calloc`Tim Wawrzynczak2021-04-061-1/+11
* cbfs: Make `mdata` argument to cbfs_allocator_t constJulius Werner2021-04-052-3/+3
* coreboot_tables: Print strapping IDs when adding them to coreboot tableJulius Werner2021-04-021-1/+12
* spd_bin: Replace get_spd_cbfs_rdev() with spd_cbfs_map()Julius Werner2021-03-171-8/+7
* cbfs: Replace more instances of cbfs_boot_locate() with newer APIsJulius Werner2021-03-171-14/+6
* cbfs: Move stage header into a CBFS attributeJulius Werner2021-03-172-85/+51
* prog_loaders: Remove prog_locate()Julius Werner2021-03-171-17/+0
* cbfs: Remove prog_locate() for payloads (SELF and FIT)Julius Werner2021-03-173-46/+35
* cbfs: Remove prog_locate() for stages and rmodulesJulius Werner2021-03-163-25/+39
* cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()Julius Werner2021-03-081-52/+65
* cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner2021-03-081-5/+56
* cbfs: Move trivial wrappers to static inlinesJulius Werner2021-03-081-22/+2
* cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengthsJulius Werner2021-03-081-56/+43
* lib/cbfs.c: Fix return value of failure to measureArthur Heymans2021-03-031-3/+4
* memlayout: Store region sizes as separate symbolsJulius Werner2021-02-191-0/+12
* lib: Add DDR5 DRAM typeSubrata Banik2021-02-181-0/+2
* lib/selfboot.c: Fix indentation and drop one newlineAngel Pons2021-02-111-57/+56
* coreboot_table: Use precision when printing lb_gpio nameJulius Werner2021-02-101-1/+1
* drivers/intel/fsp1_1,fsp2_0: Refactor logo displayKyösti Mälkki2021-02-092-0/+38
* src: Remove useless comments in "includes" linesElyes HAOUAS2021-02-041-1/+1
* coreboot_table: Move VBOOT_VBNV supportKyösti Mälkki2021-02-041-14/+2
* coreboot_table: Convert some CONFIG(CHROMEOS) preprocessorKyösti Mälkki2021-02-041-7/+2
* coreboot_table: Drop <vboot/misc.h> includeKyösti Mälkki2021-02-041-1/+0
* src: Remove unused <cbmem.h>Elyes HAOUAS2021-02-031-1/+0
* lib/asan.c: Update SPDX licenseFrans Hendriks2021-02-011-1/+1
* stage_cache: Add resume_from_stage_cache()Kyösti Mälkki2021-01-291-5/+1
* arch/x86: Top-align .init in bootblockKyösti Mälkki2021-01-281-0/+2
* src/lib/: Remove "this file is part of" lineElyes HAOUAS2021-01-251-2/+0
* ACPI: Clean up GNVS initialisationKyösti Mälkki2021-01-241-1/+1
* lib/edid_fill_fb: Relax bits_per_pixel constraintRaul E Rangel2021-01-241-3/+10
* ACPI S3: Replace stashed acpi_slp_typ valueKyösti Mälkki2021-01-231-2/+13
* lib/device_tree.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* lib/ramtest: Fix ram_check() declarationsKyösti Mälkki2021-01-181-4/+4
* ACPI: Select ACPI_SOC_NVS only where suitableKyösti Mälkki2021-01-181-1/+1
* arch/x86: Move prologue to .init sectionKyösti Mälkki2021-01-071-0/+3
* coreboot_table: Convert some CONFIG(CHROMEOS) preprocessorKyösti Mälkki2020-12-311-6/+6
* ACPI: Allocate GNVS early in ramstageKyösti Mälkki2020-12-251-0/+5
* sb,soc/intel: Drop unnecessary headersKyösti Mälkki2020-12-221-7/+0
* drivers/tpm: Implement full PPIPatrick Rudolph2020-12-211-0/+4
* arch/arm: Replace .id section with build_info in CBFSKyösti Mälkki2020-12-171-3/+0
* drivers: Replace set_vbe_mode_info_validPatrick Rudolph2020-12-171-1/+2
* src/lib: Add Kconfig option for SPD cache in FMAPMatt DeVillier2020-12-142-1/+18
* drivers: Replace multiple fill_lb_framebuffer with single instancePatrick Rudolph2020-12-142-10/+0
* lib/fmap: Add null parameters handlingJakub Czapiga2020-12-111-0/+6
* fw_config: Use UNDEFINED_FW_CONFIG to mean unprovisionedTim Wawrzynczak2020-12-111-2/+9
* lib/edid_fill_fb: Support multiple framebuffersPatrick Rudolph2020-12-101-50/+145
* cbfs: Allow mcache to be found after the first lookupJulius Werner2020-12-092-3/+12