]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[image] Provide image_memory()
authorMichael Brown <mcb30@ipxe.org>
Mon, 25 Jan 2021 16:18:28 +0000 (16:18 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 25 Jan 2021 17:03:56 +0000 (17:03 +0000)
commit989a7a8032db02eb0524bd78a674d3b087dea3a6
tree3ead7f99b466e3274d29dbeb0df7374905ff92d5
parentffc41ae9d12f319be67053e529091c8710303d3c
[image] Provide image_memory()

Consolidate the remaining logic common to initrd_init() and imgmem()
into a shared image_memory() function.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/core/runtime.c
src/core/image.c
src/hci/commands/image_mem_cmd.c
src/include/ipxe/image.h
src/include/usr/imgmgmt.h
src/usr/imgmgmt.c