Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

common.h

Forked from Reform / reform-boundary-uboot
31833 commits behind the upstream repository.
  • Jason Hobbs's avatar
    06283a64
    Add pxe command · 06283a64
    Jason Hobbs authored
    
    Add pxe command, which is intended to mimic PXELINUX functionality.
    'pxe get' uses tftp to retrieve a file based on UUID, MAC address or IP
    address. 'pxe boot' interprets the contents of PXELINUX config like file
    to boot using a specific initrd, kernel and kernel command line.
    
    This patch also adds a README.pxe file - see it for more details on the
    pxe command.
    
    Signed-off-by: default avatarJason Hobbs <jason.hobbs@calxeda.com>
    06283a64
    History
    Add pxe command
    Jason Hobbs authored
    
    Add pxe command, which is intended to mimic PXELINUX functionality.
    'pxe get' uses tftp to retrieve a file based on UUID, MAC address or IP
    address. 'pxe boot' interprets the contents of PXELINUX config like file
    to boot using a specific initrd, kernel and kernel command line.
    
    This patch also adds a README.pxe file - see it for more details on the
    pxe command.
    
    Signed-off-by: default avatarJason Hobbs <jason.hobbs@calxeda.com>