Engineering:Intel Quark

From HandWiki
Short description: Line of CPUs designed for small size and low power consumption
Intel Galileo-board with Quark-processor

Intel Quark is a line of 32-bit x86 SoCs and microcontrollers by Intel, designed for small size and low power consumption, and targeted at new markets including wearable devices. The line was introduced at Intel Developer Forum in 2013, and discontinued in January 2019.[1]

Quark processors, while slower than Atom processors, are much smaller and consume less power. They lack support for SIMD instruction sets (such as MMX and SSE)[2] and only support embedded operating systems.

Quark powers the (now discontinued) Intel Galileo developer microcontroller board.[3] In 2016 Arduino released the Arduino 101 board that includes an Intel Quark SoC.[4][5] The CPU instruction set is the same as a Pentium (P54C/i586) CPU.[6]

History

The first product in the Quark line is the single-core 32 nm X1000 SoC with a clock rate of up to 400 MHz. The system includes several interfaces, including PCI Express, serial UART, I²C, Fast Ethernet, USB 2.0, SDIO, power management controller, and GPIO. There are 16 kB of on-chip embedded SRAM and an integrated DDR3 memory controller.[7][8]

A second Intel product that includes Quark core, the Intel Edison microcomputer, was presented in January 2014. It has a form factor close to the size of an SD card, and is capable of wireless networking using Wi-Fi or Bluetooth.[9]

In January 2015, Intel announced the sub-miniature Intel Curie module for wearable applications, based on a Quark SE core with 80 kB SRAM and 384 kB flash.[10] At the size of a button, it also features a 6-axis accelerometer, a DSP sensor hub, a Bluetooth LE unit and a battery charge controller.

Intel announced the end-of-life of its Quark products in January 2019, with orders accepted until July 2019 and final shipments set for July 2022.[1][11]

List of processors

"Lakemont" (32 nm)
The name Lakemont has been used in reference to the processor core in multiple Quark-series processors.[12]:4[13]:42
"Clanton"
(The L2 cache column shows the size of the L1 cache.)

Template:Cpulist/atomgfx


Template:Cpulist/atomgfx


Template:Cpulist/atomgfx


Template:Cpulist/atomgfx


Template:Cpulist/atomgfx


Template:Cpulist/atomgfx


Template:Cpulist/atomgfx


Template:Cpulist/atomgfx


|}

"Silver Butte"

Template:Cpulist/atomgfx


|}

"Mint Valley"

Template:Cpulist/atomgfx


|}

"Atlas Peak"

Template:Cpulist/atomgfx


|}

Segfault bug

Intel Quark SoC X1000 contains a bug (#71538)[14] that "under specific circumstances" results in a type of crash known as a segfault. The workaround implemented by Intel is to omit LOCK prefixes (not required on single-threaded processors) in the compiled code.[15] While source-based embedded systems like those built using the Yocto Project can incorporate this workaround at compile time, general purpose Linux distributions such as Debian are deeply affected by the bug. Such a workaround is not easy to implement in binaries meant to support multithreading too as they require LOCK prefixes to function properly.[16]

See also

References

  1. 1.0 1.1 "Product Change Notification 116715-00". Intel. 2019-01-18. http://qdms.intel.com/dm/i.aspx/E8825EAC-70BD-4B43-A0AD-B652685DF746/PCN116715-00.pdf. 
  2. Turley, Jim (October 16, 2013). "Intel Quark Provides Spin, Charm, and Strange New Low-end x86 MCU Line Emerging from the Lab". EEJournal. http://www.eejournal.com/archives/articles/20131016-quark/. 
  3. "Intel® Galileo Datasheet". https://communities.intel.com/docs/DOC-21835. 
  4. "Arduino 101". https://store.arduino.cc/usa/arduino-101. 
  5. JavaFX 9 by Example, Chapter on Arduino
  6. "Intel Quark SoC X1000 Core - Developer's Manual". https://communities.intel.com/docs/DOC-21826. 
  7. Flaherty, Nick (2013-10-07). "Intel Tackles SoC With Quark". EETimes. http://www.eetimes.com/document.asp?doc_id=1319726. 
  8. Intel® Quark SoC X1000 (16K Cache, 400 MHz) Specifications, Intel
  9. Gareth Halfacree (7 January 2014). "Intel unveils Quark-based Edison microcomputer". BitTech. http://www.bit-tech.net/news/hardware/2014/01/07/intel-edison/1. 
  10. "Intel® Curie Module: Unleashing Wearable Device Innovation". Intel. 2015-01-06. http://www.intel.com/content/www/us/en/wearables/wearable-soc.html. 
  11. Shilov, Anton (2019-01-22). "Intel Discontinues Quark SoCs and Microcontrollers". https://www.anandtech.com/show/13888/intel-discontinues-quark-socs-and-microcontrollers. 
  12. Intel Quark SoC X1000 Debug Operations. Intel Corporation. 2014. 
  13. Intel Quark microcontroller D2000. Intel Corporation. 2015. 
  14. "Intel Quark SoC X1000 Software - Release Notes". 22 May 2014. p. 21. https://www.intel.com/content/dam/support/us/en/documents/processors/quark/sb/quark_sw_relnotes_330232_002.pdf. 
  15. "debian-glibc@lists.debian.org: Bug#738575: pthread: segfault in libpthread on Intel Galileo board". https://lists.debian.org/debian-glibc/2015/05/msg00010.html. 
  16. "#738575 - pthread: Segfault in libpthread on Intel Galileo board - Debian Bug report logs". https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738575. 

External links