Skip to content

Commit

Permalink
virtio-snd: update sDDF commit
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Brown <[email protected]>
  • Loading branch information
alexandermbrown committed Apr 29, 2024
1 parent 6f2772c commit 4dc1086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/virtio/sddf
Submodule sddf updated 72 files
+7 −5 .github/workflows/examples.yaml
+12 −0 .github/workflows/pr.yaml
+10 −8 README.md
+175 −87 benchmark/benchmark.c
+8 −23 benchmark/idle.c
+183 −146 blk/components/virt.c
+67 −34 blk/util/bitarray.c
+0 −87 blk/util/datastore.c
+116 −0 blk/util/fsmalloc.c
+0 −113 blk/util/fsmem.c
+20 −0 blk/util/util.c
+34 −0 ci/README.md
+77 −37 ci/examples.sh
+2 −2 drivers/clock/imx/timer.c
+3 −3 drivers/clock/meson/timer.c
+1 −1 drivers/i2c/meson/i2c.c
+37 −35 drivers/network/imx/ethernet.c
+74 −59 drivers/network/meson/ethernet.c
+21 −0 drivers/serial/arm/uart.mk
+21 −0 drivers/serial/imx/uart.mk
+22 −0 drivers/serial/meson/uart.mk
+15 −19 examples/echo_server/Makefile
+56 −61 examples/echo_server/board/imx8mm_evk/echo_server.system
+56 −61 examples/echo_server/board/maaxboard/echo_server.system
+56 −61 examples/echo_server/board/odroidc4/echo_server.system
+61 −63 examples/echo_server/include/ethernet_config/ethernet_config.h
+43 −43 examples/echo_server/lwip.c
+6 −8 examples/echo_server/utilization_socket.c
+6 −8 examples/i2c/Makefile
+0 −0 examples/i2c/board/odroidc4/i2c.system
+2 −2 examples/i2c/client.c
+33 −20 examples/i2c/pn532.c
+0 −2 examples/serial/Makefile
+12 −12 examples/serial/board/maaxboard/serial.system
+12 −12 examples/serial/board/odroidc4/serial.system
+12 −12 examples/serial/board/qemu_arm_virt/serial.system
+0 −16 examples/serial/include/serial_server.h
+50 −47 examples/serial/serial_server.c
+5 −5 examples/timer/Makefile
+0 −0 examples/timer/board/odroidc4/timer.system
+6 −6 i2c/components/virt.c
+0 −1 include/sddf/benchmark/bench.h
+14 −13 include/sddf/blk/bitarray.h
+0 −64 include/sddf/blk/datastore.h
+13 −12 include/sddf/blk/fsmalloc.h
+0 −22 include/sddf/blk/mbr.h
+28 −0 include/sddf/blk/msdos_mbr.h
+57 −65 include/sddf/blk/queue.h
+4 −7 include/sddf/blk/util.h
+2 −2 include/sddf/i2c/queue.h
+1 −2 include/sddf/network/constants.h
+275 −0 include/sddf/network/queue.h
+0 −225 include/sddf/network/shared_ringbuffer.h
+75 −50 include/sddf/sound/queue.h
+93 −0 include/sddf/util/ialloc.h
+5 −9 include/sddf/util/printf.h
+10 −2 include/sddf/util/util.h
+33 −33 network/README.md
+47 −40 network/components/arp.c
+43 −38 network/components/copy.c
+0 −147 network/components/mux_rx.c
+0 −146 network/components/mux_tx.c
+194 −0 network/components/virt_rx.c
+149 −0 network/components/virt_tx.c
+0 −31 network/libethsharedringbuffer/Makefile
+0 −14 network/libethsharedringbuffer/shared_ringbuffer.c
+45 −0 serial/components/serial_components.mk
+110 −95 serial/components/virt_rx.c
+29 −21 serial/components/virt_tx.c
+14 −12 sound/components/virt.c
+5 −0 util/cache.c
+20 −0 util/util.mk

0 comments on commit 4dc1086

Please sign in to comment.