From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EC086C25B50 for ; Sat, 21 Jan 2023 15:56:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A3385856AE; Sat, 21 Jan 2023 16:55:28 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.b="kTzHfHPQ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 97E0D85463; Sat, 21 Jan 2023 16:54:49 +0100 (CET) Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id BA7348566F for ; Sat, 21 Jan 2023 16:54:43 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjoerd@collabora.com Received: from beast.luon.net (simons.connected.by.freedominter.net [45.83.240.172]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: sjoerd) by madras.collabora.co.uk (Postfix) with ESMTPSA id 512196602DE9; Sat, 21 Jan 2023 15:54:43 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1674316483; bh=AOnFJFUuC2HdBm+b0SAvcsjDs6SXPG5wGRPYIde8zPA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kTzHfHPQHbujkvyoX3uZle7RySnXWLQwTkBQQyUg2fOy7FF3XgY1vq0h47yzVzjWl FuvX2fn8SoWTca51LAHr8R8LF3UV/xEYyOQC5e5qojnG9YEEivDYRxByPyBqbfW9tj uqyXZB7NDhE5Vtcc6GlP/GIB5ZaWOUvV4TzOeQtvfJgzS+dac7hXCd+BwmmpoHiuGV /K4k+hpadk185ptyoybO0xwaIc/JtALNZiwKzZsqQ98lFAPnFzQOIfqdPtm/uQxtlp l/H0ujS9y1ekLPm5DIj8SW1iPLkyro9BD7uhQrAd6DRnnzy5EKG7SVVP8r2izM3y7b LFXXHBDyhm9Yw== Received: by beast.luon.net (Postfix, from userid 1000) id B759564481F3; Sat, 21 Jan 2023 16:54:40 +0100 (CET) From: Sjoerd Simons To: u-boot@lists.denx.de Cc: Aswath Govindraju , Dave Gerlach Subject: [PATCH 6/8] configs: am62: Add configs for enabling USB in U-Boot Date: Sat, 21 Jan 2023 16:54:32 +0100 Message-Id: <20230121155435.2858173-7-sjoerd@collabora.com> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230121155435.2858173-1-sjoerd@collabora.com> References: <20230121155435.2858173-1-sjoerd@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean From: Aswath Govindraju Add configs for enabling USB host MSC and USB DFU in U-Boot. Signed-off-by: Aswath Govindraju [ rebase from vendor u-boot to upstream ] Signed-off-by: Sjoerd Simons --- include/configs/am62x_evm.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/include/configs/am62x_evm.h b/include/configs/am62x_evm.h index 7fbefdece40..580ff390f6e 100644 --- a/include/configs/am62x_evm.h +++ b/include/configs/am62x_evm.h @@ -11,6 +11,7 @@ #include #include +#include /* DDR Configuration */ #define CFG_SYS_SDRAM_BASE1 0x880000000 @@ -77,13 +78,20 @@ "${bootdir}/${name_fit}\0" \ "partitions=" PARTS_DEFAULT +#define EXTRA_ENV_DFUARGS \ + DFU_ALT_INFO_MMC \ + DFU_ALT_INFO_EMMC \ + DFU_ALT_INFO_RAM \ + DFU_ALT_INFO_OSPI + /* Incorporate settings into the U-Boot environment */ #define CFG_EXTRA_ENV_SETTINGS \ DEFAULT_LINUX_BOOT_ENV \ DEFAULT_MMC_TI_ARGS \ EXTRA_ENV_AM625_BOARD_SETTINGS \ EXTRA_ENV_AM625_BOARD_SETTINGS_MMC \ - BOOTENV + BOOTENV \ + EXTRA_ENV_DFUARGS /* Now for the remaining common defines */ #include -- 2.39.0