[coreboot-gerrit] New patch to review for coreboot: mainboard/asus/[kgpe-di6|kcma-d8]: Fix board ROM information

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sun May 8 23:42:07 CEST 2016


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

-gerrit

commit 6477d02e467843b2d03dfcc620b323c4cbf385dd
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Sun May 8 16:40:15 2016 -0500

    mainboard/asus/[kgpe-di6|kcma-d8]: Fix board ROM information
    
    The board information file incorrectly listed an LPC ROM.
    Fix the information file to show the correct SPI ROM.
    
    This patch changes a human-readable file only, and does not
    alter functionality.
    
    Change-Id: Ib5c1789fa636354f2b6c92faf44b45b32d1ec544
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/mainboard/asus/kcma-d8/board_info.txt  | 6 +++---
 src/mainboard/asus/kgpe-d16/board_info.txt | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/mainboard/asus/kcma-d8/board_info.txt b/src/mainboard/asus/kcma-d8/board_info.txt
index 788888e..e69d31a 100644
--- a/src/mainboard/asus/kcma-d8/board_info.txt
+++ b/src/mainboard/asus/kcma-d8/board_info.txt
@@ -1,5 +1,5 @@
 Category: server
-ROM package: PLCC-32
-ROM protocol: LPC
+ROM package: DIP-8
+ROM protocol: SPI
 ROM socketed: y
-Flashrom support: y
\ No newline at end of file
+Flashrom support: y
diff --git a/src/mainboard/asus/kgpe-d16/board_info.txt b/src/mainboard/asus/kgpe-d16/board_info.txt
index 788888e..e69d31a 100644
--- a/src/mainboard/asus/kgpe-d16/board_info.txt
+++ b/src/mainboard/asus/kgpe-d16/board_info.txt
@@ -1,5 +1,5 @@
 Category: server
-ROM package: PLCC-32
-ROM protocol: LPC
+ROM package: DIP-8
+ROM protocol: SPI
 ROM socketed: y
-Flashrom support: y
\ No newline at end of file
+Flashrom support: y



More information about the coreboot-gerrit mailing list