the following patch was just integrated into master:
commit cd02ef19e5b26abf2b35a47b31f31e0cde3a9820
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Wed Dec 31 21:48:48 2014 +0200
Intel FSP platforms: Fix timestamps
Now that BROKEN_CAR_MIGRATE is fixed we can stash these in CAR.
Change-Id: I49c31b91f34d415778797d08a347a51dbef797e3
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/8024
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <gaumless(a)gmail.com>
See http://review.coreboot.org/8024 for details.
-gerrit
Werner Zeh (werner.zeh(a)siemens.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8373
-gerrit
commit 1a90e4ee35fc55279f7d1ef96e57fa7dbd0256e6
Author: Werner Zeh <werner.zeh(a)siemens.com>
Date: Mon Feb 9 08:17:40 2015 +0100
RTC: Enable RTC reset when power loss was detected.
If function cmos_init() was called with parameter invalid
set, this indicates, that the caller has found a power
loss event in the RTC registers. In this case, we need to
load the default date and time because it can be corrupted.
Change-Id: Ib8d58a14da0182ceb8167e67440a0f1ea2a20eb7
Signed-off-by: Werner Zeh <werner.zeh(a)siemens.com>
---
src/drivers/pc80/mc146818rtc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/drivers/pc80/mc146818rtc.c b/src/drivers/pc80/mc146818rtc.c
index b18f22f..1521312 100644
--- a/src/drivers/pc80/mc146818rtc.c
+++ b/src/drivers/pc80/mc146818rtc.c
@@ -125,7 +125,7 @@ void cmos_init(bool invalid)
cmos_write(0, i);
}
- if (cmos_invalid)
+ if (invalid || cmos_invalid)
cmos_reset_date();
printk(BIOS_WARNING, "RTC:%s%s%s%s\n",
the following patch was just integrated into master:
commit 29d358e6a1773205fb225f380e1a1d052912abfe
Author: Nicolas Reinecke <nr(a)das-labor.org>
Date: Sat Jan 31 19:20:50 2015 +0100
lenovo/t430s: Add new port.
The port is based on the x230 / t530.
Tested - is in active use.
Change-Id: Ic5ccfe70343e8aef3465690edce9cdebf153a44d
Signed-off-by: Nicolas Reinecke <nr(a)das-labor.org>
Reviewed-on: http://review.coreboot.org/8359
Tested-by: build bot (Jenkins)
Reviewed-by: Philipp Deppenwiese <zaolin(a)das-labor.org>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
See http://review.coreboot.org/8359 for details.
-gerrit
Michał Masłowski (mtjm(a)mtjm.eu) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8392
-gerrit
commit 45e37743104b8a72a6a7f945f48341a748768500
Author: Michał Masłowski <mtjm(a)mtjm.eu>
Date: Tue Feb 3 22:59:45 2015 +0100
lenovo/x200: Set default CBFS_SIZE to 2 MiB.
The original firmware has a 2 MiB BIOS region in both 4 MiB and 8 MiB
flash variants. Let's allow using the whole region instead of the
gm45 default of 1 MiB.
Change-Id: I2d8a04bcb992bf2e8e15890a5c6719810b1cf405
Signed-off-by: Michał Masłowski <mtjm(a)mtjm.eu>
---
src/mainboard/lenovo/x200/Kconfig | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig
index 67fc388..fcddea0 100644
--- a/src/mainboard/lenovo/x200/Kconfig
+++ b/src/mainboard/lenovo/x200/Kconfig
@@ -29,7 +29,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
string
default "ThinkPad X200"
-
config MMCONF_BASE_ADDRESS
hex
default 0xf0000000
@@ -42,4 +41,8 @@ config MAX_CPUS
int
default 2
+config CBFS_SIZE
+ hex
+ default 0x200000
+
endif # BOARD_LENOVO_X200
Michał Masłowski (mtjm(a)mtjm.eu) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8391
-gerrit
commit b43ca9270ce2ced46e38401ccd95d969b5f489bb
Author: Michał Masłowski <mtjm(a)mtjm.eu>
Date: Tue Feb 3 22:51:18 2015 +0100
lenovo/x200: Mention SOIC-8 being used in board_status.txt.
Some X200 use a 4 MiB SOIC-8 flash chip.
Change-Id: Ie5bd359ef08cf1be369a026be376c21555d0ea18
Signed-off-by: Michał Masłowski <mtjm(a)mtjm.eu>
---
src/mainboard/lenovo/x200/board_info.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/lenovo/x200/board_info.txt b/src/mainboard/lenovo/x200/board_info.txt
index 60496f5..3362d6e 100644
--- a/src/mainboard/lenovo/x200/board_info.txt
+++ b/src/mainboard/lenovo/x200/board_info.txt
@@ -1,5 +1,5 @@
Category: laptop
-ROM package: SOIC-16
+ROM package: SOIC-16 or SOIC-8
ROM protocol: SPI
ROM socketed: n
Flashrom support: n