/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ |
H A D | fdt.c | 78 return fdt_setprop_string(blob, offset, "phy-connection-type", in fdt_fixup_phy_connection() 88 off = fdt_setprop_string(blob, off, "status", "disabled"); in ft_disable_srio_port() 99 off = fdt_setprop_string(blob, off, "status", "disabled"); in ft_disable_rman() 110 off = fdt_setprop_string(blob, off, "status", "disabled"); in ft_disable_rmu() 146 fdt_setprop_string(blob, srio_off, "status", "disabled"); in ft_srio_setup()
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | fdt-common.c | 36 ret = fdt_setprop_string(fdt, offs, in ft_hs_disable_rng() 115 fdt_setprop_string(fdt, offs, "compatible", "ti,secure-memory"); in ft_hs_fixup_dram() 116 fdt_setprop_string(fdt, offs, "status", "okay"); in ft_hs_fixup_dram() 161 fdt_setprop_string(fdt, offs, "compatible", "linaro,optee-tz"); in ft_hs_add_tee() 162 fdt_setprop_string(fdt, offs, "method", "smc"); in ft_hs_add_tee()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | psci-dt.c | 50 fdt_setprop_string(fdt, tmp, "enable-method", "psci"); in fdt_psci() 74 tmp = fdt_setprop_string(fdt, nodeoff, in fdt_psci() 115 tmp = fdt_setprop_string(fdt, nodeoff, "method", "smc"); in fdt_psci() 119 tmp = fdt_setprop_string(fdt, nodeoff, "status", "okay"); in fdt_psci()
|
/openbmc/linux/arch/mips/generic/ |
H A D | yamon-dt.c | 34 err = fdt_setprop_string(fdt, chosen_off, "bootargs", fw_getcmdline()); in yamon_dt_append_cmdline() 130 err = fdt_setprop_string(fdt, mem_off, "device_type", "memory"); in yamon_dt_append_memory() 225 err = fdt_setprop_string(fdt, chosen_off, "stdout-path", path); in yamon_dt_serial_config()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_bmc.c | 93 _FDT((fdt_setprop_string(fdt, offset, "name", "bmc"))); in pnv_dt_bmc_sensors() 115 _FDT((fdt_setprop_string(fdt, off, "name", "sensor"))); in pnv_dt_bmc_sensors() 116 _FDT((fdt_setprop_string(fdt, off, "compatible", "ibm,ipmi-sensor"))); in pnv_dt_bmc_sensors()
|
H A D | spapr_nvdimm.c | 169 _FDT((fdt_setprop_string(fdt, child_offset, "compatible", "ibm,pmemory"))); in spapr_dt_nvdimm() 170 _FDT((fdt_setprop_string(fdt, child_offset, "device_type", "ibm,pmemory"))); in spapr_dt_nvdimm() 175 _FDT((fdt_setprop_string(fdt, child_offset, "ibm,unit-guid", buf))); in spapr_dt_nvdimm() 186 _FDT((fdt_setprop_string(fdt, child_offset, "ibm,pmem-application", in spapr_dt_nvdimm() 227 _FDT((fdt_setprop_string(fdt, offset, "device_type", in spapr_dt_persistent_memory()
|
H A D | spapr_vio.c | 109 ret = fdt_setprop_string(fdt, node_off, "device_type", in vio_make_devnode() 123 ret = fdt_setprop_string(fdt, node_off, "compatible", in vio_make_devnode() 687 _FDT(fdt_setprop_string(fdt, node, "device_type", "vdevice")); in spapr_dt_vdevice() 688 _FDT(fdt_setprop_string(fdt, node, "compatible", "IBM,vdevice")); in spapr_dt_vdevice()
|
H A D | spapr.c | 357 _FDT((fdt_setprop_string(fdt, off, "device_type", "memory"))); in spapr_dt_memory_node() 711 _FDT((fdt_setprop_string(fdt, offset, "device_type", "cpu"))); in spapr_dt_cpu() 740 _FDT((fdt_setprop_string(fdt, offset, "status", "okay"))); in spapr_dt_cpu() 883 ret = fdt_setprop_string(fdt, node, "device_type", in spapr_dt_rng() 892 ret |= fdt_setprop_string(fdt, node, "compatible", "ibm,random"); in spapr_dt_rng() 1078 _FDT(fdt_setprop_string(fdt, chosen, "bootargs", in spapr_dt_chosen() 1114 _FDT(fdt_setprop_string(fdt, chosen, "qemu,boot-list", bootlist)); in spapr_dt_chosen() 1118 _FDT(fdt_setprop_string(fdt, chosen, "qemu,boot-device", boot_device)); in spapr_dt_chosen() 1129 _FDT(fdt_setprop_string(fdt, chosen, "linux,stdout-path", stdout_path)); in spapr_dt_chosen() 1130 _FDT(fdt_setprop_string(fdt, chosen, "stdout-path", stdout_path)); in spapr_dt_chosen() [all …]
|
H A D | spapr_vof.c | 43 _FDT(fdt_setprop_string(fdt, chosen, "bootargs", spapr->vof->bootargs)); in spapr_vof_client_dt_finalize()
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | fdt.c | 33 return fdt_setprop_string(blob, offset, "phy-connection-type", in fdt_fixup_phy_connection() 122 fdt_setprop_string(blob, off, "enable-method", in ft_fixup_cpu() 292 err = fdt_setprop_string(blob, offset, "compatible", in _fdt_fixup_msi_node() 295 err = fdt_setprop_string(blob, offset, "compatible", in _fdt_fixup_msi_node()
|
/openbmc/u-boot/common/ |
H A D | fdt_support.c | 592 fdt_setprop_string(blob, node, "type", type); in fdt_record_loadable() 594 fdt_setprop_string(blob, node, "os", os); in fdt_record_loadable() 861 ret = fdt_setprop_string(blob, newoff, "label", part->name); in fdt_node_set_part_info() 1414 ret = fdt_setprop_string(fdt, nodeoffset, "status", "okay"); in fdt_set_node_status() 1417 ret = fdt_setprop_string(fdt, nodeoffset, "status", "disabled"); in fdt_set_node_status() 1420 ret = fdt_setprop_string(fdt, nodeoffset, "status", "fail"); in fdt_set_node_status() 1424 ret = fdt_setprop_string(fdt, nodeoffset, "status", buf); in fdt_set_node_status() 1686 ret = fdt_setprop_string(fdt, node, "format", format); in fdt_setup_simplefb_node() 1690 ret = fdt_setprop_string(fdt, node, "status", "okay"); in fdt_setup_simplefb_node()
|
/openbmc/u-boot/board/freescale/ls1046aqds/ |
H A D | eth.c | 191 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port() 211 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port() 233 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port()
|
/openbmc/u-boot/board/freescale/t102xqds/ |
H A D | eth_t102xqds.c | 174 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port() 209 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port() 222 fdt_setprop_string(fdt, offset, "phy-connection-type", "xgmii"); in board_ft_fman_fixup_port()
|
/openbmc/u-boot/board/freescale/ls1043aqds/ |
H A D | eth.c | 186 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port() 238 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port() 251 fdt_setprop_string(fdt, offset, "phy-connection-type", "xgmii"); in board_ft_fman_fixup_port()
|
/openbmc/u-boot/board/armltd/vexpress/ |
H A D | vexpress_tc2.c | 76 fdt_setprop_string(fdt, offset, "status", "disabled"); in ft_board_setup()
|
/openbmc/u-boot/drivers/qe/ |
H A D | fdt.c | 44 ret = fdt_setprop_string(blob, node, "id", qe_fw_info->id); in fdt_fixup_qe_firmware()
|
/openbmc/u-boot/board/freescale/common/ |
H A D | sgmii_riser.c | 123 fdt_setprop_string(fdt, enet_node, in fsl_sgmii_riser_fdt_fixup()
|
/openbmc/u-boot/board/freescale/t102xrdb/ |
H A D | eth_t102xrdb.c | 135 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port()
|
/openbmc/u-boot/drivers/net/fm/ |
H A D | fdt.c | 88 rc = fdt_setprop_string(blob, fwnode, "compatible", in fdt_fixup_fman_firmware()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | fdt.c | 58 fdt_setprop_string(blob, off, "status", in ft_fixup_cpu() 61 fdt_setprop_string(blob, off, "status", in ft_fixup_cpu() 81 fdt_setprop_string(blob, off, "enable-method", in ft_fixup_cpu()
|
/openbmc/u-boot/tools/ |
H A D | image-host.c | 122 ret = fdt_setprop_string(fit, noffset, "signer-name", in fit_image_write_sig() 126 ret = fdt_setprop_string(fit, noffset, "signer-version", in fit_image_write_sig() 130 ret = fdt_setprop_string(fit, noffset, "comment", comment); in fit_image_write_sig()
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-sign.c | 776 ret = fdt_setprop_string(keydest, node, "key-name-hint", in rsa_add_verify_data() 795 ret = fdt_setprop_string(keydest, node, FIT_ALGO_PROP, in rsa_add_verify_data() 799 ret = fdt_setprop_string(keydest, node, "required", in rsa_add_verify_data()
|
/openbmc/qemu/hw/intc/ |
H A D | xics_spapr.c | 320 _FDT(fdt_setprop_string(fdt, node, "device_type", in xics_spapr_dt() 322 _FDT(fdt_setprop_string(fdt, node, "compatible", "IBM,ppc-xicp")); in xics_spapr_dt()
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | rk3399-board-spl.c | 106 fdt_setprop_string(blob, chosen, in spl_perform_fixups()
|
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | eth_lx2160ardb.c | 200 ret = fdt_setprop_string(fdt, mdio_offset, "status", in fdt_fixup_board_phy()
|