Bernard Xiong 58724b95d5 Update rtconfig.py 7 жил өмнө
..
applications 296d57e859 [BSP] remove components.h file. 8 жил өмнө
drivers 296d57e859 [BSP] remove components.h file. 8 жил өмнө
linux_vmm 28f11fdd7b [vmm] add realview-pb-a8 VMM support 11 жил өмнө
.gitignore 28f11fdd7b [vmm] add realview-pb-a8 VMM support 11 жил өмнө
README.md 28f11fdd7b [vmm] add realview-pb-a8 VMM support 11 жил өмнө
SConscript 28f11fdd7b [vmm] add realview-pb-a8 VMM support 11 жил өмнө
SConstruct 19433e0cf5 update SConscript: support scons 3. 8 жил өмнө
boot.sh 28f11fdd7b [vmm] add realview-pb-a8 VMM support 11 жил өмнө
mk.sh 430f85df7c [bsp/rva8] make sure $BUILD_ROOT_DIR/output/target/vmm is a folder 11 жил өмнө
qemu.sh 28f11fdd7b [vmm] add realview-pb-a8 VMM support 11 жил өмнө
realview.lds 28f11fdd7b [vmm] add realview-pb-a8 VMM support 11 жил өмнө
realview_vmm.lds.S 28f11fdd7b [vmm] add realview-pb-a8 VMM support 11 жил өмнө
rtconfig.h 1368e01470 [BSP] fix RT_DFS_ELM_MAX_LFN to 255. 8 жил өмнө
rtconfig.py 58724b95d5 Update rtconfig.py 7 жил өмнө
rtt_api.h 7d7390a188 [bsp/rva8] add mission header in rtt_api.h 11 жил өмнө

README.md

VMM BSP on realview-pb-a8

This is a demo program that run RT-Thread VMM(Virtual Machine Module) on the single core RealView-PB-A8.

To compile it, you need buildroot and a linux 3.8.x source tree. You should build the patched Linux kernel and builroot before building the VMM. This directory has a "mk.sh" helper script to build both the RT-Thread, Linux kernel module and the ramdisk.

Linux console is serial0 and RT-Thread console is serial1.