Age | Commit message (Expand) | Author |
2021-09-16 | elogtool: add next_available_event_offset function | Ricardo Quesada |
2021-09-10 | elogtool: add "clear" command | Ricardo Quesada |
2021-09-02 | util/cbftool: Fix the bug in parsing Uefipayload with extended header | Dun Tan |
2021-08-31 | cbfstool: add buffer_end() to common.h | Ricardo Quesada |
2021-08-09 | elogtool: add to gitignore | Jack Rosenthal |
2021-08-05 | util/elogtool: add tool to print elog events | Ricardo Quesada |
2021-07-17 | util/cbfstool: Remove unused pagesize parameter | Arthur Heymans |
2021-07-02 | util/cbfstool: Allow setting alignment for payload | Raul E Rangel |
2021-07-01 | cbfstool/cbfs-mkstage.c: Change signature of parse_elf_to_xip_stage() | Arthur Heymans |
2021-06-26 | cbfstool: Unset ${DEBUG} when making vboot hostlib | Nico Huber |
2021-06-25 | cbfstool: Make use of spurious null-termination | Nico Huber |
2021-06-15 | treewide: Disable R_AMD64_32S relocation support | Patrick Rudolph |
2021-06-04 | util/cbfstool/linux_trampoline.h: Fix typo in comment | Angel Pons |
2021-06-02 | cbfstool/linux_trampoline.S: Fix up the e820 table | Arthur Heymans |
2021-06-01 | util/cbfstool/Makefile: Check out vboot before trying to use it | Patrick Georgi |
2021-05-27 | util/cbfstool/fit.c: Fix getting the topswap table | Arthur Heymans |
2021-05-10 | util/cbfstool: Do not set -D_XOPEN_SOURCE on FreeBSD | Idwer Vollering |
2021-03-19 | util/ifittool: Add an option to set the FIT pointer a CBFS file | Arthur Heymans |
2021-03-17 | cbfs: Move stage header into a CBFS attribute | Julius Werner |
2021-03-16 | cbfstool: Move alignment/baseaddress handling into cbfs_add_component() | Julius Werner |
2021-03-16 | util/cbfstool/ifittool: Remove dead code | Arthur Heymans |
2021-03-13 | cbfstool: Add support for platform "fixups" when modifying bootblock | Julius Werner |
2021-03-13 | cbfstool: Support CONFIG_CBFS_VERIFICATION and metadata hash anchor | Julius Werner |
2021-02-25 | util/cbfstool: Update Makefiles | Martin Roth |
2021-02-18 | cbfstool: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4 | Julius Werner |
2021-02-18 | cbfstool: Ensure attributes always come last in the metadata | Julius Werner |
2021-02-18 | cbfstool: Remove location pointer from parse_elf_to_stage() | Julius Werner |
2021-02-18 | rmodtool: Make memlayout symbols absolute and do not relocate them | Julius Werner |
2021-02-17 | treewide: Remove trailing whitespace | Martin Roth |
2021-02-14 | util/cbfstool: Fix build in 32-bit userspace | Kyösti Mälkki |
2021-01-13 | util/cbfstool: unbreak compilation on FreeBSD | Idwer Vollering |
2021-01-08 | cbfstool: Use flock() when accessing CBFS files | Julius Werner |
2021-01-04 | drivers/vpd: Add VPD region to default FMAP when selected | Matt DeVillier |
2020-12-14 | src/lib: Add Kconfig option for SPD cache in FMAP | Matt DeVillier |
2020-12-11 | util/cbfstool/fit.c: Add support for adding Boot Guard manifests | Michał Żygowski |
2020-12-08 | util/cbfstool/fmaptool: Generate list of terminal sections | Furquan Shaikh |
2020-12-08 | util/cbfstool: Add support for mapping extended window for x86 platforms | Furquan Shaikh |
2020-12-08 | util/cbfstool: Introduce concept of mmap_window | Furquan Shaikh |
2020-12-08 | util/cbfstool: Rename IS_TOP_ALIGNED_ADDRESS to IS_HOST_SPACE_ADDRESS | Furquan Shaikh |
2020-12-08 | util/cbfstool: Treat region offsets differently than absolute addresses | Furquan Shaikh |
2020-12-07 | util/cbfstool/.gitignore: Add ifittool | Arthur Heymans |
2020-12-03 | cbfs: Add verification for RO CBFS metadata hash | Julius Werner |
2020-12-03 | cbfstool: Hide hash printing behind -v and add to parseable output | Julius Werner |
2020-12-03 | cbfstool: Rename cbfs_walk() to cbfs_legacy_walk() | Julius Werner |
2020-12-03 | cbfstool: Use cbfs_serialized.h and standard vboot helpers | Julius Werner |
2020-11-25 | cbfstool: Don't add compression attribute for uncompressed files | Julius Werner |
2020-11-15 | util/cbfstool/amdcompress: fix argument requirement | Felix Held |
2020-11-15 | util/cbfstool/amdcompress: fix short option for maxsize | Felix Held |
2020-10-31 | .gitignore: Ignore .test/.dependencies globally | Patrick Georgi |
2020-10-30 | .gitignore: Split into subdirectory files | Patrick Georgi |
2020-10-26 | cbfstool: Don't build unneeded commonlib sources | Julius Werner |
2020-09-23 | util/cbfstool/fmaptool: generate defines for all fmap sections | Felix Held |
2020-09-23 | util/cbfstool/fmd: make flashmap_flags bitfield struct elements unsigned | Felix Held |
2020-07-01 | util/cbfstool: Defuse vboot's openssl linking | Patrick Georgi |
2020-06-15 | util/cbfstool: Add option --pow2page | Kyösti Mälkki |
2020-06-13 | util/cbfstool: Drop IS_TOP_ALIGNED_ADDRESS() check in cbfstool_convert_fsp | Furquan Shaikh |
2020-05-18 | util/cbfstool: fix buffer over-read | Philipp Bartsch |
2020-05-11 | util/cbfstool: Add SPDX header to generated linux_trampoline code, too | Patrick Georgi |
2020-05-11 | util: Use SPDX headers | Patrick Georgi |
2020-05-11 | treewide: Replace BSD-3-Clause and ISC headers with SPDX headers | Patrick Georgi |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | util/: Replace GPLv2 boiler plate with SPDX header | Patrick Georgi |
2020-05-09 | AUTHORS, util/: Drop individual copyright notices | Patrick Georgi |
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-04-20 | util/cbfstool: Allow use of non-ASCII longopt | Furquan Shaikh |
2020-03-23 | cbfstool: Build vboot library | Yu-Ping Wu |
2020-03-02 | lz4: Fix out-of-bounds reads | Alex Rebert |
2020-02-01 | util/cbfstool/lzma: Make clang-11+'s indentation checker happy | Patrick Georgi |
2020-01-31 | cbfstool: Set deprecated _BSD_SOURCE and _SVID_SOURCE macros | Julius Werner |
2020-01-30 | util/*: more typo fixes | Patrick Georgi |
2020-01-30 | util/cbfstool: Fix typos | Patrick Georgi |
2020-01-28 | commonlib: Add commonlib/bsd | Julius Werner |
2019-12-17 | ifwitool: Introduce a use the Second Logical Boot Partition option | Jeremy Compostella |
2019-12-16 | util/cbfstool: Further reduce warnings for lz4 code | Nico Huber |
2019-12-12 | cbfstool: Bump C version to C11 | Julius Werner |
2019-11-20 | Remove MIPS architecture | Julius Werner |
2019-11-14 | lib/fmap: Add optional pre-RAM cache | Julius Werner |
2019-10-18 | util/cbfstool: Add optional argument ibb | Philipp Deppenwiese |
2019-08-20 | util/cbfstool: Remove unused assignment | Jacob Garber |
2019-07-21 | util/cbfstool/flashmap: Fix memory leaks on failure | Jacob Garber |
2019-07-10 | util/cbfstool: Close file on error | Jacob Garber |
2019-07-07 | util/cbfstool: Prevent overflow of 16 bit multiplications | Jacob Garber |
2019-07-03 | util/cbfstool: Add AMD BIOS compression tool for PSP | Marshall Dawson |
2019-07-02 | cbfstool: show "preserved" flag in cbfstool layout output | Patrick Georgi |
2019-07-01 | util/cbfstool/ifittool: use strtol function instead of atoi | Pandya, Varshit B |
2019-06-26 | cbfstool/fit: need inttypes.h for PRIx64 | Joel Kitching |
2019-06-24 | util/cbfstool/flashmap: Correct local includes | Elyes HAOUAS |
2019-06-24 | cbfstool: Drop update-fit option | Patrick Rudolph |
2019-06-24 | cbfstool: Add ifittool | Philipp Deppenwiese |
2019-05-09 | vboot: include vb2_sha.h when required | Joel Kitching |
2019-04-23 | cbfstool: Fix cbfs_file_next_attr | Patrick Rudolph |
2019-04-23 | Klocwork: Fix the Null pointer derefernce found by klocwork | Thejaswani Putta |
2019-04-11 | Documentation: Explain FMAP and FMD | Hung-Te Lin |
2019-03-05 | cbfstool: Support new FMD flag "PRESERVE" | Hung-Te Lin |
2019-03-05 | rmodule: Add support for R_X86_64_PLT32 | Patrick Rudolph |
2019-03-05 | cbfstool: Change FMD annotation to flags | Hung-Te Lin |
2019-03-04 | fmap: Add FMAP_AREA_PRESERVE | Hung-Te Lin |
2019-03-03 | rmodule: Don't emit reloc for R_X86_64_PC64 | Patrick Rudolph |