summaryrefslogtreecommitdiff
path: root/firmware/target/arm/system-target.h (follow)
Commit message (Expand)AuthorAge
* Move PP-specific headers to pp/ directoryRafaël Carré2012-01-03
* firewire/usb_remove/insert_int: move to system-target.hRafaël Carré2011-12-31
* usb_plugged() is PP onlyRafaël Carré2011-12-31
* move usb_pin_init() declaration to PP's system-target.hRafaël Carré2011-12-31
* Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis2011-12-17
* Set the default battery capacity for ipod video properly depending on detecte...Frank Gevaerts2011-07-19
* Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis2011-01-15
* Change alignment macros to allow further performance optimization. Define the...Andree Buschmann2010-11-21
* Rename cache coherency functions.Thomas Martitz2010-09-08
* ipodvideo: detect ram size at boot (doesn't actually get USED yet)Torne Wuff2010-08-29
* Move CACHEALIGN_BITS to cpu headersRafaël Carré2010-04-13
* Use STORAGE_WANTS_ALIGN to make clear it's not a strict necessityRafaël Carré2010-03-26
* Make storage alignement use cache alignement macrosRafaël Carré2010-03-25
* Remove some unused declarationsBertrik Sikken2009-05-21
* Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis2009-02-11
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNN...Jens Arnold2008-04-20
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Enable dualcore for the pp5002 processor by adding the needed cache handling ...Michael Sevakis2007-11-27
* Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis2007-11-08
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis2007-10-06
* The UNCACHED_ADDR macro should not adjust addresses in the bootloader.Michael Sevakis2007-10-04
* PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...Michael Sevakis2007-10-04
* Compile Portal Player bootloaders as single core. Cleanup the startup code fo...Michael Sevakis2007-09-29
* Anti-red: No need for COP initialization in the bootloaders nor idle stacks.Michael Sevakis2007-09-28
* Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis2007-09-28
* More interupt/timer workKarl Kurbjun2007-09-22
* m:robe 500i port: Add primitives for the SPI bus and start moving toward new-...Catalin Patulea2007-09-21
* Hopefully fix all the errors/warningsJonathan Gordon2007-09-20
* Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...Karl Kurbjun2007-09-20
* PP502x: Clock setup cleanup. Barry Wardell2007-07-31
* PP5002: Clock setup cleanup. * Switch to 80MHz when boosted like on the other...Jens Arnold2007-07-31
* Clean up PP502x CPU clock setup code and use the full 80MHz when boosted.Jens Arnold2007-07-26
* Remove the hack which read the ipod hardware revision from flash in the bootl...Dave Chapman2007-07-25
* Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...Jens Arnold2007-07-02
* Heh. Better way to load the PROCESSOR_ID address. Thanks Thom. :)Michael Sevakis2007-04-14
* PP5020/PP5024: Add ASM optimized inline current_core.Michael Sevakis2007-04-14
* Do the target shuffle again a better way by including from higher levelsMichael Sevakis2007-04-14
* Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis2007-04-13