rush: enable 128MiB MTS carveout below top of DRAM
The recommended settings for the size of the MTS region is 128MiB. Therefore, provide this region 128MiB below the top of DRAM for each configuration. BUG=chrome-os-partner:29922 BRANCH=None TEST=Built and noted MTS carveout region at expected location. Change-Id: Iac17f210dfef8e8a36617c7b3dceba8c2134ee9b Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/206291 Reviewed-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
387450d7c3
commit
f1758c7433
4 changed files with 11 additions and 11 deletions
|
|
@ -304,8 +304,8 @@
|
|||
.SwizzleRankByteEncode = 0x0000006f,
|
||||
.BootRomPatchControl = 0x00000000,
|
||||
.BootRomPatchData = 0x00000000,
|
||||
.McMtsCarveoutBom = 0xfff00000,
|
||||
.McMtsCarveoutBom = 0xf8000000,
|
||||
.McMtsCarveoutAdrHi = 0x00000000,
|
||||
.McMtsCarveoutSizeMb = 0x00000000,
|
||||
.McMtsCarveoutRegCtrl = 0x00000000,
|
||||
.McMtsCarveoutSizeMb = 0x00000080,
|
||||
.McMtsCarveoutRegCtrl = 0x00000001,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -304,8 +304,8 @@
|
|||
.SwizzleRankByteEncode = 0x0000006f,
|
||||
.BootRomPatchControl = 0x00000000,
|
||||
.BootRomPatchData = 0x00000000,
|
||||
.McMtsCarveoutBom = 0xfff00000,
|
||||
.McMtsCarveoutBom = 0xf8000000,
|
||||
.McMtsCarveoutAdrHi = 0x00000000,
|
||||
.McMtsCarveoutSizeMb = 0x00000000,
|
||||
.McMtsCarveoutRegCtrl = 0x00000000,
|
||||
.McMtsCarveoutSizeMb = 0x00000080,
|
||||
.McMtsCarveoutRegCtrl = 0x00000001,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -307,5 +307,5 @@
|
|||
.McMtsCarveoutBom = 0x78000000,
|
||||
.McMtsCarveoutAdrHi = 0x00000001,
|
||||
.McMtsCarveoutSizeMb = 0x00000080,
|
||||
.McMtsCarveoutRegCtrl = 0x00000000,
|
||||
.McMtsCarveoutRegCtrl = 0x00000001,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -304,8 +304,8 @@
|
|||
.SwizzleRankByteEncode = 0x0000006f,
|
||||
.BootRomPatchControl = 0x00000000,
|
||||
.BootRomPatchData = 0x00000000,
|
||||
.McMtsCarveoutBom = 0xfff00000,
|
||||
.McMtsCarveoutAdrHi = 0x00000000,
|
||||
.McMtsCarveoutSizeMb = 0x00000000,
|
||||
.McMtsCarveoutRegCtrl = 0x00000000,
|
||||
.McMtsCarveoutBom = 0x78000000,
|
||||
.McMtsCarveoutAdrHi = 0x00000001,
|
||||
.McMtsCarveoutSizeMb = 0x00000080,
|
||||
.McMtsCarveoutRegCtrl = 0x00000001,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue