Browse Source

arc: add ram to qemu board yaml so arc tests run

With a missing RAM value in the ARC QEMU board YAML,
Twister assigns it 128. The min_ram filter for the
testcase is higher. The RAM in the ARC QEMU board DTS
is 4 MB. Update ARC QEMU board YAML to include 4 MB
of RAM so tests run on ARC QEMU.

Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
pull/89380/head
Lauren Murphy 2 months ago committed by Benjamin Cabé
parent
commit
51aa2ffec0
  1. 1
      boards/qemu/arc/qemu_arc_qemu_arc_em.yaml
  2. 1
      boards/qemu/arc/qemu_arc_qemu_arc_hs.yaml
  3. 1
      boards/qemu/arc/qemu_arc_qemu_arc_hs5x.yaml
  4. 1
      boards/qemu/arc/qemu_arc_qemu_arc_hs6x.yaml
  5. 1
      boards/qemu/arc/qemu_arc_qemu_arc_hs_xip.yaml

1
boards/qemu/arc/qemu_arc_qemu_arc_em.yaml

@ -12,4 +12,5 @@ testing: @@ -12,4 +12,5 @@ testing:
ignore_tags:
- net
- bluetooth
ram: 4096
vendor: snps

1
boards/qemu/arc/qemu_arc_qemu_arc_hs.yaml

@ -13,4 +13,5 @@ testing: @@ -13,4 +13,5 @@ testing:
ignore_tags:
- net
- bluetooth
ram: 4096
vendor: snps

1
boards/qemu/arc/qemu_arc_qemu_arc_hs5x.yaml

@ -12,4 +12,5 @@ testing: @@ -12,4 +12,5 @@ testing:
ignore_tags:
- net
- bluetooth
ram: 4096
vendor: snps

1
boards/qemu/arc/qemu_arc_qemu_arc_hs6x.yaml

@ -12,4 +12,5 @@ testing: @@ -12,4 +12,5 @@ testing:
ignore_tags:
- net
- bluetooth
ram: 4096
vendor: snps

1
boards/qemu/arc/qemu_arc_qemu_arc_hs_xip.yaml

@ -12,4 +12,5 @@ testing: @@ -12,4 +12,5 @@ testing:
ignore_tags:
- net
- bluetooth
ram: 4096
vendor: snps

Loading…
Cancel
Save