diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2019-07-11 11:14:02 -0500 |
|---|---|---|
| committer | Daniel M Crowell <dcrowell@us.ibm.com> | 2019-07-30 15:19:58 -0500 |
| commit | b3c0accfea52da03ec2b31fecc4271655aaa68f0 (patch) | |
| tree | 4bd746bc23bca3d42b6845b1441ca4eed12359fb /src/usr/isteps/istep11 | |
| parent | be772a1e39083115ac77b70187a29c75fa1f12be (diff) | |
| download | talos-hostboot-b3c0accfea52da03ec2b31fecc4271655aaa68f0.tar.gz talos-hostboot-b3c0accfea52da03ec2b31fecc4271655aaa68f0.zip | |
Remove MVPD,MEMD and CENHWIMG section from Axone pnor layout
This commit removes the MVPD, MEMD and CENHWIMG sections from the axone
pnor layout as they are not being used and pnor space is limited.
Along with removing the defintion in the pnor layout xml some code
changes were required to no longer attempt to load the MVPD/MEMD sections.
Change-Id: I20739e30ad497737c0a30b66cc36052c08c11de2
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80295
Reviewed-by: Glenn Miles <milesg@ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep11')
| -rw-r--r-- | src/usr/isteps/istep11/call_host_prd_hwreconfig.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/istep11/call_host_prd_hwreconfig.C b/src/usr/isteps/istep11/call_host_prd_hwreconfig.C index e3a0a434a..509d0311c 100644 --- a/src/usr/isteps/istep11/call_host_prd_hwreconfig.C +++ b/src/usr/isteps/istep11/call_host_prd_hwreconfig.C @@ -40,7 +40,7 @@ void* call_host_prd_hwreconfig (void *io_pArgs) ISTEP_ERROR::IStepError l_StepError; //@TODO-RTC:158411 call p9_enable_reconfig.C -#ifdef CONFIG_SECUREBOOT +#if (defined CONFIG_SECUREBOOT && ! defined CONFIG_AXONE) errlHndl_t l_err = NULL; // Load the MEMD section here as the first part of step11, it // will stay loaded until the end of step14 |

