Medfield: Intel in a Smartphone

I touched on this before but there were a number of reasons we never saw Moorestown in a smartphone. One part of the problem was the number of packages required to implement the platform, the other was that it simply lacked some of the things that smartphone OEMs implicitly expect to live on an SoC. The internal Intel guidance was that Moorestown required 2 packages to implement (Lincroft and Langwell), and in addition to those two you needed an external PMIC and DRAM. There wasn’t support for PoP memory, only external LPDDR1, and there was only support for 5 MP camera and 720p encode.

Medfield builds in every way on top of this by delivering a bona fide SoC with PoP LPDDR2 (2 x 32 bit support), improved ISP from Intel’s Silicon Hive acquisition, video encode and decode blocks from Imagination, SGX 540 graphics at 400 MHz, additional I/O, and an external Avatele Passage PMIC (Intel calls this an MSIC). The result is a platform that looks to an OEM like any of the other competitors - it’s a combination of SoC, PMIC, and some PoP LPDDR2, as opposed to the previous solution which required two additional external packages. Intel has a few slides online about this evolution and how things have moved inside the single Medfield package, and the result again is something that finally looks like any one of countless ARM-based SoCs.

The specific part inside the X900 is an Atom Z2460 32nm SoC (the platform is Medfield, Penwell is the SoC, and the CPU inside is a Saltwell), and inside a Penwell is the Atom Saltwell core running at up to 1.6 GHz with 512KB of L2 cache, a PowerVR SGX 540 GPU at 400 MHz, and a dual channel LPDDR2 memory interface. Anand has already written about the CPU architecture itself pretty comprehensively, and how it compares to ARM’s Cortex A9 and A15 designs. The long and short of it is that Saltwell is still a dual-issue, in-order core with Hyper-Threading support. There’s a 16 stage integer pipeline, no dedicated integer multiply or divide units (they’re shared with the floating point hardware), and in addition to the 512KB L2 cache there’s a separate 256KB SRAM which is lower power and on its own voltage plane. When Saltwell goes into its deepest sleep state, the CPU state and some L2 cache data gets parked here, allowing the CPU voltage to be lowered even more than the SRAM voltage. As expected, with Hyper-Threading the OS sees two logical cores to execute tasks on.

The other interesting thing is support for EIST and additional C states when the device is idle. Dynamic CPU clocks through the linux governor is something absolutely critical for getting a smartphone with acceptable battery life. What’s interesting here is that Penwell’s advertised dynamic range is between 100 MHz and 1.6 GHz with fine grained 100 MHz increments between, in addition to the C6 state where CPU state data is saved in the on-SoC low power SRAM and the platform is basically suspended (deep sleep).

However, the Android governor onboard the X900 only includes a few steps between 600 MHz and the maximum 1.6 GHz burst clock, in addition to C6. You can see this either by inspecting the governor’s available scaling frequencies:

$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
1600000 1400000 1200000 900000 600000 
$ cat time_in_state
1600000 233495
1400000 12304
1200000 19780
900000 25801
600000 5306262

Or by using an Android application which inspects exactly this data. I spent a day with the Medfield phone in my pocket and made a note of capturing what the state data was after the day’s end, and the CPU does indeed go into C6 while idle and in the pocket, and spend a lot of time at the minimum 600 MHz clock with some bursts to 1.6 GHz when I’m doing things.

 

The reality is that most of the smartphone’s time is really spent idling, waking up only to watch some DRX slots or process background tasks. It is curious to me however that Intel isn’t implementing their Ultra-LFM modes between 100 and 600 MHz - it’s possible there’s no voltage scaling below 600 MHz which in turn doesn’t make it worth jumping into these lower clocks quite yet.

Depending on the device’s thermals, Intel’s governor will select between those available frequencies. There actually are four thermal zones in the device, on the back, front, baseband, and SoC itself. The SoC can go up to 90C before you get throttled (which is pretty typical for Intel CPUs), 75 C on the back, 64 C on the front, and 80 C on the modem. Those sound high but aren’t out of the ordinary for some of the other SoCs I’ve seen who have similar thermal management. In addition, if the platform gets too hot, the display brightness will be clamped to 50%.

I have to admit that I did see the display brightness get clamped once as shown above, but only once during a period where I was running the display at 100% brightness and maxing out the CPU. The bottom back of the X900 can indeed get warm, but nothing inordinate or near the thermals that are set in the software management.

