Re: [PATCH v3 09/10] bsps: Add Cortex-A53 LP64 basic BSP

2020-10-05 Thread Sebastian Huber
On 04/10/2020 06:18, Kinsey Moore wrote: This adds an AArch64 basic BSP based on Qemu's Cortex-A53 emulation with interrupt support using GICv3 and clock support using the ARM GPT. Looks good. ___ devel mailing list devel@rtems.org http://lists.rtems.

[PATCH v3 09/10] bsps: Add Cortex-A53 LP64 basic BSP

2020-10-03 Thread Kinsey Moore
This adds an AArch64 basic BSP based on Qemu's Cortex-A53 emulation with interrupt support using GICv3 and clock support using the ARM GPT. --- bsps/aarch64/a53/console/console.c| 69 ++ bsps/aarch64/a53/include/bsp.h| 74 +++ bsps/aarch64/a53/include/bsp/irq.h