]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[memmap] Use memmap_dump_all() to dump debug memory maps
authorMichael Brown <mcb30@ipxe.org>
Thu, 15 May 2025 16:09:35 +0000 (17:09 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 16 May 2025 15:18:36 +0000 (16:18 +0100)
commita353e70800e5416c94af42f9abbf0a3b0f8564f5
treefde72cdae6756d65fd9835cb8ff6dd5b4d2c7d2e
parent3812860e39faafa56d4b833030b1a8427488bd16
[memmap] Use memmap_dump_all() to dump debug memory maps

There are several places where get_memmap() is called solely to
produce debug output.  Replace these with calls to memmap_dump_all()
(which will be a no-op unless debugging is enabled).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/interface/pcbios/hidemem.c
src/arch/x86/interface/pcbios/int13.c