Skip to content

Commit 6e2bc43

Browse files
committed
boards: rename qemu_xtensa to qemu_xtensa/dc233c
This is in preparation for adding another SoC where qemu_xtensa is no longer valid choice. So use qemu_xtensa/dc233c as it is the same as the old qemu_xtensa. Signed-off-by: Daniel Leung <[email protected]>
1 parent 1fe9045 commit 6e2bc43

File tree

17 files changed

+26
-20
lines changed

17 files changed

+26
-20
lines changed

boards/deprecated.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,9 @@ set(qemu_x86_virt_DEPRECATED
721721
set(qemu_x86_xip_DEPRECATED
722722
qemu_x86/atom/xip
723723
)
724+
set(qemu_xtensa_DEPRECATED
725+
qemu_xtensa/dc233c
726+
)
724727
set(qemu_xtensa_mmu_DEPRECATED
725728
qemu_xtensa/dc233c/mmu
726729
)

boards/qemu/xtensa/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ emulated environment, for example, with the :zephyr:code-sample:`synchronization
1818
.. zephyr-app-commands::
1919
:zephyr-app: samples/synchronization
2020
:host-os: unix
21-
:board: qemu_xtensa
21+
:board: qemu_xtensa/dc233c
2222
:goals: run
2323

2424
This will build an image with the synchronization sample app, boot it using
File renamed without changes.

boards/qemu/xtensa/qemu_xtensa.yaml renamed to boards/qemu/xtensa/qemu_xtensa_dc233c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
identifier: qemu_xtensa
1+
identifier: qemu_xtensa/dc233c
22
name: QEMU Emulation for Xtensa
33
type: qemu
44
simulation: qemu

doc/releases/migration-guide-4.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Boards
3535
* STM32WBA: The command used for fetching blobs required to build ble applications is now
3636
``west blobs fetch hal_stm32`` instead of ``west blobs fetch stm32``.
3737

38+
* Board ``qemu_xtensa`` is deprecated. Use ``qemu_xtensa/dc233c`` instead.
39+
3840
STM32
3941
=====
4042

samples/subsys/llext/modules/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Building and running
4141

4242
.. zephyr-app-commands::
4343
:zephyr-app: samples/subsys/llext/modules
44-
:board: qemu_xtensa
44+
:board: qemu_xtensa/dc233c
4545
:goals: build run
4646
:compact:
4747

@@ -50,7 +50,7 @@ Building and running
5050

5151
.. zephyr-app-commands::
5252
:zephyr-app: samples/subsys/llext/modules
53-
:board: qemu_xtensa
53+
:board: qemu_xtensa/dc233c
5454
:goals: build run
5555
:west-args: -T sample.llext.modules.module_build
5656
:compact:

samples/subsys/llext/modules/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ common:
66
- qemu_cortex_a53 # ARM Cortex-A53 (ARMv8-A ISA)
77
- mps2/an385 # ARM Cortex-M3 (ARMv7-M ISA)
88
- mps2/an521/cpu0 # ARM Cortex-M33 (ARMv8-M ISA)
9-
- qemu_xtensa
9+
- qemu_xtensa/dc233c
1010
integration_platforms:
11-
- qemu_xtensa
11+
- qemu_xtensa/dc233c
1212
- mps2/an385
1313
- qemu_cortex_a53
1414
harness: console

samples/subsys/portability/cmsis_rtos_v1/philosophers/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ osSemaphoreId forks[NUM_PHIL];
7272
#define fork(x) (forks[x])
7373

7474
/*
75-
* CMSIS limits the stack size, but qemu_x86_64, qemu_xtensa,
75+
* CMSIS limits the stack size, but qemu_x86_64, qemu_xtensa (all),
7676
* qemu_leon3 and the boards such as up_squared, intel_ehl_crb,
7777
* acrn_ehl_crb need 1024 to run this.
7878
* For other arch and boards suggested stack size is 512.

samples/subsys/portability/cmsis_rtos_v2/philosophers/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ common:
88
min_ram: 32
99
min_flash: 34
1010
platform_exclude:
11-
- qemu_xtensa
11+
- qemu_xtensa/dc233c
1212
- qemu_x86_64
1313
harness: console
1414
harness_config:

0 commit comments

Comments
 (0)