drivers/intel/gma: License libgfxinit glue code under GPL v2
Change-Id: I7a78e16512369cbaada4399dbb855ade358ff046 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41521 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
This commit is contained in:
parent
8d002f515d
commit
9bafc49c5a
|
@ -1,3 +1,5 @@
|
|||
-- SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
with Interfaces.C;
|
||||
|
||||
with HW;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
-- SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
with HW.GFX.GMA;
|
||||
with HW.GFX.GMA.Display_Probing;
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
-- SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
with Interfaces.C;
|
||||
|
||||
with HW.GFX.EDID;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
-- SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
with CB.Config;
|
||||
|
||||
use CB;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
-- SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
with HW.GFX;
|
||||
with HW.GFX.GMA;
|
||||
with HW.GFX.GMA.Display_Probing;
|
||||
|
|
Loading…
Reference in New Issue