zephyr/boards/x86/qemu_x86/qemu_x86_tiny.yaml
Andrew Boie 4c87224818 x86: add qemu_x86_tiny
This build target has all the low-memory options enabled for
memory management: a 4MB address space, 32-bit paging mode,
no KPTI, an empty page pool, and common page tables for
memory domains.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-11-05 09:33:40 -05:00

13 lines
206 B
YAML

identifier: qemu_x86_tiny
name: QEMU Emulation for X86 (small VM)
type: qemu
arch: x86
simulation: qemu
toolchain:
- zephyr
- xtools
testing:
default: true
only_tags:
- kernel
- userspace