From e6d9fb1d822dde5871bbeef0c8afd1553c2a9c58 Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Tue, 14 Feb 2012 11:23:54 -0600 Subject: HWPF Attribute Support: ATTR_FSI_GP_SCOM_ACCESS. Change-Id: I6307ae3a6a3c151bb85fd86081a5bac4d16076f4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/666 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran Reviewed-by: A. Patrick Williams III --- src/usr/hwpf/hwp/scratch_attributes.xml | 183 ++++++++++++++++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 src/usr/hwpf/hwp/scratch_attributes.xml (limited to 'src/usr/hwpf/hwp/scratch_attributes.xml') diff --git a/src/usr/hwpf/hwp/scratch_attributes.xml b/src/usr/hwpf/hwp/scratch_attributes.xml new file mode 100644 index 000000000..b6905911d --- /dev/null +++ b/src/usr/hwpf/hwp/scratch_attributes.xml @@ -0,0 +1,183 @@ + + + + + + + ATTR_SCRATCH_UINT8_1 + TARGET_TYPE_SYSTEM + + Scratch uint8_t attribute. + Can be used by HWPs for testing. + + uint8 + + + + + ATTR_SCRATCH_UINT8_2 + TARGET_TYPE_SYSTEM + + Scratch uint8_t attribute. + Can be used by HWPs for testing. + + uint8 + + + + + ATTR_SCRATCH_UINT32_1 + TARGET_TYPE_SYSTEM + + Scratch uint32_t attribute. + Can be used by HWPs for testing. + + uint32 + + + + + ATTR_SCRATCH_UINT32_2 + TARGET_TYPE_SYSTEM + + Scratch uint32_t attribute. + Can be used by HWPs for testing. + + uint32 + + + + + ATTR_SCRATCH_UINT64_1 + TARGET_TYPE_SYSTEM + + Scratch uint64_t attribute. + Can be used by HWPs for testing. + + uint64 + + + + + ATTR_SCRATCH_UINT64_2 + TARGET_TYPE_SYSTEM + + Scratch uint64_t attribute + Can be used by HWPs for testing. + + uint64 + VAL_A = 3, VAL_B = 5, VAL_C = 0x23 + + + + + ATTR_SCRATCH_UINT8_ARRAY_1 + TARGET_TYPE_SYSTEM + + Scratch uint8_t[32] attribute. + Can be used by HWPs for testing. + + uint8 + 32 + + + + + ATTR_SCRATCH_UINT8_ARRAY_2 + TARGET_TYPE_SYSTEM + + Scratch uint8_t[2][3][4] attribute. + Can be used by HWPs for testing. + + uint8 + 2 3 4 + + + + + ATTR_SCRATCH_UINT32_ARRAY_1 + TARGET_TYPE_SYSTEM + + Scratch uint32_t[8] attribute. + Can be used by HWPs for testing. + + uint32 + 8 + + + + + ATTR_SCRATCH_UINT32_ARRAY_2 + TARGET_TYPE_SYSTEM + + Scratch uint32_t[2][3] attribute. + Can be used by HWPs for testing. + + uint32 + 2,3 + + + + + ATTR_SCRATCH_UINT64_ARRAY_1 + TARGET_TYPE_SYSTEM + + Scratch uint64_t[4] attribute. + Can be used by HWPs for testing. + + uint64 + 4 + + + + + ATTR_SCRATCH_UINT64_ARRAY_2 + TARGET_TYPE_SYSTEM + + Scratch uint64_t[2][2] attribute. + Can be used by HWPs for testing. + + uint64 + 2, 2 + VAL_A, VAL_B, VAL_C + + + + + ATTR_DUMMY_SCRATCH_PLAT_INIT_UINT8 + TARGET_TYPE_SYSTEM + + Dummy platInit uint8[1][3][5] attribute used for testing. + + uint8 + + + 1, 3, 5 + + -- cgit v1.2.1