/openbmc/linux/arch/x86/xen/ |
H A D | enlighten_pvh.c | 84 void __init xen_reserve_extra_memory(struct boot_params *bootp) in xen_reserve_extra_memory() argument 88 for (i = 0; i < bootp->e820_entries; i++) { in xen_reserve_extra_memory() 89 struct boot_e820_entry *e = &bootp->e820_table[i]; in xen_reserve_extra_memory() 103 for (i = 0; i < bootp->e820_entries && extra_pages; i++) { in xen_reserve_extra_memory() 104 struct boot_e820_entry *e = &bootp->e820_table[i]; in xen_reserve_extra_memory() 116 if (bootp->e820_entries == in xen_reserve_extra_memory() 117 ARRAY_SIZE(bootp->e820_table)) in xen_reserve_extra_memory() 124 (bootp->e820_entries - i) * sizeof(*e)); in xen_reserve_extra_memory() 125 bootp->e820_entries++; in xen_reserve_extra_memory()
|
/openbmc/linux/arch/arm/boot/ |
H A D | Makefile | 87 $(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 D | bootp.lds | 3 * linux/arch/arm/boot/bootp/bootp.lds
|
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | hypervisor.h | 66 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 D | README.usb | 122 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 D | README.m54418twr | 199 bootp - boot image via network using BOOTP/TFTP protocol
|
H A D | README.trace | 255 fakegocmd=trace pause; usb start; set autoload n; bootp;
|
/openbmc/linux/arch/alpha/boot/ |
H A D | Makefile | 47 $(obj)/bootp.o: $(obj)/ksize.h 108 OBJ_bootph := $(obj)/head.o $(obj)/stdio.o $(obj)/bootp.o
|
/openbmc/u-boot/net/ |
H A D | Makefile | 10 obj-$(CONFIG_CMD_BOOTP) += bootp.o
|
/openbmc/linux/arch/xtensa/configs/ |
H A D | common_defconfig | 10 CONFIG_CMDLINE="console=ttyS0,38400 ip=bootp root=nfs nfsroot=/opt/montavista/pro/devkit/xtensa/lin…
|
/openbmc/linux/arch/arm/configs/ |
H A D | integrator_defconfig | 18 CONFIG_CMDLINE="console=ttyAM0,38400n8 root=/dev/nfs ip=bootp"
|
H A D | ep93xx_defconfig | 22 CONFIG_CMDLINE="console=ttyAM0,115200 root=/dev/nfs ip=bootp"
|
/openbmc/u-boot/doc/SPL/ |
H A D | README.am335x-network | 23 "bootp; " \ 58 range dynamic-bootp 192.168.8.100 192.168.8.199;
|
/openbmc/linux/Documentation/translations/zh_CN/arch/arm/ |
H A D | Booting | 119 标签列表必须置于内核自解压和 initrd'bootp' 程序都不会覆盖的内存区。
|
/openbmc/linux/arch/sh/configs/ |
H A D | espt_defconfig | 17 CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/nfs ip=bootp"
|
H A D | sdk7780_defconfig | 26 CONFIG_CMDLINE="mem=128M console=tty0 console=ttySC0,115200 ip=bootp root=/dev/nfs nfsroot=192.168.…
|
/openbmc/u-boot/cmd/ |
H A D | net.c | 23 bootp, 3, 1, do_bootp,
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | Makefile | 99 LIBNETOBJS := args.o dhcp.o dns.o icmpv6.o ipv6.o tcp.o udp.o bootp.o \
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | README | 137 bootp ${loadaddr} u-boot.kwb
|
/openbmc/u-boot/board/freescale/m52277evb/ |
H A D | README | 191 bootp - boot image via network using BootP/TFTP protocol
|
/openbmc/u-boot/board/freescale/m547xevb/ |
H A D | README | 222 bootp - boot image via network using BootP/TFTP protocol
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | booting.rst | 123 the kernel decompressor nor initrd 'bootp' program will overwrite
|
/openbmc/qemu/docs/about/ |
H A D | removed-features.rst | 88 ``-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/doc/uImage.FIT/ |
H A D | x86-fit-boot.txt | 232 bootp
|
/openbmc/u-boot/board/freescale/m5373evb/ |
H A D | README | 202 bootp - boot image via network using BootP/TFTP protocol
|