include: sbi_utils: Introduce an helper to get fdt base address
authorAlexandre Ghiti <alexandre.ghiti@canonical.com>
Wed, 27 Oct 2021 07:43:36 +0000 (09:43 +0200)
committerAnup Patel <anup@brainfault.org>
Tue, 2 Nov 2021 05:53:16 +0000 (11:23 +0530)
commitc891acca172dfc60719419e19338508a83d97931
tree04658a01d122f0fbaf81b91adce26e738c812659
parent723aa88ff4cc44230cf871bda319905113003279
include: sbi_utils: Introduce an helper to get fdt base address

This simply adds an helper to get fdt address which is more explicit than
sbi_scratch_thishart_arg1_ptr.

Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
Reviewed-by: Xiang W <wxjstz@126.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
12 files changed:
include/sbi_utils/fdt/fdt_helper.h
lib/utils/ipi/fdt_ipi.c
lib/utils/irqchip/fdt_irqchip.c
lib/utils/reset/fdt_reset.c
lib/utils/serial/fdt_serial.c
lib/utils/timer/fdt_timer.c
platform/andes/ae350/platform.c
platform/fpga/ariane/platform.c
platform/fpga/openpiton/platform.c
platform/generic/platform.c
platform/kendryte/k210/platform.c
platform/nuclei/ux600/platform.c