|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCHv4 3/9] plat/common: Introduce fdt_interrupt_cells helper to parse irq
Hello Jia He, This patch seems fine. Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> Thanks & Regards Sharan On 3/27/19 3:34 AM, Jia He wrote: From: Wei Chen <wei.chen@xxxxxxx> From: Wei Chen <wei.chen@xxxxxxx> This helper retrieves the number of cells by scan "#interrupt-cells" property of fdt. We will use this helper to parse IRQ number for devices, like timers and UARTs. Signed-off-by: Wei Chen <wei.chen@xxxxxxx> Signed-off-by: Jia He <justin.he@xxxxxxx> --- plat/common/fdt.c | 42 +++++++++++++++++++++++++++++++++++++++ plat/common/include/fdt.h | 20 +++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/plat/common/fdt.c b/plat/common/fdt.c index 47f7c74..916a263 100644 --- a/plat/common/fdt.c +++ b/plat/common/fdt.c @@ -57,3 +57,45 @@ int fdt_getprop_u32_by_offset(const void *fdt, int offset,return -FDT_ERR_NOTFOUND; _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |