From db6e6a11e601ed79a78110bf0fb9a3ac7b58e4e5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 27 Aug 2016 13:11:40 +0200 Subject: add support for Qemu ARM noMMU Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now. --- target/config/Config.in.cpu | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/config/Config.in.cpu') diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index db1bee0c2..8375c7ee3 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -56,6 +56,13 @@ config ADK_TARGET_CPU_ARM_ARM926EJ_S select ADK_TARGET_WITH_MMU depends on ADK_TARGET_ARCH_ARM +config ADK_TARGET_CPU_ARM_ARM926EJ_S_NOMMU + bool "arm926ej-s" + select ADK_TARGET_WITH_LT + select ADK_TARGET_WITHOUT_MMU + select ADK_TARGET_UCLINUX + depends on ADK_TARGET_ARCH_ARM + config ADK_TARGET_CPU_ARM_ARM11MPCORE bool "arm11mpcore" select ADK_TARGET_WITH_NPTL -- cgit v1.2.3