Lines Matching +full:local +full:- +full:bd +full:- +full:address
1 // SPDX-License-Identifier: GPL-2.0+
34 gd->ram_size = PHYS_SDRAM_1_SIZE; in dram_init()
41 gd->bd->bi_dram[0].start = PHYS_SDRAM_1; in dram_init_banksize()
42 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
65 node = fdt_subnode_offset(gd->fdt_blob, in board_usb_init()
81 node = fdt_subnode_offset(gd->fdt_blob, in board_usb_init()
115 /* Check for vol- button - if pressed - stop autoboot */
128 node = fdt_subnode_offset(gd->fdt_blob, dev_of_offset(pon), in misc_init_r()
142 env_set("bootdelay", "-1"); in misc_init_r()
144 printf("key_vol_down pressed - Starting fastboot.\n"); in misc_init_r()
167 * 2. Fixup WLAN/BT Mac address:
169 * variables wlanaddr,btaddr. if not, generate a unique address.
172 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup() argument
182 do_fixup_by_compat(blob, "qcom,wcnss-wlan", in ft_board_setup()
183 "local-mac-address", mac, ARP_HLEN, 1); in ft_board_setup()
189 /* The BD address is same as WLAN MAC address but with in ft_board_setup()
195 do_fixup_by_compat(blob, "qcom,wcnss-bt", in ft_board_setup()
196 "local-bd-address", mac, ARP_HLEN, 1); in ft_board_setup()