Show
Ignore:
Timestamp:
09/10/09 21:25:14 (3 years ago)
Author:
H. Peter Anvin <hpa@…>
Children:
37dce9bacc049f5b4b6beeba0378ce785bb3cebb
Parents:
03ae23accc283e673c5bce8b89c5c1b6e177bcb2
git-committer:
H. Peter Anvin <hpa@zytor.com> / 2009-09-10T14:25:14Z-0700
Message:

gpxecmd: module to send an arbitrary command to gPXE

Simple module to send an arbitrary command to gPXE, assuming the gPXE
CLI API is available.

Signed-off-by: H. Peter Anvin <hpa@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • com32/modules/Makefile

    r0b19ab r08d95c  
    1919include ../MCONFIG 
    2020 
    21 MODULES   = chain.c32 config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 disk.c32 \ 
    22             pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 meminfo.c32 \ 
    23             sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 kbdmap.c32 cmd.c32 \ 
    24             vpdtest.c32 
     21MODULES   = chain.c32 config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ 
     22            disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 \ 
     23            meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ 
     24            kbdmap.c32 cmd.c32 vpdtest.c32 gpxecmd.c32 
    2525 
    2626TESTFILES =