[linux-yocto] [kernel-cache][PATCH 2/2] qemuarma15: Add QEMU Arm Cortex-A15 virtual machine

2019-01-04 Thread Jon Mason
Add support for a QEMU Arm Cortex-A15 virtual machine Signed-off-by: Jon Mason --- bsp/qemuarma15/qemuarma15-standard.scc | 12 +++ bsp/qemuarma15/qemuarma15.cfg | 29 ++ bsp/qemuarma15/qemuarma15.scc | 1 + 3 files changed, 42 insertions(+)

[linux-yocto] [kernel-cache][PATCH 1/2] qemuarma9: remove unused qemuarma9 configs

2019-01-04 Thread Jon Mason
Nothing in the Yocto Project is currently using the qemuarma9 configs, and this appears to be cruft. Also, there are kernel compile warnings when attempting to compile on v4.18 kernels. Instead of fixing it, simply remove this to clean up the repo. Signed-off-by: Jon Mason ---

[linux-yocto] [kernel-cache][PATCH 0/2] qemuarm: update Cortex-A files

2019-01-04 Thread Jon Mason
In preparation for migrating qemuarm from the ARMv5 emulated platform to a Cortex-A based one, these patches add a Cortex-A15 platform and remove an unused Cortex-A9 one. Jon Mason (2): qemuarma9: remove unused qemuarma9 configs qemuarma15: Add QEMU Arm Cortex-A15 virtual machine