Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10965
-gerrit
commit 0c5b6ac2fb05f2cd596525f10d0519dd73cba46d Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Fri Jul 17 12:14:27 2015 -0700
skylake: remove whitespace from ASL files
Found by the commit hooks.
Change-Id: I9baa90ca0111ddc9cb69cbb7dd17f63e8a98a04f Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- src/soc/intel/skylake/acpi/cpu.asl | 2 +- src/soc/intel/skylake/acpi/serialio.asl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/soc/intel/skylake/acpi/cpu.asl b/src/soc/intel/skylake/acpi/cpu.asl index 5856033..62127ef 100644 --- a/src/soc/intel/skylake/acpi/cpu.asl +++ b/src/soc/intel/skylake/acpi/cpu.asl @@ -2,7 +2,7 @@ * This file is part of the coreboot project. * * Copyright (C) 2014 Google Inc. - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. diff --git a/src/soc/intel/skylake/acpi/serialio.asl b/src/soc/intel/skylake/acpi/serialio.asl index 203dbef..62b83e0 100644 --- a/src/soc/intel/skylake/acpi/serialio.asl +++ b/src/soc/intel/skylake/acpi/serialio.asl @@ -43,7 +43,7 @@ Method (LPD0, 2, Serialized)
And (SPCS, 0xFFFFFFFC, SPCS) /* Read back after writing */ - Store (SPCS, Local0) + Store (SPCS, Local0) }
/* Put SerialIO device in D3 state */ @@ -688,7 +688,7 @@ Device (PEMC) Method (_RMV, 0x0, NotSerialized) { Return (0) - } + } } }