Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ipxe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luis Hebendanz
ipxe
Commits
b992d767
Commit
b992d767
authored
3 years ago
by
Luis-Hebendanz
Browse files
Options
Downloads
Patches
Plain Diff
Alignet pcbios.h correctly
parent
b02390da
No related branches found
Branches containing commit
Tags
4.3.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/config/defaults/pcbios.h
+25
-25
25 additions, 25 deletions
src/config/defaults/pcbios.h
with
25 additions
and
25 deletions
src/config/defaults/pcbios.h
+
25
−
25
View file @
b992d767
...
...
@@ -7,7 +7,7 @@
*
*/
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
#define UACCESS_LIBRM
#define IOAPI_X86
...
...
@@ -30,29 +30,29 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define IOMAP_VIRT
#endif
#define
IMAGE_ELF
/* ELF image support */
#define IMAGE_MULTIBOOTV2
/* MultiBoot version 2 image support */
#define
IMAGE_MULTIBOOT
/* MultiBoot image support */
#define
IMAGE_PXE
/* PXE image support */
#define IMAGE_SCRIPT
/* iPXE script image support */
#define IMAGE_BZIMAGE
/* Linux bzImage image support */
#define PXE_STACK
/* PXE stack in iPXE - required for PXELINUX */
#define PXE_MENU
/* PXE menu booting */
#define
SANBOOT_PROTO_ISCSI
/* iSCSI protocol */
#define
SANBOOT_PROTO_AOE
/* AoE protocol */
#define
SANBOOT_PROTO_IB_SRP
/* Infiniband SCSI RDMA protocol */
#define
SANBOOT_PROTO_FCP
/* Fibre Channel protocol */
#define SANBOOT_PROTO_HTTP
/* HTTP SAN protocol */
#define
USB_HCD_XHCI
/* xHCI USB host controller */
#define
USB_HCD_EHCI
/* EHCI USB host controller */
#define
USB_HCD_UHCI
/* UHCI USB host controller */
#define
USB_KEYBOARD
/* USB keyboards */
#define USB_BLOCK
/* USB block devices */
#define
REBOOT_CMD
/* Reboot command */
#define
CPUID_CMD
/* x86 CPU feature detection command */
#define
IMAGE_ELF
/* ELF image support */
#define IMAGE_MULTIBOOTV2
/* MultiBoot version 2 image support */
#define
IMAGE_MULTIBOOT
/* MultiBoot image support */
#define
IMAGE_PXE
/* PXE image support */
#define IMAGE_SCRIPT
/* iPXE script image support */
#define IMAGE_BZIMAGE
/* Linux bzImage image support */
#define PXE_STACK
/* PXE stack in iPXE - required for PXELINUX */
#define PXE_MENU
/* PXE menu booting */
#define
SANBOOT_PROTO_ISCSI
/* iSCSI protocol */
#define
SANBOOT_PROTO_AOE
/* AoE protocol */
#define
SANBOOT_PROTO_IB_SRP
/* Infiniband SCSI RDMA protocol */
#define
SANBOOT_PROTO_FCP
/* Fibre Channel protocol */
#define SANBOOT_PROTO_HTTP
/* HTTP SAN protocol */
#define
USB_HCD_XHCI
/* xHCI USB host controller */
#define
USB_HCD_EHCI
/* EHCI USB host controller */
#define
USB_HCD_UHCI
/* UHCI USB host controller */
#define
USB_KEYBOARD
/* USB keyboards */
#define USB_BLOCK
/* USB block devices */
#define
REBOOT_CMD
/* Reboot command */
#define
CPUID_CMD
/* x86 CPU feature detection command */
#endif
/* CONFIG_DEFAULTS_PCBIOS_H */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment