CK HU has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45397 )
Change subject: mb/google/asurada: Add USB support ......................................................................
mb/google/asurada: Add USB support
Change-Id: I35dc4be65f0843c3c74695c443dd958676e6c12c Signed-off-by: CK Hu ck.hu@mediatek.com --- M src/mainboard/google/asurada/mainboard.c 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/45397/1
diff --git a/src/mainboard/google/asurada/mainboard.c b/src/mainboard/google/asurada/mainboard.c index e6040fa..9146d7b 100644 --- a/src/mainboard/google/asurada/mainboard.c +++ b/src/mainboard/google/asurada/mainboard.c @@ -1,9 +1,12 @@ /* SPDX-License-Identifier: GPL-2.0-only */
+#include <console/console.h> #include <device/device.h> +#include <soc/usb.h>
static void mainboard_init(struct device *dev) { + setup_usb_host(); }
static void mainboard_enable(struct device *dev)
Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45397 )
Change subject: mb/google/asurada: Add USB support ......................................................................
Patch Set 1: Code-Review+1
Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45397 )
Change subject: mb/google/asurada: Add USB support ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/45397 )
Change subject: mb/google/asurada: Add USB support ......................................................................
mb/google/asurada: Add USB support
Change-Id: I35dc4be65f0843c3c74695c443dd958676e6c12c Signed-off-by: CK Hu ck.hu@mediatek.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/45397 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Hung-Te Lin hungte@chromium.org Reviewed-by: Yu-Ping Wu yupingso@google.com --- M src/mainboard/google/asurada/mainboard.c 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Hung-Te Lin: Looks good to me, but someone else must approve Yu-Ping Wu: Looks good to me, approved
diff --git a/src/mainboard/google/asurada/mainboard.c b/src/mainboard/google/asurada/mainboard.c index e6040fa..9146d7b 100644 --- a/src/mainboard/google/asurada/mainboard.c +++ b/src/mainboard/google/asurada/mainboard.c @@ -1,9 +1,12 @@ /* SPDX-License-Identifier: GPL-2.0-only */
+#include <console/console.h> #include <device/device.h> +#include <soc/usb.h>
static void mainboard_init(struct device *dev) { + setup_usb_host(); }
static void mainboard_enable(struct device *dev)