From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] arm: socfpga: Enable load zImage and Linux DTB from USB
Date: Fri, 27 Nov 2015 04:18:23 +0100 [thread overview]
Message-ID: <5657CB7F.2030506@denx.de> (raw)
In-Reply-To: <1448591802-2234-1-git-send-email-clsee@altera.com>
On 27.11.2015 03:36, Chin Liang See wrote:
> Adding new environment usbload which will load zImage and
> Linux DTB from USB mass storage through FAT file system.
>
> Signed-off-by: Chin Liang See <clsee@altera.com>
> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
> Cc: Dinh Nguyen <dinh.linux@gmail.com>
> Cc: Pavel Machek <pavel@denx.de>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Stefan Roese <sr@denx.de>
> ---
> Changes for v2
> - Using load command instead of fatload
> ---
> include/configs/socfpga_arria5_socdk.h | 5 ++++-
> include/configs/socfpga_cyclone5_socdk.h | 5 ++++-
> 2 files changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/socfpga_arria5_socdk.h b/include/configs/socfpga_arria5_socdk.h
> index 9337a58..1d335c4 100644
> --- a/include/configs/socfpga_arria5_socdk.h
> +++ b/include/configs/socfpga_arria5_socdk.h
> @@ -99,7 +99,10 @@
> "sf read ${fdt_addr} ${qspifdtaddr} ${fdtimagesize};\0" \
> "qspiboot=setenv bootargs " CONFIG_BOOTARGS \
> " root=${qspiroot} rw rootfstype=${qspirootfstype};"\
> - "bootm ${loadaddr} - ${fdt_addr}\0"
> + "bootm ${loadaddr} - ${fdt_addr}\0" \
> + "usbload=usb reset;" \
> + "load usb 0 ${loadaddr} ${bootimage};" \
> + "load usb 0 ${fdt_addr} ${fdtimage}\0"
>
> /* The rest of the configuration is shared */
> #include <configs/socfpga_common.h>
> diff --git a/include/configs/socfpga_cyclone5_socdk.h b/include/configs/socfpga_cyclone5_socdk.h
> index 3b2cfb0..d045127 100644
> --- a/include/configs/socfpga_cyclone5_socdk.h
> +++ b/include/configs/socfpga_cyclone5_socdk.h
> @@ -99,7 +99,10 @@
> "sf read ${fdt_addr} ${qspifdtaddr} ${fdtimagesize};\0" \
> "qspiboot=setenv bootargs " CONFIG_BOOTARGS \
> " root=${qspiroot} rw rootfstype=${qspirootfstype};"\
> - "bootm ${loadaddr} - ${fdt_addr}\0"
> + "bootm ${loadaddr} - ${fdt_addr}\0" \
> + "usbload=usb reset;" \
> + "load usb 0 ${loadaddr} ${bootimage};" \
> + "load usb 0 ${fdt_addr} ${fdtimage}\0"
>
> /* The rest of the configuration is shared */
> #include <configs/socfpga_common.h>
Reviewed-by: Stefan Roese <sr@denx.de>
Thanks,
Stefan
next prev parent reply other threads:[~2015-11-27 3:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-27 2:36 [U-Boot] [PATCH v2] arm: socfpga: Enable load zImage and Linux DTB from USB Chin Liang See
2015-11-27 3:18 ` Stefan Roese [this message]
2015-11-27 10:36 ` Marek Vasut
2015-11-27 12:23 ` Chin Liang See
2015-11-27 12:29 ` Marek Vasut
2015-11-27 16:57 ` Vagrant Cascadian
2015-12-01 15:00 ` Chin Liang See
2015-12-01 15:12 ` Marek Vasut
2015-12-01 15:34 ` Chin Liang See
2015-12-01 15:38 ` Marek Vasut
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=5657CB7F.2030506@denx.de \
--to=sr@denx.de \
--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.