commit | 202a674bb8b7d7867503224857a2b0e04617d9b3 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Mar 23 11:06:11 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 28 12:07:45 2015 -0400 |
tree | eb8cfaeb9ed0ce210212115c538323a255d53312 | |
parent | e769f68613ee4f84c8e2aea784335df74ceea397 [diff] |
armv8: semihosting: add a command to load semihosted images Instead of sprinkling custom code and calls over the Vexpress64 boardfile, create a command that loads images using semihosting just like we would load from flash memory of over the network, using a special command: smhload <image> <address> This will make it possible to remove some custom calls and code and make the boot easier. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>