diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-16 12:42:44 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-16 12:43:53 -0600 |
commit | 3b75784a5cf83b34ba7b4ecfe2b80908cedb2982 (patch) | |
tree | 77b309c463aa8530e4a9b052f595ce8df1df5835 /target/sparc/systems | |
parent | 5f7287e1a5de3f9dc043089e4209b7b6f291caee (diff) |
prepare for Sun Voyager.
Bootloader needs a.out formatted kernel.
Unfortunately I get "Illegal instruction" after loading
a.out kernel via TFTP. Old gentoo 2.6 kernel boots fine.
Diffstat (limited to 'target/sparc/systems')
-rw-r--r-- | target/sparc/systems/sun-voyager | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/sparc/systems/sun-voyager b/target/sparc/systems/sun-voyager new file mode 100644 index 000000000..931a46354 --- /dev/null +++ b/target/sparc/systems/sun-voyager @@ -0,0 +1,11 @@ +config ADK_TARGET_SYSTEM_SUN_VOYAGER + bool "Sun Voyager" + select ADK_sparc + select ADK_sun_voyager + select ADK_CPU_SPARC_V8 + select ADK_TARGET_WITH_VGA + select ADK_TARGET_WITH_SERIAL + select ADK_TARGET_KERNEL_VMLINUX_AOUT + help + Support for Sun Voyager. + |