[coreboot-gerrit] Patch set updated for coreboot: 53bc929 baytrail: include mainboard's superio.asl

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Tue May 6 16:46:56 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/4949

-gerrit

commit 53bc9296436ef985a575885387bbcc46ae7613cf
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu Nov 7 14:33:21 2013 -0600

    baytrail: include mainboard's superio.asl
    
    The mainboard needs an opportunity to hang devices off of
    the LPC device. Therefore, provide this opportunity for the
    mainboard.
    
    BUG=chrome-os-partner:23505
    BRANCH=None
    TEST=Buit and booted with keyboard. Keys work.
    
    Change-Id: Ie2b660ad43e86d9237b0b0bb0720b069670bc537
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://chromium-review.googlesource.com/176133
    Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
---
 src/soc/intel/baytrail/acpi/lpc.asl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/soc/intel/baytrail/acpi/lpc.asl b/src/soc/intel/baytrail/acpi/lpc.asl
index 24fa9c7..408d2b4 100644
--- a/src/soc/intel/baytrail/acpi/lpc.asl
+++ b/src/soc/intel/baytrail/acpi/lpc.asl
@@ -138,6 +138,9 @@ Device (LPCB)
 		})
 	}
 
+	// Include mainboard's superio.asl file.
+	#include "acpi/superio.asl"
+
 #ifdef ENABLE_TPM
 	Device (TPM)		// Trusted Platform Module
 	{



More information about the coreboot-gerrit mailing list