Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Documentation: Add 4.10/4.11 release notes
For 4.11 that's obviously just the release notes template.
Change-Id: I44c15bcaedf1367d745c533cc0a4acebdd2f812e Signed-off-by: Patrick Georgi pgeorgi@google.com --- M Documentation/releases/coreboot-4.10-relnotes.md A Documentation/releases/coreboot-4.11-relnotes.md 2 files changed, 130 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/34469/1
diff --git a/Documentation/releases/coreboot-4.10-relnotes.md b/Documentation/releases/coreboot-4.10-relnotes.md index 9a6d63c..3800650 100644 --- a/Documentation/releases/coreboot-4.10-relnotes.md +++ b/Documentation/releases/coreboot-4.10-relnotes.md @@ -1,18 +1,39 @@ -Upcoming release - coreboot 4.10 +coreboot 4.10 release notes ===========================
-The 4.10 release is planned for April/May 2019 +The 4.10 release covers commit a2faaa9a2 to commit ae317695e3 +There is a pgp signed 4.10 in the git repository, and a branch will +be created as needed.
-Update this document with changes that should be in the release -notes. -* Please use Markdown. -* See the [4.7](coreboot-4.7-relnotes.md) and [4.9](coreboot-4.9-relnotes.md) - release notes for the general format. -* The chip and board additions and removals will be updated right -before the release, so those do not need to be added. +In nearly 8 months since 4.9 we had 198 authors commit 2538 changes +to master. Of these, 85 authors made their first commit to coreboot: +Welcome!
-Significant changes -------------------- +Between the releases the tree grew by about 11000 lines of code plus +5000 lines of comments. + +Again, a big Thank You to all contributors who helped shape the coreboot +project, community and code with their effort, no matter if through +development, review, testing, documentation or by helping people asking +questions on our venues like IRC or our mailing list. + +What's New +---------- + +Most of the changes were to mainboards, and on the chipset side, lots +of activity concentrated on x86. However compared to previous releases +activity (and therefore interest, probably) increased in vboot and in +non-x86 architectures. However it's harder this time to give this release +a single topic like the last: This release accumulates some of everything. + +Clean Up +-------- +As usual, there was a lot of cleaning up going on, and there notably, +a good chunk of this year's Google Summer of Code project to clean out +the issues reported by Coverity Scan is already in. + +The only larger scale change that was registered in the pre-release +notes was also about cleaning up the tree:
### `device_t` is no more coreboot used to have a data type, `device_t` that changed shape depending on @@ -22,3 +43,84 @@ our romcc compiler.
That data type is now gone. + +Release Notes maintenance +------------------------- +Speaking of pre-release notes: After 4.10 we'll start a document for +4.11 in the git repository. Feel free to add notable achievements there +so we remember to give them a shout out in the next release's notes. + +Deprecations +------------ +As announced in the 4.9 release notes, there are no deprecations after 4.10. +While 4.10 is also released late and we target a 4.11 release in October we +nonetheless want to announce deprecations this time: These are under +discussion since January, people are working on mitigations for about as long +and so it should be possible to resolve the outstanding issues by end of +October. + +Specifically, we want to require code to work with the following Kconfig +options so we can remove the options and the code they disable: + +* C_ENVIRONMENT_BOOTBLOCK +* NO_CAR_GLOBAL_MIGRATION + +These only affect x86 and if your platform only works without them, please +look into fixing that. + +Added 31 mainboards: +------------------- +ASROCK H110M-DVS +ASUS H61M-CS +ASUS P5G41T-M-LX +ASUS P5QPL-AM +ASUS P8Z77-M-PRO +FACEBOOK FBG1701 +FOXCONN G41M +GIGABYTE GA-H61MA-D3V +GOOGLE BLOOG +GOOGLE FLAPJACK +GOOGLE GARG +GOOGLE HATCH-WHL +GOOGLE HELIOS +GOOGLE KINDRED +GOOGLE KODAMA +GOOGLE KOHAKU +GOOGLE KRANE +GOOGLE MISTRAL +HP COMPAQ-8200-ELITE-SFF-PC +INTEL COMETLAKE-RVP +INTEL KBLRVP11 +LENOVO R500 +LENOVO X1 +MSI MS7707 +PORTWELL M107 +PURISM LIBREM13-V4 +PURISM LIBREM15-V4 +SUPERMICRO X10SLM-PLUS-F +UP SQUARED + +Removed 8 mainboards: +------------------- +GOOGLE BIP +GOOGLE DELAN +GOOGLE ROWAN +PCENGINES ALIX1C +PCENGINES ALIX2C +PCENGINES ALIX2D +PCENGINES ALIX6 + +Removed 10 processors: +------------------- +src/cpu/amd/geode_lx +src/cpu/intel/model_69x +src/cpu/intel/model_6dx + +Added 3 socs: +------------------- +src/soc/amd/picasso +src/soc/qualcomm/qcs405 + +Toolchain +--------- +* Update to gcc 8.3.0, binutils 2.32, IASL 20190509, clang 8 diff --git a/Documentation/releases/coreboot-4.11-relnotes.md b/Documentation/releases/coreboot-4.11-relnotes.md new file mode 100644 index 0000000..d6d1b87 --- /dev/null +++ b/Documentation/releases/coreboot-4.11-relnotes.md @@ -0,0 +1,17 @@ +Upcoming release - coreboot 4.11 +================================ + +The 4.11 release is planned for October 2019 + +Update this document with changes that should be in the release +notes. +* Please use Markdown. +* See the [4.9](coreboot-4.9-relnotes.md) and [4.10](coreboot-4.10-relnotes.md) + release notes for the general format. +* The chip and board additions and removals will be updated right +before the release, so those do not need to be added. + +Significant changes +------------------- + +### Add significant changes here
Patrick Georgi has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Documentation: Add 4.10/4.11 release notes
For 4.11 that's obviously just the release notes template.
Change-Id: I44c15bcaedf1367d745c533cc0a4acebdd2f812e Signed-off-by: Patrick Georgi pgeorgi@google.com --- M Documentation/releases/coreboot-4.10-relnotes.md A Documentation/releases/coreboot-4.11-relnotes.md 2 files changed, 130 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/34469/2
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Patch Set 2: Code-Review+1
(8 comments)
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... File Documentation/releases/coreboot-4.10-relnotes.md:
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 59: by end by *the* end
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 68: and I'd use a full stop instead.
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 71: 31 I see 28 entries
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 103: 8 7 here
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 113: 10 3
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 119: 3 2
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... File Documentation/releases/coreboot-4.11-relnotes.md:
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 10: release notes for the general format. Nit: a second space here?
https://review.coreboot.org/c/coreboot/+/34469/2/Documentation/releases/core... File Documentation/releases/coreboot-4.11-relnotes.md:
https://review.coreboot.org/c/coreboot/+/34469/2/Documentation/releases/core... PS2, Line 12: before the release, so those do not need to be added. Nit: two spaces here?
Hello Angel Pons, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34469
to look at the new patch set (#3).
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Documentation: Add 4.10/4.11 release notes
For 4.11 that's obviously just the release notes template.
Change-Id: I44c15bcaedf1367d745c533cc0a4acebdd2f812e Signed-off-by: Patrick Georgi pgeorgi@google.com --- M Documentation/releases/coreboot-4.10-relnotes.md A Documentation/releases/coreboot-4.11-relnotes.md 2 files changed, 142 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/34469/3
Hello Angel Pons, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34469
to look at the new patch set (#4).
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Documentation: Add 4.10/4.11 release notes
For 4.11 that's obviously just the release notes template.
Change-Id: I44c15bcaedf1367d745c533cc0a4acebdd2f812e Signed-off-by: Patrick Georgi pgeorgi@google.com --- M Documentation/releases/coreboot-4.10-relnotes.md A Documentation/releases/coreboot-4.11-relnotes.md 2 files changed, 142 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/34469/4
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Patch Set 4:
(6 comments)
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... File Documentation/releases/coreboot-4.10-relnotes.md:
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 59: by end
by *the* end
Done
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 68: and
I'd use a full stop instead.
good idea. done.
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 71: 31
I see 28 entries
oops, right. there was some stuff moving back and forth (e.g. RISC to RISC32/64) and I forgot to update the numbers
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 103: 8
7 here
Done
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 113: 10
3
Done
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 119: 3
2
Done
Hello Angel Pons, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34469
to look at the new patch set (#5).
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Documentation: Add 4.10/4.11 release notes
For 4.11 that's obviously just the release notes template.
Change-Id: I44c15bcaedf1367d745c533cc0a4acebdd2f812e Signed-off-by: Patrick Georgi pgeorgi@google.com --- M Documentation/releases/coreboot-4.10-relnotes.md A Documentation/releases/coreboot-4.11-relnotes.md 2 files changed, 142 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/34469/5
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Patch Set 5:
(2 comments)
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... File Documentation/releases/coreboot-4.11-relnotes.md:
https://review.coreboot.org/c/coreboot/+/34469/1/Documentation/releases/core... PS1, Line 10: release notes for the general format.
Nit: a second space here?
Done
https://review.coreboot.org/c/coreboot/+/34469/2/Documentation/releases/core... File Documentation/releases/coreboot-4.11-relnotes.md:
https://review.coreboot.org/c/coreboot/+/34469/2/Documentation/releases/core... PS2, Line 12: before the release, so those do not need to be added.
Nit: two spaces here?
Done
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Patch Set 5: Code-Review+1
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Patch Set 5: Code-Review+2
Great!
Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Patch Set 5: Code-Review+2
I think this is good. Thanks Patrick.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Patch Set 5: Code-Review+2
LGTM
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/34469/5/Documentation/releases/core... File Documentation/releases/coreboot-4.10-relnotes.md:
https://review.coreboot.org/c/coreboot/+/34469/5/Documentation/releases/core... PS5, Line 78: * NO_CAR_GLOBAL_MIGRATION So RELOCATABLE_RAMSTAGE is still not a requirement on x86? It might not be strictly implied by NO_CAR_GLOBAL_MIGRATION, so mention it explicitly unless it was decided otherwise.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Patch Set 5:
(3 comments)
Thank you for drafting this up.
https://review.coreboot.org/c/coreboot/+/34469/5/Documentation/releases/core... File Documentation/releases/coreboot-4.10-relnotes.md:
https://review.coreboot.org/c/coreboot/+/34469/5/Documentation/releases/core... PS5, Line 67: As announced in the 4.9 release notes, there are no deprecations after 4.10. s/after/in/ or s/no/new/?
https://review.coreboot.org/c/coreboot/+/34469/5/Documentation/releases/core... PS5, Line 83: Added 28 mainboards: Specify (excluding variants)?
https://review.coreboot.org/c/coreboot/+/34469/5/Documentation/releases/core... PS5, Line 83: Added 28 mainboards: : -------------------- : ASROCK H110M-DVS : ASUS H61M-CS : ASUS P5G41T-M-LX : ASUS P5QPL-AM : ASUS P8Z77-M-PRO : FACEBOOK FBG1701 : FOXCONN G41M : GIGABYTE GA-H61MA-D3V : GOOGLE BLOOG : GOOGLE FLAPJACK : GOOGLE GARG : GOOGLE HATCH-WHL : GOOGLE HELIOS : GOOGLE KINDRED : GOOGLE KODAMA : GOOGLE KOHAKU : GOOGLE KRANE : GOOGLE MISTRAL : HP COMPAQ-8200-ELITE-SFF-PC : INTEL COMETLAKE-RVP : INTEL KBLRVP11 : LENOVO R500 : LENOVO X1 : MSI MS7707 : PORTWELL M107 : PURISM LIBREM13-V4 : PURISM LIBREM15-V4 : SUPERMICRO X10SLM-PLUS-F : UP SQUARED : : Removed 7 mainboards: : --------------------- : GOOGLE BIP : GOOGLE DELAN : GOOGLE ROWAN : PCENGINES ALIX1C : PCENGINES ALIX2C : PCENGINES ALIX2D : PCENGINES ALIX6 : : Removed 3 processors: : --------------------- : src/cpu/amd/geode_lx : src/cpu/intel/model_69x : src/cpu/intel/model_6dx : : Added 2 socs: : ------------- : src/soc/amd/picasso : src/soc/qualcomm/qcs405 Add new section *Device and board changes*, and mark the existing sections up as header level 2?
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Patch Set 5:
(4 comments)
https://review.coreboot.org/c/coreboot/+/34469/5/Documentation/releases/core... File Documentation/releases/coreboot-4.10-relnotes.md:
https://review.coreboot.org/c/coreboot/+/34469/5/Documentation/releases/core... PS5, Line 67: As announced in the 4.9 release notes, there are no deprecations after 4.10.
s/after/in/ or s/no/new/?
No, we deprecate things immediately after a release. That way, the tag 4.10 is the last commit where we guarantee that something is still there.
https://review.coreboot.org/c/coreboot/+/34469/5/Documentation/releases/core... PS5, Line 78: * NO_CAR_GLOBAL_MIGRATION
So RELOCATABLE_RAMSTAGE is still not a requirement on x86? It might not be strictly implied by NO_CA […]
Done
https://review.coreboot.org/c/coreboot/+/34469/5/Documentation/releases/core... PS5, Line 83: Added 28 mainboards:
Specify (excluding variants)?
Google Flapjack (to pick one) is a variant?
https://review.coreboot.org/c/coreboot/+/34469/5/Documentation/releases/core... PS5, Line 83: Added 28 mainboards: : -------------------- : ASROCK H110M-DVS : ASUS H61M-CS : ASUS P5G41T-M-LX : ASUS P5QPL-AM : ASUS P8Z77-M-PRO : FACEBOOK FBG1701 : FOXCONN G41M : GIGABYTE GA-H61MA-D3V : GOOGLE BLOOG : GOOGLE FLAPJACK : GOOGLE GARG : GOOGLE HATCH-WHL : GOOGLE HELIOS : GOOGLE KINDRED : GOOGLE KODAMA : GOOGLE KOHAKU : GOOGLE KRANE : GOOGLE MISTRAL : HP COMPAQ-8200-ELITE-SFF-PC : INTEL COMETLAKE-RVP : INTEL KBLRVP11 : LENOVO R500 : LENOVO X1 : MSI MS7707 : PORTWELL M107 : PURISM LIBREM13-V4 : PURISM LIBREM15-V4 : SUPERMICRO X10SLM-PLUS-F : UP SQUARED : : Removed 7 mainboards: : --------------------- : GOOGLE BIP : GOOGLE DELAN : GOOGLE ROWAN : PCENGINES ALIX1C : PCENGINES ALIX2C : PCENGINES ALIX2D : PCENGINES ALIX6 : : Removed 3 processors: : --------------------- : src/cpu/amd/geode_lx : src/cpu/intel/model_69x : src/cpu/intel/model_6dx : : Added 2 socs: : ------------- : src/soc/amd/picasso : src/soc/qualcomm/qcs405
Add new section *Device and board changes*, and mark the existing sections up as header level 2?
I stuck to what the release notes script gave me and otherwise it's similar to what's in coreboot 4.9's notes. I'd leave it at that this time.
Stefan Reinauer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Patch Set 5: Code-Review+2
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Documentation: Add 4.10/4.11 release notes
For 4.11 that's obviously just the release notes template.
Change-Id: I44c15bcaedf1367d745c533cc0a4acebdd2f812e Signed-off-by: Patrick Georgi pgeorgi@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/34469 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: HAOUAS Elyes ehaouas@noos.fr Reviewed-by: Arthur Heymans arthur@aheymans.xyz Reviewed-by: Martin Roth martinroth@google.com Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org --- M Documentation/releases/coreboot-4.10-relnotes.md A Documentation/releases/coreboot-4.11-relnotes.md 2 files changed, 142 insertions(+), 11 deletions(-)
Approvals: build bot (Jenkins): Verified Stefan Reinauer: Looks good to me, approved Martin Roth: Looks good to me, approved HAOUAS Elyes: Looks good to me, but someone else must approve Arthur Heymans: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/Documentation/releases/coreboot-4.10-relnotes.md b/Documentation/releases/coreboot-4.10-relnotes.md index 9a6d63c..ce1c713 100644 --- a/Documentation/releases/coreboot-4.10-relnotes.md +++ b/Documentation/releases/coreboot-4.10-relnotes.md @@ -1,18 +1,39 @@ -Upcoming release - coreboot 4.10 +coreboot 4.10 release notes ===========================
-The 4.10 release is planned for April/May 2019 +The 4.10 release covers commit a2faaa9a2 to commit ae317695e3 +There is a pgp signed 4.10 tag in the git repository, and a branch will +be created as needed.
-Update this document with changes that should be in the release -notes. -* Please use Markdown. -* See the [4.7](coreboot-4.7-relnotes.md) and [4.9](coreboot-4.9-relnotes.md) - release notes for the general format. -* The chip and board additions and removals will be updated right -before the release, so those do not need to be added. +In nearly 8 months since 4.9 we had 198 authors commit 2538 changes +to master. Of these, 85 authors made their first commit to coreboot: +Welcome!
-Significant changes -------------------- +Between the releases the tree grew by about 11000 lines of code plus +5000 lines of comments. + +Again, a big Thank You to all contributors who helped shape the coreboot +project, community and code with their effort, no matter if through +development, review, testing, documentation or by helping people asking +questions on our venues like IRC or our mailing list. + +What's New +---------- + +Most of the changes were to mainboards, and on the chipset side, lots +of activity concentrated on x86. However compared to previous releases +activity (and therefore interest, probably) increased in vboot and in +non-x86 architectures. However it's harder this time to give this release +a single topic like the last: This release accumulates some of everything. + +Clean Up +-------- +As usual, there was a lot of cleaning up going on, and there notably, +a good chunk of this year's Google Summer of Code project to clean out +the issues reported by Coverity Scan is already in. + +The only larger scale change that was registered in the pre-release +notes was also about cleaning up the tree:
### `device_t` is no more coreboot used to have a data type, `device_t` that changed shape depending on @@ -22,3 +43,96 @@ our romcc compiler.
That data type is now gone. + +Release Notes maintenance +------------------------- +Speaking of pre-release notes: After 4.10 we'll start a document for +4.11 in the git repository. Feel free to add notable achievements there +so we remember to give them a shout out in the next release's notes. + +Known Issues +------------ +Sadly, Google Cyan is broken in this release. It doesn't work with the +"C environment" bootblock (as compared to the old romcc type bootblock) +which is now the default. Sadly it doesn't help to simply revert that +change because doing so breaks other boards. + +If you want to use Google Cyan with the release (or if +you're tracking the master branch), please keep an eye on +https://review.coreboot.org/c/coreboot/+/34304 where a solution for this +issue is sought. + +Deprecations +------------ +As announced in the 4.9 release notes, there are no deprecations after 4.10. +While 4.10 is also released late and we target a 4.11 release in October we +nonetheless want to announce deprecations this time: These are under +discussion since January, people are working on mitigations for about as long +and so it should be possible to resolve the outstanding issues by the end of +October. + +Specifically, we want to require code to work with the following Kconfig +options so we can remove the options and the code they disable: + +* C_ENVIRONMENT_BOOTBLOCK +* NO_CAR_GLOBAL_MIGRATION + +These only affect x86. If your platform only works without them, please +look into fixing that. + +Added 28 mainboards: +-------------------- +ASROCK H110M-DVS +ASUS H61M-CS +ASUS P5G41T-M-LX +ASUS P5QPL-AM +ASUS P8Z77-M-PRO +FACEBOOK FBG1701 +FOXCONN G41M +GIGABYTE GA-H61MA-D3V +GOOGLE BLOOG +GOOGLE FLAPJACK +GOOGLE GARG +GOOGLE HATCH-WHL +GOOGLE HELIOS +GOOGLE KINDRED +GOOGLE KODAMA +GOOGLE KOHAKU +GOOGLE KRANE +GOOGLE MISTRAL +HP COMPAQ-8200-ELITE-SFF-PC +INTEL COMETLAKE-RVP +INTEL KBLRVP11 +LENOVO R500 +LENOVO X1 +MSI MS7707 +PORTWELL M107 +PURISM LIBREM13-V4 +PURISM LIBREM15-V4 +SUPERMICRO X10SLM-PLUS-F +UP SQUARED + +Removed 7 mainboards: +--------------------- +GOOGLE BIP +GOOGLE DELAN +GOOGLE ROWAN +PCENGINES ALIX1C +PCENGINES ALIX2C +PCENGINES ALIX2D +PCENGINES ALIX6 + +Removed 3 processors: +--------------------- +src/cpu/amd/geode_lx +src/cpu/intel/model_69x +src/cpu/intel/model_6dx + +Added 2 socs: +------------- +src/soc/amd/picasso +src/soc/qualcomm/qcs405 + +Toolchain +--------- +* Update to gcc 8.3.0, binutils 2.32, IASL 20190509, clang 8 diff --git a/Documentation/releases/coreboot-4.11-relnotes.md b/Documentation/releases/coreboot-4.11-relnotes.md new file mode 100644 index 0000000..995a8e7 --- /dev/null +++ b/Documentation/releases/coreboot-4.11-relnotes.md @@ -0,0 +1,17 @@ +Upcoming release - coreboot 4.11 +================================ + +The 4.11 release is planned for October 2019 + +Update this document with changes that should be in the release +notes. +* Please use Markdown. +* See the [4.9](coreboot-4.9-relnotes.md) and [4.10](coreboot-4.10-relnotes.md) + release notes for the general format. +* The chip and board additions and removals will be updated right + before the release, so those do not need to be added. + +Significant changes +------------------- + +### Add significant changes here
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34469 )
Change subject: Documentation: Add 4.10/4.11 release notes ......................................................................
Patch Set 6:
(1 comment)
https://review.coreboot.org/c/coreboot/+/34469/5/Documentation/releases/core... File Documentation/releases/coreboot-4.10-relnotes.md:
https://review.coreboot.org/c/coreboot/+/34469/5/Documentation/releases/core... PS5, Line 78: * NO_CAR_GLOBAL_MIGRATION
Done
well, it might have been better had I pushed the change, too... will come in a follow-up.