index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
system-target.h
Age
Commit message (
Expand
)
Author
2011-01-15
Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...
Michael Sevakis
2010-11-21
Change alignment macros to allow further performance optimization. Define the...
Andree Buschmann
2010-09-08
Rename cache coherency functions.
Thomas Martitz
2010-08-29
ipodvideo: detect ram size at boot (doesn't actually get USED yet)
Torne Wuff
2010-04-13
Move CACHEALIGN_BITS to cpu headers
Rafaël Carré
2010-03-26
Use STORAGE_WANTS_ALIGN to make clear it's not a strict necessity
Rafaël Carré
2010-03-25
Make storage alignement use cache alignement macros
Rafaël Carré
2009-05-21
Remove some unused declarations
Bertrik Sikken
2009-02-11
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...
Michael Sevakis
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-20
Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNN...
Jens Arnold
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2007-11-27
Enable dualcore for the pp5002 processor by adding the needed cache handling ...
Michael Sevakis
2007-11-08
Add some CACHEALIGN_* macros and a helper function to assist in aligning data...
Michael Sevakis
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
2007-10-06
Unify PCM interface just above the hardware driver level for all targets incl...
Michael Sevakis
2007-10-04
The UNCACHED_ADDR macro should not adjust addresses in the bootloader.
Michael Sevakis
2007-10-04
PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...
Michael Sevakis
2007-09-29
Compile Portal Player bootloaders as single core. Cleanup the startup code fo...
Michael Sevakis
2007-09-28
Anti-red: No need for COP initialization in the bootloaders nor idle stacks.
Michael Sevakis
2007-09-28
Commit a subset of the dual core changes that have to do with cache handling,...
Michael Sevakis
2007-09-22
More interupt/timer work
Karl Kurbjun
2007-09-21
m:robe 500i port: Add primitives for the SPI bus and start moving toward new-...
Catalin Patulea
2007-09-20
Hopefully fix all the errors/warnings
Jonathan Gordon
2007-09-20
Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...
Karl Kurbjun
2007-07-31
PP502x: Clock setup cleanup.
Barry Wardell
2007-07-31
PP5002: Clock setup cleanup. * Switch to 80MHz when boosted like on the other...
Jens Arnold
2007-07-26
Clean up PP502x CPU clock setup code and use the full 80MHz when boosted.
Jens Arnold
2007-07-25
Remove the hack which read the ipod hardware revision from flash in the bootl...
Dave Chapman
2007-07-02
Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...
Jens Arnold
2007-04-14
Heh. Better way to load the PROCESSOR_ID address. Thanks Thom. :)
Michael Sevakis
2007-04-14
PP5020/PP5024: Add ASM optimized inline current_core.
Michael Sevakis
2007-04-14
Do the target shuffle again a better way by including from higher levels
Michael Sevakis
2007-04-13
Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...
Michael Sevakis