Searched refs:pxefile_addr_r (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pxe.c | 276 unsigned long pxefile_addr_r) in get_pxelinux_path() argument 289 return get_pxe_file(cmdtp, path, pxefile_addr_r); in get_pxelinux_path() 297 static int pxe_uuid_path(cmd_tbl_t *cmdtp, unsigned long pxefile_addr_r) in pxe_uuid_path() argument 306 return get_pxelinux_path(cmdtp, uuid_str, pxefile_addr_r); in pxe_uuid_path() 315 static int pxe_mac_path(cmd_tbl_t *cmdtp, unsigned long pxefile_addr_r) in pxe_mac_path() argument 325 return get_pxelinux_path(cmdtp, mac_str, pxefile_addr_r); in pxe_mac_path() 335 static int pxe_ipaddr_paths(cmd_tbl_t *cmdtp, unsigned long pxefile_addr_r) in pxe_ipaddr_paths() argument 343 err = get_pxelinux_path(cmdtp, ip_addr, pxefile_addr_r); in pxe_ipaddr_paths() 372 unsigned long pxefile_addr_r; in do_pxe_get() local 386 (unsigned long *)&pxefile_addr_r); in do_pxe_get() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.pxe | 26 pxefile_addr_r - should be set to a location in RAM large enough to hold 56 syntax: pxe boot [pxefile_addr_r] 60 pxefile_addr_r is an optional argument giving the location of the pxe file. 68 pxefile_addr_r - if the optional argument pxefile_addr_r is not supplied, 69 an environment variable named pxefile_addr_r must be supplied. This is 104 location is given by the pxefile_addr_r environment variable. The pxe code is
|
| H A D | README.distro | 252 pxefile_addr_r:
|