From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Fri, 06 Apr 2012 10:55:40 +0200 Subject: [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board In-Reply-To: <201204021557.19844.marex@denx.de> References: <1333294142-7433-1-git-send-email-js_at_ng@scharsoft.de> <201204011814.49948.marex@denx.de> <4F794532.9050708@bus-elektronik.de> <201204021557.19844.marex@denx.de> Message-ID: <4F7EAF8C.6030405@scharsoft.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Marek Vasut, > Dear esw at bus-elektronik.de, > >> Am 2012-04-01 18:14, schrieb Marek Vasut: >>> Dear Jens Scharsig, >>> >>>> * add USB host support to eb_cpux9k2 board >>> >>> Did you test this too? >> >> Of course, I've test this with/against current RC1. > > Ok, I can pick this up and push through my staging ... or does Albert want to > pick it directly via -arm (which would be better)? I don't know which is better. You are the custodians. Albert what is your opinion ? > >>> CCing Albert, Albert do you want me to push this through staging or >>> you'll pick this? >>> >>>> Signed-off-by: Jens Scharsig >>>> --- >>>> >>>> include/configs/eb_cpux9k2.h | 14 ++++++++++++++ >>>> 1 files changed, 14 insertions(+), 0 deletions(-) >>>> >>>> diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h >>>> index 9046cf0..eb05e2a 100644 >>>> --- a/include/configs/eb_cpux9k2.h >>>> +++ b/include/configs/eb_cpux9k2.h >>>> @@ -139,6 +139,8 @@ >>>> >>>> #define CONFIG_CMD_PING >>>> #define CONFIG_I2C_CMD_NO_FLAT >>>> #define CONFIG_I2C_CMD_TREE >>>> >>>> +#define CONFIG_CMD_USB >>>> +#define CONFIG_CMD_FAT >>>> >>>> #define CONFIG_SYS_LONGHELP >>>> >>>> @@ -169,6 +171,18 @@ >>>> >>>> /* >>>> >>>> * Hardware drivers >>>> */ >>>> >>>> +#define CONFIG_USB_ATMEL >>>> +#define CONFIG_USB_OHCI_NEW >>>> +#define CONFIG_AT91C_PQFP_UHPBUG >>>> +#define CONFIG_USB_STORAGE >>>> +#define CONFIG_DOS_PARTITION >>>> +#define CONFIG_ISO_PARTITION >>>> +#define CONFIG_EFI_PARTITION >>>> + >>>> +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1 >>>> +#define CONFIG_SYS_USB_OHCI_CPU_INIT >>>> +#define CONFIG_SYS_USB_OHCI_REGS_BASE 0x00300000 >>>> +#define CONFIG_SYS_USB_OHCI_SLOT_NAME "at91rm9200" >>>> >>>> /* >>>> >>>> * UART/CONSOLE >>> >>> Best regards, >>> Marek Vasut >> >> Tested-by: Jens Scharsig >> >> >> Best regards >> >> Jens Scharsig >> _______________________________________________ >> U-Boot mailing list >> U-Boot at lists.denx.de >> http://lists.denx.de/mailman/listinfo/u-boot > > Best regards, > Marek Vasut Best regards Jens Scharsig