Attention is currently required from: Dinesh Gehlot, Elyes Haouas, Nico Huber, Paul Menzel, Thomas Heijligen.
Angel Pons has posted comments on this change by Nico Huber. ( https://review.coreboot.org/c/libgfxinit/+/81522?usp=email )
Change subject: gma display_probing: Make new TGL ports available
......................................................................
Patch Set 7: Code-Review+1
(1 comment)
File common/hw-gfx-gma-display_probing.adb:
https://review.coreboot.org/c/libgfxinit/+/81522/comment/8dd1e130_cf6e7531?… :
PS7, Line 38: function Sibling_Port (Port : Port_Type) return Port_Type is
> Isn't USBCx_DP = USBCx_HDMI now?
Yes, but DPx and HDMIx refer to the traditional (not Type-C capable) ports. I think this is fine.
--
To view, visit https://review.coreboot.org/c/libgfxinit/+/81522?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libgfxinit
Gerrit-Branch: main
Gerrit-Change-Id: I9d96673f931be0086536044694ecd127ba2a823d
Gerrit-Change-Number: 81522
Gerrit-PatchSet: 7
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-CC: Thomas Heijligen <src(a)posteo.de>
Gerrit-Attention: Nico Huber <nico.h(a)gmx.de>
Gerrit-Attention: Thomas Heijligen <src(a)posteo.de>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Comment-Date: Thu, 29 Aug 2024 15:32:35 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Thomas Heijligen <src(a)posteo.de>
Attention is currently required from: Philipp Hug, Tim Wawrzynczak, ron minnich.
Maximilian Brune has posted comments on this change by Maximilian Brune. ( https://review.coreboot.org/c/coreboot/+/81082?usp=email )
Change subject: arch/riscv: Refactor SMP code
......................................................................
Patch Set 5:
(2 comments)
File src/arch/riscv/smp.c:
https://review.coreboot.org/c/coreboot/+/81082/comment/cc29ca5d_d98d57aa?us… :
PS5, Line 49: for (int i = 0; i < hart_count; i++) {
> There seems to be an assumption that hartid are always contiguous from 0, is that the case?
good point.
It is the case for all platforms I have encountered so far, but it is not mandated by the RISC-V spec.
There are currently multiple places where we assume continues hart ids. `OTHER_HLS` macros and friends and our stack setup (at least partly).
I guess at some point there will be a special snowflake SOC that doesn't have continuous hart ids.
For this patch I would keep the assumption (since the assumption was present also before this patch).
I would propose to do a separate patch that removes the assumption from the entire `arch/riscv` codebase.
https://review.coreboot.org/c/coreboot/+/81082/comment/fa71d59e_b6da3f62?us… :
PS5, Line 80: while (atomic_read(&OTHER_HLS(i)->entry.sync_a) != 0)
> should there be a timeout ?
I currently assume the time between `smp_pause` and `smp_resume` is enough for a timeout right now. But I can also add a timeout if you want.
--
To view, visit https://review.coreboot.org/c/coreboot/+/81082?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Icc53185991fed4dbed032a52e51ff71d085ad587
Gerrit-Change-Number: 81082
Gerrit-PatchSet: 5
Gerrit-Owner: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Philipp Hug <philipp(a)hug.cx>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: ron minnich <rminnich(a)gmail.com>
Gerrit-CC: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Attention: Philipp Hug <philipp(a)hug.cx>
Gerrit-Attention: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Attention: ron minnich <rminnich(a)gmail.com>
Gerrit-Comment-Date: Thu, 29 Aug 2024 15:28:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Tim Wawrzynczak <inforichland(a)gmail.com>
Felix Singer has posted comments on this change by Felix Singer. ( https://review.coreboot.org/c/coreboot/+/84132?usp=email )
Change subject: soc/intel/raptorlake: Use updated microcode from blobs repo
......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS3:
Submitted early since several people are asking for this.
--
To view, visit https://review.coreboot.org/c/coreboot/+/84132?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I6d01e38476b0d3dc5281ea1d85bac87043d122dd
Gerrit-Change-Number: 84132
Gerrit-PatchSet: 3
Gerrit-Owner: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Jayvik Desai <jayvik(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)chromium.org>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Rishika Raj <rishikaraj(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 29 Aug 2024 14:43:30 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Felix Singer has posted comments on this change by Felix Singer. ( https://review.coreboot.org/c/coreboot/+/84129?usp=email )
Change subject: 3rdparty/blobs: Update submodule to upstream main
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
Submitted early since several people are asking for the microcode update (45f1b75).
--
To view, visit https://review.coreboot.org/c/coreboot/+/84129?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I7553ea2112cb336866bdff3c24c02f8a7fd15811
Gerrit-Change-Number: 84129
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 29 Aug 2024 14:42:57 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No