[U-Boot] [U-Boot, v2, 7/9] fdt_support: fix an endian bug of fdt_fixup_memory_banks

Tom Rini trini at ti.com
Thu Jun 19 17:20:51 CEST 2014


On Fri, Apr 18, 2014 at 05:41:03PM +0900, Masahiro Yamada wrote:

> Data written to DTB must be converted to big endian order.
> It is usually done by using cpu_to_fdt32(), cpu_to_fdt64(), etc.
> 
> fdt_fixup_memory_banks() invoked write_cell(), which always
> swaps byte order.
> It means the function only worked on little endian architectures.
> 
> This commit adds and uses a new helper function, fdt_pack_reg(),
> which works on both big endian and little endian architrectures.
> 
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140619/5e757612/attachment.pgp>


More information about the U-Boot mailing list