summaryrefslogtreecommitdiff
path: root/target/sparc/kernel
AgeCommit message (Collapse)Author
2017-09-27sample for SUN JavaStationWaldemar Brodkorb
2017-06-10add sample for sparc ipxWaldemar Brodkorb
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2015-07-03use zimage and build kernel without serial drivers, otherwise kernel gets to ↵Waldemar Brodkorb
big for the voyager
2015-02-16prepare for Sun Voyager.Waldemar Brodkorb
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.
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-03-17optimize miniconfigs, enable netstuff by defaultWaldemar Brodkorb
2014-03-16disable block driver for qemu emulators, can be activated via menuconfigWaldemar Brodkorb
2014-03-02unbreak uclibc sparc toolchain buildingWaldemar Brodkorb
2014-01-07add i686 and sparc support for perl package, use miniconfigWaldemar Brodkorb