summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Also rename cpucache_invalidate() function for mips. There's more in the targ...Thomas Martitz1-1/+2
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-1/+1
2010-09-09Forgot to rename cpucache_flush/_invalidate for PP502x.Thomas Martitz1-2/+4
2010-09-08Change sd-as3525*.c to the new cache coherency function names.Thomas Martitz2-6/+6
2010-09-08Rename cache coherency functions.Thomas Martitz7-103/+179
2010-09-08USB AMSv2: use tables for usb_drv_port_speed() and usb_drv_mps_by_type()Rafaël Carré1-24/+21
2010-09-08USB AMSv2: split handle_ep_int()Rafaël Carré1-83/+83
2010-09-08USB AMSv2: smaller struct usb_endpointRafaël Carré1-3/+3
2010-09-08USB AMSv2: only read endpoint interrupt status register onceRafaël Carré1-8/+10
2010-09-08usb-drv-as3525v2.c: cosmetics (remove trailing spaces)Rafaël Carré1-15/+15
2010-09-08USB AMSv2: Reduce the size of (in/out)_ep_listRafaël Carré1-2/+2
2010-09-08USB AMSv2: simplify FOR_EACH* macrosRafaël Carré1-34/+28
2010-09-08USB AMSv2: use status == -1 to signal errorsRafaël Carré1-7/+10
2010-09-08usb-s3c6400x.c : don't hardcode USB_NUM_ENDPOINTS but use the defineRafaël Carré1-3/+3
2010-09-08USB AMSv2: cosmeticsRafaël Carré1-11/+10
2010-09-08USB AMSv2: update endpoint->len on transferRafaël Carré1-5/+5
2010-09-08usb-drv-as3525v2: use dump_dcache_range()Rafaël Carré1-1/+1
2010-09-08usb-drv-as3525v2: fixesRafaël Carré1-6/+6
2010-09-07as3525v2-usb: don't disable data transfers !Amaury Pouly1-5/+6
2010-09-07as3525v2-usb: fix red and fix stupid typo about endpoint statusAmaury Pouly1-13/+5
2010-09-07as3525v2-usb: all control operations are working, there is a problem with UMS...Amaury Pouly1-33/+94
2010-09-07as3525v2-usb:Amaury Pouly1-56/+35
2010-09-07gigabeats: remove inline from extern functionsRafaël Carré2-2/+2
2010-09-07AMS: make dma_disable_channel() not inlineRafaël Carré2-2/+2
2010-09-06debug-as3525.c : fix include, remove commentRafaël Carré1-4/+1
2010-09-06Fix sdl application buildThomas Martitz1-0/+2
2010-09-05FS#11597 : decrease FCLK frequency when unboostedRafaël Carré2-24/+16
2010-09-03revert r27991Rafaël Carré1-2/+2
2010-09-03Clipv1: update CHARGER_TOTAL_TIMERRafaël Carré1-1/+1
2010-09-03Clipv1: draw 150mA from the charger, like Clipv2/+Rafaël Carré1-1/+1
2010-09-03USB AMSv2: fix bit position in DCFG registerRafaël Carré1-2/+2
2010-09-02as3525v2: revert the USB_DEVBSS_ATTR and the panicf redefinition, don't prote...Amaury Pouly1-3/+1
2010-09-02as3525v2:Amaury Pouly2-61/+91
2010-09-02Android: don't compile stubs.c and kill off libuisimulator entirely.Thomas Martitz1-0/+86
2010-09-01Android: Fix two warningsThomas Martitz2-1/+4
2010-09-01Android: don't compile powermgmt-sim.cThomas Martitz1-0/+3
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz3-0/+206
2010-08-31Unify 32mb and 64mb ipod video builds - FS#11580Frank Gevaerts1-0/+4
2010-08-31include lcd.h , forgotten in r27957Rafaël Carré1-0/+1
2010-08-31AMS: update the LCD on system exception to be sure the content is up to dateRafaël Carré1-0/+2
2010-08-29ipodvideo: detect ram size at boot (doesn't actually get USED yet)Torne Wuff3-0/+33
2010-08-28firmware/ : use lcd_putsf() (only in debug code)Rafaël Carré4-39/+18
2010-08-28jz4740 debug: use lcd_putsf() instead of redefining itRafaël Carré1-53/+39
2010-08-28AMSv2: remove a bunch of panicf() in SD driverRafaël Carré1-20/+23
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken5-1/+6
2010-08-26Move to a proper sdl key config instead of using the d2 pad. make the mouse w...Jonathan Gordon4-27/+93
2010-08-25typo in r27876Rafaël Carré1-1/+1
2010-08-25usb-drv-as3525: only give physical addresses to USB HWRafaël Carré1-5/+5
2010-08-25sd-as3525*: use AS3525_PHYSICAL_ADDRRafaël Carré2-5/+5
2010-08-24mips is predefined by gcc, but we want it for paths. Don't let others fall in...Thomas Martitz2-2/+0