summaryrefslogtreecommitdiffstats
path: root/target/linux/arm64
Commit message (Collapse)AuthorAgeFilesLines
* arm64: use common image prefixJo-Philipp Wich2015-05-271-4/+4
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45778
* arm64: enable new errata backported to 3.18Jonas Gorski2015-05-221-7/+6
| | | | | | | | | 3.18.13 introduced a bunch of new errata, enable them to be on the safe side. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45715
* arm64: remove CGROUPS overrideFlorian Fainelli2015-04-041-9/+0
| | | | | | | | | | SCHED_AUTOGROUP was turned on by default which forces the use of CGROUPS, conflicting with the options we offer from menuconfig, remove that. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 45275
* arm64: remove bogus CONFIG_WIRELESS/CONFIG_WLAN overridesFelix Fietkau2015-03-291-2/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45132
* arm64: update to linux 3.18Felix Fietkau2015-03-282-5/+73
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45092
* kernel: disable ARCH_NEEDS_CPU_IDLE_COUPLEDJohn Crispin2015-03-061-1/+0
| | | | | | | | | Disable ARCH_NEEDS_CPU_IDLE_COUPLED by-default in generic config, since only one platfrom (omap) needs them. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44614
* kernel: remove GENERIC_NET_UTILS from platform configsJohn Crispin2015-03-061-1/+0
| | | | | | | | | | CONFIG_GENERIC_NET_UTILS is selected by CONFIG_NET and already enabled in generic config, so we don't need this symbol in platform specific configurations. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44611
* arm64: add ARM 64-bits targetFlorian Fainelli2014-11-246-0/+362
This target can be emulated using ARM's Foundation_V8 simulator software or qemu-system-aarch64 using the command-line described in the README file. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43355