• Wikipedia is non-profit, but it's the #5 website in the world, serving 450 million people every month. To protect our independence, we'll never run ads.                                          

  • Google and Yahoo have thousands of servers and staff. We have about 800 servers and 150 employees.

  • If everyone reading this gave €5, our fundraiser would be done within an hour. Please help us forget fundraising and get back to Wikipedia.

Please Help
Close

ARM architecture

From Wikipedia, the free encyclopedia
Jump to: navigation, search
ARM
ARM powered Badge.svg
The ARM logo
Designer ARM Holdings
Bits 32-bit & 64-bit implementations
Introduced 1985
Version ARMv8[1]
Design RISC
Type Register-Register
Encoding Fixed
Branching Condition code
Endianness Bi (Little as default)
Extensions NEON, Thumb, Jazelle, VFP, A64
Registers
16/31[1]

The ARM architecture describes a family of computer processors designed in accordance with a RISC CPU design developed by British company ARM Holdings. ARM architecture has been in development since 1990 and is the most widely used 32-bit instruction set architecture, in numbers produced.[2][3] ARM was an acronym for Advanced RISC Machine (previously known as Acorn RISC Machine).[4]

Microprocessor-based system on a chip

Using the RISC approach, the core ARM processor requires only 35,000 transistors, compared to the millions in many conventional processor chips, resulting in lower power usage and making it very attractive in smaller devices.[5] The company ARM Holdings does not manufacture its own electronic chips, but assigns different licenses to semiconductor manufacturers. It is thus easy for companies to build a low-energy system on a chip for an embedded system incorporating memory, interfaces, radios, etc. The earliest example was the Apple Newton tablet but this same approach is still used in the Apple A4 and A5 chips in the iPad.

In 2011, ARM's customers reported 7.9 billion ARM processors shipped, representing 95% of smartphones, 90% of hard disk drives, 40% of digital televisions and set-top boxes, 15% of microcontrollers and 20% of mobile computers.[6] Current versions use 32-bit instructions with 32-bit addressed 1 byte wide memory which is effectively reduced to just over 24 bit addressing due to 4 byte alignment, with some addressing reserved in byte wise allocation for Memory Mapped I/O, but accommodates 16-bit instructions for economy and can also handle Java bytecodes which use 32-bit addresses. In 2012, Microsoft produced its new Surface tablet with ARM technology and AMD announced that it would start producing server chips based on the 64-bit ARM core in 2014.[7]

