Skip to content

Commit

Permalink
image: AMD firmware 1.0.0.a; Enable more than 1 TiB RAM.
Browse files Browse the repository at this point in the history
#51 APCB configuration should support 1 TiB RAM
  • Loading branch information
Danny Milosavljevic committed May 9, 2023
1 parent 03a8509 commit 3b873d3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions image/amd/milan-gimlet-b.efs.json5
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
processor_generation: "Milan",
spi_mode_zen_rome: {
fast_speed_new: "33.33 MHz",
read_mode: "Normal 33.33 MHz",
micron_mode: "SupportMicron"
},
psp: {
PspDirectory: {
entries: [
Expand Down Expand Up @@ -3643,7 +3648,7 @@
},
{
Bool: {
MemLimitMemoryToBelow1TiB: true
MemLimitMemoryToBelow1TiB: false
}
},
{
Expand Down Expand Up @@ -3983,7 +3988,7 @@
},
{
Byte: {
DfRemapAt1TiB: "Auto"
DfRemapAt1TiB: "Enabled"
}
},
{
Expand Down

0 comments on commit 3b873d3

Please sign in to comment.