summaryrefslogtreecommitdiffstats
path: root/internal
Commit message (Collapse)AuthorAgeFilesLines
* sys: add networking functionsBenjamin Fair2019-11-212-0/+51
| | | | | | | Add networking related functions to the syscall wrapper. Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: I0ccb4138963ce2a8c7bb6f6f3a556de1afcd0c08
* internal: Add pread pwrite support in sysBrandon Kim2019-11-052-0/+19
| | | | | Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I84c5e7f493afbb0894528f5d0986180b7109e170
* tools: add progress implementationPatrick Venture2019-06-282-0/+20
| | | | | Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I9da1674d6cbc688efc7bab0e033788d6ee4694f7
* internal: add read() methodPatrick Venture2019-01-152-0/+7
| | | | | | | Add the read() method to the internal syscall interface. Change-Id: Iea2a137df5b6ba2085c7363ca150d4e4b8864048 Signed-off-by: Patrick Venture <venture@google.com>
* s/size_t/std::size_t/g - for compatibility with other buildsPatrick Venture2019-01-042-7/+7
| | | | | | | | 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>
* internal: add poll() methodPatrick Venture2019-01-042-0/+8
| | | | | | | Add the poll() method to the internal syscall interface. Change-Id: I6bf8b59e582214c7e607a8041a9573ef24dd5493 Signed-off-by: Patrick Venture <venture@google.com>
* internal: remove extra namespacesPatrick Venture2019-01-042-12/+0
| | | | | | | | 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>
* lpc_aspeed: add mapping implementationPatrick Venture2018-11-302-0/+8
| | | | | | | Add mapper implementation for Aspeed. Change-Id: I4bc1cbaaa6c0bf57424b0c881cb087153d63597c Signed-off-by: Patrick Venture <venture@google.com>
* add system interface to enable testingPatrick Venture2018-11-212-0/+120
Add system interface to enable testing of the linux syscalls. Change-Id: Ia135695de4ae8ed561516b8355f03c7191523780 Signed-off-by: Patrick Venture <venture@google.com>
OpenPOWER on IntegriCloud