Vladimir Serbinenko (phcoder@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4723
-gerrit
commit fd8ff3bfebb6577691e52333e027e5c34a1b92e6 Author: Vladimir Serbinenko phcoder@gmail.com Date: Sat Jan 18 22:49:02 2014 +0100
A8N-SLI: add it explicitly as a clone of A8N-E
Change-Id: Ieab7d46177eb92393914f8cb055675df00a9a375 Signed-off-by: Vladimir Serbinenko phcoder@gmail.com --- src/mainboard/asus/Kconfig | 2 ++ src/mainboard/asus/a8n_e/Kconfig | 4 +++- src/mainboard/asus/a8n_e/board_info.txt | 6 ------ src/mainboard/asus/a8n_sli/Kconfig | 7 +++++++ src/mainboard/asus/a8n_sli/board_info.txt | 6 ++++++ 5 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/src/mainboard/asus/Kconfig b/src/mainboard/asus/Kconfig index 66057df..ba181df 100644 --- a/src/mainboard/asus/Kconfig +++ b/src/mainboard/asus/Kconfig @@ -23,6 +23,8 @@ choice
config BOARD_ASUS_A8N_E bool "A8N-E" +config BOARD_ASUS_A8N_SLI + bool "A8N-SLI" config BOARD_ASUS_A8V_E_SE bool "A8V-E SE" config BOARD_ASUS_A8V_E_DELUXE diff --git a/src/mainboard/asus/a8n_e/Kconfig b/src/mainboard/asus/a8n_e/Kconfig index ba2e5b1..8f9411b 100644 --- a/src/mainboard/asus/a8n_e/Kconfig +++ b/src/mainboard/asus/a8n_e/Kconfig @@ -1,4 +1,4 @@ -if BOARD_ASUS_A8N_E +if BOARD_ASUS_A8N_E || BOARD_ASUS_A8N_SLI
config BOARD_SPECIFIC_OPTIONS # dummy def_bool y @@ -35,9 +35,11 @@ config SB_HT_CHAIN_ON_BUS0 int default 2
+if BOARD_ASUS_A8N_E config MAINBOARD_PART_NUMBER string default "A8N-E" +endif
config MAX_CPUS int diff --git a/src/mainboard/asus/a8n_e/board_info.txt b/src/mainboard/asus/a8n_e/board_info.txt index 5b230f7..6bba4e8 100644 --- a/src/mainboard/asus/a8n_e/board_info.txt +++ b/src/mainboard/asus/a8n_e/board_info.txt @@ -1,11 +1,5 @@ -Board name: A8N-E Board URL: http://www.asus.com/Motherboards/AMD_Socket_939/A8NE/ Board page: ASUS A8N-E - -Board name: A8N-SLI -Board URL: http://www.asus.com/Motherboards/AMD_Socket_939/A8NSLI/ -Board page: ASUS A8N-SLI - Category: desktop ROM package: PLCC ROM socketed: y diff --git a/src/mainboard/asus/a8n_sli/Kconfig b/src/mainboard/asus/a8n_sli/Kconfig new file mode 100644 index 0000000..7a5849f --- /dev/null +++ b/src/mainboard/asus/a8n_sli/Kconfig @@ -0,0 +1,7 @@ +if BOARD_ASUS_A8N_SLI + +config MAINBOARD_PART_NUMBER + string + default "A8N-SLI" + +endif \ No newline at end of file diff --git a/src/mainboard/asus/a8n_sli/board_info.txt b/src/mainboard/asus/a8n_sli/board_info.txt new file mode 100644 index 0000000..5a6723c --- /dev/null +++ b/src/mainboard/asus/a8n_sli/board_info.txt @@ -0,0 +1,6 @@ +Board URL: http://www.asus.com/Motherboards/AMD_Socket_939/A8NSLI/ +Board page: ASUS A8N-SLI +Category: desktop +ROM package: PLCC +ROM socketed: y +Flashrom support: y