armink 4875ee8a3a Sync from master (75a3f3dd3a930eab1dc58fa0258a9d1605a0ac11) преди 6 години
..
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 преди 12 години
.gitignore 28f11fdd7b [vmm] add realview-pb-a8 VMM support преди 12 години
README.md 28f11fdd7b [vmm] add realview-pb-a8 VMM support преди 12 години
SConscript 28f11fdd7b [vmm] add realview-pb-a8 VMM support преди 12 години
SConstruct 4875ee8a3a Sync from master (75a3f3dd3a930eab1dc58fa0258a9d1605a0ac11) преди 6 години
boot.sh 28f11fdd7b [vmm] add realview-pb-a8 VMM support преди 12 години
mk.sh 430f85df7c [bsp/rva8] make sure $BUILD_ROOT_DIR/output/target/vmm is a folder преди 12 години
qemu.sh 28f11fdd7b [vmm] add realview-pb-a8 VMM support преди 12 години
realview.lds 4875ee8a3a Sync from master (75a3f3dd3a930eab1dc58fa0258a9d1605a0ac11) преди 6 години
realview_vmm.lds.S 28f11fdd7b [vmm] add realview-pb-a8 VMM support преди 12 години
rtconfig.h c1ccceb0f9 Update the bsp to master v4.0.1 version. преди 6 години
rtconfig.py 58724b95d5 Update rtconfig.py преди 8 години
rtt_api.h 7d7390a188 [bsp/rva8] add mission header in rtt_api.h преди 12 години

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.