Catalin Marinas 26584853a4 Add core support for ARMv6/v7 big-endian
Starting with ARMv6, the CPUs support the BE-8 variant of big-endian
(byte-invariant). This patch adds the core support:

- setting of the BE-8 mode via the CPSR.E register for both kernel and
  user threads
- big-endian page table walking
- REV used to rotate instructions read from memory during fault
  processing as they are still little-endian format
- Kconfig and Makefile support for BE-8. The --be8 option must be passed
  to the final linking stage to convert the instructions to
  little-endian

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
2009-05-30 14:00:18 +01:00
..
2009-02-01 11:01:22 +05:30
2009-01-06 15:59:10 -08:00
2008-12-04 09:21:55 +00:00
2009-01-02 12:34:55 +00:00
2009-03-15 21:01:20 -04:00
2009-03-25 13:10:01 +02:00
2008-09-13 21:35:55 +01:00
2008-10-09 21:31:56 +01:00
2009-02-01 11:01:22 +05:30
2009-04-08 20:35:57 +01:00
2008-09-04 09:46:11 +01:00
2008-11-27 12:37:59 +00:00
2009-02-01 11:01:23 +05:30
2008-09-06 12:10:45 +01:00