diff options
author | Adam Muhle <armuhle@us.ibm.com> | 2013-05-23 14:02:23 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-06-03 13:06:14 -0500 |
commit | 337ef5a9a1f8a413644ae1cfd344896ba3c872ea (patch) | |
tree | 5e5cdd920cbdcf811e54e7b6e9e6481f7b17a3d9 /src/build/buildpnor | |
parent | cf0ce1fae5dbdb9586146bf21c3e56d3a21baa9d (diff) | |
download | talos-hostboot-337ef5a9a1f8a413644ae1cfd344896ba3c872ea.tar.gz talos-hostboot-337ef5a9a1f8a413644ae1cfd344896ba3c872ea.zip |
Define User Data bits in PNOR TOC
Change-Id: Ie2bc561c2cfdbea32ba08d9e74bf1f36cf1f43cd
RTC: 66209
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4687
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/buildpnor')
-rw-r--r-- | src/build/buildpnor/defaultPnorLayout.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/build/buildpnor/defaultPnorLayout.xml b/src/build/buildpnor/defaultPnorLayout.xml index dd49ffa91..6214f280a 100644 --- a/src/build/buildpnor/defaultPnorLayout.xml +++ b/src/build/buildpnor/defaultPnorLayout.xml @@ -42,6 +42,14 @@ Layout Description <testonly/> Indicates partition is used for internal testing only. Partition should be skipped in production environments. + <ecc/> Indicates Partition should be ECC protected + <sha512Version/> Indicates Partition uses SHA512 for + version information. + <sha512perEC/> Indicates SHA512 is used to indicate + version for each EC-specific image + within the Partition. + <preserved/> Indicates Partition is preserved + across code updates. --> <pnor> |