]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[image] Add the "imgmem" command
authorMichael Brown <mcb30@ipxe.org>
Wed, 20 Jan 2021 18:08:04 +0000 (18:08 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 22 Jan 2021 18:44:58 +0000 (18:44 +0000)
commitb99477b3fa6d4063314a313f62b7ae784bcbe710
tree91c8cdc57cac2de558278c81628d9ea7ed02b6ba
parent99ac69b8a9a48207913e98ac6b357c029b0eef81
[image] Add the "imgmem" command

Provide the "imgmem" command to create an image from an existing block
of memory, for debugging purposes only.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/config.c
src/config/general.h
src/hci/commands/image_mem_cmd.c [new file with mode: 0644]
src/include/usr/imgmgmt.h
src/usr/imgmgmt.c