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