the following patch was just integrated into master:
commit 80c1ecc6bdacd18967d88f5eb1c7ab97b2cdf334
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Tue Jan 28 00:05:29 2014 +0100
lenovo/x201: Move mainboard init to mainboard_init.
Rather than having it inside mainboard_enable.
Change-Id: Ie8bd25eb49b919b4e25c4628e3557fc66b2ba4d9
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
See http://review.coreboot.org/4840 for details.
-gerrit
Edward O'Callaghan (eocallaghan(a)alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5314
-gerrit
commit 6dad95cd87ecfe03055c49721c877a459da7fd28
Author: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Date: Sat Mar 1 09:27:37 2014 +1100
lib/selfboot: s_srcaddr is uninitialized.
s_srcaddr is uninitialized in the BSS section, leading to a
garbage valued operand on the LHS of a '<' on line 383.
Change-Id: Ie4fec91b09c70fb1d91ad3918ac3f60653fa1d83
Signed-off-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
---
src/lib/selfboot.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c
index 222eae2..2d12a2b 100644
--- a/src/lib/selfboot.c
+++ b/src/lib/selfboot.c
@@ -352,6 +352,7 @@ static int build_self_segment_list(
ntohl(segment->mem_len));
new = malloc(sizeof(*new));
new->s_filesz = 0;
+ new->s_srcaddr = NULL;
new->s_dstaddr = ntohll(segment->load_addr);
new->s_memsz = ntohl(segment->mem_len);
break;
the following patch was just integrated into master:
commit 6f47f9b58c54a6499d9e0b8016e70c12946b5f96
Author: Chris Douglass <cdouglass.orion(a)gmail.com>
Date: Tue Feb 18 11:21:02 2014 -0500
drivers/spi: Sort SPI flash files
Change-Id: Id7e65065556ca7225969ca0afdb21eda24aeb967
Signed-off-by: Christopher Douglass <cdouglass.orion(a)gmail.com>
See http://review.coreboot.org/5260 for details.
-gerrit
the following patch was just integrated into master:
commit 8e4b3c56abf8083f1816b607760f3ad8fdcc7873
Author: Chris Douglass <cdouglass.orion(a)gmail.com>
Date: Fri Feb 28 08:54:41 2014 -0500
util/ifdtool: cleanup some magic numbers
There are five firmware regions that are (currently) defined. This
was assumed throughout the ifdtool code with many literal 4s and
5s. This patch changes them to refer to a new #define NUM_REGIONS.
Change-Id: I523d3763942f875025ebc4b9ba8b2ccf1db5b2f5
Signed-off-by: Christopher Douglass <cdouglass.orion(a)gmail.com>
See http://review.coreboot.org/5313 for details.
-gerrit
the following patch was just integrated into master:
commit 4a2661620347a6e8deba6ed579f9c4ecf17c3c18
Author: Chris Douglass <cdouglass.orion(a)gmail.com>
Date: Thu Feb 27 09:25:19 2014 -0500
util/ifdtool: add option to change flash layout
The new option "--newlayout <file>" will read <file> in flashrom's
layout format and copy flash regions from the current flash image
file to a new flash image file.
If a region grows, the padding is added at the beginning of the target
region in the new file so that the data is "right-aligned" to the
end of the region.
If a region shrinks, a warning is given and the tail end of existing
data is copied to the target region in the new file.
Regions of zero or negative size are ignored. (In the example below
00fff000:00000fff regions are an artifact of the address encoding
in the register fields.)
Example Usage:
Given a flash image for a board with a Sandy Bridge processor and
Intel 6-Series chipset in the file vpx7654.bin
ifdtool --layout layout.txt vpx7564.bin
will yield the file layout.txt:
00000000:00000fff fd
00180000:003fffff bios
00001000:0017ffff me
00fff000:00000fff gbe
00fff000:00000fff pd
Notice that the "bios" portion extends to the end of the 4MB flash.
It may be edited to extend the bios portion to consume to the extent
of an 8MB flash. like layout2.txt:
00000000:00000fff fd
00180000:007fffff bios
00001000:0017ffff me
00fff000:00000fff gbe
00fff000:00000fff pd
ifdtool --newlayout layout.txt vpx7654.bin
will create a file vpx7654.bin.new that is 8MB.
Change-Id: I0e0925a725c40fa44d8c4b6e86552028779d0523
Signed-off-by: Christopher Douglass <cdouglass.orion(a)gmail.com>
See http://review.coreboot.org/5312 for details.
-gerrit
the following patch was just integrated into master:
commit d6c514c05327e5399e90a95e95d5dbdccd7841d5
Author: Chris Douglass <cdouglass.orion(a)gmail.com>
Date: Wed Feb 26 13:30:13 2014 -0500
util/ifdtool: add option to dump flashrom layout
Dump the Intel Flash Descriptor map in the format expected
by flashrom's "layout" option.
Example usage:
Given a 4MB flash image vpx7654.bin that was generated by Intel's
FITC tool for a 6-Series chipset...
./ifdtool --layout l.txt vpx7654.bin
cat l.txt
00000000:00000fff fd
00180000:003fffff bios
00001000:0017ffff me
00fff000:00000fff gbe
00fff000:00000fff pd
Change-Id: Ib740178ed6935b5f6e1dba1be674303f9f980429
Signed-off-by: Christopher Douglass <cdouglass.orion(a)gmail.com>
See http://review.coreboot.org/5306 for details.
-gerrit
Idwer Vollering (vidwer(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5171
-gerrit
commit d2f768b6800e8571d50a06f1a78a8501ba3156dc
Author: Paul Menzel <paulepanter(a)users.sourceforge.net>
Date: Sun Feb 9 10:20:02 2014 +0100
util/board_status/board_status.sh: set its executable flag
Change-Id: I58f6d356bf1625ee205a536ee95c08294891b123
Signed-off-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
---
util/board_status/board_status.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh
old mode 100644
new mode 100755