summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/system-target.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-21Remove some unused declarationsBertrik Sikken1-4/+0
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis1-7/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-20Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNN...Jens Arnold1-0/+54
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-1/+1
2007-11-27Enable dualcore for the pp5002 processor by adding the needed cache handling ...Michael Sevakis1-7/+11
2007-11-08Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis1-1/+7
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-1/+4
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-0/+14
2007-10-04The UNCACHED_ADDR macro should not adjust addresses in the bootloader.Michael Sevakis1-0/+6
2007-10-04PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...Michael Sevakis1-0/+3
2007-09-29Compile Portal Player bootloaders as single core. Cleanup the startup code fo...Michael Sevakis1-7/+6
2007-09-28Anti-red: No need for COP initialization in the bootloaders nor idle stacks.Michael Sevakis1-0/+2
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis1-16/+7
2007-09-22More interupt/timer workKarl Kurbjun1-4/+1
2007-09-21m:robe 500i port: Add primitives for the SPI bus and start moving toward new-...Catalin Patulea1-2/+2
2007-09-20Hopefully fix all the errors/warningsJonathan Gordon1-1/+6
2007-09-20Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...Karl Kurbjun1-0/+2
2007-07-31PP502x: Clock setup cleanup. Barry Wardell1-0/+1
2007-07-31PP5002: Clock setup cleanup. * Switch to 80MHz when boosted like on the other...Jens Arnold1-7/+5
2007-07-26Clean up PP502x CPU clock setup code and use the full 80MHz when boosted.Jens Arnold1-0/+17
2007-07-25Remove the hack which read the ipod hardware revision from flash in the bootl...Dave Chapman1-1/+0
2007-07-02Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...Jens Arnold1-1/+1
2007-04-14Heh. Better way to load the PROCESSOR_ID address. Thanks Thom. :)Michael Sevakis1-1/+1
2007-04-14PP5020/PP5024: Add ASM optimized inline current_core.Michael Sevakis1-0/+20
2007-04-14Do the target shuffle again a better way by including from higher levelsMichael Sevakis1-119/+23
2007-04-13Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis1-0/+155