diff options
| author | Raptor Engineering Development Team <support@raptorengineering.com> | 2019-04-21 08:05:37 +0000 |
|---|---|---|
| committer | Raptor Engineering Development Team <support@raptorengineering.com> | 2019-04-21 08:12:46 +0000 |
| commit | 1685a59bd5a895c6f3a3099c1279264be42ce09c (patch) | |
| tree | 51c9c6e713145b2ce64ff81d4b7e2fc1516a3366 | |
| parent | 9eb62396cd9355ed88b82ac90b0ded093a28006f (diff) | |
| download | pnor-1685a59bd5a895c6f3a3099c1279264be42ce09c.tar.gz pnor-1685a59bd5a895c6f3a3099c1279264be42ce09c.zip | |
Remove unnecessary OCMBFW partition and restore BOOTKERNFW size / location
| -rw-r--r-- | p9Layouts/defaultPnorLayout_64.xml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/p9Layouts/defaultPnorLayout_64.xml b/p9Layouts/defaultPnorLayout_64.xml index f9d196d..9d6feb8 100644 --- a/p9Layouts/defaultPnorLayout_64.xml +++ b/p9Layouts/defaultPnorLayout_64.xml @@ -387,20 +387,10 @@ Layout Description <readOnly/> </section> <section> - <description>Open CAPI Memory Buffer (OCMB) Firmware (300K)</description> - <eyeCatch>OCMBFW</eyeCatch> - <physicalOffset>0x3E10000</physicalOffset> - <physicalRegionSize>0x4B000</physicalRegionSize> - <side>sideless</side> - <sha512Version/> - <readOnly/> - <ecc/> - </section> - <section> <description>Boot kernel firmware data (1.8MB)</description> <eyeCatch>BOOTKERNFW</eyeCatch> - <physicalOffset>0x3E5B000</physicalOffset> - <physicalRegionSize>0x195000</physicalRegionSize> + <physicalOffset>0x3E10000</physicalOffset> + <physicalRegionSize>0x1E0000</physicalRegionSize> <side>sideless</side> <preserved/> </section> |

