Lines Matching refs:addr
156 addr = f.get('addr', None)
157 if not addr:
158 addr = utils.find_ram_base(ubman)
164 output = ubman.run_command('tftpboot %x %s' % (addr, fn))
173 output = ubman.run_command('crc32 %x $filesize' % addr)
182 return addr, timeout, pattern, chk_type, chk_pattern, config
198 addr, timeout, pattern, chk_type, chk_pattern, imcfg = setup_tftpboot_boot(
203 bootcmd = 'bootm %x#%s' % (addr, imcfg)
205 bootcmd = 'bootm %x' % addr
255 addr = f.get('addr', None)
259 if addr:
260 ubman.run_command('setenv pxefile_addr_r %x' % addr)
277 if not addr:
280 pxe_boot_cmd = 'pxe boot %x' % addr
306 addr = f.get('addr', None)
314 if addr:
315 ubman.run_command('setenv pxefile_addr_r %x' % addr)
332 if not addr:
335 pxe_boot_cmd = 'pxe boot %x' % addr
385 addr = f.get('addr', None)
391 if addr:
392 ubman.run_command('setenv pxefile_addr_r %x' % addr)
406 if not addr:
409 pxe_boot_cmd = 'pxe boot %x' % addr