the following patch was just integrated into master:
commit e5f3611ce3d11f12c230ddd775d4a5cf0eea8822
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Sat Oct 1 09:04:19 2016 +0200
mainboard/via/vt8454c: Improve code formatting
Change-Id: Ida10672380f6dffec0daf0073f25f6badfcd83eb
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/16843
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth(a)google.com>
See https://review.coreboot.org/16843 for details.
-gerrit
the following patch was just integrated into master:
commit 5b005196ea1e84cbc651747d0fc96745e19c0612
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Sat Oct 1 09:00:36 2016 +0200
mainboard/apple/macbookair4_2: Use tabs for indents
Change-Id: I2714553e2521f8178538755e3cfadec5c1fc6b12
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/16842
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See https://review.coreboot.org/16842 for details.
-gerrit
the following patch was just integrated into master:
commit c59cc22e5766f987ee875a52e3dc0ad8bcd82b93
Author: Martin Roth <martinroth(a)google.com>
Date: Fri Sep 30 14:44:54 2016 -0600
vendorcode/amd/pi/Kconfig: update AGESA_BINARY_PI_LOCATION to hex
The AGESA_BINARY_PI_LOCATION Kconfig symbol was declared as a string.
Change it to a hex value.
Change-Id: Ifd87b6c8dfcdf950aea9b15a6fea45bb72e8b4e9
Signed-off-by: Martin Roth <martinroth(a)google.com>
Reviewed-on: https://review.coreboot.org/16835
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See https://review.coreboot.org/16835 for details.
-gerrit
the following patch was just integrated into master:
commit 3b87812f004f1b510e36e2fb6a25b54181954190
Author: Martin Roth <martinroth(a)google.com>
Date: Fri Sep 30 14:43:01 2016 -0600
Kconfig: Update default hex values to start with 0x
Kconfig hex values don't need to be in quotes, and should start with
'0x'. If the default value isn't set this way, Kconfig will add the
0x to the start, and the entry can be added unnecessarily to the
defconfig since it's "different" than what was set by the default.
A check for this has been added to the Kconfig lint tool.
Change-Id: I86f37340682771700011b6285e4b4af41b7e9968
Signed-off-by: Martin Roth <martinroth(a)google.com>
Reviewed-on: https://review.coreboot.org/16834
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See https://review.coreboot.org/16834 for details.
-gerrit
the following patch was just integrated into master:
commit cc3365a0398d02dc2e88c3caf969c0b874d6a3dc
Author: Furquan Shaikh <furquan(a)chromium.org>
Date: Fri Sep 30 12:53:19 2016 -0700
TPM2: Fill in empty tlcl_resume function in TPM2 tlcl
On resume, TPM2_Starup(STATE) command needs to be sent to the TPM. This
ensures that TPM restores the state saved at last Shutdown(STATE).
Since tlcl_resume and tlcl_startup both use the same sequence for
sending startup command with different arguments, add a common function
that can be used by both.
BUG=chrome-os-partner:58043
BRANCH=None
TEST=Verified that on resume coreboot no longer complains about index
read for 0x1007. Return value is 0 as expected.
Change-Id: Ib8640acc9cc9cdb3ba5d40e0ccee5ca7d67fa645
Signed-off-by: Furquan Shaikh <furquan(a)chromium.org>
Reviewed-on: https://review.coreboot.org/16832
Tested-by: build bot (Jenkins)
Reviewed-by: Duncan Laurie <dlaurie(a)chromium.org>
See https://review.coreboot.org/16832 for details.
-gerrit
the following patch was just integrated into master:
commit 5db043f0d6ddcae38b8addde1c8b3466265fa823
Author: Arthur Heymans <arthur(a)aheymans.xyz>
Date: Sun Sep 18 20:15:45 2016 +0200
apple/imac52: add mainboard
Add Imac5,2 based on macbook2,1 port.
Change-Id: I34c8313c32920b02a2b964d8718e5b2b6b5a6820
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
Reviewed-on: https://review.coreboot.org/16638
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth(a)google.com>
See https://review.coreboot.org/16638 for details.
-gerrit