summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/sandisk
AgeCommit message (Expand)AuthorFilesLines
2009-01-26Commit FS#9724, which reworks the preprocessor defines related to backlight f...Thomas Martitz1-3/+4
2009-01-18Commit battery discharge curve for c200v1 by BertrikSikken. The old one wasn...Michael Giacomelli1-3/+3
2009-01-11c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...Michael Sevakis3-23/+60
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-7/+17
2008-11-26Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe...Steve Bavin2-10/+5
2008-11-10Sansa AMS: use the AS3514 ADC driverRafaël Carré1-20/+2
2008-11-07Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...Jens Arnold1-0/+1
2008-10-31Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by...Dave Chapman2-6/+6
2008-10-21Add c200 erase tools. The resulting .bin files can be run from e200toolFrank Gevaerts1-0/+4
2008-08-05Apply FS#9195 (LCD disable for sansa c200), which puts the sansa c200 display...Bertrik Sikken1-0/+24
2008-08-05Fix sansa c200 battery type comment.Bertrik Sikken1-1/+1
2008-07-12Delete an empty file that does not appear to be included by any target.Rob Purchase1-24/+0
2008-06-29Move declaration of button_int and clickwheel_int to the proper header file i...Bertrik Sikken2-2/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg15-30/+60
2008-06-03Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis1-2/+2
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+1
2008-05-14Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...Michael Sevakis1-14/+7
2008-05-13Preparing for the Philips SA9200 part 1. Move the Sansa ADC & ATA drivers up ...Mark Arigo3-1424/+0
2008-05-12Undo r17470 because of regressions in some debug menus.Andree Buschmann1-3/+0
2008-05-12Fix for FS#5162. Being able to read scrollwheel action via button_read_device...Andree Buschmann1-0/+3
2008-05-04Make the H10 bootloader work again. Also fix the same problem that might be a...Barry Wardell1-2/+2
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken2-1/+2
2008-05-01Make the linker complain if the bootloader isn't going to fit into IRAM on PP...Barry Wardell1-6/+13
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2-2/+2
2008-04-20move some data around to place qh_array at the start of iram. This saves up t...Frank Gevaerts1-9/+10
2008-04-17Rough battery calibration for the c200 based on results posted by Tomasz Wasi...Michael Giacomelli1-2/+3
2008-04-15FS#8898 - Prefix AS3514 registers with AS3514_Bertrik Sikken3-6/+6
2008-04-07explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla1-0/+1
2008-04-07Wow. Fix those irq #defines for ARM and use the right one in power-c200_e200....Michael Sevakis1-1/+1
2008-04-07Better sansa shutdown sequence in power_off.Michael Sevakis1-9/+7
2008-04-06e200: Get the UNCACHED_ADDR macro and phys_fb_address use out of the lcd driver.Michael Sevakis1-29/+11
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis5-14/+52
2008-03-31Change the remaining set_interrupt_status usage to the more parsimonious disa...Michael Sevakis1-1/+1
2008-03-31Fixes FS#8552. On some c200s, the second parameter in setting R_Y_ADDR_AREA w...Mark Arigo1-0/+13
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg1-0/+56
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-2/+2
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold2-28/+2
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-0/+160
2008-03-12Really stop red. Whatever works atm.Michael Sevakis1-0/+3
2008-03-12Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee...Michael Sevakis2-3/+3
2008-03-12Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis1-17/+48
2008-03-12Fix newly introduced race condition in SD driver. Make sure to force remount ...Michael Sevakis1-0/+9
2008-03-09Sansa SD card driver: Simplify hotswap handling, and make it send the insert/...Jens Arnold1-81/+59
2008-02-28acknowledge USB disconnect. This wasn't always done anymore since the usb_wai...Frank Gevaerts1-0/+3
2008-02-28don't call usb_wait_for_disconnect() in the sd thread. The usb storage driver...Frank Gevaerts1-0/+2
2008-02-11Some misc. ATA stuff: Increase threads' priority (important for idle callback...Michael Sevakis1-1/+2
2008-02-09Use a fixed multiplier of 2^10 as required when calculating number of blocks.Jonas Häggqvist1-1/+1
2008-01-20Commit FS#8480 by Andree Buschmann. Updates battery calibration for the Sans...Michael Giacomelli1-4/+4
2008-01-18Finally, out goes struct spinlock for anything but mutiprocessor targets wher...Michael Sevakis1-10/+10
2008-01-18Properly serialize ata_init with other threads. Fix a bug that always initial...Michael Sevakis1-6/+7