Philip Prindeville ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/520
-gerrit commit c3dc279f497fe87af38b1efb4cc1ebf878264d9b 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 b455f60..5f00230 100644 --- a/src/mainboard/traverse/geos/Kconfig +++ b/src/mainboard/traverse/geos/Kconfig @@ -17,6 +17,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

