summaryrefslogtreecommitdiff
path: root/utils/scsi (unfollow)
Commit message (Collapse)Author
2017-04-03scsi: don't make the linux lib depend on a library header fileAmaury Pouly
The code dependend on the sg_lib header being present, remove this dependency so that we only need public headers. Change-Id: I69398453635135deb33e2adf67f15ddb80e4ba16
2017-01-07imxtools: various fixes for WindowsAmaury Pouly
Don't use colors since the terminal doesn't support it. Also packing is broken on MinGW so use #pragma pack when compiling for windows, this is also supported by MSCV. Change-Id: I635649d52ed5f2e0af46cb9ca2ec325955b2ddb2
2017-01-07Add multiplatform library for raw SCSI commandsAmaury Pouly
Several tools need to perform raw SCSI commands, and we need to support Linux, Windows and Mac OS, without pulling tons of dependencies to build it easily. This very simple library has no dependency and supports Linux. TODO: - windows - mac os Change-Id: I496f5ad2490bd3e96ad962d31cce4e511a523c3a