Slashdot Mirror


NVIDIA Enters the Mobile CPU Market

Vigile writes "NVIDIA just announced the new Tegra line, a complete system architecture on one chip. Built around a licensed x86 ARM 11 CPU, this tiny chip (smaller than a US dime) includes a processor, memory controller, southbridge, and 3D and video processors. The SoC design is meant to give iPhone-type devices a more impressive visual experiences while maintaining idle power consumption under 100 mW. While not a direct competitor to Intel's Atom or VIA's Nano processors, the NVIDIA Tegra will no doubt push the envelope in handhelds and cement NVIDIA's place in the world of computing going forward."

13 of 97 comments (clear)

  1. Not x86 by zsazsa · · Score: 5, Informative

    The article summary is wrong or has a typo or something. This is not on some weird hybrid x86/ARM platform; it's just ARM.

  2. Cat got your tongue? (something important seems to by DrunkenTerror · · Score: 5, Informative

    Ars had a good article about it

    Stupid lameness filter.

  3. Dupe by Hektor_Troy · · Score: 5, Informative
    --
    We do not live in the 21st century. We live in the 20 second century.
  4. Like on the Handheld PC by tepples · · Score: 3, Informative

    Obviously Windows is never going to happen, this being an ARM core [...] you'd be hard pressed to argue that Windows CE is better for anything resembling a real computer. Some versions of Windows Mobile were designed to run on a form factor called Handheld PC, which was in essence a Pocket PC with a bigger screen and a keyboard. Can you demonstrate a problem with building a subnotebook around such a platform, especially now that the XO and Eee have stimulated the low-end subnotebook market?

    (I'd love to see a laptop built around something of this sort) This northern summer, the Pandora PDA comes out. If you like handheld computers, you might want to check it out.
  5. Please not WinCE by EmbeddedJanitor · · Score: 3, Informative
    Linux and ARM are great partners. There are probably more ARM Linux systems than x86 Linux systems (if you count all those ARM Linux cell phones as systems).

    The only valid reason to design in x86 these days is to run Windows. ARM is lower wattage and cheaper. Once you look at whole systems costs (battery etc) ARM comes out streets ahead. Most OSS can be readily redeployed on ARM. There is even an ARM Ubuntu.

    WinCE is a very limited architecture and has no support for SMP etc. It is basically a toy version of Windows.

    --
    Engineering is the art of compromise.
  6. Re:OoO ?? by klingens · · Score: 5, Informative

    Out of Order execution

  7. Re:WinCE... by rbanffy · · Score: 3, Informative

    With its power envelope and die size, they could put 8-way multi-processing and some vectorized FPUs before they hit either Atom's die size or power consumption ;-)

    Seriously, with Via making a complete reference design freely available, what could stop someone from making a compatible motherboard that could fit in the place intended for a VIA-based motherboard?

    The Eee shows that any processor that can drive a web browser and an e-mail program can be the core of a successful sub-notebook. In NVidia's shoes, I would invest a decent amount of money to make sure Gnash runs fine on it and is as compatible with Flash as compatibility can be.

    I would love to see a small sub-notebook with a fast multi-core, multi-threaded, ARM-based CPU, an XO-derived widescreen display, an iPod-class HDD and a battery that could power it all for 24 hours of continued abuse.

    And I bet it could be done for peanuts, which means a huge profit margin beyond the wildest dreams of the commodity PC-compatible market.

    Of course, I assume someone from Microsoft mentioned casually to someone at NVidia, perhaps during golf, that they could consider dropping some NVidia support on an upcoming Vista service pack if those Linux-running small CPUs start making inroads in the undead XP camp.

  8. Re:Don't underestimate ARM. by serviscope_minor · · Score: 4, Informative

    The point is that the EEE has sold many, many units running Linux. This demonstrates that people are prepared to accept Linux and therefore x86 is unnecessary since Linux does not require it.

    Linux being OK implies that x86 is unnecessary.

    --
    SJW n. One who posts facts.
  9. I don't think so. by EmbeddedJanitor · · Score: 4, Informative
    I've been a WinCE OS-level developer for quite a few years (since 1.0) and currently have the low level dev tools for WinCE6 on a PC.

    No SMP in sight, not even in the emulator. If you know differently, I'd like to know.

    --
    Engineering is the art of compromise.
    1. Re:I don't think so. by jrumney · · Score: 3, Informative

      Most mobile devices run several ARM cores. Usually they are arranged as peripherals to the main CPU rather than working together as an SMP system. Typically the baseband (the bit that handles commincation with the cellular network) will have its own CPU in all but the lowest end devices, and increasingly graphics/video/audio processing is offloaded to a specialised chip. Nvidia are pulling this all into a single package, just as Marvell have with the PXA320, and TI have with several of their OMAP processors. In a typical configuration, it will appear as a single core to WinCE, so SMP support will not be needed, as the other cores are being used for specialised processing rather than as general CPUs. The PSP does something similar with its dual core MIPS processor.

  10. So what's the difference?? by EmbeddedJanitor · · Score: 3, Informative
    We have a multi-hundred MHz ARM in a cell phone/PDA these days, with a display controller and a bunch of peripherals built in to the same chip. That's enough to do an EEEPC - perhaps using q bit more RAM than is standard in a phone.

    If you were really keen you could stuff a few extra 1x2inch ARM cards in the box and have a Beowulf cluster in a sub-laptop box.

    The sub-notebook is nothing new. I have an old Psion7 (http://newth.net/psion7/index.html) that must be 6 or seven years old now. It was a bit slow, but only had a 100MHz StrongARM CPU. A re-jig with a modern 600MHz+ ARM would fly!

    --
    Engineering is the art of compromise.
  11. Re:Don't underestimate ARM. by FrankDrebin · · Score: 2, Informative

    Umm, last I looked XScale was an ARM (core).

    --
    Anybody want a peanut?
  12. Re:WinCE... by GreyWolf3000 · · Score: 3, Informative

    To support a CPU is not enough. ARM cpu cores will typically connect to an AMBA bus (like hypertransport), but these SoCs will usually have the entire bus internal. You'll have a whole set of peripherals which need to be programmed all over again with little or no code reuse from existing projects. You need to understand how these peripherals interact with the boot rom and CPU in order just to load a bootloader onto it. If you have perfect documentation, you'll still probably need at least a decent oscilloscope or logic analyzer to get a heartbeat out of it. Talk to any firmware or digital design engineer about 'board bring up' on an unproven cpu platform, and you'll likely hear quite a few nasty anecdotes.

    All this can be done, but it would save everyone a lot of time if nvidia supports Linux with a real board support package.

    --
    Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.