Home
last modified time | relevance | path

Searched refs:FDT_MAGIC (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/u-boot/common/spl/
H A Dspl_nor.c42 if (image_get_magic(header) == FDT_MAGIC) { in spl_nor_load_image()
84 if (image_get_magic(header) == FDT_MAGIC) { in spl_nor_load_image()
H A Dspl_spi.c113 image_get_magic(header) == FDT_MAGIC) { in spl_spi_load_image()
122 image_get_magic(header) == FDT_MAGIC) { in spl_spi_load_image()
H A Dspl_fat.c73 image_get_magic(header) == FDT_MAGIC) { in spl_load_image_fat()
84 image_get_magic(header) == FDT_MAGIC) { in spl_load_image_fat()
H A Dspl_ram.c44 image_get_magic(header) == FDT_MAGIC) { in spl_ram_load_image()
H A Dspl_net.c48 image_get_magic(header) == FDT_MAGIC) { in spl_net_load_image()
H A Dspl_nand.c52 image_get_magic(header) == FDT_MAGIC) { in spl_nand_load_element()
H A Dspl_ymodem.c94 image_get_magic((struct image_header *)buf) == FDT_MAGIC) { in spl_ymodem_load_image()
/openbmc/u-boot/board/raspberrypi/rpi/
H A Drpi.c309 if (fdt_magic(fw_dtb_pointer) != FDT_MAGIC) in set_fdt_addr()
478 if (fdt_magic(fw_dtb_pointer) != FDT_MAGIC) in board_fdt_blob_setup()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt.h50 #define FDT_MAGIC 0xd00dfeed /* 4: version, 4: total size */ macro
H A Dlibfdt_internal.h68 #define FDT_SW_MAGIC (~FDT_MAGIC)
H A Dfdt.c29 if (fdt_magic(fdt) == FDT_MAGIC) { in fdt_ro_probe_()
97 if (fdt_magic(fdt) != FDT_MAGIC) in fdt_check_header()
H A Dfdt_sw.c16 if (fdt_magic(fdt) == FDT_MAGIC) in fdt_sw_probe_()
381 fdt_set_magic(fdt, FDT_MAGIC); in fdt_finish()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.h95 #define FDT_MAGIC 0xd00dfeed /* 4: version, 4: total size */ macro
H A Dlibfdt_internal.h93 #define FDT_SW_MAGIC (~FDT_MAGIC)
H A Dfdt.c60 if (fdt_magic(fdt) == FDT_MAGIC) { in fdt_check_header()
/openbmc/u-boot/common/
H A Dboot_fit.c68 if (image_get_magic(header) != FDT_MAGIC) { in locate_dtb_in_fit()
/openbmc/linux/arch/mips/boot/compressed/
H A Ddecompress.c119 fdt_magic((void *)&__appended_dtb) == FDT_MAGIC) { in decompress_kernel()
/openbmc/u-boot/arch/arm/mach-versal/
H A Dcpu.c91 if (fdt_magic(fw_dtb) != FDT_MAGIC) { in board_fdt_blob_setup()
/openbmc/linux/arch/mips/include/asm/
H A Dbootinfo.h127 if (fdt_magic(&__appended_dtb) == FDT_MAGIC) in get_fdt()
/openbmc/u-boot/board/AndesTech/ax25-ae350/
H A Dax25-ae350.c71 if (fdt_magic(*ptr) == FDT_MAGIC) in board_fdt_blob_setup()
/openbmc/u-boot/board/qualcomm/dragonboard410c/
H A Ddragonboard410c.c24 if (fdt_magic(fw_dtb) != FDT_MAGIC) { in board_fdt_blob_setup()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_fdt.c58 if (f2h(header->magic) != FDT_MAGIC) { in get_property()
/openbmc/linux/arch/arm/boot/compressed/
H A Dfdt_check_mem_start.c76 if (fdt_magic(fdt) != FDT_MAGIC) in fdt_check_mem_start()
/openbmc/linux/arch/mips/loongson64/
H A Dinit.c119 if (fw_arg2 == 0 || (fdt_magic(fw_arg2) == FDT_MAGIC)) { in prom_init()
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/u-boot/files/
H A D0001-rpi-always-set-fdt_addr-with-firmware-provided-FDT-address.patch48 if (fdt_magic(fw_dtb_pointer) != FDT_MAGIC)

12