From 0e3585dae500fb0a976888f5dbdf3a37769680ec Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 28 Dec 2014 22:25:29 -0600 Subject: bring coldfire support in shape Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit. --- target/config/Config.in.binfmt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/config/Config.in.binfmt (limited to 'target/config/Config.in.binfmt') diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt new file mode 100644 index 000000000..6cd2c4b6b --- /dev/null +++ b/target/config/Config.in.binfmt @@ -0,0 +1,18 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +choice +prompt "Binary Format" +depends on ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_BFIN + +config ADK_TARGET_BINFMT_ELF + bool "ELF" + +config ADK_TARGET_BINFMT_FDPIC + bool "FDPIC" + depends on ADK_TARGET_ARCH_BFIN + +config ADK_TARGET_BINFMT_FLAT + bool "FLAT" + +endchoice -- cgit v1.2.3