HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30676
Change subject: crossgcc: Update GCC to 8.2.0 (test no nds32)
......................................................................
crossgcc: Update GCC to 8.2.0 (test no nds32)
Change-Id: Ifdf165e7a34bb76eb8ce806091268fd28797ffb7
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M util/crossgcc/buildgcc
D util/crossgcc/patches/gcc-8.1.0_armv6s-m.patch
D util/crossgcc/patches/gcc-8.1.0_bsd.patch
D util/crossgcc/patches/gcc-8.1.0_gnat.patch
D util/crossgcc/patches/gcc-8.1.0_nds32_ite.patch
R util/crossgcc/patches/gcc-8.2.0_ada-musl_workaround.patch
A util/crossgcc/patches/gcc-8.2.0_gnat.patch
R util/crossgcc/patches/gcc-8.2.0_libgcc.patch
8 files changed, 21 insertions(+), 21,262 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/30676/1
--
To view, visit https://review.coreboot.org/c/coreboot/+/30676
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifdf165e7a34bb76eb8ce806091268fd28797ffb7
Gerrit-Change-Number: 30676
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-MessageType: newchange
Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30674
Change subject: mb/google/fizz: enable eist (enhanced speedstep)
......................................................................
mb/google/fizz: enable eist (enhanced speedstep)
Without eist enabled, fizz's CPU clocks are locked at the
base frequency, and don't scale up or down. This prevents
fizz from idling properly and turbo boost from functioning,
so enable it (as is done for all other KBL boards)
Test: build/boot google/fizz, ensure CPU clocks scale as expected
Change-Id: I77dd0e1df1bf88f5bae18e9f832ca8d60fb777b4
Signed-off-by: Matt DeVillier <matt.devillier(a)gmail.com>
---
M src/mainboard/google/fizz/variants/baseboard/devicetree.cb
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/30674/1
diff --git a/src/mainboard/google/fizz/variants/baseboard/devicetree.cb b/src/mainboard/google/fizz/variants/baseboard/devicetree.cb
index cc48498..c7c35c0 100644
--- a/src/mainboard/google/fizz/variants/baseboard/devicetree.cb
+++ b/src/mainboard/google/fizz/variants/baseboard/devicetree.cb
@@ -7,6 +7,8 @@
register "deep_s5_enable_dc" = "1"
register "deep_sx_config" = "DSX_EN_LAN_WAKE_PIN | DSX_EN_WAKE_PIN"
+ register "eist_enable" = "1"
+
# Mapping of USB port # to device
#+----------------+-------+-----------------------------------+
#| Device | Port# | Rev |
--
To view, visit https://review.coreboot.org/c/coreboot/+/30674
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I77dd0e1df1bf88f5bae18e9f832ca8d60fb777b4
Gerrit-Change-Number: 30674
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-MessageType: newchange
Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30669
Change subject: Documentation/releases: Note the disappearance of device_t
......................................................................
Documentation/releases: Note the disappearance of device_t
That was truly a huge task.
Change-Id: Ifd79aaf005bf39744bd4fd930ba2441f966ec0b3
Signed-off-by: Patrick Georgi <pgeorgi(a)google.com>
---
M Documentation/releases/coreboot-4.10-relnotes.md
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/30669/1
diff --git a/Documentation/releases/coreboot-4.10-relnotes.md b/Documentation/releases/coreboot-4.10-relnotes.md
index 95adc56..9a6d63c 100644
--- a/Documentation/releases/coreboot-4.10-relnotes.md
+++ b/Documentation/releases/coreboot-4.10-relnotes.md
@@ -11,4 +11,14 @@
* The chip and board additions and removals will be updated right
before the release, so those do not need to be added.
+Significant changes
+-------------------
+### `device_t` is no more
+coreboot used to have a data type, `device_t` that changed shape depending on
+whether it is compiled for romstage (with limited memory) or ramstage (with
+unlimited memory as far as coreboot is concerned). It's an old relic from the
+time when romstage wasn't operated in Cache-As-RAM mode, but compiled with
+our romcc compiler.
+
+That data type is now gone.
--
To view, visit https://review.coreboot.org/c/coreboot/+/30669
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifd79aaf005bf39744bd4fd930ba2441f966ec0b3
Gerrit-Change-Number: 30669
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-MessageType: newchange