All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mips: octeon: octeon_ebb7304_defconfig: Enable USB storage support
@ 2021-02-19 13:02 Stefan Roese
  2021-04-22  1:09 ` Daniel Schwierzeck
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Roese @ 2021-02-19 13:02 UTC (permalink / raw)
  To: u-boot

This patch enables USB storage support with the necessary partition
support on the MIPS Octeon EBB7304.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Aaron Williams <awilliams@marvell.com>
Cc: Chandrakala Chavva <cchavva@marvell.com>
---
 configs/octeon_ebb7304_defconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/configs/octeon_ebb7304_defconfig b/configs/octeon_ebb7304_defconfig
index a98d73a268..b8670c9165 100644
--- a/configs/octeon_ebb7304_defconfig
+++ b/configs/octeon_ebb7304_defconfig
@@ -24,7 +24,9 @@ CONFIG_CMD_TIME=y
 CONFIG_CMD_EXT4=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
-# CONFIG_DOS_PARTITION is not set
+CONFIG_AMIGA_PARTITION=y
+CONFIG_EFI_PARTITION=y
+CONFIG_PARTITION_TYPE_GUID=y
 CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_ENV_ADDR=0x1FBFE000
 CONFIG_BLK=y
@@ -59,6 +61,7 @@ CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_DWC3=y
+CONFIG_USB_STORAGE=y
 CONFIG_USB_HOST_ETHER=y
 CONFIG_USB_ETHER_ASIX=y
 CONFIG_USB_ETHER_ASIX88179=y
-- 
2.30.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] mips: octeon: octeon_ebb7304_defconfig: Enable USB storage support
  2021-02-19 13:02 [PATCH] mips: octeon: octeon_ebb7304_defconfig: Enable USB storage support Stefan Roese
@ 2021-04-22  1:09 ` Daniel Schwierzeck
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Schwierzeck @ 2021-04-22  1:09 UTC (permalink / raw)
  To: u-boot

Am Freitag, den 19.02.2021, 14:02 +0100 schrieb Stefan Roese:
> This patch enables USB storage support with the necessary partition
> support on the MIPS Octeon EBB7304.
> 
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Aaron Williams <awilliams@marvell.com>
> Cc: Chandrakala Chavva <cchavva@marvell.com>
> ---
>  configs/octeon_ebb7304_defconfig | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 

applied to u-boot-mips, thanks.

-- 
- Daniel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-22  1:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19 13:02 [PATCH] mips: octeon: octeon_ebb7304_defconfig: Enable USB storage support Stefan Roese
2021-04-22  1:09 ` Daniel Schwierzeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.