HomeSort by relevance Sort by last modified time
    Searched refs:fdt (Results 226 - 250 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/u-boot/board/gateworks/gw_ventana/
gw_ventana.c 724 char str[16], fdt[36]; local
729 * FDT name will be prefixed with CPU type. Three versions
750 sprintf(fdt, "%s-%s.dtb", cputype, str);
751 env_set("fdt_file", fdt);
758 sprintf(fdt, "%s-%s.dtb", cputype, str);
759 env_set("fdt_file1", fdt);
767 sprintf(fdt, "%s-%s.dtb", cputype, str);
768 env_set("fdt_file2", fdt);
1101 * called prior to booting kernel or by 'fdt boardsetup' command
1152 printf(" Adjusting FDT per EEPROM for %s...\n", model)
    [all...]
  /external/u-boot/cmd/
pxe.c 476 char *fdt; member in struct:pxe_label
547 if (label->fdt)
548 free(label->fdt);
704 * fdt usage is optional:
707 * Scenario 1: If fdt_addr_r specified and "fdt" label is defined in
708 * pxe file, retrieve fdt blob from server. Pass fdt_addr_r to bootm,
714 * Scenario 3: fdt blob is not available.
718 /* if fdt label is defined then get fdt from server */
723 if (label->fdt) {
    [all...]
bootm.c 48 U_BOOT_CMD_MKENT(fdt, 0, 1, (void *)BOOTM_STATE_FDT, "", ""),
  /external/u-boot/drivers/mtd/
renesas_rpc_hf.c 320 const void *fdt = gd->fdt_blob; local
331 ret = fdt_node_check_compatible(fdt, off, "spi-flash");
335 ret = fdt_node_check_compatible(fdt, off, "jedec,spi-nor");
  /external/u-boot/drivers/spi/
renesas_rpc_spi.c 382 const void *fdt = gd->fdt_blob; local
393 ret = fdt_node_check_compatible(fdt, off, "spi-flash");
397 ret = fdt_node_check_compatible(fdt, off, "jedec,spi-nor");
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
Makefile 33 obj-$(CONFIG_OF_LIBFDT) += fdt.o
  /external/u-boot/board/freescale/ls1012aqds/
ls1012aqds.c 15 #include <asm/arch/fdt.h>
  /external/u-boot/drivers/gpio/
da8xx_gpio.c 501 const void *fdt = gd->fdt_blob; local
505 uc_priv->gpio_count = fdtdec_get_int(fdt, node, "ti,ngpio", -1);
  /external/u-boot/common/
Makefile 105 obj-$(CONFIG_$(SPL_TPL_)OF_LIBFDT) += image-fdt.o
image-fdt.c 44 fdt_error("fdt header checksum invalid");
49 fdt_error("fdt checksum invalid");
55 fdt_error("uImage is not a fdt");
63 fdt_error("uImage data is not a fdt");
73 * @fdt_blob: pointer to fdt blob base address
77 * or the fdt blob.
91 printf(" reserving fdt memory region: addr=%llx size=%llx\n",
100 * @of_flat_tree: pointer to a char* variable, will hold fdt start address
101 * @of_size: pointer to a ulong variable, will hold fdt length
104 * relocates the of_flat_tree into that region, even if the fdt is already i
    [all...]
  /external/dtc/
fdtdump.c 14 #include <fdt.h>
159 "Scan for an embedded fdt in file",
211 /* try and locate an embedded fdt in a bigger blob */
230 printf("%s: skipping fdt magic at offset %#zx\n",
236 die("%s: could not locate fdt magic\n", file);
237 printf("%s: found fdt at offset %#zx\n", file, p - buf);
dtc.h 37 #include <fdt.h>
  /external/dtc/tests/
trees.S 1 #include <fdt.h>
  /external/u-boot/arch/sandbox/cpu/
start.c 129 SANDBOX_CMDLINE_OPT_SHORT(fdt, 'd', 1, "Specify U-Boot's control FDT");
148 "Use the default u-boot.dtb control FDT in U-Boot directory");
204 SANDBOX_CMDLINE_OPT_SHORT(state, 's', 1, "Specify the sandbox state FDT");
212 SANDBOX_CMDLINE_OPT_SHORT(read, 'r', 0, "Read the state FDT on startup");
220 SANDBOX_CMDLINE_OPT_SHORT(write, 'w', 0, "Write state FDT on exit");
  /external/u-boot/board/freescale/ls1043aqds/
ls1043aqds.c 14 #include <asm/arch/fdt.h>
  /external/u-boot/board/freescale/ls1046aqds/
ls1046aqds.c 14 #include <asm/arch/fdt.h>
  /external/u-boot/include/
fm_eth.h 195 void fdt_fixup_fman_ethernet(void *fdt);
  /external/u-boot/drivers/mmc/
fsl_esdhc.c 1358 const void *fdt = gd->fdt_blob; local
    [all...]
  /external/u-boot/
Kconfig 228 Flattened Image Tree. FIT is formally a FDT, which can include
229 images of various types (kernel, FDT blob, ramdisk, etc.)
282 one whose fdt's compatibility field best matches that of
284 most specific compatibility entry of U-Boot's fdt's root node.
285 The order of entries in the configuration's fdt is ignored.
453 Enable FDT memory map syncup before OS boot. This feature can be
  /external/u-boot/board/sunxi/
board.c 689 static void setup_environment(const void *fdt)
722 if (!fdt_get_alias(fdt, ethaddr))
788 * Call setup_environment again in case the boot fdt has
  /external/u-boot/drivers/core/
device.c 716 const void *fdt = gd->fdt_blob; local
718 return !fdt_node_check_compatible(fdt, 0, compat);
  /external/u-boot/scripts/dtc/
dtc.h 37 #include <fdt.h>
  /external/u-boot/tools/
Makefile 65 LIBFDT_SRCS_SYNCED := fdt.c fdt_wip.c fdt_sw.c fdt_rw.c \
  /external/u-boot/arch/arm/include/asm/
omap_common.h 685 /* Common FDT Fixups */
686 int ft_hs_disable_rng(void *fdt, bd_t *bd);
687 int ft_hs_fixup_dram(void *fdt, bd_t *bd);
688 int ft_hs_add_tee(void *fdt, bd_t *bd);
  /external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
fdt.c 12 #include <asm/arch/fdt.h>

Completed in 644 milliseconds

1 2 3 4 5 6 7 8 91011