9fc7923f | 11-Apr-2017 |
Andrew Jeffery <andrew@aj.id.au> |
test: Add system interface to define MTD and LPC characteristics
The primary entry point to the system abstraction is through its ioctl() implementation, which handles ioctl calls for the MTD and LP
test: Add system interface to define MTD and LPC characteristics
The primary entry point to the system abstraction is through its ioctl() implementation, which handles ioctl calls for the MTD and LPC subsystems. The MBOX portion needs no support as it is driven purely by read() and write() calls.
Two helpers are exposed to configure the MTD and LPC subsystems respectively.
Change-Id: Id50abdb967f6ea2ece2e3b21288412d276439c36 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
show more ...
|
5ab4e3e8 | 11-Apr-2017 |
Andrew Jeffery <andrew@aj.id.au> |
test: Add mbox helpers for unit/integration tests
The helpers enable initialising the mbox context to the point that dispatch_mbox() can be usefully called in a controlled environment, and then test
test: Add mbox helpers for unit/integration tests
The helpers enable initialising the mbox context to the point that dispatch_mbox() can be usefully called in a controlled environment, and then testing any side-effects that resulted.
Change-Id: I590841f70dd51e0993b491e537ed4a73ab696e14 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
show more ...
|
26b3567e | 11-Apr-2017 |
Andrew Jeffery <andrew@aj.id.au> |
test: Add write_flash
Change-Id: I887d79db9f1fd5e63c16a717a88cd76a1f800986 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> |
f37ae026 | 11-Apr-2017 |
Andrew Jeffery <andrew@aj.id.au> |
test: Add erase_flash
Change-Id: Idbe0e8a9d7c62eeb5ac90fce055fc87de80ab1fa Signed-off-by: Andrew Jeffery <andrew@aj.id.au> |
0484c753 | 11-Apr-2017 |
Andrew Jeffery <andrew@aj.id.au> |
test: Add copy_flash
Change-Id: Iac6b6207c01f1db322803218231ca97c210a583c Signed-off-by: Andrew Jeffery <andrew@aj.id.au> |
62af1ba6 | 23-Apr-2017 |
Andrew Jeffery <andrew@aj.id.au> |
test: Add NDEBUG sanity check
Hopefully stops people tripping over themselves if NDEBUG gets defined.
Change-Id: Iafb81d01f6451619f49a5030e5154c8f30ffebdb Signed-off-by: Andrew Jeffery <andrew@aj.i
test: Add NDEBUG sanity check
Hopefully stops people tripping over themselves if NDEBUG gets defined.
Change-Id: Iafb81d01f6451619f49a5030e5154c8f30ffebdb Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
show more ...
|
45cfc384 | 11-Apr-2017 |
Andrew Jeffery <andrew@aj.id.au> |
test: Add temporary file helper
Change-Id: Ib102d87232f897ef4c5e7267a56892d22f368f7f Signed-off-by: Andrew Jeffery <andrew@aj.id.au> |