coreboot/util/cbmem
Jakub Czapiga dd19f6bc5a util/cbmem: Extract devmem and common code to separate files
Extract devmem-specific code to a separate file providing unified API.
Move hexdump() and cbmem_print_entry() to common.c.
Create common function for getting coreboot table entries. This can be
adjusted later to use higher-level API that selects appropriate backend.

BUG=b:391874512
TEST=cbmem -l; cbmem -x; cbmem -r 434f4e53; cbmem -t

Change-Id: Ic11f0659833e03324f6909fa3c1d62c36988b7b7
Signed-off-by: Jakub Czapiga <czapiga@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86557
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2025-07-22 16:28:04 +00:00
..
.gitignore .gitignore: Ignore .test/.dependencies globally 2020-10-31 18:21:36 +00:00
cbmem.c util/cbmem: Extract devmem and common code to separate files 2025-07-22 16:28:04 +00:00
cbmem_util.h util/cbmem: Extract devmem and common code to separate files 2025-07-22 16:28:04 +00:00
description.md util/cbmem: Improve utility description 2019-03-01 10:00:46 +00:00
devmem_drv.c util/cbmem: Extract devmem and common code to separate files 2025-07-22 16:28:04 +00:00
Makefile util/cbmem: Extract devmem and common code to separate files 2025-07-22 16:28:04 +00:00