1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 191320c Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to disable' register and hasn't anything to do with acknowledging interrupts-- that's handled at the module level. by Michael Sevakis · 16 years ago
  3. a8b388f Enable dualcore for the pp5002 processor by adding the needed cache handling and sleep/wakeup sync to the kernel. Refine some handling of fw/bl startup for all. by Michael Sevakis · 17 years ago
  4. da55251 Compile Portal Player bootloaders as single core. Cleanup the startup code for bootloaders. Remove cop stack entirely and keep IRAM use down on all relevant targets - just use the 128-byte idle stack. Use the inline asm version of current_core for pp5002 as well. by Michael Sevakis · 17 years ago
  5. 1fbcead Reduced battery consumption on PP5002 targets (iPod 1st/2nd gen and 3rd gen). Now rockbox battery runtime is better than OF, verified on 2nd gen :-) by Jens Arnold · 17 years ago
  6. 1bc3b7f PP5002: Clock setup cleanup. * Switch to 80MHz when boosted like on the other PP targets. * Prepare sleep mode by adding CPUFREQ_SLEEP. This is already confirmed working, but a lot of functions in rockbox will probably hang because the microsecond timer isn't running in this mode. by Jens Arnold · 17 years ago
  7. 4e8b171 Interrupt driven ADC reading on the 2nd gen. by Jens Arnold · 17 years ago
  8. ffb121c iPod 1st..3rd gen: Interrupt driven button driver for 100% smooth wheel operation. by Jens Arnold · 17 years ago
  9. 604e44d iPod 1st..3rd gen: Fix CPU scaling instability on PP5002 * Add some new info to pp5002.h and sort it by port address. by Jens Arnold · 17 years ago
  10. ebc076b Remove the hack which read the ipod hardware revision from flash in the bootloader and passed it to Rockbox via a fixed address in SDRAM. Rockbox now remaps flash and so can just read the value itself. Also clean up the debug menu a little - only display the hw revision for ipods, and add the lcd_type variable to indicate the type of LCD (0 or 1) for ipod Color/Photo. by Dave Chapman · 17 years ago
  11. 39c56b3 iPod G3: Set the 'we (pretend to) know what we're doing so please let us' magic value. Aka unlock clock frequencies > 66MHz. Should make performance significantly better with problematic codecs. by Jens Arnold · 17 years ago
  12. 85568d6 iPod G3: Clock setup register display and CPU clock estimation in debug menu. * Fix clock being set to only half of what it should be (introduced with clock setup changes for PP502x). by Jens Arnold · 17 years ago
  13. 54866bd Don't need all those #include's. by Barry Wardell · 17 years ago
  14. f43e50d Move PortalPlayer system.c code into the target tree. by Barry Wardell · 17 years ago