openwrtv4/target/linux/sunxi
Yousong Zhou 468735c3a2 target: sunxi: enable kvm support
Unlike x86, kvm for arm has to be built into the kernel.  The kernel
config was prepared with the following command

    make kernel_menuconfig CONFIG_TARGET=platform

Then enable ARM_LPAE, VIRTUALIZATION, KVM in that order

Other config changes are done by the build system.  The following text
tries to explain some of them, for archive purposes probably...

 - BUILD_BIN2C.  It was dropped probably because the prompt is empty and
   no other config option selects it.  bin2c is a host executable for
   converting binary content to a piece of c code for inclusion
 - CRYPTO_DEV_SUN4I_SS.  It was dropped because the dependency CRYPTO_HW
   was not enabled.  Setting that aside, packaging it as a loadbable
   module in lieu of other sunxi specific modules seems more appropriate
 - PGTABLE_LEVELS.  It was changed from 2 to 3 because 3 is the default
   when ARM_LPAE is enabled
 - HAVE_KERNEL_GZIP, etc..  These are enabled in generic config
 - SCHED_INFO, ZLIB_INFLATE.  These were dropped probably for the same
   reason as for BUILD_BIN2C

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-11-24 12:53:18 +01:00
..
base-files image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
image tools: remove old mkdosfs symlink from dosfstools 2016-10-12 11:59:09 +02:00
patches-4.4 kernel: update kernel 4.4 to version 4.4.3 2016-02-25 21:54:39 +00:00
profiles sunxi: add rtl8xxxu into pcduino v3 profile 2016-09-15 20:23:46 +02:00
config-4.4 target: sunxi: enable kvm support 2016-11-24 12:53:18 +01:00
Makefile sunxi: bump to 4.4 2016-02-03 01:24:42 +00:00
modules.mk sunxi: prep module support options for 4.4 2016-01-09 16:19:21 +00:00