gitextract_fml__pjx/ ├── .gitignore ├── COPYING ├── Makefile ├── Makefile.mingw ├── README.md ├── image.h ├── imx_loader.h ├── imx_loader_config.c ├── imx_loader_config.h ├── imx_sdp.c ├── imx_sdp.h ├── imx_sdp_simulation.c ├── imx_sdp_simulation.h ├── imx_uart.c ├── imx_usb.c ├── imx_usb.conf ├── msvc/ │ ├── getopt.c │ ├── getopt.h │ ├── imx_loader.sln │ ├── imx_uart.vcxproj │ └── imx_usb.vcxproj ├── mx50_usb_work.conf ├── mx51_usb_work.conf ├── mx53_usb_work.conf ├── mx6_usb_sdp_spl.conf ├── mx6_usb_work.conf ├── mx6ull_usb_work.conf ├── mx7_usb_work.conf ├── mx7ulp_usb_work.conf ├── mx8m_usb_sdp_spl.conf ├── mx8mm_usb_work.conf ├── mx8mn_usb_work.conf ├── mx8mq_usb_work.conf ├── portable.h ├── sdp.c ├── sdp.h ├── sdps.c ├── sdps.h ├── tests/ │ ├── Makefile │ ├── bare.cfg │ ├── create.txt │ ├── dcd.cfg │ ├── plugin.cfg │ ├── test-dcd.imx.output │ ├── test-plugin.imx.output │ └── test.imx.output └── vybrid_usb_work.conf