/openbmc/u-boot/common/spl/ |
H A D | spl_nor.c | 42 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 D | spl_spi.c | 113 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 D | spl_fat.c | 73 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 D | spl_ram.c | 44 image_get_magic(header) == FDT_MAGIC) { in spl_ram_load_image()
|
H A D | spl_net.c | 48 image_get_magic(header) == FDT_MAGIC) { in spl_net_load_image()
|
H A D | spl_nand.c | 52 image_get_magic(header) == FDT_MAGIC) { in spl_nand_load_element()
|
H A D | spl_ymodem.c | 94 image_get_magic((struct image_header *)buf) == FDT_MAGIC) { in spl_ymodem_load_image()
|
/openbmc/u-boot/board/raspberrypi/rpi/ |
H A D | rpi.c | 309 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 D | fdt.h | 50 #define FDT_MAGIC 0xd00dfeed /* 4: version, 4: total size */ macro
|
H A D | libfdt_internal.h | 68 #define FDT_SW_MAGIC (~FDT_MAGIC)
|
H A D | fdt.c | 29 if (fdt_magic(fdt) == FDT_MAGIC) { in fdt_ro_probe_() 97 if (fdt_magic(fdt) != FDT_MAGIC) in fdt_check_header()
|
H A D | fdt_sw.c | 16 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 D | fdt.h | 95 #define FDT_MAGIC 0xd00dfeed /* 4: version, 4: total size */ macro
|
H A D | libfdt_internal.h | 93 #define FDT_SW_MAGIC (~FDT_MAGIC)
|
H A D | fdt.c | 60 if (fdt_magic(fdt) == FDT_MAGIC) { in fdt_check_header()
|
/openbmc/u-boot/common/ |
H A D | boot_fit.c | 68 if (image_get_magic(header) != FDT_MAGIC) { in locate_dtb_in_fit()
|
/openbmc/linux/arch/mips/boot/compressed/ |
H A D | decompress.c | 119 fdt_magic((void *)&__appended_dtb) == FDT_MAGIC) { in decompress_kernel()
|
/openbmc/u-boot/arch/arm/mach-versal/ |
H A D | cpu.c | 91 if (fdt_magic(fw_dtb) != FDT_MAGIC) { in board_fdt_blob_setup()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | bootinfo.h | 127 if (fdt_magic(&__appended_dtb) == FDT_MAGIC) in get_fdt()
|
/openbmc/u-boot/board/AndesTech/ax25-ae350/ |
H A D | ax25-ae350.c | 71 if (fdt_magic(*ptr) == FDT_MAGIC) in board_fdt_blob_setup()
|
/openbmc/u-boot/board/qualcomm/dragonboard410c/ |
H A D | dragonboard410c.c | 24 if (fdt_magic(fw_dtb) != FDT_MAGIC) { in board_fdt_blob_setup()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_fdt.c | 58 if (f2h(header->magic) != FDT_MAGIC) { in get_property()
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | fdt_check_mem_start.c | 76 if (fdt_magic(fdt) != FDT_MAGIC) in fdt_check_mem_start()
|
/openbmc/linux/arch/mips/loongson64/ |
H A D | init.c | 119 if (fw_arg2 == 0 || (fdt_magic(fw_arg2) == FDT_MAGIC)) { in prom_init()
|
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/u-boot/files/ |
H A D | 0001-rpi-always-set-fdt_addr-with-firmware-provided-FDT-address.patch | 48 if (fdt_magic(fw_dtb_pointer) != FDT_MAGIC)
|