index
:
delta/coreboot/coreboot.git
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
foo2
master
rampayload
review.coreboot.org: coreboot.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
cbfstool
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/cbfstool: Qualify struct e820entry as packed
Bill XIE
2023-04-16
1
-1
/
+1
*
cbfstool: Add comment to define stability rules for cbfstool print -k
Julius Werner
2023-04-13
1
-0
/
+32
*
Revert "cbfstool/default-x86.fmd: Rename BIOS -> SI_BIOS"
Arthur Heymans
2023-04-07
1
-1
/
+1
*
util/cbfstool: Add usage information about verbose output
Maximilian Brune
2023-03-28
2
-2
/
+2
*
cbfstool/default-x86.fmd: Rename BIOS -> SI_BIOS
Maximilian Brune
2023-03-28
1
-1
/
+1
*
util/cbfstool/eventlog: Use LocalTime or UTC timestamps
Wojciech Macek
2023-03-02
3
-15
/
+44
*
util/cbfstool: Add eventLog support for ELOG_TYPE_FW_EARLY_SOL
Tarun Tuli
2023-02-02
1
-1
/
+13
*
elogtool: Fix potential buffer overrun
Kapil Porwal
2023-01-27
2
-3
/
+38
*
util/cbfstool: Change %lu to %zu for size_t argument
Reka Norman
2022-12-17
1
-1
/
+1
*
util/cbfstool: Fix building with clang & -Wshadow
Arthur Heymans
2022-12-14
1
-6
/
+6
*
util/cbfstool: Add a new mechanism to provide a memory map
Arthur Heymans
2022-12-06
1
-77
/
+93
*
util: Add SPDX license headers to Makefiles
Martin Roth
2022-11-22
5
-44
/
+5
*
treewide: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity
Elyes Haouas
2022-11-12
3
-10
/
+11
*
cbfstool: Fix possible memory leak
Shaik Shahina
2022-11-09
2
-3
/
+8
*
util/cbfstool/bpdt_formats: Fix memory leak issues
Solomon Alan-Dei
2022-11-08
1
-2
/
+2
*
util/eventlog: Correct the capitalization for diagnostics types
Hsuan Ting Chen
2022-11-02
1
-1
/
+1
*
util/cbfstool: fix memory leak in compress.c
Solomon Alan-Dei
2022-11-02
1
-1
/
+4
*
util/cbfstool: Check for metadata hash in verstage
Karthikeyan Ramasubramanian
2022-10-26
2
-9
/
+17
*
util/elogtool: Add support for parsing CrOS diagnostics log
Hsuan Ting Chen
2022-10-14
1
-5
/
+59
*
util/cbfstool: Wrap logging macros in do - while
Fred Reitberger
2022-10-13
3
-9
/
+9
*
util/ifittool: Error out if microcodes do not fit the FIT table
Jeremy Compostella
2022-09-15
1
-11
/
+8
*
util/ifittool: Fix buffer overflow with padded microcode patches
Jeremy Compostella
2022-09-12
1
-1
/
+2
*
cbfs/vboot: Adapt to new vb2_digest API
Julius Werner
2022-09-02
4
-10
/
+11
*
util/elogtool: Mark redundant boot mode event type as `deprecated`
Subrata Banik
2022-08-06
1
-108
/
+9
*
util/cbfstool: Fix truncate command error handling and cbfs_image_from_buffer()
Jakub Czapiga
2022-08-03
4
-7
/
+10
*
util/cbfstool/elogtool: Support logging FW vboot info in elog
Subrata Banik
2022-08-02
1
-0
/
+19
*
commonlib: Substitude macro "__unused" in compiler.h
Bill XIE
2022-07-14
1
-1
/
+1
*
treewide: Unify Google branding
Jon Murphy
2022-07-04
3
-4
/
+4
*
util/cbfstool: Set `USE_FLASHROM=0` to build vboot
Angel Pons
2022-06-19
1
-0
/
+1
*
util/cbfstool/common.c: Deduplicate buffer_create() logic
Edward O'Callaghan
2022-06-16
1
-5
/
+5
*
util/cbfstool: Decouple elogtool from vboot_ref flashrom code
Edward O'Callaghan
2022-06-16
4
-10
/
+181
*
cbfstool: Expand CBFS verification validity check
Julius Werner
2022-06-07
1
-8
/
+29
*
cbfs: Add CBFS_TYPE_INTEL_FIT and exclude it from CBFS verification
Julius Werner
2022-06-01
2
-1
/
+14
*
cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD
Julius Werner
2022-06-01
2
-2
/
+2
*
util: Fix a few spelling mistakes
Martin Roth
2022-05-30
1
-1
/
+1
*
cbfstool: MediaTek: Hash bootblock.bin for CBFS_VERIFICATION
Yu-Ping Wu
2022-05-05
1
-0
/
+96
*
utils/cbfstool: Disable Wstrict-prototypes warning
Manoj Gupta
2022-05-02
1
-1
/
+3
*
util/ifittool: Fix clearing FIT when setting the pointer
Arthur Heymans
2022-04-01
1
-7
/
+15
*
cbfstool/linux_trampoline: Fill the ACPI RSDP entry
Arthur Heymans
2022-03-09
2
-9
/
+22
*
commonlib/bsd: Remove cb_err_t
Julius Werner
2022-03-09
1
-4
/
+4
*
utils/cbfstool: Fix building with `make test-tools`
Felix Singer
2022-02-27
1
-11
/
+13
*
Revert "util/cbfstool: Port elogtool to libflashrom"
4.16
4.16_branch
Martin Roth
2022-02-26
4
-254
/
+11
*
util/cbfstool: Port elogtool to libflashrom
Edward O'Callaghan
2022-01-14
4
-11
/
+254
*
util/cbfstool: Do minor fixes
Alex James
2022-01-12
2
-7
/
+4
*
util/cbfstool: Replace swab.h with commonlib/bsd/sysincludes.h
Alex James
2022-01-10
8
-179
/
+111
*
cbfstool: Avoid defining _XOPEN_SOURCE
Alex James
2022-01-04
1
-4
/
+0
*
util/cbfstool: Remove redundant endian.h include
Alex James
2022-01-04
1
-1
/
+0
*
cbfstool: Clean up remnants of locate action
Julius Werner
2021-12-14
1
-6
/
+1
*
cbfstool: Use converted buffer size for do_cbfs_locate()
Julius Werner
2021-12-14
1
-18
/
+6
*
cbfstool: Do host space address conversion earlier when adding files
Julius Werner
2021-12-13
1
-24
/
+16
[next]