Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47767 )
Change subject: doc/relnotes/4.13: Remove duplicated `CPU` ......................................................................
doc/relnotes/4.13: Remove duplicated `CPU`
Change-Id: Ib423a0d4341560301138e06b00a704c2baae4867 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M Documentation/releases/coreboot-4.13-relnotes.md 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/47767/1
diff --git a/Documentation/releases/coreboot-4.13-relnotes.md b/Documentation/releases/coreboot-4.13-relnotes.md index 32116e6..a366d35 100644 --- a/Documentation/releases/coreboot-4.13-relnotes.md +++ b/Documentation/releases/coreboot-4.13-relnotes.md @@ -62,7 +62,7 @@
### New version of SMM loader
-A new version of the SMM loader which accommodates platforms with over 32 CPU +A new version of the SMM loader which accommodates platforms with over 32 CPU threads. The existing version of SMM loader uses a 64K code/data segment and only a limited number of CPU threads can fit into one segment (because of save state, STM, other features, etc). This loader extends beyond
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47767 )
Change subject: doc/relnotes/4.13: Remove duplicated `CPU` ......................................................................
Patch Set 1: Code-Review+2
Christian Walter has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47767 )
Change subject: doc/relnotes/4.13: Remove duplicated `CPU` ......................................................................
Patch Set 1: Code-Review+2
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47767 )
Change subject: doc/relnotes/4.13: Remove duplicated `CPU` ......................................................................
Patch Set 1: Code-Review+2
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47767 )
Change subject: doc/relnotes/4.13: Remove duplicated `CPU` ......................................................................
Patch Set 1: Code-Review+1
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47767 )
Change subject: doc/relnotes/4.13: Remove duplicated `CPU` ......................................................................
Patch Set 1: Code-Review+2
Does Jenkins really run a whole build just to verify a change to a `.md` file didn't break the build?
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47767 )
Change subject: doc/relnotes/4.13: Remove duplicated `CPU` ......................................................................
Patch Set 1:
Patch Set 1: Code-Review+2
Does Jenkins really run a whole build just to verify a change to a `.md` file didn't break the build?
Yes, but it should be really quick because of ccache. It may take longer if other patches need to be built first.
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47767 )
Change subject: doc/relnotes/4.13: Remove duplicated `CPU` ......................................................................
Patch Set 1: Code-Review+2
+10 :P
Michael Niewöhner has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47767 )
Change subject: doc/relnotes/4.13: Remove duplicated `CPU` ......................................................................
doc/relnotes/4.13: Remove duplicated `CPU`
Change-Id: Ib423a0d4341560301138e06b00a704c2baae4867 Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/47767 Reviewed-by: Arthur Heymans arthur@aheymans.xyz Reviewed-by: Christian Walter christian.walter@9elements.com Reviewed-by: Felix Singer felixsinger@posteo.net Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Tim Wawrzynczak twawrzynczak@chromium.org Reviewed-by: Michael Niewöhner foss@mniewoehner.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M Documentation/releases/coreboot-4.13-relnotes.md 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Arthur Heymans: Looks good to me, approved Felix Singer: Looks good to me, approved Tim Wawrzynczak: Looks good to me, approved Christian Walter: Looks good to me, approved Michael Niewöhner: Looks good to me, approved
diff --git a/Documentation/releases/coreboot-4.13-relnotes.md b/Documentation/releases/coreboot-4.13-relnotes.md index 32116e6..a366d35 100644 --- a/Documentation/releases/coreboot-4.13-relnotes.md +++ b/Documentation/releases/coreboot-4.13-relnotes.md @@ -62,7 +62,7 @@
### New version of SMM loader
-A new version of the SMM loader which accommodates platforms with over 32 CPU +A new version of the SMM loader which accommodates platforms with over 32 CPU threads. The existing version of SMM loader uses a 64K code/data segment and only a limited number of CPU threads can fit into one segment (because of save state, STM, other features, etc). This loader extends beyond