Hello Arthur Heymans, Matt DeVillier, Thomas Heijligen,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/libgfxinit/+/35713
to look at the new patch set (#4).
Change subject: gma: Merge `Config_State` into `State` ......................................................................
gma: Merge `Config_State` into `State`
Treating `Config_State` separately was merely cosmetic and caused lots of trouble. Its usage depends heavily on the selected plat- form. Hence, `Global` contracts were not stable across different configurations.
Let's avoid the annotation mess that it brought us and merge it into `State`.
Change-Id: Ie28ccfc7ffbe08e0b3fe343d9e6df2420611834e Signed-off-by: Nico Huber nico.h@gmx.de --- M common/hw-gfx-gma-config.ads.template M common/hw-gfx-gma-registers.ads M common/hw-gfx-gma.adb M common/hw-gfx-gma.ads 4 files changed, 19 insertions(+), 44 deletions(-)
git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/13/35713/4