Philip Prindeville ([email protected]) just uploaded a new patch 
set to gerrit, which you can find at http://review.coreboot.org/520

-gerrit

commit 87186912502c19bec6f24febed5dc64f905bb08f
Author: Philip Prindeville <[email protected]>
Date:   Fri Jan 6 11:52:25 2012 -0700

    geos: missing Vendor information
    
    The DMI information isn't being generated correctly because of the
    mainboard vendor value not being set.
    
    Change-Id: I07a6620bc6938292fecd50dc3ff0cb926d9c5f97
    Signed-off-by: Philip Prindeville <[email protected]>
---
 src/mainboard/traverse/geos/Kconfig |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/mainboard/traverse/geos/Kconfig 
b/src/mainboard/traverse/geos/Kconfig
index dd6c8dd..184beee 100644
--- a/src/mainboard/traverse/geos/Kconfig
+++ b/src/mainboard/traverse/geos/Kconfig
@@ -16,6 +16,10 @@ config MAINBOARD_DIR
        string
        default traverse/geos
 
+config MAINBOARD_VENDOR
+       string
+       default "PC Engines"
+
 config MAINBOARD_PART_NUMBER
        string
        default "Geos"

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to