Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-28 | [ARM] nommu: abort handler fixup for !CPU_CP15_MMU cores. | Hyok S. Choi | |
There is no FSR/FAR register on no-CP15 or MPU cores. This patch adds a dummy abort handler which returns zero for the base restored Data Abort model !CPU_CP15_MMU cores. The abort-lv4t.S is still used with the fix-up for the base updated Data Abort model cores. Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | |||
2006-09-27 | [ARM] nommu: add ARM9TDMI core support | Hyok S. Choi | |
This patch adds ARM9TDMI core support which has no cache and no CP15 register(no memory control unit). Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |