Files
rtems/bsps/powerpc/qemuppc
Sebastian Huber ab8817ca03 rtems: Add get/set interrupt priorities
Add directives to get and set the priority of an interrupt vector.

Implement the directives for the following BSP families:

* arm/lpc24xx
* arm/lpc32xx
* powerpc/mpc55xxevb
* powerpc/qoriq

Implement the directives for the following interrupt controllers:

* GICv2 and GICv3 (arm and aarch64)
* NVIC (arm)
* PLIC (riscv)

Update #5002.
2024-05-10 13:26:22 +00:00
..

This BSP is designed to operate on the PPC simulator provided by qemu.
We are using the Courverture Project's qemu source tree.

Couverture Project to add tracing/coverage to qemu
  http://libre.adacore.com/libre/tools/coverage/

Their source repository
  http://forge.open-do.org/scm/?group_id=8

That has instructions on checking it out.

If you check it out into ${BASE} directory, then the
directory with their modified qemu is:

  ${BASE}/couverture/trunk/couverture/tools/qemu-r6588

My BASE is /home/joel/qemu-coverage.  I configured like this
from within the qemu source tree.

  ./configure --prefix=/home/joel/qemu-coverage/install
  make
  make install

This gives all simulated targets supported.  

See the Makefile for more details.