[coreboot-gerrit] Patch set updated for coreboot: bbf4610 mainboard/asus/kfsn4-dre: Set maximum installable memory to 64GB

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Wed Apr 1 21:22:44 CEST 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 bbf4610013e4ef794728424d66afd5b639e43dc6
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Fri Mar 27 22:48:51 2015 -0500

    mainboard/asus/kfsn4-dre: Set maximum installable memory to 64GB
    
    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