Skip to content

Commit bb1ac90

Browse files
stephanosiogalak
authored andcommitted
qemu: Add MIPS little endian emulation
This commit adds the `mipsel-softmmu` build for the QEMU, so that we can emulate the little endian MIPS targets. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 2a4850d commit bb1ac90

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ inherit autotools pkgconfig
216216
#--disable-blobs : BIOS needed for x86
217217
#--disable-fdt: Cannot use if supporting ARM
218218

219-
QEMUS_BUILT = "aarch64-softmmu arm-softmmu i386-softmmu mips-softmmu nios2-softmmu xtensa-softmmu riscv32-softmmu riscv64-softmmu sparc-softmmu x86_64-softmmu arc-softmmu arc64-softmmu"
219+
QEMUS_BUILT = "aarch64-softmmu arm-softmmu i386-softmmu mips-softmmu mipsel-softmmu nios2-softmmu xtensa-softmmu riscv32-softmmu riscv64-softmmu sparc-softmmu x86_64-softmmu arc-softmmu arc64-softmmu"
220220
QEMU_FLAGS = "--disable-docs --disable-sdl --disable-debug-info --disable-cap-ng \
221221
--disable-libnfs --disable-libusb --disable-libiscsi --disable-usb-redir --disable-linux-aio\
222222
--disable-guest-agent --disable-libssh --disable-vnc-png --disable-seccomp \

release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Notes / Changes in various releases
22

3+
## Zephyr SDK 0.13.2
4+
5+
- qemu:
6+
* Added MIPS little endian emulation
7+
38
## Zephyr SDK 0.13.1
49
- gdb:
510
* Fix ELF file format support issue on MacOS

0 commit comments

Comments
 (0)