Re: [PATCH v2] kexec/ppc64 fix device tree endianess issues for memory attributes

2014-01-30 Thread Simon Horman
On Thu, Jan 30, 2014 at 04:06:22PM +0100, Laurent Dufour wrote: > All the attributes exposed in the device tree are in Big Endian format. > > This patch add the byte swap operation for some entries which were not yet > processed, including those fixed by the following kernel's patch : > > https:/

[PATCH v2] kexec/ppc64 fix device tree endianess issues for memory attributes

2014-01-30 Thread Laurent Dufour
All the attributes exposed in the device tree are in Big Endian format. This patch add the byte swap operation for some entries which were not yet processed, including those fixed by the following kernel's patch : https://lists.ozlabs.org/pipermail/linuxppc-dev/2014-January/114720.html To work o