Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
buildcfg [2014/04/28 14:10]
mcb30
buildcfg [2016/08/31 16:29]
mcb30
Line 3: Line 3:
 The following build configuration options are used by iPXE.  Build configuration options may be modified by editing the relevant ''​C''​ header file before [[:​download|building]] the iPXE source code. The following build configuration options are used by iPXE.  Build configuration options may be modified by editing the relevant ''​C''​ header file before [[:​download|building]] the iPXE source code.
  
-^ ''​[[http://​git.ipxe.org/​ipxe.git/​blob/​HEAD:/​src/​config/​general.h|config/​general.h]]'' ​       || +^ ''​[[http://​git.ipxe.org/​ipxe.git/​blob/​HEAD:/​src/​config/​general.h|config/​general.h]]'' ​      ​|| 
-^ ''​[[:​buildcfg:​DOWNLOAD_PROTO_HTTPS]]'' ​   | Secure Hypertext Transfer Protocol ​               +^ ''​[[:​buildcfg:​DOWNLOAD_PROTO_HTTPS]]'' ​   | Secure Hypertext Transfer Protocol ​              | 
-^ ''​[[:​buildcfg:​NET_PROTO_FCOE]]'' ​         | Fibre Channel over Ethernet protocol ​             +^ ''​[[:​buildcfg:​NET_PROTO_IPV6]]'' ​         | IPv6 protocol ​                                   ​
-^ ''​[[:​buildcfg:​IMAGE_PNG]]'' ​              | PNG image support ​                                ​+^ ''​[[:​buildcfg:​NET_PROTO_FCOE]]'' ​         | Fibre Channel over Ethernet protocol ​            ​
-^ ''​[[:​buildcfg:​IMAGE_PNM]]'' ​              | PNM image support ​                                ​+^ ''​[[:​buildcfg:​IMAGE_PNG]]'' ​              | PNG image support ​                               
-^ ''​[[:​buildcfg:​CONSOLE_CMD]]'' ​            | Console commands ​                                 +^ ''​[[:​buildcfg:​IMAGE_PNM]]'' ​              | PNM image support ​                               | 
-^ ''​[[:​buildcfg:​FCMGMT_CMD]]'' ​             | Fibre Channel management commands ​                ​+^ ''​[[:​buildcfg:​CERT_CMD]]'' ​               | Certificate management commands ​                 ​
-^ ''​[[:​buildcfg:​IMAGE_TRUST_CMD]]'' ​        | Image trust management commands ​                  ​+^ ''​[[:​buildcfg:​CONSOLE_CMD]]'' ​            | Console commands ​                                ​
-^ ''​[[:​buildcfg:​IPSTAT_CMD]]'' ​             | IP statistics commands ​                           +^ ''​[[:​buildcfg:​FCMGMT_CMD]]'' ​             | Fibre Channel management commands ​               
-^ ''​[[:​buildcfg:​LOTEST_CMD]]'' ​             | Loopback testing commands ​                        ​+^ ''​[[:​buildcfg:​IMAGE_TRUST_CMD]]'' ​        | Image trust management commands ​                 
-^ ''​[[:​buildcfg:​NEIGHBOUR_CMD]]'' ​          | Neighbour management commands ​                    ​+^ ''​[[:​buildcfg:​IPSTAT_CMD]]'' ​             | IP statistics commands ​                          ​
-^ ''​[[:​buildcfg:​NSLOOKUP_CMD]]'' ​           | Name resolution commands ​                         +^ ''​[[:​buildcfg:​LOTEST_CMD]]'' ​             | Loopback testing commands ​                       
-^ ''​[[:​buildcfg:​PARAM_CMD]]'' ​              | Form parameter commands ​                          ​+^ ''​[[:​buildcfg:​NEIGHBOUR_CMD]]'' ​          | Neighbour management commands ​                   
-^ ''​[[:​buildcfg:​PCI_CMD]]'' ​                | PCI commands ​                                     +^ ''​[[:​buildcfg:​NSLOOKUP_CMD]]'' ​           | Name resolution commands ​                        | 
-^ ''​[[:​buildcfg:​PING_CMD]]'' ​               | Ping commands ​                                    ​+^ ''​[[:​buildcfg:​NTP_CMD]]'' ​                | Network Time Protocol commands ​                  
-^ ''​[[:​buildcfg:​POWEROFF_CMD]]'' ​           | Power off commands ​                               +^ ''​[[:​buildcfg:​PARAM_CMD]]'' ​              | Form parameter commands ​                         
-^ ''​[[:​buildcfg:​PROFSTAT_CMD]]'' ​           | Profiling commands ​                               +^ ''​[[:​buildcfg:​PCI_CMD]]'' ​                | PCI commands ​                                    ​
-^ ''​[[:​buildcfg:​REBOOT_CMD]]'' ​             | Reboot command ​                                   +^ ''​[[:​buildcfg:​PING_CMD]]'' ​               | Ping commands ​                                   
-^ ''​[[:​buildcfg:​TIME_CMD]]'' ​               | Time command ​                                     +^ ''​[[:​buildcfg:​POWEROFF_CMD]]'' ​           | Power off commands ​                              ​
-^ ''​[[:​buildcfg:​VLAN_CMD]]'' ​               | VLAN commands ​                                    ​+^ ''​[[:​buildcfg:​PROFSTAT_CMD]]'' ​           | Profiling commands ​                              ​
-^ ''​[[:​buildcfg:​GDBSERIAL]]'' ​              | Remote GDB debugging via serial port              +^ ''​[[:​buildcfg:​REBOOT_CMD]]'' ​             | Reboot command ​                                  ​
-^ ''​[[:​buildcfg:​GDBUDP]]'' ​                 | Remote GDB debugging via UDP                      +^ ''​[[:​buildcfg:​TIME_CMD]]'' ​               | Time command ​                                    ​
-                                                                                             || +^ ''​[[:​buildcfg:​VLAN_CMD]]'' ​               | VLAN commands ​                                   
-^ ''​[[http://​git.ipxe.org/​ipxe.git/​blob/​HEAD:/​src/​config/​console.h|config/​console.h]]'' ​       || +^ ''​[[:​buildcfg:​GDBSERIAL]]'' ​              | Remote GDB debugging via serial port             ​
-^ ''​[[:​buildcfg:​CONSOLE_PCBIOS]]'' ​         | Default BIOS console ​                             +^ ''​[[:​buildcfg:​GDBUDP]]'' ​                 | Remote GDB debugging via UDP                     ​
-^ ''​[[:​buildcfg:​CONSOLE_SERIAL]]'' ​         | Serial port console ​                              ​+                                                                                            ​|| 
-^ ''​[[:​buildcfg:​CONSOLE_SYSLOG]]'' ​         | Syslog console ​                                   +^ ''​[[http://​git.ipxe.org/​ipxe.git/​blob/​HEAD:/​src/​config/​console.h|config/​console.h]]'' ​      ​|| 
-^ ''​[[:​buildcfg:​CONSOLE_SYSLOGS]]'' ​        | Encrypted syslog console ​                         +^ ''​[[:​buildcfg:​CONSOLE_PCBIOS]]'' ​         | Default BIOS console ​                            ​
-^ ''​[[:​buildcfg:​CONSOLE_VMWARE]]'' ​         | VMware logfile console ​                           +^ ''​[[:​buildcfg:​CONSOLE_SERIAL]]'' ​         | Serial port console ​                             
-^ ''​[[:​buildcfg:​CONSOLE_VESAFB]]'' ​         VESA framebuffer console ​                         +^ ''​[[:​buildcfg:​CONSOLE_SYSLOG]]'' ​         | Syslog console ​                                  ​
-^ ''​[[:​buildcfg:​KEYBOARD_MAP]]'' ​           | BIOS console keyboard map                         ​+^ ''​[[:​buildcfg:​CONSOLE_SYSLOGS]]'' ​        | Encrypted syslog console ​                        ​
-^ ''​[[:​buildcfg:​LOG_LEVEL]]'' ​              | Log message level                                 ​+^ ''​[[:​buildcfg:​CONSOLE_VMWARE]]'' ​         | VMware logfile console ​                          ​
-                                                                                             || +^ ''​[[:​buildcfg:​CONSOLE_FRAMEBUFFER]]'' ​    ​Graphical ​framebuffer console ​                   
-^ ''​[[http://​git.ipxe.org/​ipxe.git/​blob/​HEAD:/​src/​config/​crypto.h|config/​crypto.h]]'' ​         || +^ ''​[[:​buildcfg:​KEYBOARD_MAP]]'' ​           | BIOS console keyboard map                        
-^ ''​[[:​buildcfg:​TIMESTAMP_ERROR_MARGIN]]'' ​ | Signed timestamp error margin ​                    ​+^ ''​[[:​buildcfg:​LOG_LEVEL]]'' ​              | Log message level                                
-                                                                                             || +                                                                                            ​|| 
-^ ''​[[http://​git.ipxe.org/​ipxe.git/​blob/​HEAD:/​src/​config/​serial.h|config/​serial.h]]'' ​         || +^ ''​[[http://​git.ipxe.org/​ipxe.git/​blob/​HEAD:/​src/​config/​crypto.h|config/​crypto.h]]'' ​        ​|| 
-^ ''​[[:​buildcfg:​COMCONSOLE]]'' ​             | I/O port address ​                                 +^ ''​[[:​buildcfg:​TIMESTAMP_ERROR_MARGIN]]'' ​ | Signed timestamp error margin ​                   
-^ ''​[[:​buildcfg:​COMSPEED]]'' ​               | Baud rate                                         ​+                                                                                            ​|| 
-^ ''​[[:​buildcfg:​COMDATA]]'' ​                | Data bits                                         ​+^ ''​[[http://​git.ipxe.org/​ipxe.git/​blob/​HEAD:/​src/​config/​serial.h|config/​serial.h]]'' ​        ​|| 
-^ ''​[[:​buildcfg:​COMPARITY]]'' ​              | Parity ​                                           +^ ''​[[:​buildcfg:​COMCONSOLE]]'' ​             | I/O port address ​                                ​
-^ ''​[[:​buildcfg:​COMSTOP]]'' ​                | Stop bits                                         ​+^ ''​[[:​buildcfg:​COMSPEED]]'' ​               | Baud rate                                        
-                                                                                             || +^ ''​[[:​buildcfg:​COMDATA]]'' ​                | Data bits                                        
-^ ''​[[http://​git.ipxe.org/​ipxe.git/​blob/​HEAD:/​src/​config/​sideband.h|config/​settings.h]]'' ​     || +^ ''​[[:​buildcfg:​COMPARITY]]'' ​              | Parity ​                                          ​
-^ ''​[[:​buildcfg:​VMWARE_SETTINGS]]'' ​        | VMware GuestInfo settings ​                        ​|+^ ''​[[:​buildcfg:​COMSTOP]]'' ​                | Stop bits                                        
 +                                                                                            ​|| 
 +^ ''​[[http://​git.ipxe.org/​ipxe.git/​blob/​HEAD:/​src/​config/​sideband.h|config/​settings.h]]'' ​    ​|| 
 +^ ''​[[:​buildcfg:​VMWARE_SETTINGS]]'' ​        | VMware GuestInfo settings ​                       | 
 +^ ''​[[:​buildcfg:​VRAM_SETTINGS]]'' ​          | Video RAM contents settings ​                     ​|
  
buildcfg.txt · Last modified: 2024/03/17 11:45 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.