aom/vpx_ports
Tero Rintaluoma 11a222f5d9 Adds "armvX-none-rvct" targets
Adds following targets to configure script to support RVCT compilation
without operating system support (for Profiler or bare metal images).
 - armv5te-none-rvct
 - armv6-none-rvct
 - armv7-none-rvct

To strip OS specific parts from the code "os_support"-config was added
to script and CONFIG_OS_SUPPORT flag is used in the code to exclude OS
specific parts such as OS specific includes and function calls for
timers and threads etc. This was done to enable RVCT compilation for
profiling purposes or running the image on bare metal target with
Lauterbach.

Removed separate AREA directives for READONLY data in armv6 and neon
assembly files to fix the RVCT compilation. Otherwise
"ldr <reg>, =label" syntax would have been needed to prevent linker
errors. This syntax is not supported by older gnu assemblers.

Change-Id: I14f4c68529e8c27397502fbc3010a54e505ddb43
2011-01-28 12:47:39 +02:00
..
arm.h Add runtime CPU detection support for ARM. 2010-10-25 09:23:29 -04:00
arm_cpudetect.c Add runtime CPU detection support for ARM. 2010-10-25 09:23:29 -04:00
config.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
emms.asm nasm: avoid relative include paths 2010-10-04 19:50:08 -04:00
mem.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
mem_ops.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
mem_ops_aligned.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
vpx_timer.h Adds "armvX-none-rvct" targets 2011-01-28 12:47:39 +02:00
vpxtypes.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
x86.h Full search SAD function optimization in SSE4.1 2010-10-27 13:36:31 -04:00
x86_abi_support.asm nasm: address labels 'rel label' vice 'wrt rip' 2010-10-04 19:47:54 -04:00
x86_cpuid.c Add processor dectection for x86. 2010-10-13 09:58:15 -07:00