coreboot/util/amdfwtool
Patrick Rudolph 576515394c util/amdfwtool: Use uint8_t for bitfields
Using a signed, non-fixed-width type for bitfields can cause problems.
So, use uint8_t since the affected bitfields occupy exactly one byte.

Change-Id: I728072b10baf77819a387df76b588b6a826e2841
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91855
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2026-03-27 12:12:00 +00:00
..
.gitignore util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
amdfwread.c util/amdfwtool: Use enum values for address mode 2026-01-24 17:01:41 +00:00
amdfwtool.c amdfwtool: Allow to set bios entry 0x6d (AMD_BIOS_NV_ST) 2026-03-21 18:25:52 +00:00
amdfwtool.h util/amdfwtool: Use uint8_t for bitfields 2026-03-27 12:12:00 +00:00
data_parse.c util/amdfwtool: rename Faegan SoC to Krackan2e 2026-03-19 19:36:21 +00:00
description.md util: Add description.md to each util 2018-07-26 13:26:50 +00:00
handle_file.c amdfwtool: Move the functions to handle_file.c 2024-03-04 14:50:53 +00:00
Makefile amdfwtool: Use Makefile.mk for Makefile settings 2024-02-29 02:24:09 +00:00
Makefile.mk amdfwtool: Move code related to getting options to a new file 2024-03-06 11:05:07 +00:00
opts.c amdfwtool: Allow to set bios entry 0x6d (AMD_BIOS_NV_ST) 2026-03-21 18:25:52 +00:00
signed_psp.c util/amdfwtool: rename Faegan SoC to Krackan2e 2026-03-19 19:36:21 +00:00