[coreboot-gerrit] New patch to review for coreboot: Revert "smaug: Do not gate XUSB partitions"

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Jul 24 16:47:19 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11050

-gerrit

commit db142843d162f06be7ac2fbd14f65cf5ec72cb8d
Author: Andrew Bresticker <abrestic at chromium.org>
Date:   Mon Jul 20 10:34:06 2015 -0700

    Revert "smaug: Do not gate XUSB partitions"
    
    The PLLU and UTMIPLL power-up sequences have been fixed in the
    kernel.  It's no longer necessary for the XUSB partitions to
    be ungated at boot.
    
    This reverts commit 3a4a8a97c1851b6f3dd211451d9678358fac3ad7.
    
    BUG=chrome-os-partner:41244
    TEST=Build and boot on Smaug; xHCI still works.
    BRANCH=none
    CQ-DEPEND=CL:282765
    
    Change-Id: Id9a1c9960b6c7286b3185c60371d864874f50bb3
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: d52e50240bca62997af729722fbcdf5226438b7f
    Original-Change-Id: Ieb9c8644a5fb108d77703933fde82d359f403fd1
    Original-Signed-off-by: Andrew Bresticker <abrestic at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/286810
    Original-Reviewed-by: Benson Leung <bleung at chromium.org>
    Original-Reviewed-by: Furquan Shaikh <furquan at chromium.org>
    Original-Tested-by: Mark Kuo <mkuo at nvidia.com>
    Original-Reviewed-by: Mark Kuo <mkuo at nvidia.com>
---
 src/mainboard/google/smaug/mainboard.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/mainboard/google/smaug/mainboard.c b/src/mainboard/google/smaug/mainboard.c
index 1a197b4..1cf4d32 100644
--- a/src/mainboard/google/smaug/mainboard.c
+++ b/src/mainboard/google/smaug/mainboard.c
@@ -178,6 +178,9 @@ static void powergate_unused_partitions(void)
 	static const uint32_t partitions[] = {
 		POWER_PARTID_PCX,
 		POWER_PARTID_SAX,
+		POWER_PARTID_XUSBA,
+		POWER_PARTID_XUSBB,
+		POWER_PARTID_XUSBC,
 		POWER_PARTID_NVDEC,
 		POWER_PARTID_NVJPG,
 		POWER_PARTID_DFD,



More information about the coreboot-gerrit mailing list