Attention is currently required from: Angel Pons. Hello Nico Huber, I'd like you to reexamine a change. Please visit https://review.coreboot.org/c/libgfxinit/+/44934?usp=email to look at the new patch set (#2). Change subject: gma: Use `case` statements in Decode_Stolen ...................................................................... gma: Use `case` statements in Decode_Stolen For the sake of brevity and clarity, handle per-platform differences using `case` statements. Given that the format of the `GGC` register seems to have stabilized, use `others` to handle newer platforms, as the `else` was doing already. Change-Id: I39f37e931977f4f437b619188436c37752f6b915 Signed-off-by: Angel Pons <th3fanbus@gmail.com> --- M common/hw-gfx-gma.adb 1 file changed, 13 insertions(+), 14 deletions(-) git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/34/44934/2 -- To view, visit https://review.coreboot.org/c/libgfxinit/+/44934?usp=email To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: libgfxinit Gerrit-Branch: main Gerrit-Change-Id: I39f37e931977f4f437b619188436c37752f6b915 Gerrit-Change-Number: 44934 Gerrit-PatchSet: 2 Gerrit-Owner: Angel Pons <th3fanbus@gmail.com> Gerrit-Reviewer: Nico Huber <nico.h@gmx.de> Gerrit-CC: Paul Menzel <paulepanter@mailbox.org> Gerrit-CC: Stefan Reinauer <stefan.reinauer@coreboot.org> Gerrit-Attention: Angel Pons <th3fanbus@gmail.com> Gerrit-MessageType: newpatchset