[coreboot-gerrit] Patch set updated for coreboot: c9217fb rambi: include the EC devices normally on superio

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Tue May 6 01:02:06 CEST 2014


Aaron Durbin (adurbin at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4950

-gerrit

commit c9217fbc26ba70dde12dcd535f0cdf7afc4f03e0
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu Nov 7 08:13:58 2013 -0600

    rambi: include the EC devices normally on superio
    
    The superio.asl file allows for the mainboard to hang
    devices off of the LPC bus in ACPI. Include the keyboard
    controller, EC memory map, and host interface's resources.
    
    BUG=chrome-os-partner:23505
    BRANCH=None
    TEST=Built and booted. Noted resource reservations in dmesg.
    
    Change-Id: Ida6481cd4c4725b5d3946bc64179ee99c93b0106
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://chromium-review.googlesource.com/176134
    Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
---
 src/mainboard/google/rambi/acpi/superio.asl | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/google/rambi/acpi/superio.asl b/src/mainboard/google/rambi/acpi/superio.asl
index 9092a6c..f40611c 100644
--- a/src/mainboard/google/rambi/acpi/superio.asl
+++ b/src/mainboard/google/rambi/acpi/superio.asl
@@ -17,4 +17,12 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-/* Values should match those defined in devicetree.cb */
+/* mainboard configuration */
+#include <mainboard/google/rambi/ec.h>
+
+#define SIO_EC_MEMMAP_ENABLE     // EC Memory Map Resources
+#define SIO_EC_HOST_ENABLE       // EC Host Interface Resources
+#define SIO_EC_ENABLE_PS2K       // Enable PS/2 Keyboard
+
+/* ACPI code for EC SuperIO functions */
+#include <ec/google/chromeec/acpi/superio.asl>



More information about the coreboot-gerrit mailing list