[coreboot-gerrit] Patch set updated for coreboot: ac5f4b0 asus/a8n-e: Rename reserved_memory1 to amd_reserved.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Jan 26 23:02:29 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4797

-gerrit

commit ac5f4b0df93c9741c96d35db913803fd688b8b49
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Jan 25 00:08:36 2014 +0100

    asus/a8n-e: Rename reserved_memory1 to amd_reserved.
    
    All AMD boards reserve the same range, presumably
    for southbridge. All boards except a8n-e call it
    amd_reserved but a8n-e calls it reserved_memory1
    
    Change-Id: I95676aa162b6faedc5aa2b4d6deb6d8da48791f4
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/asus/a8n_e/cmos.layout | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/asus/a8n_e/cmos.layout b/src/mainboard/asus/a8n_e/cmos.layout
index b78884b..de1a56a 100644
--- a/src/mainboard/asus/a8n_e/cmos.layout
+++ b/src/mainboard/asus/a8n_e/cmos.layout
@@ -46,7 +46,7 @@ entries
     728 256 h 0 user_data
     984 16 h 0 check_sum
 # Reserve the extended AMD configuration registers
-    1000 24 r 0 reserved_memory1
+    1000 24 r 0 amd_reserved
 
 enumerations
 



More information about the coreboot-gerrit mailing list