genode/repos/dde_ipxe/ports/dde_ipxe.port
Alexander Boettcher d29b843a0f dde_ipxe: improve throughput for Realtek devices
By increasing the ring descriptor count the throughput increased from
few kB/s to the range of MB/s.

Issue #3939
2021-02-23 12:02:43 +01:00

18 lines
424 B
Makefile

LICENSE := GPLv2
VERSION := git
DOWNLOADS := ipxe.git
URL(ipxe) := http://git.ipxe.org/ipxe.git
REV(ipxe) := c4bce43c3c4d3c5ebb2d926b58ad16dc9642c19d
DIR(ipxe) := src/lib/dde_ipxe
PATCHES := patches/dde_ipxe.patch \
patches/intel.patch \
patches/intel_update.patch \
patches/tg3.patch \
patches/realtek.patch
PATCH_OPT := -p1 -d ${DIR(ipxe)}
# vi: set ft=make :