~ubuntu-branches/ubuntu/precise/xen/precise-security

« back to all changes in this revision

Viewing changes to debian/patches/tools-firmware-etherboot-fix-e1000.patch

  • Committer: Package Import Robot
  • Author(s): Stefan Bader
  • Date: 2012-03-06 20:58:14 UTC
  • Revision ID: package-import@ubuntu.com-20120306205814-lx5lf0dq0oo7m1qx
Tags: 4.1.2-2ubuntu2
etherboot: Change the config back to include the 8086100e.rom
(LP: #948333)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
UBUNTU: Fix pxe boot with e1000 emulation
 
2
 
 
3
This seems to be a slight revert as the same rom name has been used before.
 
4
The main problem is that ipxe builds the e1000_82540.rom with invalid
 
5
pci id in the rom header. Which is required by the hvmloader.
 
6
The 8086100e.rom is just the same but with a name the build engine can
 
7
cope with.
 
8
 
 
9
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
 
10
Index: xen-4.1.2/tools/firmware/etherboot/Config
 
11
===================================================================
 
12
--- xen-4.1.2.orig/tools/firmware/etherboot/Config      2012-03-06 20:50:36.000000000 +0100
 
13
+++ xen-4.1.2/tools/firmware/etherboot/Config   2012-03-06 20:54:11.275153857 +0100
 
14
@@ -1,5 +1,5 @@
 
15
 
 
16
-NICS = rtl8139 e1000_82540
 
17
+NICS = rtl8139 8086100e
 
18
 
 
19
 CFLAGS += -UPXE_DHCP_STRICT
 
20
 CFLAGS += -DPXE_DHCP_STRICT