Contents

 [hide

[edit] Features and applications

As of 2005, about 98% of the more than one billion mobile phones sold each year used at least one ARM processor.[8] As of 2009, ARM processors accounted for approximately 90% of all embedded 32-bit RISC processors[9] and were used extensively in consumer electronics, including personal digital assistants (PDAs), tablets, mobile phones, digital media and music players, hand-held game consoles, calculators and computer peripherals such as hard drives and routers.

[edit] Licensees

The ARM architecture is licensable. Companies that are current or former ARM licensees include Advanced Micro Devices, Inc.,[10] Alcatel-Lucent, Apple Inc., AppliedMicro, Atmel, Broadcom, Cirrus Logic, CSR plc, Digital Equipment Corporation, Ember, Energy Micro, Freescale, Fuzhou Rockchip, Intel (through DEC), LG, Marvell Technology Group, Microsemi, Microsoft, NEC, Nintendo, Nuvoton, Nvidia, NXP (formerly Philips Semiconductor), Oki, ON Semiconductor, Psion, Qualcomm, Renesas, Research In Motion, Samsung, Sharp, Silicon Labs, Sony, ST-Ericsson, STMicroelectronics, Symbios Logic, Texas Instruments, VLSI Technology, Yamaha, and ZiiLABS.

In addition to the abstract architecture, ARM offers several microprocessor core designs, including the ARM7, ARM9, ARM11, Cortex-A8, Cortex-A9, and Cortex-A15. Companies often license these designs from ARM to manufacture and integrate into their own system on a chip (SoC) with other components like RAM, GPUs, or radio basebands (for mobile phones).

System-on-chip packages integrating ARM's core designs include Nvidia Tegra's first three generations, CSR plc's Quatro family, ST-Ericsson's Nova and NovaThor, Silicon Labs's Precision32 MCU, Texas Instruments's OMAP products, Samsung's Hummingbird and Exynos products, Apple's Ax SoC line, and Freescale's i.MX.

Companies can also obtain an ARM architectural license for designing their own, different CPU cores using the ARM instruction set. Distinct ARM architecture implementations by licensees include Apple's A6, AppliedMicro's X-Gene, Qualcomm's Snapdragon and Krait, DEC's StrongARM, Marvell (formerly Intel) XScale, and Nvidia's planned Project Denver.

[edit] History

Originally conceived by Acorn Computers for use in its personal computers, the first ARM-based products were the co-processor modules for the BBC Micro series of computers. After achieving success with the BBC Micro computer, Acorn Computers Ltd considered how to move on from the relatively simple MOS Technology 6502 processor to address business markets like the one that would soon be dominated by the IBM PC, launched in 1981. The Acorn Business Computer (ABC) plan required a number of second processors to be made to work with the BBC Micro platform, but processors such as the Motorola 68000 and National Semiconductor 32016 were unsuitable, and the 6502 was not powerful enough for a graphics based user interface[11].

Acorn would need a new architecture, having tested all of the available processors and found them lacking. After reading white papers on the Berkeley RISC project, Acorn seriously considered designing its own processor. They reasoned if a class of graduate students could create a competitive 32-bit processor, then Acorn would have no problem. A visit to the Western Design Center in Phoenix, where the 6502 was being updated by what was effectively a single-person company, showed Acorn engineers Steve Furber[12] and Sophie Wilson they did not need massive resources and state-of-the-art R&D facilities.

Wilson set about developing the instruction set, writing a simulation of the processor in BBC Basic that ran on a BBC Micro with a second 6502 processor. It convinced the Acorn engineers that they were on the right track. Before they could go any further, however, they would need more resources. Wilson approached Acorn's CEO, Hermann Hauser, and explained his request. Once the go ahead was given, a small team was assembled to implement Wilson's model in hardware.

A Conexant ARM processor used mainly in routers

[edit] Acorn RISC Machine: ARM2

The official Acorn RISC Machine project started in October 1983. VLSI Technology, Inc was chosen as the "silicon partner," as they were a source of ROMs and custom chips for Acorn. The design was led by Wilson and Furber, and was consciously implemented with a similar efficiency ethos as the 6502.[13] A key design goal was achieving low-latency input/output (interrupt) handling like the 6502. The 6502's memory access architecture had allowed developers to produce fast machines without using costly direct memory access hardware. VLSI produced the first ARM silicon on 26 April 1985 – it worked the first time, and was known as ARM1 by April 1985.[14] The first "real" production systems named ARM2 were available the following year.

The ARM1 second processor for the BBC Micro

Its first practical application was as a second processor for the BBC Micro, where it saw use developing the simulation software to finish development of the support chips (VIDC, IOC, MEMC), and to speed up the CAD software used in ARM2 development. Wilson subsequently rewrote BBC Basic in ARM assembly language, and the in-depth knowledge obtained from designing the instruction set enabled the code to be very dense, making ARM BBC Basic an extremely good test for any ARM emulator. The original aim of a principally ARM-based computer was achieved in 1987 with the release of the Acorn Archimedes.

In 1992, Acorn once more won the Queen's Award for Technology for the ARM.

The ARM2 featured a 32-bit data bus, 26-bit address space and 27 32-bit registers. Program code had to lie within the first 64 Mbyte of memory, as the program counter was limited to 24 bits because the top 6 and bottom 2 bits of the 32-bit register served as status flags. The ARM2 had a transistor count of just 30,000, compared to Motorola's six-year older 68000 model with 68,000. Much of this simplicity comes from the lack of microcode (which represents about one-quarter to one-third of the 68000) and, like most CPUs of the day, not including any cache. This simplicity enabled low power consumption, yet better performance than the Intel 80286.[15] A successor, ARM3, was produced with a 4 KB cache, which further improved performance.

[edit] Apple, DEC, Intel, Marvell: ARM6, StrongARM, XScale

In the late 1980s Apple Computer and VLSI Technology started working with Acorn on newer versions of the ARM core. The work was so important that Acorn spun off the design team in 1990, into a new company named Advanced RISC Machines Ltd. Advanced RISC Machines became ARM Ltd when its parent company, ARM Holdings plc, floated on the London Stock Exchange and NASDAQ in 1998.[16]

The new Apple-ARM work would eventually evolve into the ARM6, first released in early 1992. Apple used the ARM6-based ARM 610 as the basis for their Apple Newton PDA. In 1994, Acorn used the ARM 610 as the main central processing unit (CPU) in their Risc PC computers. DEC licensed the ARM6 architecture and produced the StrongARM. At 233 MHz this CPU drew only one Watt (newer versions draw far less). This work was later passed to Intel as a part of a lawsuit settlement, and Intel took the opportunity to supplement their ageing i960 line with the StrongARM. Intel later developed its own high performance implementation named XScale which it has since sold to Marvell.

[edit] Licensing

The ARM core has remained essentially the same size throughout these changes. ARM2 had 30,000 transistors, the ARM6 grew only to 35,000. ARM's business has always been to sell IP cores, which licensees use to create microcontrollers and CPUs based on those cores. The original design manufacturer combines the ARM core with other parts to produce a complete CPU, one that can be built in old semiconductor fabs at low cost and still deliver substantial performance. The most successful implementation has been the ARM7TDMI with hundreds of millions sold. Atmel has been a precursor design center in the ARM7TDMI-based embedded system.

ARM licensed about 1.6 billion cores in 2005, approximately 1 billion of them for mobile phones.[17] By January 2008, over 10 billion ARM cores had been built, and in 2008 iSuppli predicted that by 2011, 5 billion ARM cores will be shipping per year.[18] As of January 2011, ARM stated that over 15 billion ARM processors have shipped.[19]

The ARM architectures used in smartphones, personal digital assistants and other mobile devices range from ARMv5, in obsolete/low-end devices, to the ARM M-series, in current high-end devices. ARMv6 processors represented a step up in performance from standard ARMv5 cores, and are used in some cases, but Cortex processors (ARMv7) now provide faster and more power-efficient options than prior generations. ARMv7 also mandates a hardware floating point unit, which has ABI and performance impact.

In 2009, some manufacturers introduced netbooks based on ARM architecture CPUs, in direct competition with netbooks based on Intel Atom.[20] According to analyst firm IHS iSuppli, by 2015, ARM ICs are estimated to be in 23% of all laptops.[21]

In 2011, HiSilicon Technologies Co. Ltd. licensed a variety of ARM technology for use in communications chip designs. These included 3G/4G base stations, networking infrastructure and mobile computing applications.[22]

[edit] ARM cores

Architecture Family
ARMv1 ARM1
ARMv2 ARM2, ARM3
ARMv3 ARM6, ARM7
ARMv4 StrongARM, ARM7TDMI, ARM9TDMI
ARMv5 ARM7EJ, ARM9E, ARM10E, XScale
ARMv6 ARM11, ARM Cortex-M
ARMv7 ARM Cortex-A, ARM Cortex-M, ARM Cortex-R
ARMv8 ARM Cortex-A50[23]

A summary of the numerous vendors who implement ARM cores in their design is provided by ARM.[24]

[edit] Example applications of ARM cores

ARM cores are used in a number of products, particularly PDAs and smartphones. Some computing examples are the Acorn Archimedes, Apple iPad and ASUS Eee Pad Transformer. Others include the Apple iPhone smartphone, iPod portable media player, Canon PowerShot A470 digital camera, Nintendo DS handheld game console and TomTom turn-by-turn navigation system.

In 2005, ARM took part in the development of Manchester University's computer, SpiNNaker, which used ARM cores to simulate the human brain.[25]

ARM chips are also used in Raspberry Pi, BeagleBoard, BeagleBone, PandaBoard, and other Single-board computers, because they are very small, inexpensive and consume very little power.

[edit] Architecture

From 1995, the ARM Architecture Reference Manual has been the primary source of documentation on the ARM processor architecture and instruction set, distinguishing interfaces that all ARM processors are required to support (such as instruction semantics) from implementation details that may vary. The architecture has evolved over time, and starting with the Cortex series of cores, three "profiles" are defined:

  • "Application" profile: Cortex-A series
  • "Real-time" profile: Cortex-R series
  • "Microcontroller" profile: Cortex-M series.

Profiles are allowed to subset the architecture. For example, the ARMv6-M profile (used by the Cortex M0 / M0+ / M1) is a subset of the ARMv7-M profile (it supports fewer instructions).

[edit] CPU modes

The ARM architecture specifies the following CPU modes. At any moment in time, the CPU can be in only one mode, but it can switch modes due to external events (interrupts) or programmatically.

User mode
The only non-privileged mode.
System mode
The only privileged mode that is not entered by an exception. It can only be entered by executing an instruction that explicitly writes to the mode bits of the CPSR.
Supervisor (svc) mode
A privileged mode entered whenever the CPU is reset or when a SWI instruction is executed.
Abort mode
A privileged mode that is entered whenever a prefetch abort or data abort exception occurs.
Undefined mode
A privileged mode that is entered whenever an undefined instruction exception occurs.
Interrupt mode
A privileged mode that is entered whenever the processor accepts an IRQ interrupt.
Fast Interrupt mode
A privileged mode that is entered whenever the processor accepts an FIQ interrupt.
Hyp mode
A hypervisor mode introduced in armv-7a for cortex-A15 processor for providing hardware virtualization support.

[edit] Instruction set

To keep the design clean, simple and fast, the original ARM implementation was hardwired without microcode, like the much simpler 8-bit 6502 processor used in prior Acorn microcomputers.

The ARM architecture includes the following RISC features:

  • Load/store architecture.
  • No support for misaligned memory accesses (although now supported in ARMv6 cores, with some exceptions related to load/store multiple word instructions).
  • Uniform 16 × 32-bit register file.
  • Fixed instruction width of 32 bits to easy decoding and pipelining, at the cost of decreased code density. Later, the Thumb instruction set increased code density.
  • Mostly single clock-cycle execution.

To compensate for the simpler design, compared with contemporary (30 years ago) processors like the Intel 80286 and Motorola 68020, some additional design features were used:

  • Conditional execution of most instructions, reducing branch overhead and compensating for the lack of a branch predictor.
  • Arithmetic instructions alter condition codes only when desired.
  • 32-bit barrel shifter which can be used without performance penalty with most arithmetic instructions and address calculations.
  • Powerful indexed addressing modes.
  • A link register for fast leaf function calls.
  • Simple, but fast, 2-priority-level interrupt subsystem with switched register banks.

[edit] Arithmetic instructions

The ARM supports add, subtract, and multiply instructions. The integer divide instructions are only implemented by ARM cores based on the following ARM architectures:

  • ARMv7-M and ARMv7E-M architectures always includes divide instructions.[26]
  • ARMv7-R architecture always includes divide instructions in the Thumb instruction set, but optionally in the ARM instruction set.[27]
  • ARMv7-A architecture optionally includes the divide instructions. The instructions might not be implemented, or implemented only in the Thumb instruction set, or implemented in both the Thumb and ARM instructions sets, or implemented if the Virtualization Extensions are included.[27]

[edit] Registers

Registers R0-R7 are the same across all CPU modes; they are never banked.

R13 and R14 are banked across all privileged CPU modes except system mode. That is, each mode that can be entered because of an exception has its own R13 and R14. These registers generally contain the stack pointer and the return address from function calls, respectively.

Registers across CPU modes
usr sys svc abt und irq fiq
R0
R1
R2
R3
R4
R5
R6
R7
R8 R8_fiq
R9 R9_fiq
R10 R10_fiq
R11 R11_fiq
R12 R12_fiq
R13 R13_svc R13_abt R13_und R13_irq R13_fiq
R14 R14_svc R14_abt R14_und R14_irq R14_fiq
R15
CPSR
SPSR_svc SPSR_abt SPSR_und SPSR_irq SPSR_fiq

Aliases:

  • R13 is also referred to as SP, the Stack Pointer.
  • R14 is also referred to as LR, the Link Register.
  • R15 is also referred to as PC, the Program Counter.

[edit] Conditional execution

The conditional execution feature (called predication) is implemented with a 4-bit condition code selector (the predicate) on every instruction; one of the four-bit codes is reserved as an "escape code" to specify certain unconditional instructions, but nearly all common instructions are conditional. Most CPU architectures only have condition codes on branch instructions.

This cuts down significantly on the encoding bits available for displacements in memory access instructions, but on the other hand it avoids branch instructions when generating code for small if statements. The standard example of this is the subtraction-based Euclidean algorithm:

In the C programming language, the loop is:

    while(i != j) {
       if (i > j)
           i -= j;
       else
           j -= i;
    }

In ARM assembly, the loop is:

loop:   CMP  Ri, Rj         ; set condition "NE" if (i != j),
                            ;               "GT" if (i > j),
                            ;            or "LT" if (i < j)
        SUBGT  Ri, Ri, Rj   ; if "GT" (greater than), i = i-j;
        SUBLT  Rj, Rj, Ri   ; if "LT" (less than), j = j-i;
        BNE  loop           ; if "NE" (not equal), then loop

which avoids the branches around the then and else clauses. Note that if Ri and Rj are equal then neither of the SUB instructions will be executed, eliminating the need for a conditional branch to implement the while check at the top of the loop, for example had SUBLE (less than or equal) been used.

One of the ways that Thumb code provides a more dense encoding is to remove that four bit selector from non-branch instructions.

[edit] Other features

Another feature of the instruction set is the ability to fold shifts and rotates into the "data processing" (arithmetic, logical, and register-register move) instructions, so that, for example, the C statement

a += (j << 2);

could be rendered as a single-word, multi-cycle instruction on the ARM. [28]

ADD  Ra, Ra, Rj, LSL #2

This results in the typical ARM program being denser than expected with fewer memory accesses; thus the pipeline is used more efficiently.

The ARM processor also has some features rarely seen in other RISC architectures, such as PC-relative addressing (indeed, on the 32-bit[1] ARM the PC is one of its 16 registers) and pre- and post-increment addressing modes.

Another item of note is that the instruction set increased over time. Some early ARM processors (before ARM7TDMI), for example, have no instruction to store a two-byte quantity.

[edit] Pipelines and other implementation issues

The ARM7 and earlier implementations have a three stage pipeline; the stages being fetch, decode, and execute. Higher performance designs, such as the ARM9, have deeper pipelines: Cortex-A8 has thirteen stages. Additional implementation changes for higher performance include a faster adder, and more extensive branch prediction logic. The difference between the ARM7DI and ARM7DMI cores, for example, was an improved multiplier (hence the added "M").

[edit] Coprocessors

The ARM family of processors does not support or have any instructions similar to Intel x86's CPUID. There are, however, mechanisms for addressing coprocessors in the ARM architecture.

The ARM architecture provides a non-intrusive way of extending the instruction set using "coprocessors" which can be addressed using MCR, MRC, MRRC, MCRR, and similar instructions. The coprocessor space is divided logically into 16 coprocessors with numbers from 0 to 15, coprocessor 15 (cp15) being reserved for some typical control functions like managing the caches and MMU operation (on processors that have one).

In ARM-based machines, peripheral devices are usually attached to the processor by mapping their physical registers into ARM memory space or into the coprocessor space or connecting to another device (a bus) which in turn attaches to the processor. Coprocessor accesses have lower latency so some peripherals (for example an XScale interrupt controller) are designed to be accessible in both ways (through memory and through coprocessors).

In other cases, chip designers only integrate hardware using the coprocessor mechanism. For example, an image processing engine might be a small ARM7TDMI core combined with a coprocessor that has specialised operations to support a specific set of HDTV transcoding primitives.

[edit] Debugging

All modern ARM processors include hardware debugging facilities; without them, software debuggers could not perform basic operations like halting, stepping, and breakpointing of code starting from reset. These facilities are built using JTAG support, though some newer cores optionally support ARM's own two-wire "SWD" protocol. In ARM7TDMI cores, the "D" represented JTAG debug support, and the "I" represented presence of an "EmbeddedICE" debug module. For ARM7 and ARM9 core generations, EmbeddedICE over JTAG was a de facto debug standard, although it was not architecturally guaranteed.

The ARMv7 architecture defines basic debug facilities at an architectural level. These include breakpoints, watchpoints, and instruction execution in a "Debug Mode"; similar facilities were also available with EmbeddedICE. Both "halt mode" and "monitor" mode debugging are supported. The actual transport mechanism used to access the debug facilities is not architecturally specified, but implementations generally include JTAG support.

There is a separate ARM "CoreSight" debug architecture, which is not architecturally required by ARMv7 processors.

[edit] DSP enhancement instructions

To improve the ARM architecture for digital signal processing and multimedia applications, a few new instructions were added to the set.[29] These are signified by an "E" in the name of the ARMv5TE and ARMv5TEJ architectures. E-variants also imply T,D,M and I.

The new instructions are common in digital signal processor architectures. They are variations on signed multiply–accumulate, saturated add and subtract, and count leading zeros.

[edit] Jazelle

Jazelle DBX (Direct Bytecode eXecution) is a technique that allows Java Bytecode to be executed directly in the ARM architecture as a third execution state (and instruction set) alongside the existing ARM and Thumb-mode. Support for this state is signified by the "J" in the ARMv5TEJ architecture, and in ARM9EJ-S and ARM7EJ-S core names. Support for this state is required starting in ARMv6 (except for the ARMv7-M profile), although newer cores only include a trivial implementation that provides no hardware acceleration.

[edit] Thumb

To improve compiled code-density, processors since the ARM7TDMI (released in 1994[30]) have featured Thumb instruction set, which have their own state. (The "T" in "TDMI" indicates the Thumb feature.) When in this state, the processor executes the Thumb instruction set, a compact 16-bit encoding for a subset of the ARM instruction set.[31] Most of the Thumb instructions are directly mapped to normal ARM instructions. The space-saving comes from making some of the instruction operands implicit and limiting the number of possibilities compared to the ARM instructions executed in the ARM instruction set state.

In Thumb, the 16-bit opcodes have less functionality. For example, only branches can be conditional, and many opcodes are restricted to accessing only half of all of the CPU's general purpose registers. The shorter opcodes give improved code density overall, even though some operations require extra instructions. In situations where the memory port or bus width is constrained to less than 32 bits, the shorter Thumb opcodes allow increased performance compared with 32-bit ARM code, as less program code may need to be loaded into the processor over the constrained memory bandwidth.

Embedded hardware, such as the Game Boy Advance, typically have a small amount of RAM accessible with a full 32-bit datapath; the majority is accessed via a 16 bit or narrower secondary datapath. In this situation, it usually makes sense to compile Thumb code and hand-optimise a few of the most CPU-intensive sections using full 32-bit ARM instructions, placing these wider instructions into the 32-bit bus accessible memory.

The first processor with a Thumb instruction decoder was the ARM7TDMI. All ARM9 and later families, including XScale, have included a Thumb instruction decoder.

[edit] Thumb-2

Thumb-2 technology made its debut in the ARM1156 core, announced in 2003. Thumb-2 extends the limited 16-bit instruction set of Thumb with additional 32-bit instructions to give the instruction set more breadth, thus producing a variable-length instruction set. A stated aim for Thumb-2 is to achieve code density similar to Thumb with performance similar to the ARM instruction set on 32-bit memory. In ARMv7 this goal can be said to have been met.[citation needed]

Thumb-2 extends both the ARM and Thumb instruction set with yet more instructions, including bit-field manipulation, table branches, and conditional execution. A new "Unified Assembly Language" (UAL) supports generation of either Thumb-2 or ARM instructions from the same source code; versions of Thumb seen on ARMv7 processors are essentially as capable as ARM code (including the ability to write interrupt handlers). This requires a bit of care, and use of a new "IT" (if-then) instruction, which permits up to four successive instructions to execute based on a tested condition. When compiling into ARM code this is ignored, but when compiling into Thumb-2 it generates an actual instruction. For example:

; if (r0 == r1)
CMP r0, r1
ITE EQ        ; ARM: no code ... Thumb: IT instruction
; then r0 = r2;
MOVEQ r0, r2  ; ARM: conditional; Thumb: condition via ITE 'T' (then)
; else r0 = r3;
MOVNE r0, r3  ; ARM: conditional; Thumb: condition via ITE 'E' (else)
; recall that the Thumb MOV instruction has no bits to encode "EQ" or "NE"

All ARMv7 chips support the Thumb-2 instruction set. Other chips in the Cortex and ARM11 series support both "ARM instruction set state" and "Thumb-2 instruction set state".[32][33][34]

[edit] Thumb Execution Environment (ThumbEE)

ThumbEE, also termed Thumb-2EE, and marketed as Jazelle RCT (Runtime Compilation Target), was announced in 2005, first appearing in the Cortex-A8 processor. ThumbEE is a fourth processor mode, making small changes to the Thumb-2 extended Thumb instruction set. These changes make the instruction set particularly suited to code generated at runtime (e.g. by JIT compilation) in managed Execution Environments. ThumbEE is a target for languages such as Java, C#, Perl, and Python, and allows JIT compilers to output smaller compiled code without impacting performance. On 23 November 2011, ARM deprecates any use of the ThumbEE instruction set.[35]

New features provided by ThumbEE include automatic null pointer checks on every load and store instruction, an instruction to perform an array bounds check, access to registers r8-r15 (where the Jazelle/DBX Java VM state is held), and special instructions that call a handler.[36] Handlers are small sections of frequently called code, commonly used to implement a feature of a high level language, such as allocating memory for a new object. These changes come from repurposing a handful of opcodes, and knowing the core is in the new ThumbEE mode.

[edit] Floating-point (VFP)

VFP (Vector Floating Point) technology is an FPU coprocessor extension to the ARM architecture. It provides low-cost single-precision and double-precision floating-point computation fully compliant with the ANSI/IEEE Std 754-1985 Standard for Binary Floating-Point Arithmetic. VFP provides floating-point computation suitable for a wide spectrum of applications such as PDAs, smartphones, voice compression and decompression, three-dimensional graphics and digital audio, printers, set-top boxes, and automotive applications. The VFP architecture was intended to support execution of short "vector mode" instructions but these operated on each vector element sequentially and thus did not offer the performance of true single instruction, multiple data (SIMD) vector parallelism. This vector mode was therefore removed shortly after its introduction,[37] to be replaced with the much more powerful NEON Advanced SIMD unit.

Some devices such as the ARM Cortex-A8 have a cut-down VFPLite module instead of a full VFP module, and require roughly ten times more clock cycles per float operation.[38] Other floating-point and/or SIMD coprocessors found in ARM-based processors include FPA, FPE, iwMMXt. They provide some of the same functionality as VFP but are not opcode-compatible with it.

[edit] Advanced SIMD (NEON)

The Advanced SIMD extension (aka NEON or "MPE" Media Processing Engine) is a combined 64- and 128-bit single instruction multiple data (SIMD) instruction set that provides standardised acceleration for media and signal processing applications. NEON is included in all Cortex-A8 devices but is optional in Cortex-A9 devices.[39] NEON can execute MP3 audio decoding on CPUs running at 10 MHz and can run the GSM adaptive multi-rate (AMR) speech codec at no more than 13 MHz. It features a comprehensive instruction set, separate register files and independent execution hardware.[40] NEON supports 8-, 16-, 32- and 64-bit integer and single-precision (32-bit) floating-point data and SIMD operations for handling audio and video processing as well as graphics and gaming processing. In NEON, the SIMD supports up to 16 operations at the same time. The NEON hardware shares the same floating-point registers as used in VFP. Devices such as the ARM Cortex-A8 and Cortex-A9 support 128-bit vectors but will execute with just 64 bits at a time,[38] whereas newer Cortex-A15 devices can execute 128 bits at once.

[edit] Security Extensions (TrustZone)

The Security Extensions, marketed as TrustZone Technology, is found in ARMv6KZ and later application profile architectures. It provides a low cost alternative to adding an additional dedicated security core to an SoC, by providing two virtual processors backed by hardware based access control. This enables the application core to switch between two states, referred to as worlds (to reduce confusion with other names for capability domains), in order to prevent information from leaking from the more trusted world to the less trusted world. This world switch is generally orthogonal to all other capabilities of the processor, thus each world can operate independently of the other while using the same core. Memory and peripherals are then made aware of the operating world of the core and may use this to provide access control to secrets and code on the device.

Typical applications of TrustZone Technology are to run a rich operating system in the less trusted world, and smaller security-specialized code in the more trusted world (named TrustZone Software, a TrustZone optimised version of the Trusted Foundations Software developed by Trusted Logic Mobility), allowing much tighter digital rights management for controlling the use of media on ARM-based devices,[41] and preventing any unapproved use of the device. Open Virtualization is an open source implementation of the trusted world architecture for TrustZone.

In practice, since the specific implementation details of TrustZone are proprietary and have not been publicly disclosed for review, it is unclear what level of assurance is provided for a given threat model.

[edit] No-execute page protection

As of ARMv6, the ARM architecture supports no-execute page protection, which is referred to as XN, for eXecute Never.[42]

[edit] ARMv8 and 64-bit

Released in late 2011, ARMv8 represents the first fundamental change to the ARM architecture. It adds a 64-bit architecture, dubbed 'AArch64', and a new 'A64' instruction set. Within the context of ARMv8, the 32-bit architecture and instruction set are referred to as 'AArch32' and 'A32', respectively. The Thumb instruction sets are referred to as 'T32' and have no 64-bit counterpart. ARMv8 allows 32-bit applications to be executed in a 64-bit OS, and for a 32-bit OS to be under the control of a 64-bit hypervisor.[1] Applied Micro, AMD, Broadcom, Calxeda, HiSilicon, Samsung, ST Microelectronics and other companies have announced implementation plans.[43][44][45][46] ARM announced their Cortex-A53 and Cortex-A57 cores on 30 October 2012.[23]

To both AArch32 and AArch64, ARMv8 makes VFPv3/v4 and advanced SIMD (NEON) standard. It also adds cryptography instructions supporting AES and SHA-1/SHA-256.

AArch64 features:

  • New instruction set, A64
    • 31 general-purpose 64-bit registers
    • Instructions are still 32 bits long and mostly the same as A32
    • Most instructions can take 32-bit or 64-bit arguments
    • Addresses assumed to be 64-bit
  • Advanced SIMD (NEON) enhanced
    • Has 32 × 128-bit registers (up from 16), also accessible via VFPv4
    • Supports double-precision floating point
    • Fully IEEE 754 compliant
    • AES encrypt/decrypt and SHA-1/SHA-2 hashing instructions also use these registers
  • A new exception system
    • Fewer banked registers and modes
  • Memory translation from 48-bit virtual addresses based on the existing LPAE, which was designed to be easily extended to 64-bit

OS support:

  • Linux - patches adding ARMv8 support have been posted for review by Catalin Marinas of ARM ltd. The patches will be included in Linux kernel version 3.7.[47]

[edit] ARM licensees

ARM Ltd does not manufacture or sell CPU devices based on its own designs, but rather, licenses the processor architecture to interested parties. ARM offers a variety of licensing terms, varying in cost and deliverables. To all licensees, ARM provides an integratable hardware description of the ARM core, as well as complete software development toolset (compiler, debugger, SDK), and the right to sell manufactured silicon containing the ARM CPU.

Fabless licensees, who wish to integrate an ARM core into their own chip design, are usually only interested in acquiring a ready-to-manufacture verified IP core. For these customers, ARM delivers a gate netlist description of the chosen ARM core, along with an abstracted simulation model and test programs to aid design integration and verification. More ambitious customers, including integrated device manufacturers (IDM) and foundry operators, choose to acquire the processor IP in synthesizable RTL (Verilog) form. With the synthesizable RTL, the customer has the ability to perform architectural level optimisations and extensions. This allows the designer to achieve exotic design goals not otherwise possible with an unmodified netlist (high clock speed, very low power consumption, instruction set extensions, etc.). While ARM does not grant the licensee the right to resell the ARM architecture itself, licensees may freely sell manufactured product (chip devices, evaluation boards, complete systems, etc.). Merchant foundries can be a special case; not only are they allowed to sell finished silicon containing ARM cores, they generally hold the right to re-manufacture ARM cores for other customers.

Like most IP vendors, ARM prices its IP based on perceived value. In architectural terms, lower performing ARM cores command lower license costs than higher performing cores. In implementation terms, a synthesizable core costs more than a hard macro (blackbox) core. Complicating price matters, a merchant foundry which holds an ARM license (such as Samsung and Fujitsu) can offer reduced licensing costs to its fab customers. In exchange for acquiring the ARM core through the foundry's in-house design services, the customer can reduce or eliminate payment of ARM's upfront license fee. Compared to dedicated semiconductor foundries (such as TSMC and UMC) without in-house design services, Fujitsu/Samsung charge 2 to 3 times more per manufactured wafer. For low to mid volume applications, a design service foundry offers lower overall pricing (through subsidisation of the license fee). For high volume mass produced parts, the long term cost reduction achievable through lower wafer pricing reduces the impact of ARM's NRE (Non-Recurring Engineering) costs, making the dedicated foundry a better choice.

Many semiconductor or IC design firms hold ARM licenses: Analog Devices, AppliedMicro, Atmel, Broadcom, Cirrus Logic, Energy Micro, Faraday Technology, Freescale, Fujitsu, Intel (through its settlement with Digital Equipment Corporation), IBM, Infineon Technologies, Marvell Technology Group, Nintendo, Nvidia, NXP Semiconductors, OKI, Qualcomm, Samsung, Sharp, STMicroelectronics, and Texas Instruments are some of the many companies who have licensed the ARM in one form or another.

[edit] Approximate licensing costs

ARM's 2006 annual report and accounts state that royalties totalling £88.7 million ($164.1 million) were the result of licensees shipping 2.45 billion units.[48] This is equivalent to £0.036 ($0.067) per unit shipped. However, this is averaged across all cores, including expensive new cores and inexpensive older cores.

In the same year ARM's licensing revenues for processor cores were £65.2 million (US$119.5 million),[49] in a year when 65 processor licenses were signed,[50] an average of £1 million ($1.84 million) per license. Again, this is averaged across both new and old cores.

Given that ARM's 2006 income from processor cores was approximately 60% from royalties and 40% from licenses, ARM makes the equivalent of £0.06 ($0.11) per unit shipped including both royalties and licenses. However, as one-off licenses are typically bought for new technologies, unit sales (and hence royalties) are dominated by more established products. Hence, the figures above do not reflect the true costs of any single ARM product.

[edit] Operating systems

Android, a popular[51] operating system running on the ARM architecture

[edit] Acorn systems

The very first ARM-based Acorn Archimedes personal computers ran an interim operating system called Arthur, which evolved into RISC OS, used on later ARM-based systems from Acorn and other vendors.

[edit] Embedded operating systems

The ARM architecture is supported by a large number of embedded and real-time operating systems, including Windows CE, Windows RT, Symbian, ChibiOS/RT, FreeRTOS, eCos, Integrity, Nucleus PLUS, MicroC/OS-II, QNX, RTEMS, CoOS, BRTOS, RTXC Quadros, ThreadX, Unison Operating System, uTasker, VxWorks, MQX and OSE.[52]

[edit] Unix

The ARM architecture is supported by Unix and Unix-like operating systems such as:

[edit] Linux

The following Linux distributions support ARM processors:

[edit] BSD

The following BSD derivatives support ARM processors:

[edit] Other Unix-like

[edit] Windows

The ARM ARMv 5, 6 and 7 architecture is supported by Windows CE 5, and with it the OS building on it: Windows Embedded Compact, Windows Mobile. The smaller Microsoft OS .NET Microframework uses ARM exclusively.

Windows 8 and Windows Phone will support ARMv7. Microsoft demonstrated a preliminary version of Windows (version 6.2.7867) running on an ARM-based computer at the 2011 Consumer Electronics Show.[78] In December 2011, Microsoft released a document about hardware certification of OEM products, Windows Hardware Certification Requirements which confirms that they intend to ban the possibility of installing alternative operating systems on ARM-based devices running Windows 8. The document insists that they will require x86 and x86-64 devices to have the Secure UEFI enabled. They allow for the possibility that a custom secure boot mode could be enabled providing to the user the ability to add signatures. However, they intend that going to custom secure boot mode or disabling secure boot mode on ARM devices will not be compatible with running Windows.

In June 2012, Nvidia confirmed that their ARM based Tegra SoC would be powering the non-Pro version of Microsoft's Surface tablet computer.[79] This model will be running Windows RT, a version of Windows 8 developed specifically for ARM devices.

The ReactOS project, a clean room reverse engineered open source implementation of Windows NT 5.x, also has an ARM port in development.

[edit] See also

[edit] References

  1. ^ a b c d Grisenthwaite, Richard (2011). "ARMv8 Technology Preview". http://www.arm.com/files/downloads/ARMv8_Architecture.pdf. Retrieved 31 October 2011.
  2. ^ "ARM Cores Climb Into 3G Territory" by Mark Hachman, 2002.
  3. ^ "The Two Percent Solution" by Jim Turley 2002.
  4. ^ Kerry McGuire Balanza (11 May 2010), ARM from zero to billions in 25 short years, ARM, http://blogs.arm.com/smart-connected-devices/204-arm-from-zero-to-billions-in-25-short-years/, retrieved 8 Nov 2012
  5. ^ Ken Masterton, What makes ARM-based chips relatively power efficient?, Quora, http://www.quora.com/What-makes-ARM-based-chips-relatively-power-efficient, retrieved 13 Nov 2012
  6. ^ ARM Holdings eager for PC and server expansion, 1 Feb 2011, http://www.theregister.co.uk/2011/02/01/arm_holdings_q4_2010_numbers/
  7. ^ AMD in chip tie-up with UK's ARM, BBC, 30 October 2012, http://www.bbc.co.uk/news/technology-20137041, retrieved 8 Nov 2012
  8. ^ "ARMed for the living room".
  9. ^ Fitzpatrick, J. (2011). "An interview with Steve Furber". Communications of the ACM 54 (5): 34. doi:10.1145/1941487.1941501. http://cacm.acm.org/magazines/2011/5/107684-an-interview-with-steve-furber/fulltext. edit
  10. ^ "AMD Strengthens Security Solutions through Technology Partnership with ARM ".
  11. ^ Manners, David (29 April 1998). "ARM's way". Electronics Weekly. http://www.electronicsweekly.com/Articles/29/04/1998/7242/ARM39s-way.htm. Retrieved 26 October 2012.
  12. ^ Furber, Stephen B. (2000). ARM system-on-chip architecture. Boston: Addison-Wesley. ISBN 0-201-67519-6.
  13. ^ Goodwins, Rupert (4 December 2010). "Intel's victims: Eight would-be giant killers". ZDNet. http://www.zdnet.co.uk/news/infrastructure/2010/12/04/intels-victims-eight-would-be-giant-killers-40091045/6/. Retrieved 7 March 2012.
  14. ^ "Some facts about the Acorn RISC Machine" Roger Wilson posting to comp.arch, 2 November 1988. Retrieved 25 May 2007.
  15. ^ Patterson, Jason. The Acorn Archimedes", The History Of Computers During My Lifetime – The 1980s by (Retrieved 12 March 2008)].
  16. ^ "ARM Corporate Backgrounder", ARM Technology.
  17. ^ "ARMed for the living room" by Tom Krazit 2006.
  18. ^ "ARM Achieves 10 Billion Processor Milestone", ARM Technology, 22 January 2008.
  19. ^ "Company Profile – ARM", ARM Company Profile, 11 January 2011.
  20. ^ "ARM netbook ships with detachable tablet" by Eric Brown 2009
  21. ^ Dylan McGrath, EE Times. "IHS: ARM ICs to be in 23% of laptops in 2015." 18 July 2011. Retrieved 20 July 2011.
  22. ^ Peter Clarke, EE Times. "HiSilicon extends ARM licenses for 3G/4G." 2 August 2011. Retrieved 2 August 2011.
  23. ^ a b "ARM Launches Cortex-A50 Series, the World’s Most Energy-Efficient 64-bit Processors" (Press release). ARM Holdings. http://www.arm.com/about/newsroom/arm-launches-cortex-a50-series-the-worlds-most-energy-efficient-64-bit-processors.php. Retrieved 2012-10-31.
  24. ^ "Line Card" (PDF). 2003. http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/6745/0141_5linecard.pdf. Retrieved 1 October 2012.
  25. ^ Parrish, Kevin (14 July 2011). "One Million ARM Cores Linked to Simulate Brain". EE Times. http://www.eetimes.com/electronics-news/4217840/Million-ARM-cores-brain-simulator. Retrieved 2 August 2011.
  26. ^ ARMv7-M Architecture Reference Manual; ARM Holdings.
  27. ^ a b ARMv7-A and ARMv7-R Architecture Reference Manual; ARM Holdings.
  28. ^ "9.1.2. Instruction cycle counts". http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0214b/ch09s01s02.html.
  29. ^ "ARM DSP Instruction Set Extensions". Arm.com. Archived from the original on 14 April 2009. http://www.arm.com/products/CPUs/cpu-arch-DSP.html. Retrieved 18 April 2009.
  30. ^ ARM7TDMI Technical Reference Manual page ii
  31. ^ Jaggar, Dave (1996). ARM Architecture Reference Manual. Prentice Hall. pp. 6–1. ISBN 978-0-13-736299-8.
  32. ^ "ARM Processor Instruction Set Architecture". Arm.com. Archived from the original on 15 April 2009. http://www.arm.com/products/CPUs/architecture.html. Retrieved 18 April 2009.
  33. ^ "ARM aims son of Thumb at uCs, ASSPs, SoCs". Linuxdevices.com. http://www.linuxdevices.com/news/NS7814673959.html. Retrieved 18 April 2009.
  34. ^ "ARM Information Center". Infocenter.arm.com. http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0290g/I1005458.html. Retrieved 18 April 2009.
  35. ^ ARM Architecture Reference Manual, ARMv7-A and ARMv7-R edition, issue C.b, 24 July 2012.
  36. ^ "Arm strengthens Java compilers: New 16-Bit Thumb-2EE Instructions Conserve System Memory" by Tom R. Halfhill 2005.
  37. ^ "VFP directives and vector notation". Arm.com. http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0204j/Chdehgeh.html. Retrieved 21 November 2011.
  38. ^ a b "Differences between ARM Cortex-A8 and Cortex-A9". Shervin Emami. http://www.shervinemami.info/armAssembly.html#cortex-a9. Retrieved 21 November 2011.
  39. ^ "Cortex-A9 Processor". Arm.com. http://www.arm.com/products/processors/cortex-a/cortex-a9.php. Retrieved 21 November 2011.
  40. ^ "About the Cortex-A9 NEON MPE". Arm.com. http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0409f/Chdceejc.html. Retrieved 21 November 2011.
  41. ^ "ARM Announces Availability of Mobile Consumer DRM Software Solutions Based on ARM T". News.thomasnet.com. http://news.thomasnet.com/companystory/476887. Retrieved 18 April 2009.
  42. ^ "APX and XN (execute never) bits have been added in VMSAv6 [Virtual Memory System Architecture]", ARM Architecture Reference Manual. Retrieved 2009/12/01.
  43. ^ Anand Lal Shimpi (11/14/2011). "Applied Micro's X-Gene: The First ARMv8 SoC". AnandTech. http://www.anandtech.com/show/5098/applied-micros-xgene-the-first-armv8-soc. Retrieved 2012-10-31.
  44. ^ Lawrence Latif (Oct 30 2012). "AMD says ARM based Opteron chips will appear in 2014". The Inquirer. http://www.theinquirer.net/inquirer/news/2220944/amd-says-arm-based-opteron-chips-will-appear-in-2014. Retrieved 2012-10-31.
  45. ^ Anand Lal Shimpi. "AMD Will Build 64-bit ARM based Opteron CPUs for Servers, Production in 2014". AnandTech. http://www.anandtech.com/show/6418/amd-will-build-64bit-arm-based-opteron-cpus-for-servers-production-in-2014. Retrieved 2012-10-31.
  46. ^ ARM Keynote: ARM Cortex-A53 and ARM Cortex-A57 64bit ARMv8 processors launched on armdevices.net
  47. ^ Linus Torvalds (1 October 2012). "Re: [GIT PULL] arm64: Linux kernel port". Linux kernel mailing list. http://thread.gmane.org/gmane.linux.kernel/1367774/focus=1367868. Retrieved 2 October 2012.
  48. ^ "Business review/Financial review/IFRS", p. 10, ARM annual report and accounts, 2006. Retrieved 7 May 2007.
  49. ^ Based on total £110.6 million ($202.5 million) divided by "License revenues by product"; "Business review/Financial review/IFRS" and "Key performance indicators" respectively, p. 10 / p. 3 ARM annual report and accounts, 2006. Retrieved 7 May 2007.
  50. ^ "Key performance indicators", p. 3, ARM annual report and accounts, 2006. Retrieved 7 May 2007.
  51. ^ Pettey, Christy. "Gartner Says Worldwide Sales of Mobile Phones Declined 3 Percent in Third Quarter of 2012; Smartphone Sales Increased 47 Percent". Gartner, Inc.. http://www.gartner.com/it/page.jsp?id=2237315. Retrieved 15 November 2012.
  52. ^ "Software Enablement". arm.com. ARM Ltd.. Archived from the original on 16 November 2010. http://www.arm.com/community/software-enablement/index.php. Retrieved 18 November 2010.
  53. ^ "Android Source Code". Archived from the original on 7 July 2011. http://source.android.com/source/index.html. Retrieved 1 July 2011.
  54. ^ "Arch Linux Arm". http://archlinuxarm.org/. Retrieved 12 November 2011.
  55. ^ http://www.angstrom-distribution.org/
  56. ^ Womack, Brian (8 July 2009). "Google to Challenge Microsoft With Operating System". Bloomberg. http://www.bloomberg.com/apps/news?pid=20601087&sid=aTd2k.YdQZ.Y. Retrieved 8 July 2009.
  57. ^ "ARM Port". http://www.debian.org/ports/arm/. Retrieved 24 July 2012.
  58. ^ "ELinOS supported boards". Archived from the original on 18 April 2010. http://www.sysgo.com/products/board-support-packages/elinos/. Retrieved 22 April 2010.
  59. ^ "Architectures/ARM". http://fedoraproject.org/wiki/Architectures/ARM. Retrieved 1 June 2009.
  60. ^ "Gentoo Linux ARM Development". http://www.gentoo.org/proj/en/base/arm/index.xml. Retrieved 1 June 2009.
  61. ^ "New release for ARM cpus". 25 January 2007. http://lists.gobolinux.org/pipermail/gobolinux-arm/2007-January/000019.html. Retrieved 17 September 2009.
  62. ^ "Mer ARM builds". http://releases.merproject.org/releases/0.20111020.1/builds/. Retrieved 27 November 2011.
  63. ^ "Platform Support for MontaVista Linux". Archived from the original on 18 January 2010. http://www.mvista.com/boards.php. Retrieved 16 February 2010.
  64. ^ "PuppyLinux". http://bkhome.org/blog/?viewDetailed=02808. Retrieved 2 May 2012.
  65. ^ "FrontPage - Raspbian". http://www.raspbian.org/. Retrieved 13 Nov 2012.
  66. ^ "RedSleeve". http://www.redsleeve.org/. Retrieved 28 March 2012.
  67. ^ "Slackware Linux for ARM". Archived from the original on 9 June 2009. http://www.armedslack.org/. Retrieved 1 June 2009.
  68. ^ "TimeSys". http://www.timesys.com/. Retrieved 30 September 2011.
  69. ^ "Ubuntu on Arm". Canonical Ltd.. 2009. Archived from the original on 20 May 2009. http://www.ubuntu.com/products/whatisubuntu/arm. Retrieved 15 June 2009.
  70. ^ "ARM". https://wiki.ubuntu.com/ARM. Retrieved 1 June 2009.
  71. ^ "Building for the Devices". https://developer.palm.com/content/api/dev-guide/pdk/building-for-the-device.html. Retrieved September 2012.
  72. ^ "Porting webOS to a touchscreen ARM netbook (or convertible tablet)". http://www.webos-internals.org/wiki/Netbook. Retrieved September 2012.
  73. ^ "Wind River – Board Support Packages". Archived from the original on 5 February 2010. http://windriver.com/products/bsp_web/bsp_platform.html?platform=Wind+River+Linux+3.0.x. Retrieved 16 February 2010.
  74. ^ "openSUSE 12.2 for ARM Final!". http://news.opensuse.org/2012/11/06/opensuse-12-2-for-arm-final/. Retrieved 6 November 2012.
  75. ^ "FreeBSD/ARM Project". Archived from the original on 27 April 2009. http://www.freebsd.org/platforms/arm.html. Retrieved 1 June 2009.
  76. ^ "Hardware supported by NetBSD". Archived from the original on 10 June 2009. http://www.netbsd.org/ports/#ports-by-cpu. Retrieved 1 June 2009.
  77. ^ "OpenBSD/armish". Archived from the original on 9 June 2009. http://www.openbsd.org/armish.html. Retrieved 1 June 2009.
  78. ^ Microsoft demonstrates early build of Windows 8
  79. ^ "Nvidia confirms Tegra under the hood of Microsoft Surface Win RT edition". moneycontrol.com. http://www.moneycontrol.com/news/technology/nvidia-confirms-tegra-underhoodmicrosoft-surface-win-rt-edition_719735.html. Retrieved 19 June 2012.

[edit] Further reading

[edit] External links

View page ratings
Rate this page
Trustworthy
Objective
Complete
Well-written
We will send you a confirmation e-mail. We will not share your e-mail address with outside parties as per our feedback privacy statement.
Saved successfully
Your ratings have not been submitted yet
Your ratings have expired
Please reevaluate this page and submit new ratings.
An error has occurred. Please try again later.
Thanks! Your ratings have been saved.
Do you want to create an account?
An account will help you track your edits, get involved in discussions, and be a part of the community.
or
Thanks! Your ratings have been saved.
Did you know that you can edit this page?
Personal tools
Namespaces

Variants
Actions
Navigation
Interaction
Languages