All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mugunthan V N <mugunthanvnm@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] am43xx_evm: add usb host boot support
Date: Tue, 16 Jun 2015 15:59:12 +0530	[thread overview]
Message-ID: <557FFA78.5040803@ti.com> (raw)
In-Reply-To: <20150610185624.GK1728@bill-the-cat>

On Thursday 11 June 2015 12:26 AM, Tom Rini wrote:
> On Wed, Jun 10, 2015 at 03:04:16PM +0530, Mugunthan V N wrote:
> 
>> While booting via usb host mode, ROM uses DMA to copy MLO over USB so
>> ARM internal RAM cannot be used. Adding USB host boot support by
>> introducing new config target which sets SPL_TEXT_BASE to OCMC ram.
>>
>> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
>> ---
>>  configs/am43xx_evm_usbhost_boot_defconfig | 5 +++++
>>  include/configs/am43xx_evm.h              | 9 +++++++++
>>  2 files changed, 14 insertions(+)
>>  create mode 100644 configs/am43xx_evm_usbhost_boot_defconfig
>>
>> diff --git a/configs/am43xx_evm_usbhost_boot_defconfig b/configs/am43xx_evm_usbhost_boot_defconfig
>> new file mode 100644
>> index 0000000..9455707
>> --- /dev/null
>> +++ b/configs/am43xx_evm_usbhost_boot_defconfig
>> @@ -0,0 +1,5 @@
>> +CONFIG_ARM=y
>> +CONFIG_TARGET_AM43XX_EVM=y
>> +CONFIG_SPL=y
>> +CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,NAND,USBHOST_BOOT"
>> +CONFIG_CMD_NET=y
> 
> We need to be adding USBHOST_BOOT in Kconfig and that's a bit too
> generic of a name.  It should perhaps be removed all together and only
> set CONFIG_SPL_USB_HOST_SUPPORT for this build and not include it in the
> rest.
> 

Will fix this in v2

Regards
Mugunthan V N

  reply	other threads:[~2015-06-16 10:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-10  9:34 [U-Boot] [PATCH 0/3] Add usb host and ethernet boot support Mugunthan V N
2015-06-10  9:34 ` [U-Boot] [PATCH 1/3] am43xx: Update CONFIG_SPL_TEXT_BASE Mugunthan V N
2015-06-10 18:56   ` Tom Rini
2015-06-10  9:34 ` [U-Boot] [PATCH 2/3] am43xx_evm: add usb host boot support Mugunthan V N
2015-06-10 18:56   ` Tom Rini
2015-06-16 10:29     ` Mugunthan V N [this message]
2015-06-10  9:34 ` [U-Boot] [PATCH 3/3] am43xx_evm: add eth " Mugunthan V N
2015-06-10 18:56   ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=557FFA78.5040803@ti.com \
    --to=mugunthanvnm@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.