libfdt: split fdt_region declarations out to <fdt_region.h>
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 16 Apr 2020 09:30:18 +0000 (18:30 +0900)
committerSimon Glass <sjg@chromium.org>
Sun, 26 Apr 2020 20:24:08 +0000 (14:24 -0600)
commit64045a6a173e6cf74a9c30bbe21a93d105be289e
tree279284ae7f5f735a99c8273253e677a99189db84
parent3e69db1223b9db82705fcc96b76caf0d8a468d12
libfdt: split fdt_region declarations out to <fdt_region.h>

fdt_region APIs are not part of libfdt. They are U-Boot extension
for the verified boot. Split the declarations related to fdt_region
out of <fdt_region.h>. This allows <linux/libfdt.h> to become a
simple wrapper file, like Linux does.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
common/fdt_region.c [new file with mode: 0644]
common/image-fit-sig.c
include/fdt_region.h [new file with mode: 0644]
include/linux/libfdt.h
tools/fdtgrep.c
tools/image-host.c