the following patch was just integrated into master:
commit cd0bc987be61313f40ab92707ed7574ae591dfc4
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Sat Nov 19 12:36:09 2016 -0600
lib: add region file support
The region file library is added to provide the underpinnings for
other libraries that support appending updates when the data changes.
The most recent written data is deemed the latest data associated
with that "file". A good example is the MRC cache which in a follow-up
patch utilizes this library.
BUG=chrome-os-partner:56151
Change-Id: Ic3caf1edbb6f11dbbe27181a87b7b19d1224fffa
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: https://review.coreboot.org/17713
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan(a)google.com>
See https://review.coreboot.org/17713 for details.
-gerrit
the following patch was just integrated into master:
commit 30c64be4ce1c3082c0dc0399ce0a5418698ad0cc
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Sat Dec 3 21:05:53 2016 -0600
lib/compute_ip_checksum: mark data buffer as const
compute_ip_checksum() doesn't manipulate the data it is passed.
Therefore, mark it as const.
BUG=chrome-os-partner:56151
Change-Id: I54cff9695a886bacd6314aa441d96aaa7a991101
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: https://review.coreboot.org/17714
Tested-by: build bot (Jenkins)
Reviewed-by: Duncan Laurie <dlaurie(a)chromium.org>
Reviewed-by: Furquan Shaikh <furquan(a)google.com>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See https://review.coreboot.org/17714 for details.
-gerrit
the following patch was just integrated into master:
commit 7c6951b059b9a7c36486a73f656ad8a88f648626
Author: Matt DeVillier <matt.devillier(a)gmail.com>
Date: Tue Dec 6 17:59:23 2016 -0600
google/beltino, tidus: simplify led_power_on() function
Simplify set_power_led() by consolidating switch and setting values
as needed inline based on LED state. Remove unnecesary function
param, includes for Tidus.
Change-Id: I28e6fac5f8d7e2ff419002db714ce88697895faf
Signed-off-by: Matt DeVillier <matt.devillier(a)gmail.com>
Reviewed-on: https://review.coreboot.org/17744
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h(a)gmx.de>
See https://review.coreboot.org/17744 for details.
-gerrit
Paul Menzel (paulepanter(a)users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17774
-gerrit
commit 1a9e8b244b34c5147f7252e8ac032a9e15861dd8
Author: Paul Menzel <pmenzel(a)molgen.mpg.de>
Date: Thu Dec 8 13:22:44 2016 +0100
[NOTFORMERGE] Kconfig: Do not build SMBIOS table by default
This is for build testing the code.
Change-Id: I9695ed9e2bf0ccb1bf1e1cf5bf6e7eef3e772fe2
Signed-off-by: Paul Menzel <pmenzel(a)molgen.mpg.de>
---
src/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Kconfig b/src/Kconfig
index a22a2b3..154ecb4 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -757,7 +757,7 @@ config GENERATE_PIRQ_TABLE
config GENERATE_SMBIOS_TABLES
depends on ARCH_X86
bool "Generate SMBIOS tables"
- default y
+ default n
help
Generate SMBIOS tables for this board.
the following patch was just integrated into master:
commit f5dd23f954d0de1295bd403f641223e1f79af153
Author: Damien Zammit <damien(a)zamaudio.com>
Date: Thu Dec 1 23:29:34 2016 +1100
drivers/r8168: Read default MAC address from CBFS
This driver applies to 10ec:8168
Previously, this driver resetted the nic and set a hardcoded
MAC address. Now the driver reads a default MAC address
from CBFS in the form of a string:
echo -n "xx:xx:xx:xx:xx:xx" > macaddress
and store the macaddress file in CBFS with the same name.
TESTED on GA-G41M-ES2L and GA-945GCM-S2L:
MAC address was detected
Change-Id: If1af91120fa3efca3f1406334a83ed1e59fbdaf9
Signed-off-by: Damien Zammit <damien(a)zamaudio.com>
Reviewed-on: https://review.coreboot.org/17672
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-by: Nico Huber <nico.h(a)gmx.de>
See https://review.coreboot.org/17672 for details.
-gerrit