Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5592
-gerrit
commit d86e54d483d4d102b0cf088d319d6ca1d95d680d Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Mon Apr 28 02:30:43 2014 +1000
mainboard/asrock/e350m1: Add Winbond SIO ACPI methods
Change-Id: Ic4bdf0ff6f91139b2fd89d3444284187cc6405c9 Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- src/mainboard/asrock/e350m1/acpi/superio.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/asrock/e350m1/acpi/superio.asl b/src/mainboard/asrock/e350m1/acpi/superio.asl index 7d8d9df..cfb3d7d 100644 --- a/src/mainboard/asrock/e350m1/acpi/superio.asl +++ b/src/mainboard/asrock/e350m1/acpi/superio.asl @@ -1,7 +1,7 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2011 Advanced Micro Devices, Inc. + * Copyright (C) 2014 Edward O'Callaghan eocallaghan@alterapraxis.com * * 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 @@ -17,4 +17,4 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
-/* No SuperIO device or functionality yet */ +#include "../../../../superio/winbond/w83627hf/acpi/superio.asl"