summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Hoffa <wihoffa@gmail.com>2019-04-15 08:19:42 -0500
committerGitHub <noreply@github.com>2019-04-15 08:19:42 -0500
commit96ca3a58cb21dcef8e9ecdfd1d3eb921fc181e67 (patch)
treeafee447252e2c7425aa600d93332286ea7382f3a
parent2ea669b4aa574a9e0d121ca60e782b2354064eb0 (diff)
parent95fb4ed3957496d8067b4f5c7fdb1d2a124657f3 (diff)
downloadpnor-96ca3a58cb21dcef8e9ecdfd1d3eb921fc181e67.tar.gz
pnor-96ca3a58cb21dcef8e9ecdfd1d3eb921fc181e67.zip
Merge pull request #115 from IlyaSmirnov91/master
Revert "Add UVBWLIST Partition"
-rwxr-xr-xcreate_pnor_image.pl1
-rw-r--r--p9Layouts/defaultPnorLayout_64.xml9
-rwxr-xr-xupdate_image.pl1
3 files changed, 0 insertions, 11 deletions
diff --git a/create_pnor_image.pl b/create_pnor_image.pl
index a6cc3bb..51ea988 100755
--- a/create_pnor_image.pl
+++ b/create_pnor_image.pl
@@ -174,7 +174,6 @@ if ($release eq "p9"){
$build_pnor_command .= " --binFile_WOFDATA $wofdata_binary_filename" if -e $wofdata_binary_filename;
$build_pnor_command .= " --binFile_MEMD $memddata_binary_filename" if -e $memddata_binary_filename;
$build_pnor_command .= " --binFile_HDAT $hdat_binary_filename" if -e $hdat_binary_filename;
- $build_pnor_command .= " --binFile_UVBWLIST $scratch_dir/uvbwlist.bin";
}
if ($release eq "p8"){
$build_pnor_command .= " --binFile_SBEC $scratch_dir/$sbec_binary_filename";
diff --git a/p9Layouts/defaultPnorLayout_64.xml b/p9Layouts/defaultPnorLayout_64.xml
index d889cca..c25a621 100644
--- a/p9Layouts/defaultPnorLayout_64.xml
+++ b/p9Layouts/defaultPnorLayout_64.xml
@@ -396,13 +396,4 @@ Layout Description
<readOnly/>
<ecc/>
</section>
- <section>
- <description>Ultravisor XSCOM White/Blacklist (64K)</description>
- <eyeCatch>UVBWLIST</eyeCatch>
- <physicalOffset>0x34F4000</physicalOffset>
- <physicalRegionSize>0x10000</physicalRegionSize>
- <side>sideless</side>
- <sha512Version/>
- <readOnly/>
- </section>
</pnor>
diff --git a/update_image.pl b/update_image.pl
index e0656c4..2efcb50 100755
--- a/update_image.pl
+++ b/update_image.pl
@@ -305,7 +305,6 @@ sub processConvergedSections {
$sections{FIRDATA}{out} = "$scratch_dir/firdata.bin.ecc";
$sections{SECBOOT}{out} = "$scratch_dir/secboot.bin.ecc";
$sections{RINGOVD}{out} = "$scratch_dir/ringOvd.bin";
- $sections{UVBWLIST}{out} = "$scratch_dir/uvbwlist.bin";
if(-e $wof_binary_filename)
{
OpenPOWER on IntegriCloud