[platform][realview-pb] first stab at working Realview Explore board

This target seems to be the best one to target for generic arm support
on current stock qemu builds.
This commit is contained in:
Travis Geiselbrecht
2012-12-30 17:57:06 -08:00
parent a9d6d42a99
commit d62c6977c4
10 changed files with 484 additions and 0 deletions

4
scripts/do-qemuarm Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
make realview-pb-test -j4 &&
qemu-system-arm -machine realview-pb-a8 -kernel build-realview-pb-test/lk -nographic $@