lib: utils: Move fdt fixup helper routines to a different file
authorAtish Patra <atish.patra@wdc.com>
Mon, 23 Mar 2020 19:48:58 +0000 (12:48 -0700)
committerAnup Patel <anup@brainfault.org>
Tue, 24 Mar 2020 08:00:32 +0000 (13:30 +0530)
commit040e4e2ec220403fb2508aa0809052924ef63a0b
treeb2a05b09962fc06fca987035b0b0cd8b20bc449e
parentd1d6560a878200679e6e12e77032d06add8847a5
lib: utils: Move fdt fixup helper routines to a different file

FDT helper file contain both fdt fixup and parsing functions.

Split the fixup related functions to a separate file for a better code
organization.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
include/sbi_utils/fdt/fdt_fixup.h [new file with mode: 0644]
include/sbi_utils/fdt/fdt_helper.h
lib/utils/fdt/fdt_fixup.c [new file with mode: 0644]
lib/utils/fdt/fdt_helper.c
lib/utils/fdt/objects.mk
platform/andes/ae350/platform.c
platform/fpga/ariane/platform.c
platform/fpga/openpiton/platform.c
platform/qemu/virt/platform.c
platform/sifive/fu540/platform.c