[coreboot-gerrit] Patch set updated for coreboot: c88519a mainboard/asus/kfsn4-dre: Set maximum installable memory

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sat Mar 28 04:59:52 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9139

-gerrit

commit c88519a1c89796eb843382a14b1fe59b7646002b
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Fri Mar 27 22:48:51 2015 -0500

    mainboard/asus/kfsn4-dre: Set maximum installable memory
    
    Change-Id: I480d6bfe29c77119892fcb1fbb9779fd7e3529c3
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/mainboard/asus/kfsn4-dre/devicetree.cb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/asus/kfsn4-dre/devicetree.cb b/src/mainboard/asus/kfsn4-dre/devicetree.cb
index 928790b..50e2862 100644
--- a/src/mainboard/asus/kfsn4-dre/devicetree.cb
+++ b/src/mainboard/asus/kfsn4-dre/devicetree.cb
@@ -7,6 +7,7 @@ chip northbridge/amd/amdfam10/root_complex	# Root complex
 	device domain 0 on			# PCI domain
 		subsystemid 0x1043 0x8162 inherit
 		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		# Link 1 == LDT 1 [SB on link 1]
 				chip southbridge/nvidia/ck804		# Southbridge



More information about the coreboot-gerrit mailing list