Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | layerscape: fix get_device_file() function of restool | Yangbo Lu | 2018-09-22 |
| | | | | | | | | | | | | | | The restool failed to work with current gcc-7.3.0-musl. This patch is to add a restool fix-up patch to fix multiple problems encountered in the get_device_file() function: - The deprecated atoi() function is replaced by strtoul - An invalid memory access was being performed by using memory from dir->d_name even after closedir(). This is fixed by a strdup() on the device filename. - Also, error prints now print any relevant error code. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> | ||
* | layerscape: update restool to 2017-12-03 | Yangbo Lu | 2018-02-13 |
| | | | | | | | Updated restool to 2017-12-03 and removed patches since the new version had involved them. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> | ||
* | layerscape: add restool package | Yangbo Lu | 2017-11-10 |
restool is a user space application providing the ability to dynamically create and manage Layerscape DPAA2 containers and objects from Linux. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> |