Age | Commit message (Expand) | Author |
2019-09-13 | timestamps: Remove TIMESTAMP_CACHE_IN_BSS | Kyösti Mälkki |
2019-09-13 | timestamps: Further simplify timestamp_reinit() | Kyösti Mälkki |
2019-09-12 | timestamps: Mostly remove struct timestamp_cache | Kyösti Mälkki |
2019-09-12 | timestamps: Refactor CBMEM hook | Kyösti Mälkki |
2019-09-11 | timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFORE | Kyösti Mälkki |
2019-09-09 | arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0 | Kyösti Mälkki |
2019-09-09 | lib/spd_bin: Extend DDR4 spd information | Eric Lai |
2019-08-26 | arch/x86: Simplify <arch/early_variables.h> | Kyösti Mälkki |
2019-08-26 | lib/bootblock: Add simplified entry with basetime | Kyösti Mälkki |
2019-08-26 | Split MAYBE_STATIC to _BSS and _NONZERO variants | Kyösti Mälkki |
2019-08-26 | Move and rename ARCH_STAGE_HAS_xxx_SECTION rules | Kyösti Mälkki |
2019-08-26 | lib: ramdetect: Register exception handlers for ARMv8 | Asami Doi |
2019-08-23 | lib: hardwaremain: Call exception_init() as soon as possible | Asami Doi |
2019-08-22 | ACPI S3: Depend on RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2019-08-21 | lib/bootsplash: Log bootsplash dimensions and framebuffer dimensions | Johanna Schander |
2019-08-15 | lib: edid: Move manufacturer name from private extra to public info | Hung-Te Lin |
2019-08-11 | arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION | Kyösti Mälkki |
2019-08-10 | include, lib: Add <inttypes.h> printf macros | Jacob Garber |
2019-08-10 | src: Include <stdint.h> instead of <inttypes.h> | Jacob Garber |
2019-08-10 | string: implement strspn, strcspn, atol | Yuji Sasaki |
2019-08-08 | lib/stage_cache: Refactor Kconfig options | Kyösti Mälkki |
2019-08-08 | lib/edid: Add suport for display rotation | Nicolas Boichat |
2019-08-06 | lib: Throw an error when ramdisk is present but initrd.size is 0 | Asami Doi |
2019-07-31 | lib/bootmem: Prepare for OpenSBI | Patrick Rudolph |
2019-07-29 | Revert "src/security/vboot: Add option to skip display init with vboot 2.0" | Christian Walter |
2019-07-28 | lib: Rewrite qemu-armv7 ramdetect | Patrick Rudolph |
2019-07-26 | lib: add string.c to verstage | Patrick Georgi |
2019-07-26 | src/device/oprom: Fix bootsplash display code for optionroms | Johanna Schander |
2019-07-23 | vboot: deprecate vboot_handoff structure | Joel Kitching |
2019-07-23 | src/lib/hexdump: Use size_t for indices | Elyes HAOUAS |
2019-07-19 | src: Make implicit fall throughs explicit | Jacob Garber |
2019-07-17 | lib: Remove the BOOTBLOCK_CUSTOM compile guard | Asami Doi |
2019-07-15 | lib/bootmode: Include 'vboot/misc.h' | Elyes HAOUAS |
2019-07-15 | src: Use '#include <timestamp.h>' when needed | Elyes HAOUAS |
2019-07-13 | fit_payload: Always set DT size | Julius Werner |
2019-07-09 | arch/x86: Replace some uses of SMM_TSEG | Kyösti Mälkki |
2019-07-07 | lib/romstage_stack.c: Remove file | Kyösti Mälkki |
2019-07-07 | src/security/vboot: Add option to skip display init with vboot 2.0 | Sukerkar, Amol N |
2019-07-04 | lib/romstage_stack.c: Remove unused functions | Arthur Heymans |
2019-06-28 | lib/gnat: Enable -Werror | Nico Huber |
2019-06-28 | lib/gnat: Use ADAFLAGS instead of CFLAGS | Nico Huber |
2019-06-24 | add ctype.h header | Joel Kitching |
2019-06-24 | Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER | Subrata Banik |
2019-06-21 | device_tree: Update comment style to C89 | Julius Werner |
2019-06-21 | fit: Check all compat strings for highest match | Julius Werner |
2019-06-21 | fit: Add overlay support | Julius Werner |
2019-06-21 | fit: Add device tree compression | Julius Werner |
2019-06-21 | fit_payload: Don't call prog_segment_loaded() on extracted images | Julius Werner |
2019-06-21 | fit: Refactor config node handling | Julius Werner |
2019-06-21 | device_tree: Add overlay support | Julius Werner |