Searched refs:BOOTP (Results 1 – 15 of 15) sorted by relevance
/u-boot/common/spl/ |
A D | spl_net.c | 44 rv = net_loop(BOOTP); in spl_net_load_image()
|
A D | Kconfig | 918 string "BOOTP Vendor Class Identifier string sent by SPL"
|
/u-boot/board/bosch/shc/ |
A D | README | 92 BOOTP broadcast 1 93 BOOTP broadcast 2
|
/u-boot/doc/SPL/ |
A D | README.am335x-network | 44 in the BOOTP reply but obviously they need different images (RBL needs 49 Identifier (VCI) set by BOOTP client (RBL sets VCI to "DM814x ROM v1.0"
|
/u-boot/net/ |
A D | net.c | 482 case BOOTP: in net_loop() 584 eth_set_last_protocol(BOOTP); in net_loop() 654 eth_set_last_protocol(BOOTP); in net_loop() 1384 case BOOTP: in net_check_prereq()
|
/u-boot/drivers/net/ |
A D | netconsole.c | 34 enum proto_t net_loop_last_protocol = BOOTP;
|
/u-boot/doc/board/xilinx/ |
A D | zynqmp-r5.rst | 100 BOOTP broadcast 1
|
/u-boot/cmd/ |
A D | net.c | 25 return netboot_common(BOOTP, cmdtp, argc, argv); in do_bootp()
|
A D | Kconfig | 1430 bootp - boot image via network using BOOTP/TFTP protocol 1439 bool "Request & store 'rootpath' from BOOTP/DHCP server" 1447 bool "Request & store 'dnsip' from BOOTP/DHCP server" 1456 bool "Store 'dnsip2' from BOOTP/DHCP server" 1467 bool "Request & store 'gatewayip' from BOOTP/DHCP server" 1472 bool "Request & store 'hostname' from BOOTP/DHCP server" 1482 By default a BOOTP/DHCP reply will overwrite the 'serverip' variable. 1489 bool "Request & store 'netmask' from BOOTP/DHCP server" 1494 bool "Request & store 'ntpserverip' from BOOTP/DHCP server" 1505 bool "Send PXE client arch to BOOTP/DHCP server"
|
/u-boot/doc/ |
A D | README.usb | 189 BOOTP broadcast 1 190 BOOTP broadcast 2
|
A D | README.m54418twr | 199 bootp - boot image via network using BOOTP/TFTP protocol
|
A D | README.odroid | 196 BOOTP broadcast 1
|
/u-boot/include/ |
A D | net.h | 562 BOOTP, RARP, ARP, TFTPGET, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP, enumerator
|
/u-boot/doc/uefi/ |
A D | iscsi.rst | 14 For booting a diskless computer this leaves us with BOOTP or DHCP to get the
|
/u-boot/ |
A D | README | 1304 - BOOTP Recovery Mode: 1308 boot using BOOTP, you may want to avoid that all 1312 boot, thus flooding the BOOTP server. Defining 1314 inserted before sending out BOOTP requests. The 1317 1st BOOTP request: delay 0 ... 1 sec 1318 2nd BOOTP request: delay 0 ... 2 sec 1319 3rd BOOTP request: delay 0 ... 4 sec 1321 BOOTP requests: delay 0 ... 8 sec 1353 environment variable, not the BOOTP server. 1439 soon as a reply to a BOOTP request was received, and [all …]
|
Completed in 24 milliseconds