index
:
riscv-gnu-toolchain/qemu/roms/SLOF.git
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-03
virtio: Remove global variables in block and 9p driver
Thomas Huth
2
-12
/
+6
2016-11-24
virtio: Implement block write support
Thomas Huth
4
-14
/
+28
2016-11-24
virtio-scsi: Fix descriptor order for SCSI WRITE commands
Thomas Huth
1
-5
/
+14
2016-11-10
virtio: Fix stack comment of virtio-blk-read
Thomas Huth
1
-1
/
+1
2016-10-19
virtio-serial: Fix compile error
Alexey Kardashevskiy
1
-1
/
+2
2016-10-17
libnet: Simplify the net-load arguments passing
Thomas Huth
3
-24
/
+23
2016-10-17
libnet: Simplify the Forth-to-C wrapper of ping()
Thomas Huth
3
-22
/
+15
2016-10-17
Do not link libnet to net-snk anymore, and remove net-snk from board-qemu
Thomas Huth
2
-3
/
+2
2016-10-17
Add a Forth-to-C wrapper for the ping command, too
Thomas Huth
2
-0
/
+18
2016-10-17
Link libnet code to Paflof and add a wrapper for netboot()
Thomas Huth
2
-0
/
+21
2016-10-13
Add virtio-serial device support
Nikunj A Dadhania
5
-1
/
+269
2016-10-10
libnet: Make netapps.h includable from .code files
Thomas Huth
3
-9
/
+12
2016-10-10
libnet: Remove unused prototypes from netapps.h
Thomas Huth
1
-3
/
+0
2016-10-10
libnet: Fix the printout of the ping command
Thomas Huth
1
-3
/
+1
2016-10-10
libnet: Make sure to close sockets when we're done
Thomas Huth
2
-0
/
+10
2016-09-14
paflof: Add socket(), send() and recv() functions to paflof
Thomas Huth
1
-0
/
+53
2016-09-14
paflof: Provide get_timer() and set_timer() helper functions
Thomas Huth
1
-0
/
+6
2016-08-16
libnet: Re-initialize global variables at the beginning of tftp()
Thomas Huth
1
-15
/
+23
2016-08-03
usb: Set XHCI slot speed according to port status
Thomas Huth
3
-7
/
+22
2016-08-03
usb: Build correct route string for USB3 devices behind a hub
Thomas Huth
1
-4
/
+10
2016-08-03
usb: Initialize USB3 devices on a hub and keep track of hub topology
Thomas Huth
4
-11
/
+39
2016-08-03
usb: Increase amount of maximum slot IDs and add a sanity check
Thomas Huth
2
-1
/
+7
2016-08-03
usb: Move XHCI port state arrays from header to .c file
Thomas Huth
2
-18
/
+17
2016-07-25
usb-hid: Fix non-working comma key
Thomas Huth
1
-7
/
+0
2016-06-27
virtio-net: fix ring handling in receive
Nikunj A Dadhania
1
-2
/
+4
2016-06-27
net: Remove remainders of the MTFTP code
Thomas Huth
3
-49
/
+1
2016-06-27
net: Move also files from clients/net-snk/app/netapps/ to lib/libnet/
Thomas Huth
6
-1
/
+1305
2016-06-27
net: Move files from clients/net-snk/app/netlib/ to lib/libnet/
Thomas Huth
25
-1
/
+6131
2016-06-07
usb-xhci: assign field4 before conditional
Nikunj A Dadhania
1
-5
/
+4
2016-05-19
rtas-nvram: optimize erase
Nikunj A Dadhania
1
-0
/
+11
2016-05-02
xhci: fix missing keys from keyboard
Nikunj A Dadhania
2
-12
/
+41
2016-05-02
xhci: add memory barrier after filling the trb
Nikunj A Dadhania
1
-0
/
+1
2016-05-02
virtio: White space cleanup in virtio-9p.c
Thomas Huth
1
-6
/
+6
2016-05-02
virtio: Add modern version 1.0 support to 9p driver
Thomas Huth
1
-18
/
+19
2016-02-24
libbootmsg: Do not use '\b' characters when printing checkpoints
Thomas Huth
1
-4
/
+2
2016-02-11
virtio-scsi: enable virtio 1.0
Nikunj A Dadhania
1
-15
/
+24
2016-02-11
virtio-scsi: use virtio_fill desc api
Nikunj A Dadhania
1
-19
/
+15
2016-02-11
virtio-scsi: use idx during initialization
Nikunj A Dadhania
1
-1
/
+1
2016-02-08
virtio-net: enable virtio 1.0
Nikunj A Dadhania
2
-33
/
+64
2016-02-08
virtio-blk: enable virtio 1.0
Nikunj A Dadhania
1
-19
/
+31
2016-02-08
virtio: 1.0 helper to read 16/32/64 bit value
Nikunj A Dadhania
1
-0
/
+48
2016-02-08
virtio: add and enable 1.0 device setup
Nikunj A Dadhania
8
-18
/
+151
2016-02-08
virtio: 1.0 guest features negotiation
Nikunj A Dadhania
2
-0
/
+44
2016-02-08
virtio: update features set/get register accessor
Nikunj A Dadhania
3
-7
/
+41
2016-02-08
virtio: make all virtio apis 1.0 aware
Nikunj A Dadhania
2
-33
/
+118
2016-02-08
virtio: add 64-bit virtio helpers for 1.0
Nikunj A Dadhania
1
-0
/
+25
2016-02-08
virtio: add virtio 1.0 related struct and defines
Nikunj A Dadhania
2
-1
/
+46
2016-02-08
virtio: get rid of type variable in virtio_device
Nikunj A Dadhania
3
-46
/
+21
2016-02-08
virtio-net: move setup-mac to the open routine
Nikunj A Dadhania
3
-9
/
+8
2016-02-08
virtio-net: make net_hdr_size a variable
Nikunj A Dadhania
1
-9
/
+12
[next]