summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Perform display init in normal boot mode if BMP_LOGO is setSubrata Banik2023-05-161-1/+5
* Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER}Kyösti Mälkki2023-05-051-7/+6
* lib/version: Move board identification stringsKyösti Mälkki2023-04-224-17/+18
* Drop unused include <version.h>Kyösti Mälkki2023-04-211-1/+0
* lib: set up specific purpose memory as LB_MEM_SOFT_RESERVEDJonathan Zhang2023-03-031-0/+5
* lib/gnat: Remove Compiler_Unit_Warning pragmasElyes Haouas2023-02-267-13/+0
* tree: Use __func__ instead of hard-coded namesElyes Haouas2023-02-172-14/+13
* treewide: stop calling custom TPM log "TCPA"Sergii Dmytruk2023-01-112-2/+2
* src/lib: Include LZMA in romstage for FSP-MMartin Roth2023-01-081-1/+3
* Kconfig: Add option to compress ramstage with LZ4Martin Roth2023-01-082-3/+3
* coreboot_tables: Make existing alignment conventions more explicitJulius Werner2022-12-221-5/+9
* lib/device_tree.c: Change log level messageElyes Haouas2022-12-221-2/+1
* lib/nhlt, soc/intel/skl: Update NHLT to program feedback configMatt DeVillier2022-12-211-18/+4
* lib: Hook up libhwbase in romstageJeremy Compostella2022-12-172-8/+31
* Add option to use Ada code in romstageJeremy Compostella2022-12-173-0/+9
* lib: Introduce fw_config_get_fieldEric Lai2022-12-171-0/+15
* lib/ramtest.c: Use {read,write}32p()Elyes Haouas2022-12-101-2/+2
* /: Remove extra space after commaElyes Haouas2022-11-301-1/+1
* lib/malloc.c: Fix log messagesElyes Haouas2022-11-181-1/+1
* cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas2022-11-181-3/+3
* lib/ramtest.c: Update ram failure post codeMartin Roth2022-11-121-2/+2
* vboot: Add VBOOT_CBFS_INTEGRATION supportJakub Czapiga2022-11-081-2/+12
* lib: Add LPDDR5x DRAM typeSubrata Banik2022-11-071-0/+2
* lib/coreboot_table: Rename lb_fill_pcieArthur Heymans2022-11-041-2/+2
* lib/coreboot_table: Simplify API to set up lb_serialArthur Heymans2022-11-041-13/+16
* cbfs_verification: Remove dependency on VBOOT_STARTS_BEFORE_BOOTBLOCKKarthikeyan Ramasubramanian2022-10-261-1/+0
* lib/metadata_hash: Include metadata_hash in verstageKarthikeyan Ramasubramanian2022-10-261-0/+4
* coreboot_tables: Drop uart PCI addrArthur Heymans2022-10-261-1/+0
* arch/x86: Only use .bss from car.ld when running XIPArthur Heymans2022-10-201-1/+1
* payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-10-134-5/+5
* lib/lzma: Build the source for decompression with flag -OfastZheng Bao2022-10-122-0/+14
* lib/prog_loaders.c: Clean up includesElyes Haouas2022-10-061-2/+1
* lib/prog_ops.c: Add <types.h>Elyes Haouas2022-10-061-0/+1
* lib/timer_queue.c: Fix function signatureFred Reitberger2022-09-231-1/+1
* timer: Change timer util functions to 64-bitRob Barnes2022-09-142-3/+3
* lib/xxhash.c: Add new hash functionsFred Reitberger2022-09-072-0/+464
* allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWNNico Huber2022-09-041-13/+23
* cbfs/vboot: Adapt to new vb2_digest APIJulius Werner2022-09-022-6/+11
* lib: Add SPDX identifiers to files missing themMartin Roth2022-08-1119-1/+40
* lib/program_loaders.c: Mark run_ramstage with __noreturnArthur Heymans2022-07-141-1/+1
* lib/fit.c: Don't align memory regions to 1MBArthur Heymans2022-07-081-28/+5
* Replace some ENV_ROMSTAGE with ENV_RAMINITKyösti Mälkki2022-06-071-1/+1
* cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOADJulius Werner2022-06-011-1/+1
* cpu/x86/smm: Remove heapArthur Heymans2022-05-231-1/+0
* lib/Makefile.inc: Add cbfs header pointer on !BOOTBLOCK_IN_CBFSArthur Heymans2022-05-201-3/+12
* CBMEM: Change declarations for initialization hooksKyösti Mälkki2022-05-207-26/+16
* coreboot_tables: Add PCIe info to coreboot tableJianjun Wang2022-05-191-0/+18
* lib/Makefile.inc: Correct filename to master_header_pointer.cReka Norman2022-05-171-1/+1
* rules.h: Use more consistent namingArthur Heymans2022-05-162-4/+4
* lib/spd: Demote log about using default DDR4 params to NOTICEEric Lai2022-05-161-1/+1