x86: qemu: Support environment and cat command
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:25:48 +0000 (14:25 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:41:55 +0000 (11:41 -0600)
commitb23f0a42c33569298011ae643babfd2609ecf40a
treee37742a3fa72ffdfbce6538873f20a7e429d4f52
parent790baef3b93e0f194bca266f32f620898b84951f
x86: qemu: Support environment and cat command

Add support for an environment stored in the first partition of the
disk, which is assumed to hold a FAT filesystem.

Support the 'cat' command as it is useful for looking at extlinux.conf
files.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/qemu-x86_64_defconfig
configs/qemu-x86_defconfig