mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
818f1682ee
- Patch the XHCI model in order to handle frame wrapping correctly. For this adjust 'mfindex_kick' to the correct period (same, before, or after 'mfindex'). - Flush EP when it is stopped, this causes all pending packets for the EP to be acked. Correct counting of packets in flight. - Add BEI patch by Josef. issue #4196
18 lines
712 B
Plaintext
18 lines
712 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := 5.2.0
|
|
DOWNLOADS := qemu.archive
|
|
|
|
URL(qemu) := https://download.qemu.org/qemu-$(VERSION).tar.xz
|
|
SHA(qemu) := cb18d889b628fbe637672b0326789d9b0e3b8027e0445b936537c78549df17bc
|
|
DIR(qemu) := src/lib/qemu
|
|
LIST_FILE := $(REP_DIR)/src/lib/qemu-usb/files.list
|
|
TAR_OPT(qemu) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-$(VERSION)/g' $(LIST_FILE))
|
|
HASH_INPUT += $(REP_DIR)/src/lib/qemu-usb/files.list
|
|
|
|
PATCHES := src/lib/qemu-usb/patches/xhci_pci_register.patch \
|
|
src/lib/qemu-usb/patches/usb_bus_nfree.patch \
|
|
src/lib/qemu-usb/patches/hcd-xhci-bei.patch \
|
|
src/lib/qemu-usb/patches/xhci_frame_wrap.patch
|
|
|
|
PATCH_OPT:= -p1
|