Home
last modified time | relevance | path

Searched refs:tftp (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/.gitlab-ci/bare-metal/
Dcros-servo.sh28 if [ ! -d /tftp ]; then
81 rm -rf /tftp/*
84 wget $BM_KERNEL -O /tftp/vmlinuz
86 cp $BM_KERNEL /tftp/vmlinuz
88 echo "$BM_CMDLINE" > /tftp/cmdline
Dpoe-powered.sh46 if [ ! -d /tftp ]; then
102 rsync -aL --delete $BM_BOOTFS/boot/ /tftp/
105 mkdir -p /tftp/pxelinux.cfg
106 cat <<EOF >/tftp/pxelinux.cfg/default-arm-tegra210-p3450-0000
122 echo "$BM_CMDLINE" > /tftp/cmdline.txt
125 printf "$BM_BOOTCONFIG" >> /tftp/config.txt
/third_party/mesa3d/docs/ci/
Dbare-metal.rst46 gitlab-runner mounts the runner's tftp directory specific to the board
47 at /tftp in the container.
68 # tftp-unique-root and mount directories like
69 # /srv/tftp/10.42.0.11/jwerner/cheza as /tftp in the job containers.
70 tftp-unique-root
130 Other than that, find the dnsmasq/tftp/nfs setup for your boards "servo" above.
156 root dir at /nfs and TFTP kernel directory at /tftp.
Dkernel.rst119 LAVA `tftp` timeout, problems with the freedesktop servers etc.
/third_party/curl/
Dbackport-CVE-2023-28322.patch24 lib/tftp.c | 8 ++++----
262 diff --git a/lib/tftp.c b/lib/tftp.c
264 --- a/lib/tftp.c
265 +++ b/lib/tftp.c
DBUILD.gn139 "$CURL_SOURCE_ROOT/lib/tftp.c",
/third_party/lwip/src/
DFilelists.mk187 TFTPFILES=$(LWIPDIR)/apps/tftp/tftp_server.c
DFilelists.cmake208 ${LWIP_DIR}/src/apps/tftp/tftp_server.c
/third_party/lwip/
Dlwip.gni201 TFTPFILES = [ "$LWIPDIR/apps/tftp/tftp_server.c" ]
DCHANGELOG199 * tftp server: correctly handle retransmissions
/third_party/toybox/generated/
Dnewtoys.h267 USE_TFTP(NEWTOY(tftp, "<1b#<8>65464r:l:g|p|[!gp]", TOYFLAG_USR|TOYFLAG_BIN))
Dglobals.h1587 struct tftp_data tftp; member
Dflags.h5961 #define TT this.tftp
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_fuchsia43 FILE: ../../../fuchsia/sdk/linux/arch/arm64/sysroot/include/arpa/tftp.h
250 FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/include/arpa/tftp.h
718 FILE: ../../../fuchsia/sdk/linux/arch/arm64/sysroot/include/arpa/tftp.h
925 FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/include/arpa/tftp.h
1392 FILE: ../../../fuchsia/sdk/linux/arch/arm64/sysroot/include/arpa/tftp.h
1601 FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/include/arpa/tftp.h
2178 FILE: ../../../fuchsia/sdk/linux/arch/arm64/sysroot/include/arpa/tftp.h
2385 FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/include/arpa/tftp.h
/third_party/FreeBSD/
DUPDATING1615 The tftp loader (pxeboot) now uses the option root-path directive. As a
1616 consequence it no longer looks for a pxeboot.4th file on the tftp
/third_party/musl/
Dmusl_src.gni1815 "include/arpa/tftp.h",
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1469 - ci/bare-metal: Try rebooting chezas again if they get stuck during tftp.