summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-087-24/+24
* lib/Makefile: Add ability to specify -ldflags for rmodulesRaul E Rangel2022-02-281-1/+1
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-163-6/+7
* lib/device_tree.c: Change 'printk(BIOS_DEBUG, "ERROR:' to printk(BIOS_ERR, "'Elyes HAOUAS2022-02-111-5/+4
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-079-45/+38
* console: Add loglevel marker codes to stored consolesJulius Werner2022-02-071-2/+8
* lib/spd_cache.c: Drop comparison to {true, false}Elyes HAOUAS2022-01-281-5/+5
* lib/cbmem_console,console: Resurrect CONSOLE_CBMEM_DUMP_TO_UARTRaul E Rangel2022-01-251-6/+17
* Makefile.inc: Add `-fno-pie` to `ADAFLAGS_common`Paul Menzel2022-01-231-0/+1
* lib/cbmem_console: Add cbmemc_copy_in functionRaul E Rangel2022-01-231-0/+10
* timestamp: Allow timestamp_add to accept a negative numberBora Guvendik2022-01-211-3/+3
* Revert "lib/cbmem_console: Move copy_console_buffer up in the file"Raul Rangel2022-01-211-32/+32
* lib/cbmem_console: Move copy_console_buffer up in the fileRaul E Rangel2022-01-211-32/+32
* console/cbmem: Add cbmem_dump_consoleRaul E Rangel2022-01-171-1/+23
* src: Remove unused <cbfs.h>Elyes HAOUAS2022-01-172-2/+0
* src/{drivers,lib}: Remove unused <console/console.h>Elyes HAOUAS2022-01-141-1/+0
* console/cbmem_console: Rename cbmem_dump_consoleRaul E Rangel2022-01-131-1/+1
* src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h>Elyes HAOUAS2022-01-122-2/+0
* src/lib: Remove unused <timer.h>Elyes HAOUAS2022-01-101-1/+0
* src/lib: Remove unused <delay.h>Elyes HAOUAS2022-01-101-1/+0
* ChromeOS: Refactor ACPI CNVS generationKyösti Mälkki2021-12-231-1/+1
* lib/Makefile.inc: Remove effect-free lineAngel Pons2021-12-231-1/+0