mainboard/asus/kfsn4-dre: Set maximum installable memory to 64GB
Change-Id: I480d6bfe29c77119892fcb1fbb9779fd7e3529c3 Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/9139 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@gmail.com> Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
parent
6e523a682f
commit
c56d5c5aac
|
@ -7,6 +7,7 @@ chip northbridge/amd/amdfam10/root_complex # Root complex
|
||||||
device domain 0 on # PCI domain
|
device domain 0 on # PCI domain
|
||||||
subsystemid 0x1043 0x8162 inherit
|
subsystemid 0x1043 0x8162 inherit
|
||||||
chip northbridge/amd/amdfam10 # Northbridge / RAM controller
|
chip northbridge/amd/amdfam10 # Northbridge / RAM controller
|
||||||
|
register "maximum_memory_capacity" = "0x1000000000" # 64GB
|
||||||
device pci 18.0 on end # Link 0 == LDT 0
|
device pci 18.0 on end # Link 0 == LDT 0
|
||||||
device pci 18.0 on # Link 1 == LDT 1 [SB on link 1]
|
device pci 18.0 on # Link 1 == LDT 1 [SB on link 1]
|
||||||
chip southbridge/nvidia/ck804 # Southbridge
|
chip southbridge/nvidia/ck804 # Southbridge
|
||||||
|
|
Loading…
Reference in New Issue