summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* /: 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
* Kconfig: Add an option to skip adding a cbfs bootblock on x86Arthur Heymans2022-05-121-1/+1
* Makefile.inc: Generate master header and pointer as C structsArthur Heymans2022-05-123-0/+66
* lib: Add LPDDR5 DRAM typeScott Chao2022-04-271-0/+2
* lib/hardwaremain.c: Move creating ACPI structs to bootstate hooksArthur Heymans2022-04-271-8/+0
* FMAP: Refactor CBMEM hookKyösti Mälkki2022-04-261-5/+11
* timestamp: Replace TS_ROMSTAGE_END conditionalKyösti Mälkki2022-04-261-3/+2
* lib/edid_fill_fb.c: Remove unused <bootsplash.h>Elyes HAOUAS2022-04-241-1/+0
* lib: Remove unused <stdlib.h> and use <types.h> when appropriateElyes HAOUAS2022-04-2410-16/+8
* lib/coreboot_table.c: Use align macroArthur Heymans2022-04-201-3/+1
* lib: Check for non-existent DIMMs in check_if_dimm_changedEric Lai2022-04-201-0/+4
* coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_tJianjun Wang2022-04-142-4/+4
* lib/device_tree.c: zero-initialize new DT nodesSergii Dmytruk2022-03-221-1/+1
* lib/spd: Do not print part number if it is not availableWerner Zeh2022-03-151-2/+4
* prog_loader: Change legacy_romstage_select_and_load() to return cb_errJulius Werner2022-03-091-1/+1
* cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMIRaul E Rangel2022-03-092-0/+10
* coreboot_tables.c: Expose the ACPI RSDPArthur Heymans2022-03-091-0/+14
* commonlib/bsd: Remove cb_err_tJulius Werner2022-03-091-9/+9