| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
The hwemul is only partly imx specific: the stub is stmp specific
but could be ported to other targets, the computer side and the
protocol are mostly stmp independent (or should be).
Change-Id: If88febffe591b0de86ea11cb740455ba20ddc401
|
| |
|
|
| |
Change-Id: Ie9ad10c627a86b1e6e689052fd436529d3ba6591
|
| |
|
|
| |
Change-Id: If2e86bf8b520a8d4c38a56ac969918fdeb2c6f91
|
|
|
The hwemul tool is a small binary blob running on the device
that can received commands over USB. It is mainly intended to be
loaded using the recory mode and allows to read/write registers,
memory, use the OTP device, ... The tool is split into three
parts: dev/ contains the actual blob (which handles both imx233
and stmp3700), lib/ contains the communication library and can
also use the register description produced by the regtools/
to ease register by name, tools/ contains an interactive tool
to send commands to the device when running the blob.
Change-Id: Ie8cb32e987f825d8ed750d48071e43415b4dacb3
|