summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* device: Add support for multiple PCI segment groupsFelix Held2024-01-161-2/+2
* tree: Use accessor functions for struct region fieldsNico Huber2024-01-141-4/+4
* lib/fw_config: Remove redundant stdbool and stdintElyes Haouas2024-01-131-2/+0
* lib/smbios: rename segment group parameter of smbios_write_type41Felix Held2024-01-131-3/+3
* lib/smbios: add segment_group parameter to smbios_write_type9Felix Held2024-01-131-2/+4
* vc/google: Show different logos for different ChromeOS devicesShelley Chen2024-01-112-1/+13
* src/lib: Add memory/time saving special case for ramstage cachingPatrick Georgi2023-12-183-5/+28
* lib: ramdetect: Add Kconfig PROBE_RAMNaresh Solanki2023-12-142-3/+9
* lib/jpeg: Replace decoder with Wuffs' implementationPatrick Georgi2023-12-133-1001/+110
* drivers/ipmi to lib: Fix misspellings & capitalization issuesMartin Roth2023-12-132-3/+3
* lib/device_tree.c: Fix print_propertyMaximilian Brune2023-11-161-3/+7
* lib: Update locales for non-VBOOT platformsSubrata Banik2023-11-161-8/+10
* fmap: Map less space in fallback path without CBFS verificationJulius Werner2023-11-131-1/+2
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-093-15/+28
* Kconfig.cbfs_verification: Update TOCTOU_SAFETY combination with VBOOTJulius Werner2023-11-071-1/+1
* fmap: Eliminate some impossible code pathsJulius Werner2023-11-071-6/+10
* fmap: Die immediately on verification failureJulius Werner2023-11-071-1/+3
* fmap: Map full FMAP for verification in fallback pathJulius Werner2023-11-071-1/+1
* drivers/net/ne2k: Make it work for bootblockArthur Heymans2023-11-071-0/+1
* cbmem.h: Drop cbmem_possible_online in favor of ENV_HAS_CBMEMArthur Heymans2023-10-251-1/+1
* x86: Add ramstage CBFS cache scratchpad supportJeremy Compostella2023-10-201-0/+8
* 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