On Fri, 14 Feb 2025 11:12:04 +0100, Ahmad Fatoum wrote: > With barebox using 1:1 memory mapping whenever possible, scatter-gather > DMA seems not that important. Many Linux APIs use struct scatterlist > as parameters though, so adding a basic support in barebox will make > easier to port these drivers. > > Applied, thanks! [1/3] lib: add scatterlist abstraction https://git.pengutronix.de/cgit/barebox/commit/?id=118ef08339cc (link may not be stable) [2/3] virtio: replace virtio_sg with common scatterlist https://git.pengutronix.de/cgit/barebox/commit/?id=2336406d2b91 (link may not be stable) [3/3] virtio: add token data parameter to virtqueue_add_sgs https://git.pengutronix.de/cgit/barebox/commit/?id=2bafe34d2f68 (link may not be stable) Best regards, -- Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>