summaryrefslogtreecommitdiffstats
path: root/scripts/omap4_usbboot.c
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2021-02-161-13/+3
| | | | | | | | | Convert the files that licensecheck can determine to be licensed under GPL-2.0-only or GPL-2.0-or-later and also convert the copyright statements to SPDX. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* scripts: Make locally used functions staticSascha Hauer2020-09-151-7/+7
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* scripts/omap4_usbboot: use libusbVicente Bergas2017-01-131-0/+455
| | | | | Signed-off-by: Vicente Bergas <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* scripts: Move omap4_usbboot to its own directorySascha Hauer2013-09-271-430/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* OMAP4 USB BOOT: remove double line endingsVicente Bergas2013-02-251-3/+2
| | | | | | | | From previous patch that replaced printf with puts: puts adds it's own line ending, so do not append it manually Signed-off-by: Vicente Bergas <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fix compiler warnings: use puts() instead of printf()Fabio Porcedda2013-02-211-1/+1
| | | | | | | | | | | | | | | | Use puts() because printf() isn't necessary, to fix the following compiler warnings: /barebox/common/menu.c: In function ‘menu_show’: /barebox/common/menu.c:277:4: warning: format not a string literal and no format arguments [-Wformat-security] /barebox/scripts/omap4_usbboot.c: In function ‘read_asic_id’: /barebox/scripts/omap4_usbboot.c:101:3: warning: format not a string literal and no format arguments [-Wformat-security] Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Vicente <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* OMAP4_USB: more stable communicationsVicente Bergas2013-01-171-26/+42
| | | | | Signed-off-by: Vicente Bergas <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* omap4: add support for booting cpu from usbVicente2012-11-161-0/+415
Signed-off-by: Vicente <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>