Difference between revisions of "Hardware"
From Hod's Personal Wiki
m |
m |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[http://www.tomshardware.com/forum/261138-30-understanding-memory-timings Memory Timing] | [http://www.tomshardware.com/forum/261138-30-understanding-memory-timings Memory Timing] | ||
+ | |||
+ | == CPUs == | ||
+ | |||
+ | === ARM === | ||
+ | |||
+ | [http://stackoverflow.com/questions/1198176/arm-vs-thumb-performance-on-iphone-3gs-non-floating-point-code ARM vs Thumb efficiency] | ||
+ | |||
+ | [http://www.arm.com/products/processors/technologies/vector-floating-point.php ARM floating point] | ||
+ | |||
+ | [http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html ARM gcc options] | ||
+ | |||
+ | [https://docs.google.com/viewer?a=v&q=cache:crPWdzEldr0J:w2.cadence.com/products/ip/Cadence/A7C_DataSheet.pdf+arm7+cache&hl=en&gl=us&pid=bl&srcid=ADGEESiXoeERs--ozbCrn_FLIj7B7Sn7oAepxarwIPkdUGcgBvDu_0RskOSD7E535Vw6hH99Iu8zUpCDvgzkdVHrMkO87tR2dtMOhYIhsm1JzDQBNwgCLaUpnDNxJZZ73N9I1NwhmCcg&sig=AHIEtbTWKkdot3240MiS70Oo3RvPnD_jhQ ARM cache module] | ||
+ | |||
+ | [http://blogs.arm.com/software-enablement/141-caches-and-self-modifying-code/ Caches + Self Modifying Code (ARM blog)] | ||
+ | |||
+ | [http://lxr.free-electrons.com/source/arch/arm/mm/cache-v7.S?a=arm Linux ARM cache handling code] | ||
+ | |||
+ | === Samsung LSI === | ||
+ | |||
+ | [http://www.samsung.com/global/business/semiconductor/support/brochures/downloads/systemlsi/S5PV210.pdf Samsung S5PC110/S5PV210 ARM Cortex-A8] | ||
+ | |||
+ | [http://www.samsung.com/global/business/semiconductor/support/brochures/support_SystemLSI.html SLSI brochures] |
Latest revision as of 11:09, 24 October 2011
CPUs
ARM
Caches + Self Modifying Code (ARM blog)