You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
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>
8 years ago
..
adm5120 kernel: drop usbdev LED trigger 8 years ago
adm8668 build: fix subtarget descriptions 8 years ago
apm821xx apm821xx: Add support for the Cisco Meraki MX60/MX60W 8 years ago
ar7 kernel: update kernel 3.18 to version 3.18.43 8 years ago
ar71xx ar71xx: Fix switch config on Mikrotik RB450/G 8 years ago
arc770 tools: remove old mkdosfs symlink from dosfstools 8 years ago
archs38 tools: remove old mkdosfs symlink from dosfstools 8 years ago
arm64 arm64: boot-wrapper: Add mirror 8 years ago
at91 at91: Remove u-boot from platform images folder 8 years ago
ath25 kernel: update kernel 4.4 to version 4.4.20 8 years ago
au1000 kernel: update kernel 3.18 to version 3.18.43 8 years ago
bcm53xx bcm53xx: build image for TP-LINK Archer C9 v1 8 years ago
brcm47xx brcm47xx: image: use append-rootfs step for per-device rootfs support 8 years ago
brcm63xx brcm63xx: Livebox 1: add userspace board support 8 years ago
brcm2708 kernel: update kernel 4.4 to version 4.4.32 8 years ago
cns3xxx cns3xxx: fix UART resource overlap 8 years ago
gemini gemini: rename config-default to config-4.4 8 years ago
generic kernel: remove pipetypes unused var warning 8 years ago
imx6 imx6: Add ds1672 RTC to kernel for working hctosys (Gateworks) 8 years ago
ipq806x ipq806x: c2600: change wan and lan led trigger to swconfig port 8 years ago
ixp4xx kernel: update kernel 3.18 to version 3.18.43 8 years ago
kirkwood kirkwood: fix pogo_e02 LED name 8 years ago
lantiq lantiq: write protect vgv7519 u-boot and u-boot-env partitions 8 years ago
layerscape layerscape: ls1012ardb: only reserve ext4 fs as default firmware.bin 8 years ago
malta malta: enable be64 and le64 subtargets 8 years ago
mcs814x treewide: dts: use C style includes 8 years ago
mediatek kernel: update kernel 4.4 to version 4.4.30 8 years ago
mpc85xx cleanup ucidef_set_interface* usage 8 years ago
mvebu mvebu: simplify etc/board.d/02_network 8 years ago
mxs tools: remove old mkdosfs symlink from dosfstools 8 years ago
octeon octeon: fix feature flag for initramfs support 8 years ago
omap build: fix subtarget descriptions 8 years ago
omap24xx kernel: clean up usb gadget support 8 years ago
orion treewide: remove bad local shell variable declarations 8 years ago
oxnas treewide: dts: use keycode defines from input dt-binding 8 years ago
ppc40x build: fix subtarget descriptions 8 years ago
ppc44x build: fix subtarget descriptions 8 years ago
ramips ramips: Add device DLINK DWR-512-B 8 years ago
rb532 kernel: update kernel 4.1 to version 4.1.34 8 years ago
realview build: fix subtarget descriptions 8 years ago
sunxi target: sunxi: enable kvm support 8 years ago
uml uml: clean up the kernel config and add squashfs+ext4/f2fs support 8 years ago
x86 x86: fix GRUB_ROOT for Xen subtarget 8 years ago
xburst use immediate set in target Makefiles 8 years ago
zynq zynq: fix maintainer email address 8 years ago
Makefile