summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Remove x86 .data section limitation commentJeremy Compostella2023-09-181-2/+1
* clean-up: Remove the no more necessary `ENV_HAS_DATA_SECTION` flagJeremy Compostella2023-09-181-4/+0
* x86: Add .data section support for pre-memory stagesJeremy Compostella2023-09-141-2/+2
* memrange: Honor `limit` in the last step of top-down stealingNico Huber2023-08-261-2/+3
* lib/gcov-io.h: Use C99 flexible arraysElyes Haouas2023-08-011-1/+1
* lib/cbmem_console.c: Use C99 flexible arraysElyes Haouas2023-07-301-1/+1
* lib: Introduce new parsing rules for ux_locales.cHsuan Ting Chen2023-07-281-34/+57
* Center bootsplash on bigger framebuffersNico Huber2023-07-174-16/+29
* vboot: Fix S3 resume with stage_cacheKyösti Mälkki2023-07-101-2/+2
* lib: Adjust the log levels in ux_locales.cHsuan Ting Chen2023-07-071-8/+7
* lib/smbios: Add a config string for BIOS Vendor in SMBIOS Type 0Hao Wang2023-06-261-1/+1
* Makefile.inc: don't add fmap_config.h dependency twiceFelix Held2023-06-231-11/+1
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-233-10/+10
* arch/x86,lib: Migrate SMBIOS implementation to common codeBenjamin Doron2023-06-223-0/+1449
* cbfs: Allow controlling decompression of unverified filesJulius Werner2023-06-192-0/+21
* lib/fw_config: Make fw_config_is_provisioned() always availableJakub Czapiga2023-06-171-5/+0
* lib: Support localized text of memory_training_desc in ux_locales.cHsuan Ting Chen2023-06-042-0/+169
* lib/dimm_info_util.c: Add newlines to log messagesFred Reitberger2023-06-031-2/+2
* lib/ubsan.c: Restore Jonas' copyrightMartin Roth2023-05-221-0/+3
* 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