Home
last modified time | relevance | path

Searched refs:bootp (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/linux/arch/x86/xen/
H A Denlighten_pvh.c91 void __init xen_reserve_extra_memory(struct boot_params *bootp) in xen_reserve_extra_memory() argument
95 for (i = 0; i < bootp->e820_entries; i++) { in xen_reserve_extra_memory()
96 struct boot_e820_entry *e = &bootp->e820_table[i]; in xen_reserve_extra_memory()
110 for (i = 0; i < bootp->e820_entries && extra_pages; i++) { in xen_reserve_extra_memory()
111 struct boot_e820_entry *e = &bootp->e820_table[i]; in xen_reserve_extra_memory()
123 if (bootp->e820_entries == in xen_reserve_extra_memory()
124 ARRAY_SIZE(bootp->e820_table)) in xen_reserve_extra_memory()
131 (bootp->e820_entries - i) * sizeof(*e)); in xen_reserve_extra_memory()
132 bootp->e820_entries++; in xen_reserve_extra_memory()
/openbmc/linux/arch/arm/boot/
H A DMakefile87 $(obj)/bootp/bootp: $(obj)/zImage FORCE
88 $(Q)$(MAKE) $(build)=$(obj)/bootp $@
90 $(obj)/bootpImage: $(obj)/bootp/bootp FORCE
93 subdir- := bootp compressed dts
/openbmc/linux/arch/arm/boot/bootp/
H A Dbootp.lds3 * linux/arch/arm/boot/bootp/bootp.lds
/openbmc/linux/arch/x86/include/asm/xen/
H A Dhypervisor.h66 void __init xen_reserve_extra_memory(struct boot_params *bootp);
68 static inline void xen_reserve_extra_memory(struct boot_params *bootp) { } in xen_reserve_extra_memory() argument
/openbmc/u-boot/doc/
H A DREADME.usb122 bootp
149 and some bootp options, which tell your board to obtain its subnet,
150 gateway IP, host name and boot path from the bootp/dhcp server. These
159 as well as the default file to load when a 'bootp' command is issued.
163 environment, or get obtained from the bootp server if not set.
184 Then 'bootp' or 'dhcp' should use it to obtain an IP address from DHCP,
187 CrOS> bootp
206 bootp to happen automatically.
H A DREADME.m54418twr199 bootp - boot image via network using BOOTP/TFTP protocol
H A DREADME.trace255 fakegocmd=trace pause; usb start; set autoload n; bootp;
/openbmc/linux/arch/alpha/boot/
H A DMakefile47 $(obj)/bootp.o: $(obj)/ksize.h
108 OBJ_bootph := $(obj)/head.o $(obj)/stdio.o $(obj)/bootp.o
/openbmc/u-boot/net/
H A DMakefile10 obj-$(CONFIG_CMD_BOOTP) += bootp.o
/openbmc/linux/arch/xtensa/configs/
H A Dcommon_defconfig10 CONFIG_CMDLINE="console=ttyS0,38400 ip=bootp root=nfs nfsroot=/opt/montavista/pro/devkit/xtensa/lin…
/openbmc/linux/arch/arm/configs/
H A Dintegrator_defconfig18 CONFIG_CMDLINE="console=ttyAM0,38400n8 root=/dev/nfs ip=bootp"
H A Dep93xx_defconfig22 CONFIG_CMDLINE="console=ttyAM0,115200 root=/dev/nfs ip=bootp"
/openbmc/linux/Documentation/translations/zh_CN/arch/arm/
H A DBooting119 标签列表必须置于内核自解压和 initrd'bootp' 程序都不会覆盖的内存区。
/openbmc/u-boot/doc/SPL/
H A DREADME.am335x-network23 "bootp; " \
58 range dynamic-bootp 192.168.8.100 192.168.8.199;
/openbmc/linux/arch/sh/configs/
H A Despt_defconfig17 CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/nfs ip=bootp"
H A Dsdk7780_defconfig26 CONFIG_CMDLINE="mem=128M console=tty0 console=ttySC0,115200 ip=bootp root=/dev/nfs nfsroot=192.168.…
/openbmc/qemu/pc-bios/s390-ccw/
H A Dnetboot.mak53 LIBNETOBJS := args.o dhcp.o dns.o icmpv6.o ipv6.o tcp.o udp.o bootp.o \
/openbmc/u-boot/cmd/
H A Dnet.c23 bootp, 3, 1, do_bootp,
/openbmc/u-boot/board/buffalo/lsxl/
H A DREADME137 bootp ${loadaddr} u-boot.kwb
/openbmc/qemu/docs/about/
H A Dremoved-features.rst88 ``-bootp`` (removed in 3.1)
91 The ``-bootp /some/file`` argument is replaced by either
92 ``-netdev user,id=x,bootp=/some/file`` (for pluggable NICs, accompanied with
93 ``-device ...,netdev=x``), or ``-nic user,bootp=/some/file`` (for on-board NICs).
/openbmc/u-boot/board/freescale/m52277evb/
H A DREADME191 bootp - boot image via network using BootP/TFTP protocol
/openbmc/u-boot/board/freescale/m547xevb/
H A DREADME222 bootp - boot image via network using BootP/TFTP protocol
/openbmc/linux/Documentation/arch/arm/
H A Dbooting.rst123 the kernel decompressor nor initrd 'bootp' program will overwrite
/openbmc/u-boot/doc/uImage.FIT/
H A Dx86-fit-boot.txt232 bootp
/openbmc/u-boot/board/freescale/m5373evb/
H A DREADME202 bootp - boot image via network using BootP/TFTP protocol

12