aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorReza Arbab <arbab@linux.ibm.com>2019-07-17 15:44:21 -0500
committerOliver O'Halloran <oohall@gmail.com>2019-07-26 15:30:21 +1000
commit6db75f1d8e91548a52143949f2b5c49f1e87d608 (patch)
tree9bedf95c323fd7d67613f65295a6ff302b3602f7 /include
parente7f76b4eb58c6230ce1ffd143f1c8a5a507bdbe9 (diff)
downloadskiboot-6db75f1d8e91548a52143949f2b5c49f1e87d608.zip
skiboot-6db75f1d8e91548a52143949f2b5c49f1e87d608.tar.gz
skiboot-6db75f1d8e91548a52143949f2b5c49f1e87d608.tar.bz2
hw/phys-map: Add Axone memory map
Add the physical memory map for Axone systems. According to 'make hw-check', there are no holes or overlapping regions. Signed-off-by: Reza Arbab <arbab@linux.ibm.com> Acked-by: Michael Neuling <mikey@neuling.org> Reviewed-by: Christophe Lombard <clombard@linux.vnet.ibm.com> Reviewed-by: Andrew Donnellan <ajd@linux.ibm.com> Acked-by: Stewart Smith <stewart@linux.ibm.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/phys-map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/phys-map.h b/include/phys-map.h
index 4e694f6..c7bc596 100644
--- a/include/phys-map.h
+++ b/include/phys-map.h
@@ -39,6 +39,8 @@ enum phys_map_type {
PSIHB_ESB,
NX_RNG,
CENTAUR_SCOM,
+ MC_OCMB_CFG,
+ MC_OCMB_MMIO,
XSCOM,
RESV
};