]> git.ipfire.org Git - thirdparty/u-boot.git/commit
zynq: Add USB lthor download protocol support
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Mon, 8 Sep 2014 16:39:37 +0000 (22:09 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 10 Sep 2014 09:03:49 +0000 (11:03 +0200)
commit63d9c976b291697abe6e3c0ca55d53142c62f23d
treea49ed668cace0d672f82a541a3c08563b139cc88
parent95a53019b1247b0cdbc0d1f65da9f9208984567d
zynq: Add USB lthor download protocol support

updated the zynq config to support the lthor
download protocol.
This lthor functionality helps us to load linux
images on to DDR/MMC and can boot linux using bootm.
In order to load images the user should run lthor
command run "thor_ram" from u-boot prompt and
then send the images from host using lthor utility.

Define g_dnl_bind_fixup for zynq so that correct vendor
and product ids assigned incase of DFU and lthor.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/zynq/Makefile
board/xilinx/zynq/thor.c [new file with mode: 0644]
include/configs/zynq-common.h