the following patch was just integrated into master:
commit cbe7464c623d148c96974f0ce8724ead0ad5478d
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Tue Aug 23 21:07:28 2016 +0200
src/cpu: Add required space before opening parenthesis '('
Change-Id: I7fb9bfcaeec0b9dfd0695d2b2d398fd01091f6bc
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/16286
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Omar Pakker
See https://review.coreboot.org/16286 for details.
-gerrit
the following patch was just integrated into master:
commit 3f4aece4e07b15a5a2d191873da04b88c8e87049
Author: Andrey Petrov <andrey.petrov(a)intel.com>
Date: Mon Jun 27 13:39:34 2016 -0700
soc/intel/apollolake: Add CQOS CAR implementation
Add new option to set up Cache-As-RAM by using CQOS, Cache Quality of
Service. CQOS allows setting ways of cache in no-fill mode, while keeping
other ways in regular evicting mode. This effectively allows using CAR
and cache simultaneously.
BUG=chrome-os-partner:51959
TEST=switch from NEM to CQOS and back, boot
Change-Id: Ic7f9899918f94a5788b02a4fbd2f5d5ba9aaf91d
Signed-off-by: Andrey Petrov <andrey.petrov(a)intel.com>
Reviewed-on: https://review.coreboot.org/15455
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See https://review.coreboot.org/15455 for details.
-gerrit
the following patch was just integrated into master:
commit 7f72c9b30ec543fc5d485dca5f15790d2c4b03f3
Author: Andrey Petrov <andrey.petrov(a)intel.com>
Date: Fri Jun 24 18:15:09 2016 -0700
soc/intel/apollolake: Update stage link addresses for 768 KiB cache
Update link addresses for romstage and verstage. Also update FSP-M relocation
address.
BUG=chrome-os-partner:51959
Change-Id: Ia51a341f05b33151ea5fda9f8620408b5a15bc19
Signed-off-by: Andrey Petrov <andrey.petrov(a)intel.com>
Reviewed-on: https://review.coreboot.org/15454
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See https://review.coreboot.org/15454 for details.
-gerrit
the following patch was just integrated into master:
commit 0dde2917a5056bc57cf6da9b2fc41723701b6d41
Author: Andrey Petrov <andrey.petrov(a)intel.com>
Date: Mon Jun 27 15:21:26 2016 -0700
soc/intel/apollolake: Handle CAR sizes other than 1 MiB
Since whole L2 (1MiB) is not used, it is possible to shrink CAR size
to 768 KiB. Since 768 KiB is not power of two, 2 MTRRs are used to
set it up. This is a part of CQOS enabling.
BUG=chrome-os-partner:51959
Change-Id: I56326a1790df202a0e428e092dd90286c58763c5
Signed-off-by: Andrey Petrov <andrey.petrov(a)intel.com>
Reviewed-on: https://review.coreboot.org/15453
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See https://review.coreboot.org/15453 for details.
-gerrit
the following patch was just integrated into master:
commit 2078e75b00582f4e250c374df0ce970da9e1b66e
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Sun Aug 21 10:41:44 2016 +0200
src/arch: Capitalize CPU and ACPI
Change-Id: I37dfa853c3dbe93a52f6c37941b17717e22f6430
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/16277
Reviewed-by: Omar Pakker
Tested-by: build bot (Jenkins)
See https://review.coreboot.org/16277 for details.
-gerrit
the following patch was just integrated into master:
commit f772f9c6d2a3abc196fcc76cfaaa96f8381902b0
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Sun Aug 21 18:28:17 2016 +0200
src/device: Add required space before opening parenthesis '('
Change-Id: I48477c2917ab1be14d3cedf25e8b97dae1c1d309
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/16289
Tested-by: build bot (Jenkins)
Reviewed-by: Omar Pakker
See https://review.coreboot.org/16289 for details.
-gerrit
the following patch was just integrated into master:
commit 11fc8015bd77c9b4212d2eac6e8254599a24bfed
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Sun Aug 21 17:28:20 2016 +0200
src/include: Add required space before opening parenthesis '('
Change-Id: I307d37cdf2647467d4c88dfa4be5c66c8587202e
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/16285
Tested-by: build bot (Jenkins)
Reviewed-by: Omar Pakker
See https://review.coreboot.org/16285 for details.
-gerrit
the following patch was just integrated into master:
commit a1ac10fc8518938035c8384163bb05257513f0e6
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Sun Aug 21 18:21:59 2016 +0200
src/device: Remove unnecessary whitespace before newline
Change-Id: I3536a99a1a6fd2bc7b10777654c1937b92e8eacd
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/16288
Tested-by: build bot (Jenkins)
Reviewed-by: Omar Pakker
See https://review.coreboot.org/16288 for details.
-gerrit
the following patch was just integrated into master:
commit 70d79a454676b551f3bc2059217179e31905ee5c
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Sun Aug 21 18:36:06 2016 +0200
src/southbridge: Add required space before opening parenthesis '('
Change-Id: I43b9b86fd51dbdc50108026099c60238f3012cbe
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/16290
Tested-by: build bot (Jenkins)
Reviewed-by: Omar Pakker
See https://review.coreboot.org/16290 for details.
-gerrit