Re: socppc/fdt: convert big endian to host endian

2016-02-28 Thread Martin Pieuchot
On 20/02/16(Sat) 01:45, Patrick Wildt wrote: > Hi, > > FDT is spread widely in the embedded market. Especially those ARM > machines make heavy use of it. FDT is always stored in big endian, > like socppc. To be able to use this code on little endian machines, > like those ARMs, this diff

socppc/fdt: convert big endian to host endian

2016-02-19 Thread Patrick Wildt
Hi, FDT is spread widely in the embedded market. Especially those ARM machines make heavy use of it. FDT is always stored in big endian, like socppc. To be able to use this code on little endian machines, like those ARMs, this diff modifies the code to convert the binary data from big endian