Home
last modified time | relevance | path

Searched refs:path (Results 1 – 25 of 28) sorted by relevance

12

/board/variscite/imx8mn_var_som/
A Dimx8mn_var_som.c89 const char *path = "eeprom-som"; in var_read_som_eeprom() local
93 off = fdt_path_offset(gd->fdt_blob, path); in var_read_som_eeprom()
162 char path[1024]; in configure_phy_reset_gpios() local
165 snprintf(path, sizeof(path), "%s/mdio/ethernet-phy@4", in configure_phy_reset_gpios()
168 phynode = fdt_path_offset(blob, path); in configure_phy_reset_gpios()
170 pr_err("%s(): unable to locate PHY node: %s\n", __func__, path); in configure_phy_reset_gpios()
175 snprintf(path, sizeof(path), "%s", in configure_phy_reset_gpios()
180 snprintf(path, sizeof(path), "%s/gpio@20", in configure_phy_reset_gpios()
186 node = fdt_path_offset(blob, path); in configure_phy_reset_gpios()
189 path); in configure_phy_reset_gpios()
[all …]
/board/freescale/mx7ulp_evk/
A Dmx7ulp_evk.c55 const char *path; in ft_board_setup() local
59 path = fdt_get_alias(blob, "mmc0"); in ft_board_setup()
60 if (!path) { in ft_board_setup()
65 nodeoff = fdt_path_offset(blob, path); in ft_board_setup()
/board/freescale/common/
A Dfman.c37 const char *path; in fdt_set_phy_handle() local
40 path = fdt_get_alias(fdt, alias); in fdt_set_phy_handle()
41 if (!path) in fdt_set_phy_handle()
45 offset = fdt_path_offset(fdt, path); in fdt_set_phy_handle()
/board/toradex/common/
A Dtdx-eeprom.c19 const char *path; in get_tdx_eeprom() local
32 path = fdt_getprop(gd->fdt_blob, node, eeprom_str, NULL); in get_tdx_eeprom()
33 if (!path) { in get_tdx_eeprom()
38 eeprom = ofnode_path(path); in get_tdx_eeprom()
/board/gateworks/venice/
A Dvenice.c30 int board_fit_config_name_match(const char *path) in board_fit_config_name_match() argument
32 const char *name = path + strlen("freescale/"); in board_fit_config_name_match()
222 const char *path; in ft_board_setup() local
234 path = fdt_get_alias(fdt, "ethernet1"); in ft_board_setup()
236 if (pcbrev > 'B' && pcbrev < 'E' && path && !strncmp(path, "/soc@0/pcie@", 12)) { in ft_board_setup()
/board/keymile/scripts/
A Ddevelop-common.txt11path.txt; then env import -t ${load_addr_r} ${filesize}; else echo no auto nfs path imported; echo…
/board/freescale/ls1046afrwy/
A Deth.c72 const char *path; in fdt_update_ethernet_dt() local
95 path = fdt_getprop_by_offset(blob, offset, &name, NULL); in fdt_update_ethernet_dt()
96 nodeoff = fdt_path_offset(blob, path); in fdt_update_ethernet_dt()
/board/freescale/ls1046ardb/
A Deth.c86 const char *path; in fdt_update_ethernet_dt() local
109 path = fdt_getprop_by_offset(blob, offset, &name, NULL); in fdt_update_ethernet_dt()
110 nodeoff = fdt_path_offset(blob, path); in fdt_update_ethernet_dt()
/board/keymile/kmcent2/
A Dkmcent2.c296 char path[25]; in fdt_fixup_fman_mac_addresses() local
309 strcpy(path, "/soc/fman/ethernet@e8000"); in fdt_fixup_fman_mac_addresses()
310 node = fdt_path_offset(blob, path); in fdt_fixup_fman_mac_addresses()
312 printf("no %s\n", path); in fdt_fixup_fman_mac_addresses()
319 path); in fdt_fixup_fman_mac_addresses()
/board/synopsys/axs10x/
A Dheaderize-axs.py33 if not os.path.isfile(uboot_bin_filename):
37 if not os.path.isfile(uboot_elf_filename):
89 uboot_img_size = os.path.getsize(uboot_bin_filename)
132 load_size = os.path.getsize(headerised_filename)
/board/synopsys/hsdk/
A Dheaderize-hsdk.py34 if not os.path.isfile(uboot_bin_filename):
38 if not os.path.isfile(uboot_elf_filename):
80 uboot_img_size = os.path.getsize(uboot_bin_filename)
114 load_size = os.path.getsize(headerised_filename)
/board/samsung/e850-96/
A Dfw.c42 static int read_fw_from_fat(const char *part_name, const char *path, void *buf) in read_fw_from_fat() argument
57 err = fs_read(path, (ulong)buf, 0, 0, &len_read); in read_fw_from_fat()
/board/Marvell/mvebu_armada-37xx/
A Dboard.c539 const char *path; in edpu_plus_fdt_setup() local
555 path = fdt_get_alias(blob, "ethernet0"); in edpu_plus_fdt_setup()
556 if (path) in edpu_plus_fdt_setup()
557 do_fixup_by_path_string(blob, path, "phy-mode", "2500base-x"); in edpu_plus_fdt_setup()
/board/variscite/dart_6ul/
A Ddart_6ul.c208 const char *path = "eeprom0"; in checkboard() local
213 off = fdt_path_offset(gd->fdt_blob, path); in checkboard()
/board/dhelectronics/dh_stm32mp1/
A Dboard.c80 char path[256]; in dh_stm32_mac_is_in_ks8851() local
88 ret = ofnode_get_path(node, path, sizeof(path)); in dh_stm32_mac_is_in_ks8851()
92 ret = uclass_get_device_by_of_path(UCLASS_ETH, path, &udev); in dh_stm32_mac_is_in_ks8851()
/board/anbernic/rgxx3_rk3566/
A Drgxx3-rk3566.c630 char path[] = "/i2c@fdd40000/regulator@00"; in rgxx3_regulator_fixup() local
645 sprintf(path, "/i2c@fdd40000/regulator@%02x", in rgxx3_regulator_fixup()
647 node = fdt_path_offset(blob, path); in rgxx3_regulator_fixup()
655 node = fdt_path_offset(blob, path); in rgxx3_regulator_fixup()
/board/raspberrypi/rpi/
A Drpi.c546 int copy_property(void *dst, void *src, char *path, char *property) in copy_property() argument
552 src_offset = fdt_path_offset(src, path); in copy_property()
553 dst_offset = fdt_path_offset(dst, path); in copy_property()
/board/freescale/imx8qm_mek/
A DREADME22 $ cp build/imx8qm/release/bl31.bin path/to/u-boot/
/board/gateworks/
A Dfsa.c446 char path[128]; in fsa_ft_fixup() local
456 if (!fdt_get_path(fdt, off, path, sizeof(path))) { in fsa_ft_fixup()
457 node = ofnode_path(path); in fsa_ft_fixup()
/board/ti/am43xx/
A Dboard.c683 static int device_okay(const char *path) in device_okay() argument
687 node = fdt_path_offset(gd->fdt_blob, path); in device_okay()
/board/samsung/common/bootscripts/
A Dautoboot.cmd75 #### Routine: autoboot - choose proper boot path
/board/freescale/p1010rdb/
A DREADME.P1010RDB-PB131 $ export CROSS_COMPILE=<your-compiler-path>/powerpc-linux-gnu-
179 Place uImage, p1010rdb.dtb and rootfs files in the TFTP download path.
/board/xilinx/
A DKconfig24 1. Set this variable to the path, either relative to the
/board/ti/dra7xx/
A Devm.c656 static int device_okay(const char *path) in device_okay() argument
660 node = fdt_path_offset(gd->fdt_blob, path); in device_okay()
/board/ti/am57xx/
A Dboard.c732 static int device_okay(const char *path) in device_okay() argument
736 node = fdt_path_offset(gd->fdt_blob, path); in device_okay()

Completed in 80 milliseconds

12