[U-Boot] [PATCH] armv8: Support loading 32-bit OS which is not in the form of FIT

Tom Rini trini at konsulko.com
Tue Jun 6 13:21:34 UTC 2017


On Tue, Jun 06, 2017 at 03:32:40PM +0800, Alison Wang wrote:

> As only FIT image is supported now, this patch is to support loading
> 32-bit uImage, dtb and rootfs separately.
> 
> Signed-off-by: Alison Wang <alison.wang at nxp.com>

Reviewed-by: Tom Rini <trini at konsulko.com>

However, entirely unrelated, I found this while reviewing the patch:
$ grep IH_ARCH_ arch/arm/include/asm/arch-fsl-layerscape/mp.h
#define IH_ARCH_ARM             2       /* ARM */
#define IH_ARCH_ARM64           22      /* ARM64 */

And that's dangerous and whatever needs those defines needs to be using
<image.h> instead where we have the canonical enum of those values.
Please correct this, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170606/1fcab44c/attachment.sig>


More information about the U-Boot mailing list