dde_ipxe: enable BCM57cxx cards

Add tg3 driver files and adjust Genode's ipxe code. Tested on Fiasco.OC only.

issue #1609
This commit is contained in:
Sebastian Sumpf
2015-07-01 10:41:59 +02:00
committed by Christian Helmuth
parent b13b0113c8
commit ffaf65efa0
7 changed files with 39 additions and 35 deletions

View File

@@ -1 +1 @@
dd11e6a750e68271c2e7d293e9c1d272f7bc78e0
eff35e8421342189782bdf285801a13fdaa751ec

View File

@@ -7,7 +7,9 @@ REV(ipxe) := c4bce43c3c4d3c5ebb2d926b58ad16dc9642c19d
DIR(ipxe) := src/lib/dde_ipxe
PATCHES := patches/dde_ipxe.patch \
patches/add_devices.patch
patches/add_devices.patch \
patches/tg3.patch
PATCH_OPT := -p1 -d ${DIR(ipxe)}
# vi: set ft=make :