summaryrefslogtreecommitdiffstats
path: root/hwpf/plat/target_map
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2015-04-06 11:30:30 -0500
committerDerk Rembold <rembold@de.ibm.com>2015-05-21 06:53:54 -0500
commit8154f8810540dba21865d1566dc5209eef5a3515 (patch)
tree96090ab85b85cd1dca4a372190e65c1565c79f16 /hwpf/plat/target_map
parent1ebc3c0868c74833aabe3775509d65ae29cd4925 (diff)
downloadtalos-sbe-8154f8810540dba21865d1566dc5209eef5a3515.tar.gz
talos-sbe-8154f8810540dba21865d1566dc5209eef5a3515.zip
Initial PPE FAPI2 platform implementation - targets+get/putscom; no Attributes
Change-Id: I805dd3286b1b9d33b585d903d38ba7555bf40c21 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16869 Reviewed-by: Glenn R. Miles <milesg@us.ibm.com> Reviewed-by: Derk Rembold <rembold@de.ibm.com> Tested-by: Derk Rembold <rembold@de.ibm.com>
Diffstat (limited to 'hwpf/plat/target_map')
-rwxr-xr-xhwpf/plat/target_map49
1 files changed, 49 insertions, 0 deletions
diff --git a/hwpf/plat/target_map b/hwpf/plat/target_map
new file mode 100755
index 00000000..4ea3c0d6
--- /dev/null
+++ b/hwpf/plat/target_map
@@ -0,0 +1,49 @@
+ TARGET_TYPE_NONE = 0x00000000,
+ TARGET_TYPE_SYSTEM = 0x00000001,
+ TARGET_TYPE_DIMM = 0x00000002,
+ TARGET_TYPE_PROC_CHIP = 0x00000004,
+ TARGET_TYPE_MEMBUF_CHIP = 0x00000008,
+ TARGET_TYPE_EX = 0x00000010,
+ TARGET_TYPE_MBA = 0x00000020,
+ TARGET_TYPE_MCS = 0x00000040,
+ TARGET_TYPE_XBUS = 0x00000080,
+ TARGET_TYPE_ABUS = 0x00000100,
+ TARGET_TYPE_L4 = 0x00000200,
+ TARGET_TYPE_CORE = 0x00000400,
+ TARGET_TYPE_EQ = 0x00000800,
+ TARGET_TYPE_MCA = 0x00001000,
+ TARGET_TYPE_MCBIST = 0x00002000,
+ TARGET_TYPE_MIA = 0x00004000,
+ TARGET_TYPE_MIS = 0x00008000,
+ TARGET_TYPE_DMI = 0x00010000,
+ TARGET_TYPE_OBUS = 0x00020000,
+ TARGET_TYPE_NV = 0x00040000,
+ TARGET_TYPE_SBE = 0x00080000,
+ TARGET_TYPE_PPE = 0x00100000,
+ TARGET_TYPE_PERV = 0x00200000,
+ TARGET_TYPE_PEC = 0x00400000,
+ TARGET_TYPE_PHB = 0x00800000,
+ TARGET_TYPE_ALL = 0xFFFFFFFF
+
+
+ Perv 0x01
+N0 0x02
+N1 0x03
+N2 0x04
+N3 0x05
+XB 0x06
+MC0 0x07
+MC1 0x08
+OB0 0x09
+OB1 0x0A
+OB2 0x0B
+OB3 0x0C
+PCI0 0x0D
+PCI1 0x0E
+PCI2 0x0F
+
+
+
+
+
+
OpenPOWER on IntegriCloud