9bb21e3e | 08-Apr-2022 |
William A. Kennington III <wak@google.com> |
tools/net: Handle files which don't support sendfile
This adds a fallback read / write model.
Tested: ran against non-sendfile compatible file and it sent to the BMC successfully.
Change-Id: I6fd7
tools/net: Handle files which don't support sendfile
This adds a fallback read / write model.
Tested: ran against non-sendfile compatible file and it sent to the BMC successfully.
Change-Id: I6fd781ad19cd37376ca90743f799988e50ed460e Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Willy Tu <wltu@google.com>
show more ...
|
c04c2c5c | 05-Jun-2020 |
Benjamin Fair <benjaminfair@google.com> |
tools/pci: replace pciutils with pciaccess
The pciutils library has a license which is incompatible with ours, so switch to pciaccess instead since it's MIT-licensed.
Signed-off-by: Benjamin Fair <
tools/pci: replace pciutils with pciaccess
The pciutils library has a license which is incompatible with ours, so switch to pciaccess instead since it's MIT-licensed.
Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Ie40580d9992f7c30d9fdc904f97c89057791b10e
show more ...
|
f7ccadb0 | 11-Oct-2019 |
Benjamin Fair <benjaminfair@google.com> |
sys: add networking functions
Add networking related functions to the syscall wrapper.
Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: I0ccb4138963ce2a8c7bb6f6f3a556de1afcd0c08 |
493b3af0 | 05-Nov-2019 |
Brandon Kim <brandonkim@google.com> |
internal: Add pread pwrite support in sys
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I84c5e7f493afbb0894528f5d0986180b7109e170 |
cf9b2195 | 27-Jun-2019 |
Patrick Venture <venture@google.com> |
tools: add progress implementation
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I9da1674d6cbc688efc7bab0e033788d6ee4694f7 |
cec04901 | 15-Jan-2019 |
Patrick Venture <venture@google.com> |
internal: add read() method
Add the read() method to the internal syscall interface.
Change-Id: Iea2a137df5b6ba2085c7363ca150d4e4b8864048 Signed-off-by: Patrick Venture <venture@google.com> |
28abae7c | 14-Dec-2018 |
Patrick Venture <venture@google.com> |
s/size_t/std::size_t/g - for compatibility with other builds
For compatibility with the Google3 build system, use std::size_t instead of gnu size_t.
Change-Id: Ie361de9c507119aa7db93d24b6e199547bd1
s/size_t/std::size_t/g - for compatibility with other builds
For compatibility with the Google3 build system, use std::size_t instead of gnu size_t.
Change-Id: Ie361de9c507119aa7db93d24b6e199547bd123af Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
7b78aa2c | 14-Dec-2018 |
Patrick Venture <venture@google.com> |
internal: add poll() method
Add the poll() method to the internal syscall interface.
Change-Id: I6bf8b59e582214c7e607a8041a9573ef24dd5493 Signed-off-by: Patrick Venture <venture@google.com> |
fa9d0c9f | 13-Dec-2018 |
Patrick Venture <venture@google.com> |
internal: remove extra namespaces
Remove blobs and flash namespaces and leave code in internal namespace. This interface will be used by the host-side tool as well now.
Change-Id: I2446827abe4cad11
internal: remove extra namespaces
Remove blobs and flash namespaces and leave code in internal namespace. This interface will be used by the host-side tool as well now.
Change-Id: I2446827abe4cad116624ac926955190ea417c0df Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
7b91cbc1 | 28-Nov-2018 |
Patrick Venture <venture@google.com> |
lpc_aspeed: add mapping implementation
Add mapper implementation for Aspeed.
Change-Id: I4bc1cbaaa6c0bf57424b0c881cb087153d63597c Signed-off-by: Patrick Venture <venture@google.com> |
8b58856f | 18-Nov-2018 |
Patrick Venture <venture@google.com> |
add system interface to enable testing
Add system interface to enable testing of the linux syscalls.
Change-Id: Ia135695de4ae8ed561516b8355f03c7191523780 Signed-off-by: Patrick Venture <venture@goo
add system interface to enable testing
Add system interface to enable testing of the linux syscalls.
Change-Id: Ia135695de4ae8ed561516b8355f03c7191523780 Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|