Searched refs:fdt_magic (Results 1 – 20 of 20) sorted by relevance
| /u-boot/board/armltd/vexpress64/ |
| A D | vexpress64.c | 165 if (dtb_ptr == 0 || fdt_magic(dtb_ptr) != FDT_MAGIC) in is_valid_dtb() 186 if (fdt_magic(VEXPRESS_FDT_ADDR) == FDT_MAGIC) { in board_fdt_blob_setup() 200 if (fdt_magic(gd->fdt_blob) == FDT_MAGIC) { in board_fdt_blob_setup()
|
| /u-boot/board/AndesTech/ae350/ |
| A D | ae350.c | 64 if (fdt_magic((uintptr_t)gd->arch.firmware_fdt_addr) == FDT_MAGIC) in board_fdt_blob_setup() 68 if (fdt_magic(CONFIG_SYS_FDT_BASE) == FDT_MAGIC) in board_fdt_blob_setup()
|
| /u-boot/board/renesas/rcar-common/ |
| A D | common.c | 32 if (fdt_magic(atf_fdt_blob) == FDT_MAGIC) in apply_atf_overlay() 141 if (fdt_magic(atf_fdt_blob) != FDT_MAGIC) in update_rpc_status()
|
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | boot_params.c | 28 if (fdt_magic(nt_fw_dtb) == FDT_MAGIC) in board_fdt_blob_setup()
|
| /u-boot/arch/mips/mach-mtmips/ |
| A D | spl.c | 41 if (fdt_magic(uboot_base) == FDT_MAGIC) in spl_nor_get_uboot_base()
|
| /u-boot/arch/arm/mach-rmobile/ |
| A D | cpu_info-rzg.c | 29 if (fdt_magic(atf_fdt_blob) != FDT_MAGIC) in rzg_get_cpu_name()
|
| /u-boot/scripts/dtc/libfdt/ |
| A D | fdt.c | 22 if (fdt_magic(fdt) == FDT_MAGIC) { in fdt_ro_probe_() 31 } else if (fdt_magic(fdt) == FDT_SW_MAGIC) { in fdt_ro_probe_() 86 if (fdt_magic(fdt) != FDT_MAGIC) in fdt_check_header()
|
| A D | fdt_sw.c | 16 if (fdt_magic(fdt) == FDT_MAGIC) in fdt_sw_probe_() 18 else if (fdt_magic(fdt) != FDT_SW_MAGIC) in fdt_sw_probe_()
|
| A D | fdt_ro.c | 60 if (fdt_magic(fdt) == FDT_MAGIC) { in fdt_get_string() 69 } else if (fdt_magic(fdt) == FDT_SW_MAGIC) { in fdt_get_string()
|
| A D | libfdt.h | 205 #define fdt_magic(fdt) (fdt_get_header(fdt, magic)) macro
|
| /u-boot/board/hoperun/hihope-rzg2/ |
| A D | hihope-rzg2.c | 90 if ((fdt_magic(atf_fdt_blob) == FDT_MAGIC) && in is_hoperun_hihope_rzg2_board()
|
| /u-boot/test/py/tests/ |
| A D | test_fit.py | 333 fdt_magic = struct.pack('>L', 0xd00dfeed) 337 real_fit_offset = data.find(fdt_magic, 4)
|
| /u-boot/board/raspberrypi/rpi/ |
| A D | rpi.c | 328 if (fdt_magic(fw_dtb_pointer) != FDT_MAGIC) in set_fdt_addr() 498 if (fdt_magic(fw_dtb_pointer) != FDT_MAGIC) { in board_fdt_blob_setup()
|
| /u-boot/board/xen/xenguest_arm64/ |
| A D | xenguest_arm64.c | 45 if (fdt_magic(rom_pointer[0]) != FDT_MAGIC) { in board_fdt_blob_setup()
|
| /u-boot/board/xilinx/common/ |
| A D | board.c | 365 if (fdt_magic(fdt_blob) == FDT_MAGIC) in board_fdt_blob_setup() 385 if (fdt_magic(fdt_blob) == FDT_MAGIC) in board_fdt_blob_setup()
|
| /u-boot/lib/ |
| A D | of_live.c | 270 debug("magic: %08x\n", fdt_magic(blob)); in unflatten_device_tree()
|
| /u-boot/test/cmd/ |
| A D | fdt.c | 1143 ut_assert_nextline("magic:\t\t\t0x%x", fdt_magic(fdt)); in fdt_test_header() 1158 fdt_test_header_get(uts, "magic", fdt_magic(fdt)); in fdt_test_header()
|
| /u-boot/cmd/ |
| A D | fdt.c | 582 printf("magic:\t\t\t0x%x\n", fdt_magic(working_fdt)); in do_fdt()
|
| /u-boot/tools/ |
| A D | fdtgrep.c | 252 fprintf(f, "// magic:\t\t0x%x\n", fdt_magic(blob)); in display_fdt_by_regions()
|
| /u-boot/scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 211 return fdt_magic(self._fdt) 1103 uint32_t fdt_magic(const void *fdt);
|
Completed in 41 milliseconds