]> git.ipfire.org Git - thirdparty/qemu.git/commit
ppc/pnv: Add a default formatted PNOR image
authorNicholas Piggin <npiggin@gmail.com>
Fri, 28 Feb 2025 15:07:57 +0000 (01:07 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Tue, 11 Mar 2025 12:43:31 +0000 (22:43 +1000)
commit80f9321308720fa30651e7803347268a7c12c63a
tree87f9e1d15044a734b40e1ac21f95f828bbe65853
parent4c84a0a4a6e5c4a374493d99e7eb702def7e7eae
ppc/pnv: Add a default formatted PNOR image

The default PNOR image is erased and not recognised by skiboot, so NVRAM
gets disabled. This change adds a tiny pnor file that is a proper FFS
image with a formatted NVRAM partition. This is recognised by skiboot and
will persist across machine reboots.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
MAINTAINERS
docs/system/ppc/powernv.rst
hw/ppc/pnv.c
pc-bios/README
pc-bios/meson.build
pc-bios/pnv-pnor.bin [new file with mode: 0644]