Age | Commit message (Expand) | Author |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-05-08 | memrange: Break early from memranges_find_entry if limit is crossed | Furquan Shaikh |
2020-05-08 | lib/rtc.c: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: move copyrights and authors to AUTHORS | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-23 | rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE | Julius Werner |
2020-04-20 | drivers/pc80/rtc: Reorganize prototypes | Kyösti Mälkki |
2020-04-04 | src/lib: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-31 | security/tpm: Include mrc.bin in CRTM if present | Bill XIE |
2020-03-31 | security/vboot: Decouple measured boot from verified boot | Bill XIE |
2020-03-30 | memranges: Change align attribute to be log2 of required alignment | Furquan Shaikh |
2020-03-25 | src/device: Add option to look at revision in option roms | Martin Roth |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-03-17 | memrange: Add support for stealing required memory from given ranges | Furquan Shaikh |
2020-03-17 | memrange: Enable memranges to support different alignments | Furquan Shaikh |
2020-03-15 | lib/spd_bin: Add spaces around operator | Paul Menzel |
2020-03-15 | lib/spd_bin: Cleanup spd_get_banks | Eric Lai |
2020-03-15 | lib/spd_bin: Add LPDDR4X SPD information and DDR5, LPDDR5 IDs | Eric Lai |
2020-03-11 | prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING | Julius Werner |
2020-03-11 | cbfs: Remove unused functions | Julius Werner |
2020-03-10 | lib/spd_bin: Correct LPDDR3 SPD information | Eric Lai |
2020-03-07 | lib/spd_bin: Add "number" to log message | Eric Lai |
2020-03-07 | lib/spd_bin: Extend LPDDR4 SPD information | Eric Lai |
2020-03-07 | lib/spd_bin: Fix grammar mistake in a comment | Angel Pons |
2020-02-25 | lib/lzma: Fix out-of-bounds read | Alex Rebert |
2020-02-24 | treewide: Capitalize 'CMOS' | Elyes HAOUAS |
2020-02-17 | lib/edid: Zero struct only when used | Paul Menzel |
2020-02-17 | lib/edid.c: Remove trailing space from detailed mode output | Paul Menzel |
2020-01-28 | commonlib: Add commonlib/bsd | Julius Werner |
2020-01-27 | lib: Always read SPD sources as text file | Johanna Schander |
2020-01-18 | cbfs: Remove locator concept | Julius Werner |
2020-01-10 | drivers/pc80/rtc: Move sanitize_cmos() | Kyösti Mälkki |
2020-01-10 | timestamps: Fix syncing, logging and comments | Kyösti Mälkki |
2020-01-10 | timestamps: Fix TIMESTAMPS_ON_CONSOLE behaviour | Kyösti Mälkki |
2020-01-09 | lib/spd_bin,soc/intel/common: Move get_spd_smbus() | Kyösti Mälkki |
2020-01-08 | src/lib: Fix typos | Elyes HAOUAS |
2020-01-07 | drivers/pc80/rtc: Remove stub for sanitize_cmos() | Kyösti Mälkki |
2020-01-07 | drivers/pc80/rtc: Remove stub for cmos_post_init() | Kyösti Mälkki |
2020-01-07 | lib/crc_byte: Add CRC32 implementation | Patrick Rudolph |
2020-01-03 | device/early_smbus: Drop unused function parameter | Kyösti Mälkki |
2020-01-02 | lib/malloc: Implement a simple free() only for last malloc() | Bora Guvendik |
2020-01-02 | lib/: Drop generic_dump_spd | Kyösti Mälkki |
2019-12-31 | console,boot_state: Reformat state times output | Kyösti Mälkki |
2019-12-27 | bootblock: Support normal/fallback mechanism again | Kyösti Mälkki |
2019-12-26 | src: Remove unused include <string.h> | Elyes HAOUAS |
2019-12-20 | arch/x86: Drop romcc bootblock | Arthur Heymans |
2019-12-20 | src: Replace min/max() with MIN/MAX() | Elyes HAOUAS |
2019-12-19 | arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHE | Kyösti Mälkki |
2019-12-11 | fmap: Make FMAP_CACHE mandatory if it is configured in | Julius Werner |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-12-03 | lib/imd_cbmem: Rename imd_cbmem into imd, use directly | Patrick Georgi |
2019-12-03 | lib/imd_cbmem: Remove the indirections that hide imd_cbmem | Patrick Georgi |
2019-12-03 | lib/imd_cbmem: Eliminate unnecessary NULL check | Patrick Georgi |
2019-12-02 | lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table | Yu-Ping Wu |
2019-12-02 | security/vboot: Remove struct vboot_working_data | Yu-Ping Wu |
2019-12-01 | lib/cbmem_console: Rename cbmem_console_p to current_console | Patrick Georgi |
2019-11-30 | lib/imd_cbmem: Remove indirection through cbmem_get_imd() | Patrick Georgi |
2019-11-30 | lib/cbmem_console.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-11-29 | lib/imd_cbmem.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-11-29 | lib/*_stage_cache.c: drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-11-29 | lib/fmap.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-11-29 | lib/spd_bin.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-11-29 | lib/timestamp.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-11-25 | Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol | Arthur Heymans |
2019-11-21 | soc/intel/fsp_baytrail: Drop support | Arthur Heymans |
2019-11-20 | cbfs: switch to region_device for location APIs | Aaron Durbin |
2019-11-20 | security/vboot: Remove buffer_size from struct vboot_working_data | Yu-Ping Wu |
2019-11-19 | lib/fmap: Disable pre-RAM cache for FSP 1.0 | Julius Werner |
2019-11-18 | include: Make stdbool.h a separate file | Julius Werner |
2019-11-15 | cbfs: remove prepare() callback from struct cbfs_locator | Aaron Durbin |
2019-11-15 | security/vboot: Remove flags from struct vboot_working_data | Yu-Ping Wu |
2019-11-14 | cbfs: Stop checking master header | Julius Werner |
2019-11-14 | lib/fmap: Add optional pre-RAM cache | Julius Werner |
2019-11-14 | cbfs: Make cbfs_master_header_props() externally available | Julius Werner |
2019-11-12 | lib/bootmem: Correct error message | Wim Vervoorn |
2019-11-11 | console,boot_state: Exclude printk() from reported times | Kyösti Mälkki |
2019-11-11 | region: add rdev_chain_full() | Aaron Durbin |
2019-11-10 | lib/cbmem: Remove the cbmem_top_init() hook | Arthur Heymans |
2019-11-10 | lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARG | Arthur Heymans |
2019-11-07 | lib/cbfs: Add fallback to RO region to cbfs_boot_locate | Wim Vervoorn |
2019-11-06 | lib: add calculate crc byte by byte | Xiang Wang |
2019-11-05 | security/vboot: Removed vboot_prepare from vboot_locator | Wim Vervoorn |
2019-11-05 | bootblock: Add TS_START_BOOTBLOCK and TS_END_BOOTBLOCK | Kyösti Mälkki |
2019-11-04 | cbfs: read header offset as explicitly LE | Marty E. Plummer |
2019-11-03 | boot_state: Reduce precision of reported times | Kyösti Mälkki |
2019-11-01 | lib/cbmem_top: Add a common cbmem_top implementation | Arthur Heymans |
2019-11-01 | lib/uuid: Add UUID parsing function | Nico Huber |
2019-10-30 | Program loading: Handoff cbmem_top via calling arguments | Arthur Heymans |
2019-10-28 | lib/cbfs: Don't load XIP stages from bootblock | Arthur Heymans |
2019-10-28 | lib/prog_loaders.c: Add prog_locate_hook() | Frans Hendriks |
2019-10-27 | src/[arch-lib]: change "unsigned" to "unsigned int" | Martin Roth |
2019-10-27 | src: Use 'include <boot/coreboot_tables.h>' when appropriate | Elyes HAOUAS |
2019-09-27 | fmap: Add get_fmap_flash_offset() | Furquan Shaikh |
2019-09-27 | lib/bootsplash: Fix compilation | Patrick Rudolph |
2019-09-23 | lib/fmap: Cache FMAP in cbmem | Patrick Rudolph |
2019-09-15 | lib/coreboot_table: Show splashscreen in lb_table_init | Johanna Schander |
2019-09-14 | src/: Replace some __PRE_RAM__ use | Kyösti Mälkki |
2019-09-14 | arch/x86: Remove acpi_fail_wakeup() and cbmem_fail_resume() | Kyösti Mälkki |