From 16f213a499a033627a4897f808110759cf3d52fa Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 16 Sep 2020 16:23:46 +0800 Subject: autoport: Add a license header to non-empty files Change-Id: I8078d8babf24feabb22856ee820ab45b7d466f62 Signed-off-by: Iru Cai Reviewed-on: https://review.coreboot.org/c/coreboot/+/45464 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- util/autoport/ec_lenovo.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/autoport/ec_lenovo.go') diff --git a/util/autoport/ec_lenovo.go b/util/autoport/ec_lenovo.go index 6851d6d1ed..763ac2600c 100644 --- a/util/autoport/ec_lenovo.go +++ b/util/autoport/ec_lenovo.go @@ -39,6 +39,7 @@ func LenovoEC(ctx Context) { Value: "1", }, GPEDefine) + Add_gpl(ap) ap.WriteString( `Method(_WAK, 1) { @@ -57,6 +58,7 @@ Method(_PTS,1) si := Create(ctx, "acpi/superio.asl") defer si.Close() + Add_gpl(si) si.WriteString("#include \n") /* FIXME:XX Move this to ec/lenovo. */ @@ -163,6 +165,7 @@ void mainboard_smi_sleep(u8 slp_typ) ec := Create(ctx, "acpi/ec.asl") defer ec.Close() + Add_gpl(ec) ec.WriteString("#include \n") KconfigBool["EC_LENOVO_PMH7"] = true -- cgit v1.2.3