From 07af235e8a4db58886c240d82f46cdeab9f6fca9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 10 Jun 2017 22:23:30 +0200 Subject: add sample for sparc ipx --- target/sparc/kernel/sun-ipx | 8 ++++++++ target/sparc/systems/sun-ipx | 11 +++++++++++ 2 files changed, 19 insertions(+) create mode 100644 target/sparc/kernel/sun-ipx create mode 100644 target/sparc/systems/sun-ipx (limited to 'target') diff --git a/target/sparc/kernel/sun-ipx b/target/sparc/kernel/sun-ipx new file mode 100644 index 000000000..ddcf31f2f --- /dev/null +++ b/target/sparc/kernel/sun-ipx @@ -0,0 +1,8 @@ +CONFIG_SPARC=y +CONFIG_SPARC32=y +CONFIG_SBUS=y +CONFIG_SBUSCHAR=y +CONFIG_SUN_AUXIO=y +CONFIG_SUN_IO=y +CONFIG_PCIC_PCI=y +CONFIG_PROM_CONSOLE=y diff --git a/target/sparc/systems/sun-ipx b/target/sparc/systems/sun-ipx new file mode 100644 index 000000000..73a02bc61 --- /dev/null +++ b/target/sparc/systems/sun-ipx @@ -0,0 +1,11 @@ +config ADK_TARGET_SYSTEM_SUN_IPX + bool "Sun Sparcstation IPX" + select ADK_TARGET_CPU_SPARC_V8 + select ADK_TARGET_WITH_NET + select ADK_TARGET_WITH_NETDEVICE + select ADK_TARGET_WITH_BLOCK + select ADK_TARGET_KERNEL_ZIMAGE + select ADK_TARGET_KERNEL_WITH_COMPRESSION + help + Support for Sun Sparcstation IPX. + -- cgit v1.2.3