aboutsummaryrefslogtreecommitdiff
path: root/board-js2x
diff options
context:
space:
mode:
authorThomas Huth <thuth@linux.vnet.ibm.com>2011-09-28 16:03:53 +0200
committerThomas Huth <thuth@linux.vnet.ibm.com>2011-10-12 16:24:55 +0200
commit72f942f1ac359180acdd528a484203a00a26d172 (patch)
tree7eae5ed473d6e3052c0a4aa80b1cffdaddb31467 /board-js2x
parentbeaa972b824cbc3db92977afd7f9a5a23ff83fdd (diff)
downloadSLOF-72f942f1ac359180acdd528a484203a00a26d172.zip
SLOF-72f942f1ac359180acdd528a484203a00a26d172.tar.gz
SLOF-72f942f1ac359180acdd528a484203a00a26d172.tar.bz2
Added e1000 network driver
This driver can be used for downloading files via e1000 compatible NICs. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Diffstat (limited to 'board-js2x')
-rw-r--r--board-js2x/romfs/boot_rom.ffs1
1 files changed, 1 insertions, 0 deletions
diff --git a/board-js2x/romfs/boot_rom.ffs b/board-js2x/romfs/boot_rom.ffs
index d1bb50a..7be7803 100644
--- a/board-js2x/romfs/boot_rom.ffs
+++ b/board-js2x/romfs/boot_rom.ffs
@@ -21,3 +21,4 @@ bootinfo board-js2x/llfw/Cboot.bin 0 0
rtas board-js2x/rtas/rtas.bin 0 0
snk clients/net-snk.client 0 0
net_bcm drivers/bcm57xx/net_bcm57xx.elf 0 0
+net_e1000 drivers/e1k/net_e1k.elf 0 0