]> Git Repo - qemu.git/commitdiff
ppc: add missing FW_CFG_PPC_NVRAM_FLAT definition
authorMark Cave-Ayland <[email protected]>
Thu, 7 Jun 2018 16:59:55 +0000 (17:59 +0100)
committerDavid Gibson <[email protected]>
Tue, 12 Jun 2018 00:44:36 +0000 (10:44 +1000)
This is used in OpenBIOS to define the memory layout of the NVRAM device. Whilst
currently left at its default value, add the missing definition to ensure it is
reserved.

Signed-off-by: Mark Cave-Ayland <[email protected]>
Signed-off-by: David Gibson <[email protected]>
include/hw/ppc/ppc.h

index ff0ac306be722c76d31ff4a0694c8441739c1607..b18ef3eefbef23291bb528cbef3bbf27910a7b56 100644 (file)
@@ -100,6 +100,7 @@ enum {
 #define FW_CFG_PPC_KVM_PID      (FW_CFG_ARCH_LOCAL + 0x07)
 #define FW_CFG_PPC_NVRAM_ADDR   (FW_CFG_ARCH_LOCAL + 0x08)
 #define FW_CFG_PPC_BUSFREQ      (FW_CFG_ARCH_LOCAL + 0x09)
+#define FW_CFG_PPC_NVRAM_FLAT   (FW_CFG_ARCH_LOCAL + 0x0a)
 
 #define PPC_SERIAL_MM_BAUDBASE 399193
 
This page took 0.025811 seconds and 4 git commands to generate.