rockbox/firmware/target/arm/s3c2440/gigabeat-fx
Rafaël Carré b3ed33d04a Move SH7034 timer code in the target tree
Add an argument int_prio to TIMER_START() macro because SH7034 needs it
Leaves a target specific code in timer_register (could be given to target code through timer_set and __timer_set() )

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21556 a1c6a512-1295-4272-9138-f99709370657
2009-06-29 14:29:14 +00:00
..
adc-meg-fx.c Meg-FX: s3c register definitions really should be unsigned. Switch from 'int' to 'unsigned long' like other targets. 2008-12-04 15:06:48 +00:00
adc-target.h
ata-meg-fx.c
ata-target.h Meg-FX: Enable a real tick in the bootloader. Do cleanups before switching to firmware and cache handling. Put proper main return address in lr. 2008-12-08 23:31:05 +00:00
backlight-meg-fx.c Simplify some redundant boolean expressions 2009-05-21 14:15:24 +00:00
backlight-target.h
button-meg-fx.c Fix duplicate #includes 2009-05-17 14:50:19 +00:00
button-target.h
i2c-meg-fx.c Meg-FX: s3c register definitions really should be unsigned. Switch from 'int' to 'unsigned long' like other targets. 2008-12-04 15:06:48 +00:00
i2c-meg-fx.h
kernel-meg-fx.c Meg-FX: Enable a real tick in the bootloader. Do cleanups before switching to firmware and cache handling. Put proper main return address in lr. 2008-12-08 23:31:05 +00:00
lcd-meg-fx.c Okay, this should be the last. I'm sorry for the trouble, but now everything *should* be properly #ifdef'd (which wasn't before) :/ 2009-03-17 04:22:28 +00:00
lcd-target.h
pcm-meg-fx.c Meg F/X: Fix wrong address for cache flush at PCM start; it should be virtual, not physical. 2009-02-13 19:14:51 +00:00
power-meg-fx.c Straighten out some powermanagement stuff. Give target complete control over how power inputs are sensed. Clean SIMULATOR stuff out of target files. Get rid of USB charging option on targets that don't support it or don't implement it yet. Menu string remains to avoid language incompatibility but should be removed on next cleanup for targets not using it (notice in english.lang). global_settings becomes incompatible for some builds and so plugin API version is incremented. 2008-12-03 19:54:25 +00:00
powermgmt-meg-fx.c Simplify powermgmt thread loops so it calls functions turn (no more power_thread_sleep). Do other target-friendly simplifications, generic battery switch handling and split sim-specific code. Whoever can, please verify charging on the Archos Recorder (due to change in the charger duty cycle code). 2008-12-24 16:58:41 +00:00
sc606-meg-fx.c
sc606-meg-fx.h
system-meg-fx.c Gigabeat FX: Small comment format change to MMU setup code 2009-04-21 04:35:10 +00:00
system-target.h Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is now 100% assembly. 2009-02-11 23:56:00 +00:00
timer-meg-fx.c Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP to reflect what they does exactly. 2009-06-29 14:28:56 +00:00
timer-target.h Move SH7034 timer code in the target tree 2009-06-29 14:29:14 +00:00
usb-meg-fx.c
usb-target.h Remove some unused declarations 2009-05-21 12:32:26 +00:00
wmcodec-meg-fx.c Meg F/X can beep and click using a hardware timer so let us try it out. To match things up better, fix PCM beeping to give correct frequency (and get a pointer wrap bug too). Do some minor adjustments to compensate for corrections. 2008-12-07 00:07:47 +00:00