On Sun, Jul 21, 2013 at 10:53:25AM +0200, Andreas Bie??mann wrote: > From: Rommel Custodio <[email protected]> > > Fix reading ext4_extent_header struture on BE machines. > Some 16 bit fields where converted to 32 bit fields, due to the byte > swap on BE machines the containing value was corrupted. Therefore > reading ext4 filesystems on BE machines where broken before. > > Signed-off-by: Rommel Custodio <[email protected]> > [sent via git-send-email; rework commit message] > Signed-off-by: Andreas Bie??mann <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > Tested-by: Simon Glass <[email protected]> > Tested-by: Lukasz Majewski <[email protected]>
So I gave the changes a review myself based on how the kernel accesses these fields and agree the changes are correct. I also did a quick test on beaglebone black and was able to read (and confirmed crc32) a few files correctly still. Applied to u-boot/master with a re-wrapping of the commit message, thanks! -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

