summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440
AgeCommit message (Expand)Author
2010-03-08Make mini2440 compile again.Thomas Martitz
2010-03-08Use ldr instead of adr, so that it compiles with a newer ld, although setting...Thomas Martitz
2010-03-08Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...Thomas Martitz
2010-01-24ARM: lr addresses the next instruction after the failing one in undefined ins...Rafaël Carré
2010-01-04Commit FS#10594 - Remove duplicated buttonlight code for Gigabeat F/X.Karl Kurbjun
2010-01-03Fix tabsAndree Buschmann
2009-12-19FS#8286 - utilise the buttons on the gigabeat cradle Robert Kukla
2009-11-26Remove unused card_detect(), and make card_detect_target() static inline in e...Thomas Martitz
2009-11-26Revert unrelated commitThomas Martitz
2009-11-26Redo a hack that precluded entering a folder on an ejected hotswap drive. Use...Thomas Martitz
2009-11-25Mini2440: Cleanup SD driver a bit, undefine SD_DEBUG for faster transfers, im...Thomas Martitz
2009-11-03Simplify uart_printf() a bit by using vuprintf(), that also makes removing a ...Thomas Martitz
2009-11-03Improvements to mini2440 audio; change CPU freq to 406MHzBob Cousins
2009-11-01Improvements to mini2440/UDA1341 audioBob Cousins
2009-11-01Replace hardcoded constants (fix 32/64MB bug)Bob Cousins
2009-11-01Fix debug/multidrive build errorBob Cousins
2009-10-31Replace hard-coded value of memory sizeBob Cousins
2009-10-31make mini2440 bootloader compile again, and remove a few warnings from sd dri...Dominik Wenger
2009-10-27Initial touchscreen support for mini2440. Based on D2 touchscreen driverDominik Wenger
2009-10-26Many more drivers for mini2440. Now the main binary compiles and runs.Dominik Wenger
2009-10-26Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they...Thomas Martitz
2009-10-26Color targets: Ported assembler optimised transparent bitmap drawing from Gig...Jens Arnold
2009-10-22Working Bootloader for mini2440. Dominik Wenger
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-10-19Initial mini2440 port.Dominik Wenger
2009-10-17fix redNils Wallménius
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius
2009-08-19fix redNils Wallménius
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré
2009-06-29Move SH7034 timer code in the target treeRafaël Carré
2009-06-29Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken
2009-05-21Remove some unused declarationsBertrik Sikken
2009-05-17Fix duplicate #includesBertrik Sikken
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz
2009-04-25Rename _buttonlight_timeout and use a function call instead of extern'ing but...Thomas Martitz
2009-04-21Gigabeat FX: Use the bootsplash stored in flash when bootloader is started fr...Karl Kurbjun
2009-04-21Gigabeat FX: Small comment format change to MMU setup codeKarl Kurbjun
2009-03-17Okay, this should be the last. I'm sorry for the trouble, but now everything ...Thomas Martitz
2009-03-17One more try: Fix remaining reds and yellowsThomas Martitz
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz
2009-03-03GigabeatFX: Change the way that the LCD copy routine works: Do the copy and t...Karl Kurbjun
2009-02-13Meg F/X: Fix wrong address for cache flush at PCM start; it should be virtual...Michael Sevakis
2009-02-11Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is...Michael Sevakis
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis
2009-01-12Fix FS#9782 - lcd_bitmap_transparent_part clipping but keep smaller clipping ...Michael Sevakis
2009-01-08Fix red.Michael Sevakis