Age | Commit message (Expand) | Author |
2009-08-19 | fix red | Nils Wallménius |
2009-08-06 | Various files: make functions static if they're local or make sure there is a... | Bertrik Sikken |
2009-07-29 | Fix FS#5230 - reinit the opto-i2c after disabling hold so the buttons work again | Jonathan Gordon |
2009-07-11 | ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ... | Jens Arnold |
2009-05-17 | Fix duplicate #includes | Bertrik Sikken |
2009-04-26 | Remove workaround for FS#10130 from 5G iPod LCD sleep code | Boris Gjenero |
2009-04-25 | Remove unnecessary #include "adc.h" | Bertrik Sikken |
2009-04-19 | Fix FS#9926 - On Photo and Color iPods, correct check for whether battery is ... | Boris Gjenero |
2009-04-19 | Add USB power detection for 4G, Photo, Color, 1G Mini and 2G Mini iPods. (Se... | Boris Gjenero |
2009-04-13 | Code police: fix brace placement, remove trailing spaces | Boris Gjenero |
2009-04-12 | Fix red | Boris Gjenero |
2009-04-12 | Fixes and improvements for FS#9890 - iPod 5G: LCD sleep, BCM shutdown and boo... | Boris Gjenero |
2009-03-17 | One more try: Fix remaining reds and yellows | Thomas Martitz |
2009-03-17 | Fix reds and yellows (hopefully). Some targets apparently didn't properly #if... | Thomas Martitz |
2009-03-17 | Rework lcd_enabled and lcd_set/call_enable hook | Thomas Martitz |
2009-02-21 | Submit FS#9890 by Boris Gjenero. Enabling option for iPod Video to shut down ... | Andree Buschmann |
2009-02-20 | Reclaim .iram areas in DRAM by overlapping their load addresses with the unin... | Michael Sevakis |
2009-02-15 | Firewire charger detection for ipod 3G, patch by Boris Gjenero. Fixes FS#9900 | Nils Wallménius |
2009-01-27 | Fix red once more :/ | Thomas Martitz |
2009-01-26 | Fix red | Thomas Martitz |
2009-01-26 | Commit FS#9724, which reworks the preprocessor defines related to backlight f... | Thomas Martitz |
2009-01-18 | Commit battery discharge curve for the Ipod Photo. We still need one for the... | Michael Giacomelli |
2008-12-25 | Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama... | Michael Giacomelli |
2008-12-03 | Straighten out some powermanagement stuff. Give target complete control over ... | Michael Sevakis |
2008-11-07 | Common data must be included in .bss or it won't get zeroed in crt0. Fix the ... | Jens Arnold |
2008-08-15 | Greyscale iPods: Fix the default contrast in the bootloader and the core befo... | Jens Arnold |
2008-07-17 | Fix the iPod Photo/Color "type 0 LCD" bug introduced in r17715 by correctly i... | Dave Chapman |
2008-07-16 | Ensure consistency between header file and implementation for iPod drivers, b... | Bertrik Sikken |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-06-12 | Blind-add some code from ipodlinux that hopefully fixes the colour problem on... | Jens Arnold |
2008-06-03 | Oops. Lost sync on a few instances and 'HI' registers. | Michael Sevakis |
2008-06-03 | Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d... | Michael Sevakis |
2008-05-29 | Add the ADC_ACCESSORY channel on the ipod, to allow for accessory detection o... | Linus Nielsen Feltzing |
2008-05-17 | Greyscale ipods: Use a somewhat darker shade for lightgrey, improving appeara... | Jens Arnold |
2008-05-12 | Undo r17470 because of regressions in some debug menus. | Andree Buschmann |
2008-05-12 | Fix for FS#5162. Being able to read scrollwheel action via button_read_device... | Andree Buschmann |
2008-05-04 | Make the H10 bootloader work again. Also fix the same problem that might be a... | Barry Wardell |
2008-05-03 | Fix tabs. | Michael Giacomelli |
2008-05-03 | Commit FS#8920, fixed headphone detection for the Ipod 2G by Mark Fawcus. | Michael Giacomelli |
2008-05-01 | Make the linker complain if the bootloader isn't going to fit into IRAM on PP... | Barry Wardell |
2008-04-29 | Make sure the linker considers crt0*.o before all files specified on the comm... | Jens Arnold |
2008-04-20 | move some data around to place qh_array at the start of iram. This saves up t... | Frank Gevaerts |
2008-04-20 | Adding new setting to System Settings <Accessory Power Supply -- off by defau... | Andree Buschmann |
2008-04-07 | explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob... | Robert Kukla |
2008-04-06 | Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w... | Michael Sevakis |
2008-04-04 | Greyscale library: Optionally put the greyscale ISR on COP on portalplayertar... | Jens Arnold |
2008-04-04 | 1st/2nd Gen: Backlight inversion needs to be protected from interrupts, becau... | Jens Arnold |
2008-04-02 | LCD driver tweaks for greyscale iPods: * Use 1/7 bias, 5x step-up and the hig... | Jens Arnold |
2008-04-01 | Use a better place to enable the interrupts. | Jens Arnold |
2008-04-01 | iPod 1st..3rd Gen and Mini 1st Gen fixes/improvements: * Remove the unnecessa... | Jens Arnold |