From: Dan Murphy <dmurphy@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot 3/3] spl: common: Support for USB MSD FAT image loading
Date: Mon, 13 Jan 2014 07:50:37 -0600 [thread overview]
Message-ID: <52D3EF2D.6050304@ti.com> (raw)
In-Reply-To: <1389358937-30151-3-git-send-email-dmurphy@ti.com>
On 01/10/2014 07:02 AM, Dan Murphy wrote:
> Add SPL support to be able to detect a USB Mass Storage device
> connected to a USB host. Once a USB Mass storage device is detected
> the SPL will load the u-boot.img from a FAT partition to target address.
>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
> arch/arm/include/asm/arch-am33xx/spl.h | 14 ++++++--
> common/Makefile | 4 +++
> common/spl/Makefile | 1 +
> common/spl/spl.c | 5 +++
> common/spl/spl_fat.c | 16 ++++-----
> common/spl/spl_usb.c | 58 ++++++++++++++++++++++++++++++++
> include/spl.h | 3 ++
> spl/Makefile | 2 ++
> 8 files changed, 92 insertions(+), 11 deletions(-)
> create mode 100644 common/spl/spl_usb.c
>
> diff --git a/arch/arm/include/asm/arch-am33xx/spl.h b/arch/arm/include/asm/arch-am33xx/spl.h
> index 95de9aa..cd1d88d 100644
> --- a/arch/arm/include/asm/arch-am33xx/spl.h
> +++ b/arch/arm/include/asm/arch-am33xx/spl.h
> @@ -20,6 +20,7 @@
> #if defined(CONFIG_AM33XX) || defined(CONFIG_AM43XX)
> #define BOOT_DEVICE_MMC1 8
> #define BOOT_DEVICE_MMC2 9 /* eMMC or daughter card */
> +#define BOOT_DEVICE_USB 13
After a rebase it appears this does not get merged to the right spot.
I can submit a V2 if the maintainer wants me to or it can be a fix up once applied.
<snip>
--
------------------
Dan Murphy
prev parent reply other threads:[~2014-01-13 13:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-10 13:02 [U-Boot] [U-Boot 1/3] spl: common: Properly ignore spl/Makefile in .gitignore Dan Murphy
2014-01-10 13:02 ` [U-Boot] [U-Boot 2/3] spl: common: Move FAT funcs to a common file Dan Murphy
2014-01-10 13:02 ` [U-Boot] [U-Boot 3/3] spl: common: Support for USB MSD FAT image loading Dan Murphy
2014-01-13 13:50 ` Dan Murphy [this message]
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=52D3EF2D.6050304@ti.com \
--to=dmurphy@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.