On 26.05.2010 02:49, Carl-Daniel Hailfinger wrote:
Handle the following architectures in generic flashrom code:
- x86/x86_64 (little endian)
- PowerPC (big endian)
- MIPS (big+little endian)
No changes to programmer specific code. This means any drivers with MMIO access will _not_ suddenly start working on big endian systems, but with this patch everything is in place to fix them.
DO NOT RUN FLASHROM ON NON-X86 AFTER APPLYING THIS PATCH!
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net Acked-by: Misha Manulis misha@manulis.com Acked-by: Vladimir 'phcoder/φ-coder' Serbinenko phcoder@gmail.com Acked-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Segher Boessenkool segher@kernel.crashing.org
And committed in r1013.
Regards, Carl-Daniel