]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: net: Add FIT image support over network boot
authorAndrew F. Davis <afd@ti.com>
Fri, 7 Apr 2017 19:29:36 +0000 (14:29 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 9 Apr 2017 01:35:08 +0000 (21:35 -0400)
commit6dca5e8ab5c1c896b9abf1f55e42428cb3709102
tree2ad207d65ab018d3e22ef492bdb2e84aadec857a
parent046732df5048624bd2a6fe758677020c71d64494
spl: net: Add FIT image support over network boot

FIT support in the net boot case is much like the RAM boot case in that
we load our image to "load_addr" and pass a dummy read function into
"spl_load_simple_fit()". As the load address is no longer hard-coded to
the final execution address, legacy image loading will require load_addr
to be set correctly in the image header.

Signed-off-by: Andrew F. Davis <afd@ti.com>
common/spl/spl_net.c