diff options
author | KONRAD Frederic | 2019-05-15 14:31:32 +0200 |
---|---|---|
committer | Mark Cave-Ayland | 2019-05-17 10:17:11 +0200 |
commit | 162abf1a83ddd06ce1618666f84f88ba4dbffe10 (patch) | |
tree | 4bf91f963dd26c8b934d172f27eb77fe53e42753 /MAINTAINERS | |
parent | leon3: add a little bootloader (diff) | |
download | qemu-162abf1a83ddd06ce1618666f84f88ba4dbffe10.tar.gz qemu-162abf1a83ddd06ce1618666f84f88ba4dbffe10.tar.xz qemu-162abf1a83ddd06ce1618666f84f88ba4dbffe10.zip |
leon3: introduce the plug and play mechanism
This adds the AHB and APB plug and play devices.
They are scanned during the linux boot to discover the various peripheral.
Reviewed-by: Fabien Chouteau <chouteau@adacore.com>
Signed-off-by: KONRAD Frederic <frederic.konrad@adacore.com>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a73a61a546..bc54c6d212 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1161,7 +1161,7 @@ M: Fabien Chouteau <chouteau@adacore.com> S: Maintained F: hw/sparc/leon3.c F: hw/*/grlib* -F: include/hw/sparc/grlib.h +F: include/hw/*/grlib* S390 Machines ------------- |