coreboot/util/smmstoretool
Sergii Dmytruk d20cc994ba util/smmstoretool: add uint64 data type
It's in particular useful for working with variables that contain 64-bit
pointers, like CapsuleUpdateData* global variables defined by UEFI
specification.

Change-Id: I4b46b41cdc5f69d4ca189659bef1e44f64c0d554
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82611
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Krystian Hebel <krystian.hebel@3mdeb.com>
2024-06-14 14:19:46 +00:00
..
.gitignore util: add smmstoretool for editing SMMSTORE 2024-03-09 23:22:55 +00:00
data.c util/smmstoretool: add uint64 data type 2024-06-14 14:19:46 +00:00
data.h util/smmstoretool: add uint64 data type 2024-06-14 14:19:46 +00:00
description.md util: add smmstoretool for editing SMMSTORE 2024-03-09 23:22:55 +00:00
fv.c util/smmstoretool/fv.c: fix 3 formatting issues 2024-03-21 16:14:57 +00:00
fv.h util: add smmstoretool for editing SMMSTORE 2024-03-09 23:22:55 +00:00
guids.c util: add smmstoretool for editing SMMSTORE 2024-03-09 23:22:55 +00:00
guids.h util: add smmstoretool for editing SMMSTORE 2024-03-09 23:22:55 +00:00
main.c util/smmstoretool: add uint64 data type 2024-06-14 14:19:46 +00:00
Makefile util/smmstoretool: support processing ROMs 2024-03-09 23:26:41 +00:00
storage.c util/smmstoretool: explain what happens when no store is found 2024-06-07 22:30:01 +00:00
storage.h util/smmstoretool: support processing ROMs 2024-03-09 23:26:41 +00:00
udk2017.h util: add smmstoretool for editing SMMSTORE 2024-03-09 23:22:55 +00:00
utils.c util: add smmstoretool for editing SMMSTORE 2024-03-09 23:22:55 +00:00
utils.h util: add smmstoretool for editing SMMSTORE 2024-03-09 23:22:55 +00:00
vs.c util: add smmstoretool for editing SMMSTORE 2024-03-09 23:22:55 +00:00
vs.h util: add smmstoretool for editing SMMSTORE 2024-03-09 23:22:55 +00:00