Home
last modified time | relevance | path

Searched refs:FDT_LAST_SUPPORTED_VERSION (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt.c35 FDT_LAST_SUPPORTED_VERSION) in fdt_ro_probe_()
102 FDT_LAST_SUPPORTED_VERSION)) in fdt_check_header()
H A Dfdt_sw.c131 fdt_set_version(fdt, FDT_LAST_SUPPORTED_VERSION); in fdt_create_with_flags()
H A Dlibfdt.h18 #define FDT_LAST_SUPPORTED_VERSION 0x11 macro
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.c64 if (fdt_last_comp_version(fdt) > FDT_LAST_SUPPORTED_VERSION) in fdt_check_header()
H A Dfdt_sw.c98 fdt_set_version(fdt, FDT_LAST_SUPPORTED_VERSION); in fdt_create()
H A Dlibfdt.h58 #define FDT_LAST_SUPPORTED_VERSION 0x11 macro
/openbmc/u-boot/cmd/
H A Dfdt.c767 FDT_LAST_SUPPORTED_VERSION) { in fdt_valid()
770 FDT_LAST_SUPPORTED_VERSION); in fdt_valid()
/openbmc/u-boot/tools/
H A Dfdtgrep.c443 fdt_set_version(fdt, FDT_LAST_SUPPORTED_VERSION); in dump_fdt_regions()