Age | Commit message (Expand) | Author |
2022-09-07 | lib/xxhash.c: Add new hash functions | Fred Reitberger |
2022-09-04 | allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWN | Nico Huber |
2022-09-02 | cbfs/vboot: Adapt to new vb2_digest API | Julius Werner |
2022-08-11 | lib: Add SPDX identifiers to files missing them | Martin Roth |
2022-07-14 | lib/program_loaders.c: Mark run_ramstage with __noreturn | Arthur Heymans |
2022-07-08 | lib/fit.c: Don't align memory regions to 1MB | Arthur Heymans |
2022-06-07 | Replace some ENV_ROMSTAGE with ENV_RAMINIT | Kyösti Mälkki |
2022-06-01 | cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD | Julius Werner |
2022-05-23 | cpu/x86/smm: Remove heap | Arthur Heymans |
2022-05-20 | lib/Makefile.inc: Add cbfs header pointer on !BOOTBLOCK_IN_CBFS | Arthur Heymans |
2022-05-20 | CBMEM: Change declarations for initialization hooks | Kyösti Mälkki |
2022-05-19 | coreboot_tables: Add PCIe info to coreboot table | Jianjun Wang |
2022-05-17 | lib/Makefile.inc: Correct filename to master_header_pointer.c | Reka Norman |
2022-05-16 | rules.h: Use more consistent naming | Arthur Heymans |
2022-05-16 | lib/spd: Demote log about using default DDR4 params to NOTICE | Eric Lai |
2022-05-12 | Kconfig: Add an option to skip adding a cbfs bootblock on x86 | Arthur Heymans |
2022-05-12 | Makefile.inc: Generate master header and pointer as C structs | Arthur Heymans |
2022-04-27 | lib: Add LPDDR5 DRAM type | Scott Chao |
2022-04-27 | lib/hardwaremain.c: Move creating ACPI structs to bootstate hooks | Arthur Heymans |
2022-04-26 | FMAP: Refactor CBMEM hook | Kyösti Mälkki |
2022-04-26 | timestamp: Replace TS_ROMSTAGE_END conditional | Kyösti Mälkki |
2022-04-24 | lib/edid_fill_fb.c: Remove unused <bootsplash.h> | Elyes HAOUAS |
2022-04-24 | lib: Remove unused <stdlib.h> and use <types.h> when appropriate | Elyes HAOUAS |
2022-04-20 | lib/coreboot_table.c: Use align macro | Arthur Heymans |
2022-04-20 | lib: Check for non-existent DIMMs in check_if_dimm_changed | Eric Lai |
2022-04-14 | coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t | Jianjun Wang |
2022-03-22 | lib/device_tree.c: zero-initialize new DT nodes | Sergii Dmytruk |
2022-03-15 | lib/spd: Do not print part number if it is not available | Werner Zeh |
2022-03-09 | prog_loader: Change legacy_romstage_select_and_load() to return cb_err | Julius Werner |
2022-03-09 | cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI | Raul E Rangel |
2022-03-09 | coreboot_tables.c: Expose the ACPI RSDP | Arthur Heymans |
2022-03-09 | commonlib/bsd: Remove cb_err_t | Julius Werner |
2022-03-08 | timestamps: Rename timestamps to make names more consistent | Jakub Czapiga |
2022-02-28 | lib/Makefile: Add ability to specify -ldflags for rmodules | Raul E Rangel |
2022-02-16 | Use the fallthrough statement in switch loops | Arthur Heymans |
2022-02-11 | lib/device_tree.c: Change 'printk(BIOS_DEBUG, "ERROR:' to printk(BIOS_ERR, "' | Elyes HAOUAS |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2022-02-07 | console: Add loglevel marker codes to stored consoles | Julius Werner |
2022-01-28 | lib/spd_cache.c: Drop comparison to {true, false} | Elyes HAOUAS |
2022-01-25 | lib/cbmem_console,console: Resurrect CONSOLE_CBMEM_DUMP_TO_UART | Raul E Rangel |
2022-01-23 | Makefile.inc: Add `-fno-pie` to `ADAFLAGS_common` | Paul Menzel |
2022-01-23 | lib/cbmem_console: Add cbmemc_copy_in function | Raul E Rangel |
2022-01-21 | timestamp: Allow timestamp_add to accept a negative number | Bora Guvendik |
2022-01-21 | Revert "lib/cbmem_console: Move copy_console_buffer up in the file" | Raul Rangel |
2022-01-21 | lib/cbmem_console: Move copy_console_buffer up in the file | Raul E Rangel |
2022-01-17 | console/cbmem: Add cbmem_dump_console | Raul E Rangel |
2022-01-17 | src: Remove unused <cbfs.h> | Elyes HAOUAS |
2022-01-14 | src/{drivers,lib}: Remove unused <console/console.h> | Elyes HAOUAS |
2022-01-13 | console/cbmem_console: Rename cbmem_dump_console | Raul E Rangel |
2022-01-12 | src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h> | Elyes HAOUAS |
2022-01-10 | src/lib: Remove unused <timer.h> | Elyes HAOUAS |
2022-01-10 | src/lib: Remove unused <delay.h> | Elyes HAOUAS |
2021-12-23 | ChromeOS: Refactor ACPI CNVS generation | Kyösti Mälkki |
2021-12-23 | lib/Makefile.inc: Remove effect-free line | Angel Pons |
2021-12-16 | Spell *Boot Guard* with a space for official spelling | Paul Menzel |
2021-12-15 | lib/cbfs: Disable cbfs_preload in romstage when VBOOT_STARTS_IN_ROMSTAGE | Raul E Rangel |
2021-12-15 | rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOP | Raul E Rangel |
2021-12-13 | cbfs: Enable CBFS verification Kconfigs | Julius Werner |
2021-12-06 | cbfs: Remove deprecated APIs | Julius Werner |
2021-12-03 | cbfs | tspi: Join hash calculation for verification and measurement | Julius Werner |
2021-12-03 | region: Rename rdev_readat_full to rdev_read_full | Julius Werner |
2021-11-30 | cbfs: Add unverified_area APIs | Julius Werner |
2021-11-17 | cbfs: Add helper functions to look up size and type of a file | Julius Werner |
2021-11-16 | src/lib/prog_loaders: Add preload_ramstage | Raul E Rangel |
2021-11-16 | lib/prog_loaders, soc/amd/: Make payload_preload use cbfs_preload | Raul E Rangel |
2021-11-15 | lib/hardwaremain: Run timers more frequently | Raul E Rangel |
2021-11-11 | arch/x86: Refactor the SMBIOS type 17 write function | Subrata Banik |
2021-11-10 | lib/thread: Start stopwatch after printk | Raul E Rangel |
2021-11-10 | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen |
2021-11-08 | src/lib: Add FW_CONFIG_SOURCE_VPD | Wonkyu Kim |
2021-11-08 | src/lib/fw_config: Change fw_config sources priority | Wonkyu Kim |
2021-11-04 | lib/cbfs: Add cbfs_preload() | Raul E Rangel |
2021-11-04 | lib/thread: Use __func__ instead of repeating function name | Raul E Rangel |
2021-11-04 | lib/thread: Add ERROR prefix to error messages | Raul E Rangel |
2021-11-04 | lib: Add list.c to all stages | Raul E Rangel |
2021-11-04 | lib/cbfs: Add CBFS_CACHE_ALIGN Kconfig option | Raul E Rangel |
2021-11-04 | commonlib/mem_pool: Allow configuring the alignment | Raul E Rangel |
2021-11-03 | lib/list: Add list_append | Raul E Rangel |
2021-11-02 | google/trogdor: Add backlight support for Parade ps8640 | xuxinxiong |
2021-11-02 | lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width() | Subrata Banik |
2021-10-30 | lib: Use `smbios_bus_width_to_spd_width` for setting dimm.bus_width | Subrata Banik |
2021-10-29 | lib/cbfs: Enable cbfs_cache for x86 | Raul E Rangel |
2021-10-27 | src/lib/fmap.c: use le*toh() functions where needed | Krystian Hebel |
2021-10-20 | lib/cbfs: Call rdev_unmap on hash mismatch | Raul E Rangel |
2021-10-18 | arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread | Raul E Rangel |
2021-10-05 | lib/thread: Remove thread stack alignment requirement | Raul E Rangel |
2021-10-05 | lib/thread: Switch to using CPU_INFO_V2 | Raul E Rangel |
2021-10-05 | src/acpi to src/lib: Fix spelling errors | Martin Roth |
2021-10-04 | coreboot tables: Add type-c port info to coreboot table | Nick Vaccaro |
2021-10-04 | lib/hardwaremain: change type of "complete" element in boot_state struct | Felix Held |
2021-10-04 | lib/hardwaremain: add missing types.h include | Felix Held |
2021-09-23 | lib/Makefile.inc: Generate placeholder spd.bin in lib/Makefile.inc | Reka Norman |
2021-09-21 | lib/Makefile.inc: Fail build if SPD file doesn't exist | Reka Norman |
2021-08-04 | Move post_codes.h to commonlib/console/ | Ricardo Quesada |
2021-07-26 | arch/x86,lib/thread: Enable thread support in romstage | Raul E Rangel |
2021-07-26 | lib/thread,lib/hardwaremain: Lazy initialize threads | Raul E Rangel |
2021-07-26 | lib/thread,arch/x86: Move thread stacks into C bss | Raul E Rangel |
2021-07-26 | lib/thread: Add asserts around stack size and alignment | Raul E Rangel |
2021-07-26 | lib/thread: Guard thread_run_until with ENV_RAMSTAGE | Raul E Rangel |
2021-07-20 | lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize | Raul E Rangel |