Finally, Saltwell supports the same instruction set as Core 2, including SSE3 and Intel 64. We can check this by looking at the CPU flags from cpu_info as well:

processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 39
model name : Intel(R) Atom(TM) CPU Z2460  @ 1.60GHz
stepping : 2
cpu MHz : 600.000
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 xtpr pdcm movbe lahf_lm arat tpr_shadow vnmi flexpriority
bogomips : 3194.88
clflush size : 64
cache_alignment : 64
address sizes : 32 bits physical, 32 bits virtual
power management:

The rest of the Medfield platform we’ll talk about in the appropriate sections, but the big takeaway is that Intel finally has a real x86 SoC for smartphones and tablets. In addition to the Z2460 that we’re looking at in the X900, Intel has two other SKUs which round out the high end and low end. At the low end is the Z2000 which is functionally identical to the Z2460 but with a maximum CPU clock of 1.0 GHz, no HT, and an SGX 540 clock of 320 MHz, and the Z2580 which is clearly targeted at Windows 8 tablets with two Saltwell cores clocked up to 1.8 GHz, and PowerVR SGX544MP2 graphics at 533 MHz for Direct3D 9_3 compliance.

The Road to Medfield, and The Device Android on x86 and Binary Translation
Comments Locked

106 Comments

View All Comments

  • tipoo - Wednesday, April 25, 2012 - link

    Looks like Krait still has a significant lead over Intels competitor, and it was shipping sooner. Intels doesn't have better CPU performance, GPU performance, or battery life, it's just ok at everything. I think their advantage will no doubt grow with 22nm, but for now we finally see Intel entering some stiff CPU competition, even if its for the low power draw segment.
  • Lucian Armasu - Wednesday, April 25, 2012 - link

    That's the question: why would manufacturers care? Just because it's Intel? And why would they want to repeat the PC situation where they got an Intel lock-in, when there's much better competition with ARM makers, and they can get the chips for a much cheaper price (which Brian didn't take into account in this review).
  • haar - Wednesday, April 25, 2012 - link

    <strong> But, can it play Crysis? </strong>. ROFLMAO! (sorry, first and last time i will use this... but really it is a perfect line imao)
  • y2kBug - Wednesday, April 25, 2012 - link

    It seems that Intel put a lot efforts to make Android run on x86. Even if I think that this will not bring Intel any money in return; here is an idea how to make these efforts not to die in vain. Make this runtime work on Windows, so that we can run Android apps on the upcoming Windows 8 tablets. This will make upcoming Windows 8 tablets so much more useful from the very start.
  • superPC - Wednesday, April 25, 2012 - link

    YouWave ( http://youwave.com/ ) and BlueStack ( http://bluestacks.com/ ) can already do that on windows 7 right now. BlueStack has shown that it can run android apps on windows 8 PC (it just doesn't have live tiles http://www.youtube.com/watch?v=SKAOkpX7Q2E ).
  • aegisofrime - Wednesday, April 25, 2012 - link

    Am I the only one who can't wait for an Android phone rocking ULV Haswell? That is gonna be such a beast. Modern in-order architecture + hopefully decent GPU.
  • tipoo - Wednesday, April 25, 2012 - link

    Yeah, Atom is quite an old architecture now in chip terms, a redesign could bring Intel back up in a huge way. While I was disappointed by this SoC, bearing in mind how old it is and its competing against new designs like Krait, I guess they could do much much better with a real new Atom.
  • Khato - Wednesday, April 25, 2012 - link

    Whereas my guess is that we'll be seeing conroe-class performance out of the silvermont cores in Medfield's successor. Hence why I couldn't help but chuckle at the second to last line in the review, "What I'm waiting for is that Conroe moment, but in a smartphone."
  • tipoo - Wednesday, April 25, 2012 - link

    Conroe class performance would certainly bring these devices up to "good enough" territory. But current Atoms are only a fraction that performance still. We'll have to wait and see I guess.
  • B3an - Thursday, April 26, 2012 - link

    You're both idiots if you think Intel could get Conroe class or vastly better Atom performance out of 32 or 22nm.

    The whole reason Intel have used the 'old' Atom design in the first place is because it's simple and small, which means lower transistor count, smaller die, and lower power consumptions. If you honestly think they could have got Conroe level complexity or performance in a phone SoC with anywhere near acceptable power consumption and die size, even at 22nm, then you're both living in a fantasy universe.

Log in

Don't have an account? Sign up now