diff options
author | Cédric Le Goater | 2016-10-22 11:46:34 +0200 |
---|---|---|
committer | David Gibson | 2016-10-28 00:36:58 +0200 |
commit | bcad45de6a0b5bf10a274872d2e45da3403232da (patch) | |
tree | f6d2d4e33b4ce567d519639b56337483f8bff8dc /MAINTAINERS | |
parent | ppc: Fix single step with gdb stub (diff) | |
download | qemu-bcad45de6a0b5bf10a274872d2e45da3403232da.tar.gz qemu-bcad45de6a0b5bf10a274872d2e45da3403232da.tar.xz qemu-bcad45de6a0b5bf10a274872d2e45da3403232da.zip |
ppc: add skiboot firmware for the pnv platform
This is the initial image of skiboot 5.3.7 (commit 762d0082) for
the PowerPC PowerNV (Non-Virtualized) platform. Built from
submodule.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b01fec0a7b..280ee1fcd2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -656,6 +656,7 @@ F: include/hw/*/xics* F: pc-bios/spapr-rtas/* F: pc-bios/spapr-rtas.bin F: pc-bios/slof.bin +F: pc-bios/skiboot.lid F: docs/specs/ppc-spapr-hcalls.txt F: docs/specs/ppc-spapr-hotplug.txt F: tests/spapr* |