Attention is currently required from: Tim Wawrzynczak, Sridhar Siricilla, Patrick Rudolph.
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59361 )
Change subject: soc/intel/alderlake: Define a method to return a cpu type
......................................................................
Patch Set 1:
(4 comments)
File src/soc/intel/alderlake/cpu.c:
https://review.coreboot.org/c/coreboot/+/59361/comment/f517e680_ed8dd026
PS1, Line 65: static uint32_t cpu_get_family(void)
: {
: return cpuid_eax(1) & 0x0FFF0FF0;
: }
Use get_fms(). This is returning both family and model.
https://review.coreboot.org/c/coreboot/+/59361/comment/a953dcbe_9e23ef71
PS1, Line 83: & 0xFF
Not needed
https://review.coreboot.org/c/coreboot/+/59361/comment/63bb8b9a_2fb693ba
PS1, Line 83: UINT8
No UEFI types in coreboot.
https://review.coreboot.org/c/coreboot/+/59361/comment/1b3a8063_3252881a
PS1, Line 84: )
: return CPUID_CORE_TYPE_INTEL_ATOM;
: else
: return CPUID_CORE_TYPE_INTEL_CORE;
need {} on else statements if it's on the if one; https://doc.coreboot.org/contributing/coding_style.html#placing-braces-and-…
--
To view, visit https://review.coreboot.org/c/coreboot/+/59361
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifecedac822de71ebbdd43afe8431fd8aa1cdba4c
Gerrit-Change-Number: 59361
Gerrit-PatchSet: 1
Gerrit-Owner: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Sridhar Siricilla <sridhar.siricilla(a)intel.corp-partner.google.com>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Attention: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Thu, 18 Nov 2021 09:05:51 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Sean Rhodes, Martin Roth, Matt DeVillier, Tim Wawrzynczak.
Hello build bot (Jenkins), Martin Roth, Matt DeVillier, Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59256
to look at the new patch set (#9).
Change subject: util: Add coreboot-configurator
......................................................................
util: Add coreboot-configurator
A simple GUI to change settings in coreboot's CBFS, via the nvramtool utility.
Test on the StarBook Mk IV running coreboot 4.15 with:
* Ubuntu 20.04
* Ubuntu 21.10
* MX Linux 21
* elementary OS 6
* Manjaro 21
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
Change-Id: I491922bf55ed87c2339897099634a38f8d055876
---
A util/coreboot-configurator/README.md
A util/coreboot-configurator/images/StarLabs_Logo.png
A util/coreboot-configurator/images/coreboot-configurator.gif
A util/coreboot-configurator/meson.build
A util/coreboot-configurator/meson_options.txt
A util/coreboot-configurator/src/README.md
A util/coreboot-configurator/src/application/AboutDialog.cpp
A util/coreboot-configurator/src/application/AboutDialog.h
A util/coreboot-configurator/src/application/AboutDialog.ui
A util/coreboot-configurator/src/application/Configuration.cpp
A util/coreboot-configurator/src/application/Configuration.h
A util/coreboot-configurator/src/application/MainWindow.cpp
A util/coreboot-configurator/src/application/MainWindow.h
A util/coreboot-configurator/src/application/MainWindow.ui
A util/coreboot-configurator/src/application/NvramToolCli.cpp
A util/coreboot-configurator/src/application/NvramToolCli.h
A util/coreboot-configurator/src/application/ToggleSwitch.cpp
A util/coreboot-configurator/src/application/ToggleSwitch.h
A util/coreboot-configurator/src/application/Util.h
A util/coreboot-configurator/src/application/lang.qrc
A util/coreboot-configurator/src/application/main.cpp
A util/coreboot-configurator/src/application/meson.build
A util/coreboot-configurator/src/application/qrc/categories.yaml
A util/coreboot-configurator/src/application/qrc/starlabs-logo.png
A util/coreboot-configurator/src/application/qrc/toggle-off.svg
A util/coreboot-configurator/src/application/qrc/toggle-on.svg
A util/coreboot-configurator/src/application/resources.qrc
A util/coreboot-configurator/src/meson.build
A util/coreboot-configurator/src/resources/coreboot-configurator.desktop
A util/coreboot-configurator/src/resources/coreboot_configurator.svg
A util/coreboot-configurator/src/resources/meson.build
A util/coreboot-configurator/src/resources/org.coreboot.nvramtool.policy
A util/coreboot-configurator/src/resources/org.coreboot.reboot.policy
33 files changed, 2,268 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/59256/9
--
To view, visit https://review.coreboot.org/c/coreboot/+/59256
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I491922bf55ed87c2339897099634a38f8d055876
Gerrit-Change-Number: 59256
Gerrit-PatchSet: 9
Gerrit-Owner: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Andy Pont <andy.pont(a)sdcsystems.com>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Attention: Martin Roth <martinroth(a)google.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Sridhar Siricilla, Tim Wawrzynczak, Patrick Rudolph.
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59360 )
Change subject: soc/intel, soc/common: Add method to determine the cpu type mask
......................................................................
Patch Set 1:
(3 comments)
File src/soc/intel/common/block/acpi/cpu_hybrid.c:
https://review.coreboot.org/c/coreboot/+/59360/comment/ebacbc06_4a7307d2
PS1, Line 18: get_cpu_type
this is only implemented in the following patch. Please order them correctly...
https://review.coreboot.org/c/coreboot/+/59360/comment/9179ec90_efc0a7de
PS1, Line 23: get_cpu_type_bitmask
Where is this called? It's very hard to know what the purpose of all this is, as it's not explained in the commit message.
https://review.coreboot.org/c/coreboot/+/59360/comment/aefa4919_7194d7ea
PS1, Line 25: return global_cpu_type_bitmask;
This is not thread safe and probably should only be consume when all AP have run it.
--
To view, visit https://review.coreboot.org/c/coreboot/+/59360
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If4ceb24d9bb1e808750bf618c29b2b9ea6d4191b
Gerrit-Change-Number: 59360
Gerrit-PatchSet: 1
Gerrit-Owner: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Sridhar Siricilla <sridhar.siricilla(a)intel.corp-partner.google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Sridhar Siricilla <sridhar.siricilla(a)intel.corp-partner.google.com>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Attention: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Thu, 18 Nov 2021 08:54:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Sean Rhodes.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59257
to look at the new patch set (#4).
Change subject: util/coreboot-configurator: Add contrib files
......................................................................
util/coreboot-configurator: Add contrib files
Add contrib files for:
* debian (Tested on Ubuntu 20.04, 21.10, MX Linux 21 and Debian)
* PKGBUILD (Tested on Manjaro 21)
* flatpak (Untested)
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
Change-Id: Ie9f0193ed28c0842661426204fc88ec00091fbae
---
A util/coreboot-configurator/contrib/PKGBUILD
A util/coreboot-configurator/contrib/README.md
A util/coreboot-configurator/contrib/debian/changelog
A util/coreboot-configurator/contrib/debian/compat
A util/coreboot-configurator/contrib/debian/control
A util/coreboot-configurator/contrib/debian/files
A util/coreboot-configurator/contrib/debian/rules
A util/coreboot-configurator/contrib/debian/source/format
A util/coreboot-configurator/contrib/flatpak/coreboot-configurator.json
A util/coreboot-configurator/contrib/flatpak/org.coreboot.coreboot-configurator.json
10 files changed, 175 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/59257/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/59257
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie9f0193ed28c0842661426204fc88ec00091fbae
Gerrit-Change-Number: 59257
Gerrit-PatchSet: 4
Gerrit-Owner: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-MessageType: newpatchset
Attention is currently required from: Sean Rhodes, Martin Roth, Matt DeVillier, Tim Wawrzynczak.
Hello build bot (Jenkins), Martin Roth, Matt DeVillier, Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59256
to look at the new patch set (#8).
Change subject: util: Add coreboot-configurator
......................................................................
util: Add coreboot-configurator
A simple GUI to change settings in coreboot's CBFS, via the nvramtool utility.
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
Change-Id: I491922bf55ed87c2339897099634a38f8d055876
---
A util/coreboot-configurator/README.md
A util/coreboot-configurator/images/StarLabs_Logo.png
A util/coreboot-configurator/images/coreboot-configurator.gif
A util/coreboot-configurator/meson.build
A util/coreboot-configurator/meson_options.txt
A util/coreboot-configurator/src/README.md
A util/coreboot-configurator/src/application/AboutDialog.cpp
A util/coreboot-configurator/src/application/AboutDialog.h
A util/coreboot-configurator/src/application/AboutDialog.ui
A util/coreboot-configurator/src/application/Configuration.cpp
A util/coreboot-configurator/src/application/Configuration.h
A util/coreboot-configurator/src/application/MainWindow.cpp
A util/coreboot-configurator/src/application/MainWindow.h
A util/coreboot-configurator/src/application/MainWindow.ui
A util/coreboot-configurator/src/application/NvramToolCli.cpp
A util/coreboot-configurator/src/application/NvramToolCli.h
A util/coreboot-configurator/src/application/ToggleSwitch.cpp
A util/coreboot-configurator/src/application/ToggleSwitch.h
A util/coreboot-configurator/src/application/Util.h
A util/coreboot-configurator/src/application/lang.qrc
A util/coreboot-configurator/src/application/main.cpp
A util/coreboot-configurator/src/application/meson.build
A util/coreboot-configurator/src/application/qrc/categories.yaml
A util/coreboot-configurator/src/application/qrc/starlabs-logo.png
A util/coreboot-configurator/src/application/qrc/toggle-off.svg
A util/coreboot-configurator/src/application/qrc/toggle-on.svg
A util/coreboot-configurator/src/application/resources.qrc
A util/coreboot-configurator/src/meson.build
A util/coreboot-configurator/src/resources/coreboot-configurator.desktop
A util/coreboot-configurator/src/resources/coreboot_configurator.svg
A util/coreboot-configurator/src/resources/meson.build
A util/coreboot-configurator/src/resources/org.coreboot.nvramtool.policy
A util/coreboot-configurator/src/resources/org.coreboot.reboot.policy
33 files changed, 2,268 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/59256/8
--
To view, visit https://review.coreboot.org/c/coreboot/+/59256
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I491922bf55ed87c2339897099634a38f8d055876
Gerrit-Change-Number: 59256
Gerrit-PatchSet: 8
Gerrit-Owner: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Andy Pont <andy.pont(a)sdcsystems.com>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Attention: Martin Roth <martinroth(a)google.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Paul Menzel, Tim Wawrzynczak.
Scott Chao has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/56898 )
Change subject: mb/google/brya/variants/gimble: Fix GL9750S SD card reader power sequence
......................................................................
Patch Set 8: Code-Review+1
This change is ready for review.
--
To view, visit https://review.coreboot.org/c/coreboot/+/56898
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I7d2fe8512696879936347fa8391aac21d7c17e31
Gerrit-Change-Number: 56898
Gerrit-PatchSet: 8
Gerrit-Owner: Scott Chao <scott_chao(a)wistron.corp-partner.google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: Scott Chao <scott_chao(a)wistron.corp-partner.google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Comment-Date: Thu, 18 Nov 2021 08:50:17 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Tim Wawrzynczak.
Hello Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59414
to look at the new patch set (#2).
Change subject: mainboard/google/brya: Enable dev screen in bios-stage for Brask
......................................................................
mainboard/google/brya: Enable dev screen in bios-stage for Brask
Add Kconfig item ENABLE_TCSS_DISPLAY_DETECTION.
TEST=Build with the VBT provided in issue b:199490251. Check the dev screen in bios-stage.
BUG=b:199490251, b:206014054
Signed-off-by: Adam Liu <adam.liu(a)quanta.corp-partner.google.com>
Change-Id: I5f34be030a6d819a0e93a2d479c4ff41bb14cfe2
---
M src/mainboard/google/brya/Kconfig
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/59414/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/59414
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5f34be030a6d819a0e93a2d479c4ff41bb14cfe2
Gerrit-Change-Number: 59414
Gerrit-PatchSet: 2
Gerrit-Owner: Adam Liu <adam.liu(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-MessageType: newpatchset