Skip to content

Commit

Permalink
armv7a9-zynq7000-qemu: disable SMP
Browse files Browse the repository at this point in the history
Due to poor performance under QEMU when SMP kernel is enabled, change
device tree used by QEMU to a single-core system.
Update PLO to initialize all CPU cores on zynq7000.

JIRA: RTOS-796
  • Loading branch information
jmaksymowicz authored and Darchiv committed Jun 17, 2024
1 parent 5eabbc3 commit 90c36f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plo
2 changes: 1 addition & 1 deletion scripts/armv7a9-zynq7000-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

IMG_PLO_ZYNQ7000="$(dirname "${BASH_SOURCE[0]}")/../_boot/armv7a9-zynq7000-qemu/plo.img"
IMG_FLASH_QEMU="$(dirname "${BASH_SOURCE[0]}")/../_boot/armv7a9-zynq7000-qemu/phoenix.disk"
DTB_ZYNQ7000="$(dirname "${BASH_SOURCE[0]}")/../scripts/zynq7000-zc702.dtb"
DTB_ZYNQ7000="$(dirname "${BASH_SOURCE[0]}")/../scripts/zynq7000-zc702-single.dtb"

for FILE in "$IMG_PLO_ZYNQ7000" "$IMG_FLASH_QEMU" "$DTB_ZYNQ7000"; do
if [ ! -f "$FILE" ]; then
Expand Down
Binary file added scripts/zynq7000-zc702-single.dtb
Binary file not shown.

0 comments on commit 90c36f8

Please sign in to comment.