summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-12-20 15:28:32 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-12-20 15:28:32 +0000
commit4b54302b0713be2995a33cfa30d1615fc206f1eb (patch)
treeca05677c3d23d5091c9abd4949732c6ea91519e7 /firmware/SOURCES
parent57228769a2a0da43042d57048215ad67cd49e443 (diff)
downloadrockbox-4b54302b0713be2995a33cfa30d1615fc206f1eb.tar.gz
rockbox-4b54302b0713be2995a33cfa30d1615fc206f1eb.zip
Combine USB code for all PortalPlayer targets since they most likely all use the same USB hardware. Add register defines for the USB hardware addresses, based off the Freescale i.MX31 datasheet. Use usb_init() from the iPod code, but modified to use the new register defines rather than oul/inl on the hardware addresses.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11823 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES22
1 files changed, 11 insertions, 11 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 386d3707c4..6a4f172e47 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -331,7 +331,7 @@ target/arm/sandisk/sansa-e200/ata-e200.c
331target/arm/sandisk/sansa-e200/lcd-e200.c 331target/arm/sandisk/sansa-e200/lcd-e200.c
332target/arm/sandisk/sansa-e200/adc-e200.c 332target/arm/sandisk/sansa-e200/adc-e200.c
333target/arm/sandisk/sansa-e200/backlight-e200.c 333target/arm/sandisk/sansa-e200/backlight-e200.c
334target/arm/sandisk/sansa-e200/usb-e200.c 334target/arm/usb-pp.c
335target/arm/sandisk/sansa-e200/button-e200.c 335target/arm/sandisk/sansa-e200/button-e200.c
336target/arm/sandisk/sansa-e200/power-e200.c 336target/arm/sandisk/sansa-e200/power-e200.c
337target/arm/i2s-pp.c 337target/arm/i2s-pp.c
@@ -416,7 +416,7 @@ target/arm/iriver/h10/backlight-h10.c
416target/arm/iriver/h10/button-h10.c 416target/arm/iriver/h10/button-h10.c
417target/arm/iriver/h10/lcd-h10_20gb.c 417target/arm/iriver/h10/lcd-h10_20gb.c
418target/arm/iriver/h10/power-h10.c 418target/arm/iriver/h10/power-h10.c
419target/arm/iriver/h10/usb-h10.c 419target/arm/usb-pp.c
420#endif /* SIMULATOR */ 420#endif /* SIMULATOR */
421#endif /* IRIVER_H10 */ 421#endif /* IRIVER_H10 */
422 422
@@ -430,7 +430,7 @@ target/arm/iriver/h10/backlight-h10.c
430target/arm/iriver/h10/button-h10.c 430target/arm/iriver/h10/button-h10.c
431target/arm/iriver/h10/lcd-h10_5gb.c 431target/arm/iriver/h10/lcd-h10_5gb.c
432target/arm/iriver/h10/power-h10.c 432target/arm/iriver/h10/power-h10.c
433target/arm/iriver/h10/usb-h10.c 433target/arm/usb-pp.c
434#endif /* SIMULATOR */ 434#endif /* SIMULATOR */
435#endif /* IRIVER_H10_5GB */ 435#endif /* IRIVER_H10_5GB */
436 436
@@ -460,7 +460,7 @@ target/arm/tatung/tpj1022/backlight-tpj1022.c
460target/arm/tatung/tpj1022/button-tpj1022.c 460target/arm/tatung/tpj1022/button-tpj1022.c
461target/arm/tatung/tpj1022/lcd-tpj1022.c 461target/arm/tatung/tpj1022/lcd-tpj1022.c
462target/arm/tatung/tpj1022/power-tpj1022.c 462target/arm/tatung/tpj1022/power-tpj1022.c
463target/arm/tatung/tpj1022/usb-tpj1022.c 463target/arm/usb-pp.c
464#endif /* SIMULATOR */ 464#endif /* SIMULATOR */
465#endif /* ELIO_TPJ1022 */ 465#endif /* ELIO_TPJ1022 */
466 466
@@ -475,7 +475,7 @@ target/arm/ipod/adc-ipod.c
475target/arm/ipod/backlight-4g_color.c 475target/arm/ipod/backlight-4g_color.c
476target/arm/ipod/button-clickwheel.c 476target/arm/ipod/button-clickwheel.c
477target/arm/ipod/power-ipod.c 477target/arm/ipod/power-ipod.c
478target/arm/ipod/usb-ipod.c 478target/arm/usb-pp.c
479#endif /* SIMULATOR */ 479#endif /* SIMULATOR */
480#endif /* IPOD_4G */ 480#endif /* IPOD_4G */
481 481
@@ -490,7 +490,7 @@ target/arm/ipod/adc-ipod.c
490target/arm/ipod/backlight-4g_color.c 490target/arm/ipod/backlight-4g_color.c
491target/arm/ipod/button-clickwheel.c 491target/arm/ipod/button-clickwheel.c
492target/arm/ipod/power-ipod.c 492target/arm/ipod/power-ipod.c
493target/arm/ipod/usb-ipod.c 493target/arm/usb-pp.c
494#endif /* SIMULATOR */ 494#endif /* SIMULATOR */
495#endif /* IPOD_COLOR */ 495#endif /* IPOD_COLOR */
496 496
@@ -505,7 +505,7 @@ target/arm/ipod/adc-ipod.c
505target/arm/ipod/backlight-nano_video.c 505target/arm/ipod/backlight-nano_video.c
506target/arm/ipod/button-clickwheel.c 506target/arm/ipod/button-clickwheel.c
507target/arm/ipod/power-ipod.c 507target/arm/ipod/power-ipod.c
508target/arm/ipod/usb-ipod.c 508target/arm/usb-pp.c
509#endif /* SIMULATOR */ 509#endif /* SIMULATOR */
510#endif /* IPOD_NANO */ 510#endif /* IPOD_NANO */
511 511
@@ -520,7 +520,7 @@ target/arm/ipod/adc-ipod.c
520target/arm/ipod/backlight-nano_video.c 520target/arm/ipod/backlight-nano_video.c
521target/arm/ipod/button-clickwheel.c 521target/arm/ipod/button-clickwheel.c
522target/arm/ipod/power-ipod.c 522target/arm/ipod/power-ipod.c
523target/arm/ipod/usb-ipod.c 523target/arm/usb-pp.c
524#endif /* SIMULATOR */ 524#endif /* SIMULATOR */
525#endif /* IPOD_VIDEO */ 525#endif /* IPOD_VIDEO */
526 526
@@ -535,7 +535,7 @@ target/arm/ipod/adc-ipod.c
535target/arm/ipod/3g/backlight-3g.c 535target/arm/ipod/3g/backlight-3g.c
536target/arm/ipod/3g/button-3g.c 536target/arm/ipod/3g/button-3g.c
537target/arm/ipod/power-ipod.c 537target/arm/ipod/power-ipod.c
538target/arm/ipod/usb-ipod.c 538target/arm/usb-pp.c
539#endif /* SIMULATOR */ 539#endif /* SIMULATOR */
540#endif /* IPOD_3G */ 540#endif /* IPOD_3G */
541 541
@@ -550,7 +550,7 @@ target/arm/ipod/adc-ipod.c
550target/arm/ipod/backlight-mini1g_mini2g.c 550target/arm/ipod/backlight-mini1g_mini2g.c
551target/arm/ipod/button-mini1g.c 551target/arm/ipod/button-mini1g.c
552target/arm/ipod/power-ipod.c 552target/arm/ipod/power-ipod.c
553target/arm/ipod/usb-ipod.c 553target/arm/usb-pp.c
554#endif /* SIMULATOR */ 554#endif /* SIMULATOR */
555#endif /* IPOD_MINI */ 555#endif /* IPOD_MINI */
556 556
@@ -565,7 +565,7 @@ target/arm/ipod/adc-ipod.c
565target/arm/ipod/backlight-mini1g_mini2g.c 565target/arm/ipod/backlight-mini1g_mini2g.c
566target/arm/ipod/button-clickwheel.c 566target/arm/ipod/button-clickwheel.c
567target/arm/ipod/power-ipod.c 567target/arm/ipod/power-ipod.c
568target/arm/ipod/usb-ipod.c 568target/arm/usb-pp.c
569#endif /* SIMULATOR */ 569#endif /* SIMULATOR */
570#endif /* IPOD_MINI2G */ 570#endif /* IPOD_MINI2G */
571 571