This website requires JavaScript.
Explore
Help
Sign In
Nyaaori
/
rockbox
Watch
1
Star
0
Fork
You've already forked rockbox
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
9a24892e2e
rockbox
/
firmware
/
target
History
Marcin Bukat
9a24892e2e
MPIO HD300 - initial commit
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28680 a1c6a512-1295-4272-9138-f99709370657
2010-11-26 23:28:08 +00:00
..
arm
Change alignment macros to allow further performance optimization. Define the CACHEALIGN macros for all ARM CPUs, the used alignment size is derived from CACHEALIGN_BITS which has been defined for each supported ARM CPU with r28619. The default alignment size for ARM is set to 32 bytes as new -- not yet supported -- ARM CPUs will most probably need this alignment. To be able to differ between ARM and other CPUs a new macro called MEM_ALIGN_ATTR is introduced. This equals CACHEALIGN_ATTR for ARM, 16 byte alignment for Coldfire and is kept empty for other CPUs. MEM_ALIGN_ATTR is available system wide. From measurements it is expected that the usage of MEM_ALIGN_ATTR can give significant performance gain on ARM11 CPUs.
2010-11-21 12:27:01 +00:00
coldfire
MPIO HD300 - initial commit
2010-11-26 23:28:08 +00:00
hosted
Android: Change how detecting call state (introduced in r27746) works, from polling to event based.
2010-11-12 21:04:13 +00:00
mips
Onda VX767: get some facts about the state of the current LCD driver straight
2010-11-11 13:04:22 +00:00
sh
move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.
2010-11-06 14:24:25 +00:00