Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libtcg
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anton
libtcg
Commits
c9c3dc5f
Commit
c9c3dc5f
authored
8 years ago
by
Gerd Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
ipxe: add e1000e rom
Signed-off-by:
Gerd Hoffmann
<
kraxel@redhat.com
>
parent
ffdc5a2b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roms/Makefile
+4
-2
4 additions, 2 deletions
roms/Makefile
with
4 additions
and
2 deletions
roms/Makefile
+
4
−
2
View file @
c9c3dc5f
vgabios_variants
:=
stdvga cirrus vmware qxl isavga virtio
vgabios_targets
:=
$(
subst
-isavga
,,
$(
patsubst %,vgabios-%.bin,
$(
vgabios_variants
)))
pxerom_variants
:=
e1000 eepro100 ne2k_pci pcnet rtl8139 virtio
pxerom_targets
:=
8086100e 80861209 10500940 10222000 10ec8139 1af41000
pxerom_variants
:=
e1000
e1000e
eepro100 ne2k_pci pcnet rtl8139 virtio
pxerom_targets
:=
8086100e
808610d3
80861209 10500940 10222000 10ec8139 1af41000
pxe-rom-e1000 efi-rom-e1000
:
VID := 8086
pxe-rom-e1000 efi-rom-e1000
:
DID := 100e
pxe-rom-e1000e efi-rom-e1000e
:
VID := 8086
pxe-rom-e1000e efi-rom-e1000e
:
DID := 10d3
pxe-rom-eepro100 efi-rom-eepro100
:
VID := 8086
pxe-rom-eepro100 efi-rom-eepro100
:
DID := 1209
pxe-rom-ne2k_pci efi-rom-ne2k_pci
:
VID := 1050
...
...
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