Searched full:pxe (Results 1 – 25 of 93) sorted by relevance
1234
6 The 'pxe' commands provide a near subset of the functionality provided by8 remotely using the same PXE based techniques that many non U-Boot based servers14 pxe get16 syntax: pxe get23 'pxe get' requires two environment variables to be set:26 pxe files while they're being processed. Up to 16 config files may be34 'pxe get' optionally supports these two environment variables being set:37 'pxe get' uses it to look for a configuration file specific to a system's41 digits, for example, 550e8400-e29b-41d4-a716-446655440000. 'pxe get' uses46 'pxe get' repeatedly tries to download config files until it either[all …]
75 handled by U-Boot's "syslinux" (disk) or "pxe boot" (network). This is roughly202 The U-Boot "syslinux" and "pxe boot" commands require a number of environment285 func(PXE, pxe, na) \295 - Upper-case disk type (MMC, SATA, SCSI, IDE, USB, DHCP, PXE, VIRTIO).311 Example: mmc0, mmc1, usb, pxe375 For network targets (dhcp, pxe), only the device type gets specified;393 * pxe
7 pxe-rom-e1000 efi-rom-e1000 : VID := 80868 pxe-rom-e1000 efi-rom-e1000 : DID := 100e9 pxe-rom-e1000e efi-rom-e1000e : VID := 808610 pxe-rom-e1000e efi-rom-e1000e : DID := 10d311 pxe-rom-eepro100 efi-rom-eepro100 : VID := 808612 pxe-rom-eepro100 efi-rom-eepro100 : DID := 120913 pxe-rom-ne2k_pci efi-rom-ne2k_pci : VID := 105014 pxe-rom-ne2k_pci efi-rom-ne2k_pci : DID := 094015 pxe-rom-pcnet efi-rom-pcnet : VID := 102216 pxe-rom-pcnet efi-rom-pcnet : DID := 2000[all …]
30 ... Pxe=Force PXE52 Once Pxe UEFI58 Once Pxe Legacy72 Continuous Pxe UEFI78 Continuous Pxe Legacy92 Disabled Pxe UEFI98 Disabled Pxe Legacy112 Once Pxe UEFI118 Once Pxe Legacy132 Continuous Pxe UEFI[all …]
49 'pxe-e1000.rom',50 'pxe-eepro100.rom',51 'pxe-ne2k_pci.rom',52 'pxe-pcnet.rom',53 'pxe-rtl8139.rom',54 'pxe-virtio.rom',
23 - The PXE roms come from the iPXE project. Built with BANNER_TIME 0.26 8086:100e -> pxe-e1000.rom27 8086:1209 -> pxe-eepro100.rom28 1050:0940 -> pxe-ne2k_pci.rom29 1022:2000 -> pxe-pcnet.rom30 10ec:8139 -> pxe-rtl8139.rom31 1af4:1000 -> pxe-virtio.rom
292 * Looks for a pxe file with a name based on the pxeuuid environment variable.309 * Looks for a pxe file with a name based on the 'ethaddr' environment328 * Looks for pxe files with names based on our IP address. See pxelinux354 * Entry point for the 'pxe get' command.440 * A note on the pxe file parser.449 * future for non pxe purposes. The only action it takes during parsing that451 * pxe, and does a tftp download of a file listed as an include file in the457 * Describes a single label given in a pxe file.487 * Describes a pxe menu as given via pxe files.532 * currently only created by the pxe file parsing code.[all …]
42 PXE, enumerator88 {BootMode::PXE, "PXE"},
2 * PXE test cases.23 static char disk[] = "tests/pxe-test-disk-XXXXXX";115 testname = g_strdup_printf("pxe/ipv4/%s/%s", in test_batch()121 testname = g_strdup_printf("pxe/ipv6/%s/%s", in test_batch()
17 func(PXE, pxe, na) \
115 * 1M script, 1M pxe and the ramdisk at the end */129 func(PXE, pxe, na) \
30 #define BOOT_TARGET_PXE(func) func(PXE, pxe, na)
27 func(PXE, pxe, na) \
89 func(PXE, pxe, na) \
28 func(PXE, pxe, na) \
71 func(PXE, PXE, na) \
76 func(PXE, pxe, na) \
103 func(PXE, pxe, na) \
88 func(PXE, pxe, na) \
97 func(PXE, pxe, na) \
313 * Scripts, PXE and DTBs should go afterwards, leaving the rest for the initrd.327 * 1M script, 1M pxe and the ramdisk at the end.340 * 1M script, 1M pxe and the ramdisk at the end.417 func(PXE, pxe, na) \
3 # PXE ROM build script22 # ./scripts/refresh-pxe-roms.sh
53 multiple images (e.g. PXE and UEFI), this is the specifically the PXE boot
35 * @pxe: PXE base code protocol interface36 * @pxe_mode: status of the PXE base code protocol42 struct efi_pxe pxe; member623 &netobj->pxe); in efi_net_register()647 netobj->pxe.mode = &netobj->pxe_mode; in efi_net_register()