Philip Prindeville (philipp(a)redfish-solutions.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/520
-gerrit
commit 87186912502c19bec6f24febed5dc64f905bb08f
Author: Philip Prindeville <philipp(a)redfish-solutions.com>
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 <philipp(a)redfish-solutions.com>
---
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"
Philip Prindeville (philipp(a)redfish-solutions.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/508
-gerrit
commit cc32bd53cd174d32726186b107436edc699bd842
Author: Philip Prindeville <philipp(a)redfish-solutions.com>
Date: Wed Dec 28 16:32:44 2011 -0700
Set default baudrate on Alix2d to be compatible with factory default
Boards shipping from PC Engines with the factory BIOS (tinyBios 0.99)
boot up at 38400. In keeping with the principle of least astonishment,
boards reflashed with SeaBIOS should probably try to keep compatible
with this setting.
Change-Id: Ieda47016c78e673ce2f6aec8b270c2b511ebfcf0
Signed-off-by: Philip Prindeville <philipp(a)redfish-solutions.com>
---
src/mainboard/pcengines/alix2d/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mainboard/pcengines/alix2d/Kconfig b/src/mainboard/pcengines/alix2d/Kconfig
index 264f5d9..ea02adf 100644
--- a/src/mainboard/pcengines/alix2d/Kconfig
+++ b/src/mainboard/pcengines/alix2d/Kconfig
@@ -11,6 +11,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select UDELAY_TSC
select BOARD_ROMSIZE_KB_512
select POWER_BUTTON_FORCE_DISABLE
+ select CONSOLE_SERIAL_38400
config MAINBOARD_DIR
string
the following patch was just integrated into master:
commit 396b2325b1bf5d5986a6377052f00b9cb7d2ecec
Author: Jonathan A. Kollasch <jakllsch(a)kollasch.net>
Date: Sat Jan 7 10:17:50 2012 -0600
rs780: correct comment in switching_gpp_configurations()
Change-Id: I6417a92523eea7307d080669fbc4e16ee28c8a6c
Signed-off-by: Jonathan A. Kollasch <jakllsch(a)kollasch.net>
Build-Tested: build bot (Jenkins) at Sat Jan 7 17:28:51 2012, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer(a)coreboot.org> at Sun Jan 8 20:42:55 2012, giving +2
See http://review.coreboot.org/524 for details.
-gerrit
the following patch was just integrated into master:
commit 9faab4477efb6d0102c9854dcc1ecd3f1cac6421
Author: Vikram Narayanan <vikram186(a)gmail.com>
Date: Sat Jan 7 16:04:46 2012 +0530
adm1027: add return statement
Adds a missing return statment which will stop misleading the users
Change-Id: I53741f1136b396e9493ce959b54efc00c9b09764
Signed-off-by: Vikram Narayanan <vikram186(a)gmail.com>
Reviewed-By: Patrick Georgi <patrick(a)georgi-clan.de> at Sat Jan 7 18:45:32 2012, giving +1
Build-Tested: build bot (Jenkins) at Sat Jan 7 12:31:23 2012, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer(a)coreboot.org> at Sun Jan 8 20:42:07 2012, giving +2
See http://review.coreboot.org/522 for details.
-gerrit
the following patch was just integrated into master:
commit 2ae66cb092deb642a0d22ed80f73d3411a51c696
Author: Sven Schnelle <svens(a)stackframe.org>
Date: Sun Jan 8 15:27:18 2012 +0100
inteltool: Add support for dumping AMB registers
Change-Id: I98615725afdb315caa67b2226224e3eb2a0e4393
Signed-off-by: Sven Schnelle <svens(a)stackframe.org>
Build-Tested: build bot (Jenkins) at Sun Jan 8 16:08:24 2012, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer(a)coreboot.org> at Sun Jan 8 20:41:08 2012, giving +2
See http://review.coreboot.org/525 for details.
-gerrit
the following patch was just integrated into master:
commit d864203c152312aa8369377943312bb0fe232156
Author: Peter Stuge <peter(a)stuge.se>
Date: Wed Dec 14 07:39:57 2011 +0100
.gitignore ectool, inteltool, msrtool, nvramtool and superiotool
Change-Id: I06e69d97ef3646f79104ec316ce932cc53894c92
Signed-off-by: Peter Stuge <peter(a)stuge.se>
Reviewed-By: Patrick Georgi <patrick(a)georgi-clan.de> at Sat Jan 7 15:19:30 2012, giving +2
See http://review.coreboot.org/485 for details.
-gerrit