[coreboot-gerrit] New patch to review for coreboot: 70f83e6 mainboard/asrock/e350m1: Enable PS/2 ACPI SIO methods

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sun Apr 27 17:32:18 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5590

-gerrit

commit 70f83e6c410ae16e382fbcd463df26da440f07f5
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Mon Apr 28 01:31:11 2014 +1000

    mainboard/asrock/e350m1: Enable PS/2 ACPI SIO methods
    
    Change-Id: I93358f38cfef4550a4d545c72305120a0e4fded8
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/asrock/e350m1/acpi/superio.asl | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/asrock/e350m1/acpi/superio.asl b/src/mainboard/asrock/e350m1/acpi/superio.asl
index 7d8d9df..6dcb877 100644
--- a/src/mainboard/asrock/e350m1/acpi/superio.asl
+++ b/src/mainboard/asrock/e350m1/acpi/superio.asl
@@ -1,7 +1,9 @@
 /*
+ * Super I/O devices
+ *
  * This file is part of the coreboot project.
  *
- * Copyright (C) 2011 Advanced Micro Devices, Inc.
+ * Copyright (C) 2014 Edward O'Callaghan <eocallaghan at 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 +19,4 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-/* No SuperIO device or functionality yet */
+#include "../../../../drivers/pc80/ps2_controller.asl"



More information about the coreboot-gerrit mailing list