morello: Add support for QEMU platform#172
morello: Add support for QEMU platform#172heshamelmatary wants to merge 1 commit intoseL4:masterfrom
Conversation
0782e26 to
293a085
Compare
|
Do you expect this to match the hardware, so we'd put this in a |
|
Since this created another PL011 driver, it could be put on top of #157 to reduce the duplication a bit. |
Not quite. PL011's address and IRQ are different. Also hardware has extra clock, pl011, and timer (SP804) drivers. Unfortunately, I don't think drivers can be currently shared in util_libs. |
I believe that's the right direction, but are there plans to merge #157 soon? If not, we could just merge this and then remove later not to block seL4/seL4#1158 ? |
293a085 to
4148222
Compare
This was tested on a baseline AArch64 Morello/QEMU without CHERI. Basic support for a PL011 driver. Signed-off-by: Hesham Almatary <[email protected]>
4148222 to
8b2be6c
Compare
This was tested on a baseline AArch64 Morello/QEMU without CHERI.
Basic support for a PL011 driver.