[coreboot-gerrit] Patch set updated for coreboot: mb/gigabyte/ga-g41m-es2l: Move MMCONF base address to 0xe0000000

Damien Zammit (damien@zamaudio.com) gerrit at coreboot.org
Wed Jan 27 03:57:35 CET 2016


Damien Zammit (damien at zamaudio.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13129

-gerrit

commit 0c921bccdf0da8a7307cf3946cfb5e162dc26687
Author: Damien Zammit <damien at zamaudio.com>
Date:   Tue Jan 26 17:15:55 2016 +1100

    mb/gigabyte/ga-g41m-es2l: Move MMCONF base address to 0xe0000000
    
    Change-Id: I3873d92069cc1d113a8092d609d1768ff45cbd45
    Signed-off-by: Damien Zammit <damien at zamaudio.com>
---
 src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
index 1892b37..1234569 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
@@ -30,7 +30,7 @@ config BOARD_SPECIFIC_OPTIONS
 
 config MMCONF_BASE_ADDRESS
 	hex
-	default 0xc0000000
+	default 0xe0000000
 
 config MAINBOARD_DIR
 	string



More information about the coreboot-gerrit mailing list