the following patch was just integrated into master:
commit f7c6d489ae28af611811515c1df96cfb10c79e9f
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Wed Feb 6 15:47:31 2013 -0600
rmodule: add ramstage support
Coreboot's ramstage defines certain sections/symbols in its fixed
static linker script. It uses these sections/symbols for locating the
drivers as well as its own program information. Add these sections
and symbols to the rmodule linker script so that ramstage can be
linked as an rmodule. These sections and symbols are a noop for other
rmodule-linked programs, but they are vital to the ramstage.
Also add a comment in coreboot_ram.ld to mirror any changes made there
to the rmodule linker script.
Change-Id: Ib9885a00e987aef0ee1ae34f1d73066e15bca9b1
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: http://review.coreboot.org/2786
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones(a)se-eng.com>
Build-Tested: build bot (Jenkins) at Tue Mar 19 03:25:20 2013, giving +1
See http://review.coreboot.org/2786 for details.
-gerrit
the following patch was just integrated into master:
commit 991ce8fc74ff80cbe2c1c892e40aac0b209f35c4
Author: David Hendricks <dhendrix(a)chromium.org>
Date: Mon Mar 18 21:54:13 2013 -0700
google/snow: fix a GPIO array index
This fixes a trivial error with the recovery mode GPIO index.
Change-Id: I7290c1e23cdddaf91c9021d4e4252c0c772b6eab
Signed-off-by: David Hendricks <dhendrix(a)chromium.org>
Reviewed-on: http://review.coreboot.org/2825
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Build-Tested: build bot (Jenkins) at Tue Mar 19 19:52:33 2013, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer(a)coreboot.org> at Tue Mar 19 20:30:57 2013, giving +2
See http://review.coreboot.org/2825 for details.
-gerrit