]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[fdtmem] Update to use the generic system memory map API
authorMichael Brown <mcb30@ipxe.org>
Wed, 14 May 2025 21:30:13 +0000 (22:30 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 16 May 2025 15:18:36 +0000 (16:18 +0100)
commit3f6ee9573761af711f2b7752bd042d387c52b1bb
treebd48962e2a7c68bf1dd53895453590dbe02d8b9e
parentbab3d7671790dd6a318cc5b72000419c5061e86f
[fdtmem] Update to use the generic system memory map API

Provide an implementation of the system memory map API based on the
system device tree, excluding any memory outside the size of the
accessible physical address space and defining an in-use region to
cover the relocated copy of iPXE and the system device tree.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/riscv/prefix/libprefix.S
src/config/defaults/sbi.h
src/core/fdtmem.c
src/include/ipxe/fdtmem.h
src/include/ipxe/memmap.h