summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/ipod
AgeCommit message (Expand)AuthorFilesLines
2009-07-29Fix FS#5230 - reinit the opto-i2c after disabling hold so the buttons work againJonathan Gordon1-0/+1
2009-07-11ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold2-49/+48
2009-05-17Fix duplicate #includesBertrik Sikken3-3/+0
2009-04-26Remove workaround for FS#10130 from 5G iPod LCD sleep codeBoris Gjenero1-9/+0
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken4-4/+0
2009-04-19Fix FS#9926 - On Photo and Color iPods, correct check for whether battery is ...Boris Gjenero1-0/+9
2009-04-19Add USB power detection for 4G, Photo, Color, 1G Mini and 2G Mini iPods. (Se...Boris Gjenero1-0/+3
2009-04-13Code police: fix brace placement, remove trailing spacesBoris Gjenero1-51/+62
2009-04-12Fix redBoris Gjenero1-0/+8
2009-04-12Fixes and improvements for FS#9890 - iPod 5G: LCD sleep, BCM shutdown and boo...Boris Gjenero1-34/+65
2009-03-17One more try: Fix remaining reds and yellowsThomas Martitz1-1/+1
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-0/+5
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-4/+1
2009-02-21Submit FS#9890 by Boris Gjenero. Enabling option for iPod Video to shut down ...Andree Buschmann4-27/+306
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis1-2/+2
2009-02-15Firewire charger detection for ipod 3G, patch by Boris Gjenero. Fixes FS#9900Nils Wallménius1-0/+5
2009-01-27Fix red once more :/Thomas Martitz1-3/+2
2009-01-26Fix redThomas Martitz1-1/+1
2009-01-26Commit FS#9724, which reworks the preprocessor defines related to backlight f...Thomas Martitz1-1/+2
2009-01-18Commit battery discharge curve for the Ipod Photo. We still need one for the...Michael Giacomelli1-1/+4
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli2-0/+19
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-5/+15
2008-11-07Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...Jens Arnold1-0/+1
2008-08-15Greyscale iPods: Fix the default contrast in the bootloader and the core befo...Jens Arnold1-9/+12
2008-07-17Fix the iPod Photo/Color "type 0 LCD" bug introduced in r17715 by correctly i...Dave Chapman1-10/+10
2008-07-16Ensure consistency between header file and implementation for iPod drivers, b...Bertrik Sikken10-1/+14
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg23-46/+92
2008-06-12Blind-add some code from ipodlinux that hopefully fixes the colour problem on...Jens Arnold1-0/+11
2008-06-03Oops. Lost sync on a few instances and 'HI' registers.Michael Sevakis2-2/+2
2008-06-03Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis1-1/+1
2008-05-29Add the ADC_ACCESSORY channel on the ipod, to allow for accessory detection o...Linus Nielsen Feltzing2-1/+4
2008-05-17Greyscale ipods: Use a somewhat darker shade for lightgrey, improving appeara...Jens Arnold1-4/+4
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-03Fix tabs.Michael Giacomelli1-6/+6
2008-05-03Commit FS#8920, fixed headphone detection for the Ipod 2G by Mark Fawcus.Michael Giacomelli1-0/+16
2008-05-01Make the linker complain if the bootloader isn't going to fit into IRAM on PP...Barry Wardell1-7/+15
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-20Adding new setting to System Settings <Accessory Power Supply -- off by defau...Andree Buschmann1-0/+19
2008-04-07explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla1-0/+1
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis3-11/+49
2008-04-04Greyscale library: Optionally put the greyscale ISR on COP on portalplayertar...Jens Arnold1-4/+26
2008-04-041st/2nd Gen: Backlight inversion needs to be protected from interrupts, becau...Jens Arnold3-14/+16
2008-04-02LCD driver tweaks for greyscale iPods: * Use 1/7 bias, 5x step-up and the hig...Jens Arnold1-41/+13
2008-04-01Use a better place to enable the interrupts.Jens Arnold1-1/+1
2008-04-01iPod 1st..3rd Gen and Mini 1st Gen fixes/improvements: * Remove the unnecessa...Jens Arnold3-51/+24
2008-03-28Stop saving more registers than necessary.Jens Arnold1-78/+78
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg1-0/+69