]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[memmap] Allow explicit colour selection for memory map debug messages
authorMichael Brown <mcb30@ipxe.org>
Sun, 25 May 2025 11:06:53 +0000 (12:06 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 25 May 2025 11:06:53 +0000 (12:06 +0100)
commit09140ab2c1a14b77d1e8beb407e500cb4deeb0ae
treef6ad7540a580a3b62541195ed1cedc5acceafa56
parent8d88870da59e93202d1cff4504f2fd2d2fa139cd
[memmap] Allow explicit colour selection for memory map debug messages

Provide DBGC_MEMMAP() as a replacement for memmap_dump(), allowing the
colour used to match other messages within the same message group.

Retain a dedicated colour for output from memmap_dump_all(), on the
basis that it is generally most useful to visually compare full memory
dumps against previous full memory dumps.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/core/relocate.c
src/arch/x86/image/multiboot.c
src/core/fdtmem.c
src/core/memmap.c
src/image/lkrn.c
src/image/segment.c
src/include/ipxe/memmap.h