To un-block continuing of soc and board porting then move all socs and boards which have not yet been ported to boards_legacy / soc_legacy folders. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
@ -1,21 +0,0 @@
@@ -1,21 +0,0 @@
|
||||
# |
||||
# Copyright (c) 2021, Weidmueller Interface GmbH & Co. KG |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
# |
||||
|
||||
set(SUPPORTED_EMU_PLATFORMS qemu) |
||||
set(QEMU_ARCH xilinx-aarch64) |
||||
|
||||
set(QEMU_CPU_TYPE_${ARCH} cortex-a9) |
||||
|
||||
set(QEMU_FLAGS_${ARCH} |
||||
-nographic |
||||
-machine arm-generic-fdt-7series |
||||
-dtb ${ZEPHYR_BASE}/boards/${ARCH}/${BOARD}/fdt-zynq7000s.dtb |
||||
) |
||||
|
||||
set(QEMU_KERNEL_OPTION |
||||
"-device;loader,file=\$<TARGET_FILE:\${logical_target_for_zephyr_elf}>,cpu-num=0" |
||||
) |
||||
|
||||
board_set_debugger_ifnset(qemu) |
@ -1,21 +0,0 @@
@@ -1,21 +0,0 @@
|
||||
# Copyright (c) 2019 Lexmark International, Inc. |
||||
# |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
set(SUPPORTED_EMU_PLATFORMS qemu) |
||||
set(QEMU_ARCH xilinx-aarch64) |
||||
|
||||
set(QEMU_CPU_TYPE_${ARCH} cortex-r5) |
||||
set(QEMU_FLAGS_${ARCH} |
||||
-nographic |
||||
-machine arm-generic-fdt |
||||
-dtb ${ZEPHYR_BASE}/boards/${ARCH}/${BOARD}/fdt-single_arch-zcu102-arm.dtb |
||||
) |
||||
|
||||
set(QEMU_KERNEL_OPTION |
||||
"-device;loader,file=\$<TARGET_FILE:\${logical_target_for_zephyr_elf}>,cpu-num=4" |
||||
"-device;loader,addr=0xff5e023c,data=0x80008fde,data-len=4" |
||||
"-device;loader,addr=0xff9a0000,data=0x80000218,data-len=4" |
||||
) |
||||
|
||||
board_set_debugger_ifnset(qemu) |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |