Slashdot Mirror


Apple Buys a Chip Company for $278M

An anonymous reader writes "Apple's just bought a chip company, P.A. Semi that could make chips for iPhones and maybe iPods. Apple wouldn't reveal the exact plans, but Dan Dobberpuhl, lead designer of Alpha's chips, is known for making super efficient processors, like a 64-bit dual core last year that was supposedly about 300% more efficient than the nearest competition, using only 5 to 13 watts at 2GHz. Apple's quarterly results are later today, so we might hear more about the deal. This is something of a blow to ARM, especially with the mobile chip market heating up recently, with forays by Intel and Nvidia adding to competition from established players like VIA."

57 of 322 comments (clear)

  1. And thus it starts anew by Anonymous Coward · · Score: 5, Funny
  2. Apple will ditch intel by Pete+Slash+Work · · Score: 2, Funny

    Discuss.

    1. Re:Apple will ditch intel by Watson+Ladd · · Score: 2, Interesting

      Unlikely. They already had PPC processors on the desktop and didn't like them. I think this is geared towards mobile devices like the iPod and iPhone which are not Intel chips. But if Apple gets PPC chips from a vendor who cares about portable computing (like Apple itself) they just might switch back to take advantage of the negative compiler optimization hit on PPC.

      --
      Inventions have long since reached their limit, and I see no hope for further development.-- Frontinus, 1st cent. AD
    2. Re:Apple will ditch intel by somersault · · Score: 5, Interesting

      I doubt that at this point in time. This chip company specialises in low power chips for small devices, not desktop chips. Though introducing a super efficient desktop processor would be nice. We need to move away from x86 to a modern design, rather than one that has gradually been modified beyond all recognition and hacked to gain 32 bit then 64 bit compatibility, etc. As an Amiga/Mac user for most of my early life, I've always thought of x86 as an inferior and inefficient chip design. Apple has demonstrated twice now how well they can adapt their OS for any architecture. Would be nice if Microsoft took up the challenge..

      One bright little commenter on El Reg suggested that another reason for Apple buying this company could be for a console release, as Apple recently acquired a patent which could be for console gaming.

      --
      which is totally what she said
    3. Re:Apple will ditch intel by gEvil+(beta) · · Score: 2, Funny

      One bright little commenter on El Reg suggested that another reason for Apple buying this company could be for a console release, as Apple recently acquired a patent which could be for console gaming.

      Sweet. I can't wait for the Pippin 2! There's no way it won't be a success this time....

      --
      This guy's the limit!
    4. Re:Apple will ditch intel by somersault · · Score: 3, Interesting

      Well, they do have the iPod and the iPhone, that's a good base for starting a handheld games console at least. Maybe they'll turn the iPod into a more gaming capable device *shrug*

      --
      which is totally what she said
    5. Re:Apple will ditch intel by bhima · · Score: 4, Insightful

      This chip company specialises in low power chips for small devices, not desktop chips.



      I don't think that is quite right. If you go to their website and have a look at the documents for their reference design, it's all about high performance embedded applications. I'd expect to see these in comms applications... or purpose built high speed data handling. But not phones or PDAs or things like that.

      --
      Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
    6. Re:Apple will ditch intel by morgan_greywolf · · Score: 3, Informative

      Apple has demonstrated twice now how well they can adapt their OS for any architecture. Would be nice if Microsoft took up the challenge..
      OS X is based on FreeBSD/Darwin, so ultimately it is based on UNIX. UNIX was written to be very portable. OTOH, while Windows NT wayyy a long time ago had support for Alpha, MIPS, etc., the real story is that the reason those never got updated is that the Windows NT codebase has become increasing saddled with platform-specific crap as Microsoft has had to add things for backward-compatibility.

      There will probably never be another Windows version that's not tied to x86.
    7. Re:Apple will ditch intel by somersault · · Score: 2, Interesting

      Not directly maybe, but if they use the already established iPod brand as a base for handheld gaming, they could do okay. I'm not saying they will or should, but the fact that they have applied for a patent for "Toys, games and playthings, namely, hand-held units for playing electronic games; hand-held units for playing video games; stand alone video game machines; electronic games other than those adapted for use with television receivers only; LCD game machines; electronic educational game machines; toys, namely battery-powered computer games" ( http://tarr.uspto.gov/servlet/tarr?regser=serial&entry=77388864 ), suggests that they are thinking about it. There isn't much competition in handheld gaming at the moment, it's the DS or the PSP. If Apple started selling games on iTunes direct to iPods then they could do pretty well. The DS and Wii have shown that you just need a gimmick.. uh.. I mean.. oh whatever (note: I'm only kidding, I have both a DS and a Wii, they're good systems, though most of the games I've bought for them are a bit short or lacking sufficient depth to keep me interested). I think it's quite likely that Apple are seriously considering competing in the mobile gaming arena since they're basically dominating the media player arena, and have made a decent attempt at entry into the mobile communications arena..

      Random Note: I don't want an iPod or iPhone, and I don't see myself wanting one anytime soon. I also think iTunes sucks as a media player. I have however always liked Apple's actual computers, and I am happy to see them succeed in other areas as long as it spurs on development of their desktop and laptop machines...

      --
      which is totally what she said
    8. Re:Apple will ditch intel by deander2 · · Score: 5, Informative

      if you think the core2 (or any of the x86-64 implementations) aren't modern processor designs, you need to learn something about microprocessors. and what pray-tell is wrong w/ keeping x86 compatibility through hardware emulation? do you know how cheap decode operations are on modern transistor budgets?

    9. Re:Apple will ditch intel by niteice · · Score: 4, Informative

      NT is very portable. MS originally wrote NT for the MIPS and i860 architectures and only began the i386 work when they were nearing release. There was even a (unreleased) Sparc port.
       
      Compaq killed off the Alpha machines right before Windows 2000 shipped. Microsoft reportedly continued to update the Alpha port simply to ensure portability was still achieved until the Itanium hardware was ready.
       
      Early Xbox 360 development kits were PPC hardware (rumor had it they were based on the Power Mac G4) running Windows NT 4. In fact, the Xbox 360 OS is derived from that of the Xbox, which was derived from Windows 2000.
       
      The real reason the ports were never updated was that there was no real demand. i386 managed to achieve dominance by the time NT 4 was released (for i386, MIPS, PPC, and Alpha). Otherwise we might all be using Alpha workstations.

      --
      ROMANES EUNT DOMUS
    10. Re:Apple will ditch intel by Anonymous Coward · · Score: 2, Interesting

      (replying AC because I've already modded in this thread)

      Yes, the hardware is modern. The problem with x86 is the ridiculous single-accumulator, register-poor architecture, coupled with that byzantine, non-orthagonal instruction set. Say what you will about shadow registers and prefetch caches, the fact is that x86 is 1970's technology running on 2000 hardware.

    11. Re:Apple will ditch intel by morgan_greywolf · · Score: 2, Interesting

      NT is very portable. MS originally wrote NT for the MIPS and i860 architectures and only began the i386 work when they were nearing release. There was even a (unreleased) Sparc port.
      You didn't read what I wrote. As I said, NT is portable. The current code isn't all based on NT -- much of it is new, and they didn't bother with portability the way Dave Cutler did for NT. What you're operating on here is very outdated knowledge -- there's a very good reason why the Early XBOX 360 kits were running NT 4 and not 2000 or XP.

      (BTW--My knoweldge comes from individuals inside Microsoft, so I know it's accurate.)

    12. Re:Apple will ditch intel by jschen · · Score: 4, Insightful

      There's more than that. Apple computers now can run Windows natively or virtually at speed. Switching away from x86 chips now would be a major step back in that regard.

    13. Re:Apple will ditch intel by NDPTAL85 · · Score: 4, Insightful

      Don't have the resources? What are you daft? They've got like $18 billion in cash, an already in place retail network of Apple Stores and Best Buy Apple Stores, an extremely successful online store and an existing developer network.

      How the hell do they not have the resources?

      --
      Mac OS X and Windows XP working side by side to fight back the night.
    14. Re:Apple will ditch intel by NekoXP · · Score: 5, Insightful

      Apple did not not like PPC processors. They loved PPC processors.

      Steve Jobs just felt let down by the guys at IBM and Freescale when he wanted a chip that did this in this power envelope and they gave him THAT, 6 months or a year late.

      There is no way you will find a PowerPC processor in an Apple mobile device like iPod or iPhone. It just doesn't make any sense to try and shoehorn PPC into a market where it's never gained a foothold. It's true that the only reason PPC isn't there right now is because nobody wants to throw away billions of lines of ARM code, ARM binaries and ARM support with ARM operating systems after 10 years of using ARM, but that just makes it harder to change. Apple don't have that "legacy" (after all they run MacOS X on the iPhone, and MacOS X is already done for PPC..) but I still think it would be a wasteful thing to buy a company like PASemi and roll them into doing in-house iPhone chips. iPhone is about as cheap and power-friendly as it's going to get for a long time, so there is no point expending all these resources on a PPC iPhone.

      Of course if they bought one out I'd be first in line; just I think it's unlikely.

      PASemi's big markets are currently in the server storage market. I think this is more likely to be a play for the next XServe RAID, SAN software and even to bop IBM on the head given the release of POWER6. If you can't afford or justify a POWER6 system, you could probably buy an Apple PASemi rack with 16-64 cores per 1U for a fraction of the price (and greater aggregate performance).

      What is missing here is some sense on the part of the news reporters, who obviously don't understand the difference between highly embedded portable devices and a low power consumption network processor. PASemi certainly do NOT specialise in low power chips for "small devices", they specialise in low power chips for *communications infrastructure* like storage, advanced image processing, cryptography and the like. I am finding it hard to imagine that a chip with capability to support 10Gbe ports and a huge amount of comms bandwidth, transitions to "it's the next iPod processor".

    15. Re:Apple will ditch intel by nbritton · · Score: 2, Interesting

      It would be nice if you could directly access the RISC core on modern x86 processors. I think the reason Intel doesn't want to do this is so they can change the internal guts whenever they feel like it.

    16. Re:Apple will ditch intel by deander2 · · Score: 2, Informative

      > single-accumulator, register-poor architecture

      "single-accumulator" hasn't been true since the 286, IIRC. x86-64 has 16 general purpose registers, any of which can be used for accumulators. (not VLIW-ish in register count, but not shabby either) but even x86-32 could use multiple registers as accumulators, albeit with some operations requiring an extra micro-op.

      > byzantine, non-orthagonal instruction set

      it's my understanding that the instruction set *is* orthagonal, unless you're executing 8080 or 8086 instructions...

    17. Re:Apple will ditch intel by c_forq · · Score: 4, Interesting

      Really? Sony Ericsson not only has a bigger marketshare, faster growth, but it's revenue surpasses the revenues of all of Apple's divisions combined.

      Are you sure about all this? Using data from Wikipedia I have Sony Ericsson's net income as 1.582 billion while Apples is listed as 3.5 billion. For Revenue I have Sony Ericsson at 17.389 billion compared to Apple's 24.01 billion. BTW, all numbers are in USD, and Sony Ericsson's numbers were figured using Google's exchange rate calculator.

      --
      Computers allow humans to make mistakes at the fastest speeds known, with the possible exception of tequila and handguns
    18. Re:Apple will ditch intel by NekoXP · · Score: 2, Insightful

      Why would they buy a chip design company to make a few systems for their back end store?

      There's no real advantage to using the current PASemi line-up for AppleTV or Mac Mini for those ends, and adding the components to shore it up to those requirements would take 18 months at least. At the very least. To what benefit? The current models work just fine.

      More likely they have a plan for PA6T in server and storage, and will tap the company for talent in improving the iPhone such as a custom ARM SoC which does *exactly* what they want and not much else would be good - not better performing and probably not better power consumption as XScale already has those design goals sewn up, but if they can reduce the iPhone and iPod Touch to a single chip, that would be a cost goal and enable them to include more flash storage for the same price.

      But mostly my bet is it's for servers and storage to start. Then Apple will branch into designing everything that doesn't come from Intel.

    19. Re:Apple will ditch intel by DECS · · Score: 4, Insightful

      If you look at the approach MS took to support Itanium (IA64) and PC x86 (IA32), it really highlights why the company's cross platform efforts are so terrible.

      IA64 uses EFI, but MS won't adopt EFI for IA32 until PCs are all EFI, probably Windows 7 in 2010 (if it's on time, hehe). That's another three years of core compatibility failure between the two platforms.

      Also, 64bit x86 and 32bit x86 are similarly binary incompatible because of MS' engineering decisions.

      Mac OS X is not only 64bit and EFI savvy, but there's no problem running the same software on 32/64 bit hardware, and there's even a smooth ramp between the PPC/Intel platforms. Apple even has their OS running on ARM, rather than a seperate "mobile version" that uses an entirely different kernel design, as MS did with WinCE.

      So despite MS' mid 90s efforts to make NT cross platform, it was never really accomplished in a workable way (no equivalent to the late 80s NeXTSTEP running on all those platforms, nor the modern Universal Binary Apple is using), and that's why MS couldn't sustain it.

      Saying there was "no real demand" for cross platform support is a bit silly. You could also say Bob was excellent, and just lacked "enough demand." There was "no real demand" for NT's cross platform features because IT WASN'T VERY GOOD.

      Windows Vista, 7, and Singularity: The New Copland, Gershwin, Taligent

    20. Re:Apple will ditch intel by r_jensen11 · · Score: 2, Insightful

      You're comparing apples to oranges. Sony Ericsson is a partnership between Sony and Ericsson and sells mobile phones & accessories. Apple, on the other hand, sells laptops, desktops, servers, portable audio players, music, videos, and mobile phones. Oh yeah, and accessories for them. It would be like comparing CBS Corporation to General Electric. Sure, they both have TV stations, but CBS Corp is a media company and sells only those intangibles (Well, arguably, you could say that billboards are tangible, but you get the idea.) GE has NBC, but also sells jet engines and locomotives, amongst other things.

  3. Obvious move for Apple by morgan_greywolf · · Score: 5, Interesting

    Apple is increasing moving into embedded and mobile markets more and more with iPhone, iPod, etc. I think we're going to start to see more small footprint devices from Apple in the future, maybe even something that creates a whole new product category. Information-based devices and appliances are the future, and Apple is one of the companies poised to do great things in this market.

    This is a precursor to some big things and I think Apple is taking itself in an entirely new direction.

    Just me $0.02.

  4. A blow to ARM? by TheRaven64 · · Score: 3, Informative

    Maybe, but the PA Semi guys have already shown that they can produce good designs for two ISAs, adding a third wouldn't be beyond their abilities. I wouldn't be surprised if we start seeing their PowerPC chips in things like the AppleTV and ARM cores designed by the same team in handheld devices.

    --
    I am TheRaven on Soylent News
    1. Re:A blow to ARM? by TheRaven64 · · Score: 5, Interesting

      And, looking at Dan Dobberpuhl's biography, he was also a design leader on the StrongARM project, so it's not like he doesn't have experience designing ARM cores...

      --
      I am TheRaven on Soylent News
  5. PPC R0X0RZ T3H K1L1MANJARO! by Anonymous Coward · · Score: 4, Funny

    G5 LAPTOP WOOOHOOO!!!!!!!

  6. Efficiency by Upphew · · Score: 2, Interesting

    5 to 13 watts at 2GHz? And 100 cycles per command? What kind of range is that "5 to 13"? And obligatory car analogy: 20 to 52MPG seems rather large deviation...

    1. Re:Efficiency by Icarium · · Score: 4, Insightful

      I'd imagine that they're talking about between idle and 100% - it's more like saying a car will do 20MPG in gridlock and 52MPH on an open highway, which are usefull figures to know.

  7. odd. by bhima · · Score: 3, Interesting

    I'm very curious where Apple is going with this. P.A. Semi so far has only put information about one design up on their website and it's been there at least since the rumor that Apple was going to buy them (shortly before they went to Intel). That chip, being somewhere between Atom & Core2 I suppose, doesn't seem to me to good fit to any of Apple's existing products.

    The idea that hidden up their sleeves P.A. Semi has an ultra efficient SOC design for a next generation iPhone/iPod/Tablet is sort of interesting but I'd be really surprised if a dark horse came out nowhere and outdid the various upcoming Intel offerings or even the existing ARM SOC designs. Intel is very, very proud of their Low Voltage and Ultra Low Voltage parts but surely that added cost doesn't make it worth Apple's while to go out a buy a company.

    The idea that P.A. Semi has a next generation chip suitable workstation or home computer applications for me is even more unlikely. I think it would have to some chip to really motivate Apple to go away from Intel for their Mac lines.

    --
    Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
    1. Re:odd. by aliens · · Score: 2, Insightful

      Well doesn't the fact that Apple was going to use PA in their new line just before going to Intel an indication that there's more than just one low-power chip?

      Granted Apple might have just been using PA to leverage against Intel, but if the guy's at PA thought for sure Apple was going to pick them for the desktop they must have a fairly competitive product in the pipeline.

      --
      -- taking over the world, we are.
  8. Re:Thank God by Ngarrang · · Score: 4, Informative

    There comes a point where designing/making your own chips is more profitable (or less costly) than having someone else design/make them.

    Jobs is a control freak, so maybe cost has nothing to do with it, but as a business move, it has the chance to work for you.

    As for being a good value for the purchase, Apple seems to think so.

    --
    Bearded Dragon
  9. If It Cuts the Price of an iPhone... by FurtiveGlancer · · Score: 5, Funny

    They can buy Enron for all I care.

    --
    Invenio via vel creo
  10. Expertise by ronanbear · · Score: 4, Insightful

    Ultra-low power chips are enormously important for several key Apple areas. They're buying technology; but also expertise.

    There are all sorts of things that Apple could be looking at this for Apple TV, iPhone, Tablet's, Apple EEPC/Macbook Air, Newton, iPod or even something different.

    But at the same time they like to work with Intel on chip designs. They had one specially made for the Macbook Air. Besides the implied threat of an ability to go their own way they might find that collaborating with Intel on design may give them a massive say in the ultra-low power chips end up.

    Without directly using PA Semi chips they could use PA semi to improve their own power consumption. Ultimately, $278m isn't actually that much money given the importance of low power performance to Apple across most of their product line.

    --
    the more they over-think the plumbing the easier it is to stop up the pipe
  11. Apple and chips does not mix by loafula · · Score: 4, Funny

    I've never been a big fan of Apple chips. I prefer sea salt and vinegar. Preferably kettle cooked.

    --
    FOXTROT UNIFORM CHARLIE KILO
    1. Re:Apple and chips does not mix by Sentry21 · · Score: 3, Funny

      I've always preferred Sun chips myself.

  12. Bogus comparison with ARM by mrslacker · · Score: 2, Informative

    Except that, ARM unlike all the other companies named, doesn't actually _make_ chips. It designs cores, which it licenses to other companies - many other companies in fact.


    Apple changing architecture I suppose is possible (not like they haven't before), but it seems like an odd step when there are many ARM-based manufacturers to choose from. ARM themselves wins no matter what.

    1. Re:Bogus comparison with ARM by moeinvt · · Score: 2, Informative

      P.A. semi doesn't actually manufacture chips either. They are a "fabless" company, so the comparison to ARM is completely appropriate to the extent that the product lines overlap.

  13. PowerPC Makes Sense for Apple by BBCWatcher · · Score: 5, Interesting

    I've always wondered why Steve Jobs didn't announce a dual-architecture strategy from the get-go. But perhaps that was the plan all along, and Apple simply needed to announce "Intel only" to get all their developers moved as quickly as possible to universal binaries. Now that Microsoft and Adobe, the last holdouts, have complied, Apple can go back to a dual (or even tri, with iPhone's ARM) architecture approach, choosing the right processor core for the right device and maximizing its flexibility and distinctiveness.

    For example, the PowerPC core would be perfect for AppleTV and possibly a new Mac nano, where the cost of an Intel chip simply doesn't make sense. Apple is probably losing money on every AppleTV box right now. Every universal binary already runs on PowerPC, so all the applications and development ecosystem are already in place. The fact VMware and Parallels don't run on PowerPC is a feature, not a bug: Apple can wean some more users away from Microsoft Windows as certain devices hit the market and get some better market segmentation. Users who want Intel can buy Intel, and users who want alternative form factors, alternative power consumption profiles, lower cost, and/or new device categories can get PowerPC under the hood and still run the full Mac OS X portfolio of software. And having their own chip company helps keep Intel honest. Apple probably didn't like Intel's forced march from Santa Rosa to Penryn. That was inconsistent with Apple's longer product cycles. And all the game consoles are PowerPC-based, so that could be appealing if Apple ever wants to entice some game developers over to some of their devices. (Games do tend to work down on the iron.) IBM continues to underwrite PowerPC for its own server lines and has cranked up POWER6 to 5.0 GHz in its servers, way beyond Intel's best, so it's still an architecture with a lot of interesting advantages.

    1. Re:PowerPC Makes Sense for Apple by servognome · · Score: 2, Insightful

      For example, the PowerPC core would be perfect for AppleTV and possibly a new Mac nano, where the cost of an Intel chip simply doesn't make sense.
      Intel chips aren't necessarily expensive, especially considering the close relationship between the two now (eg custom chips for Macbook Air) I'm guessing there are some discounts involved. Intel also has been making inroads to the low cost side with chips like the upcoming Atom
      This purchase probably has more to do with the embedded market which has been ignored by Intel because of low margins. There are plenty of chips other than a CPU that go into computers/electronics
      --
      D6 63 0D 70 89 81 BB 8E 7B 7C 5F 5D 54 EA AB 73
    2. Re:PowerPC Makes Sense for Apple by UnknowingFool · · Score: 2, Insightful

      I would say it's not practical for a company Apple's size to maintain dual platforms. The support, the engineering, the logistics, etc. It's one thing to develop on dual platforms; it's another thing to actually have 2 product lines. Also the main reason Apple switched to Intel had to do with supply and logistics. There was no way that IBM or Motorola (which are large companies) was going to keep Apple supplied with enough custom PPC chips when changes in forecast occurred. It wasn't economical for either company to dedicate a large amount of resources to keep one small customer happy.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
  14. Hardware Company by webword · · Score: 2, Insightful

    This isn't that surprising really. Apple is very much a hardware company these days. They must ensure that they have control over not only the software and external design of their products, but also the "guts" of their products.

    Jobs is obviously a fanatic about design and as time goes on, we'll see more and more "vertical integration" like this. Also remember that Apple is growing and is relatively flush with cash.

    This is perhaps a very solid investment (bean counting as it were), outside the realm of design, software, hardware, and other technical matters.

  15. Single chip devices by Fzz · · Score: 2, Interesting

    With the iPhone, iPod, and so on, to save power and keep prices down you really want system-on-a-chip designs. But if you buy commodity, then you get the same system-on-a-chip everyone else can get. It's hard to do something different. For desktop machines, you can distinguish yourself by the combination of features (even though Apple machines aren't that different to anyone elses these days, except possibly for firewire), but you can't do that in the embedded/mobile space if cost and power dictate it's a single chip design. So, my guess is they want their own in-house capability to build system-on-a-chip designs that are different from everyone else. Different in what way though, I have no idea.

  16. Re:Obvious ERROR by Apple by cowscows · · Score: 5, Interesting

    It's debatable. There have been plenty of people who've said that if they were in Apple's position, they'd license the Mac OS and let others battle it out to make the hardware. That would be a seriously foolish move for Apple partly because they make so much money off of hardware, but also because one of their main design philosophies is designing the whole "widget". Apple seems to really like being in direct control of as many pieces of their products as they can. I bet if they thought they could realistically design and manufacture their own CPUs, they'd do that to.

    Maybe they've got something in mind but that they don't think they can convince different chip makers to move in that direction. They've just got a ton of cash laying around, maybe they felt like taking a little risk is worth it to get certain types of chips that they really want. This isn't Apple just blindly jumping into an industry that they have no idea about. There's got to be a specific reason for this.

    --

    One time I threw a brick at a duck.

  17. Two Words by Yvan256 · · Score: 4, Interesting

    Universal Binary.

    Hey, you never know.

    Before you say "Apple will never do that", let me remind you of some things we all heard before:
    - Apple will never release a low-cost computer
    - Apple will never make a music player
    - Apple will never enter the cellphone market
    - Apple will never dump support for Mac OS classic
    - Apple will never switch to Intel

  18. Re:Obvious ERROR by Apple by MightyYar · · Score: 5, Insightful

    Vertical integration is not necessarily stupid.

    This company that they bought simply licenses the Power architecture from IBM, and then makes manufacturing/design changes to make the chips more energy efficient. They make a dual-core 2GHz power chip with 2MB of cache, and integrated DDR2 controller with DMA controller... burning just 5-13W. AFAIK, no one else is making anything similar. Atom seems similar on the x86 side, but is larger and does not have the same features.

    If Apple gained the ability to produce a product that others cannot match, then the move was not stupid. If Apple bought a commodity chip maker, then the move was stupid. They can always spin it back off if the product becomes a commodity.

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  19. Re:Obvious ERROR by Apple by solios · · Score: 4, Insightful

    This was stupid.

    Unless they have something really, really specific in mind that the market can't provide.

    Remember, macs had SCSI despite the expense because the market had nothing that did anything similar available at the time. They had SCSI until peripheral busses like Firewire and USB arrived, at which point they dumped it like a dead rat. See also their long string of proprietary monitor connectors - the 25-pin mac standard, Applevision, ACD - the latter two of which provide essentially the same functionality for two different generations of technology.

    In my experience, Apple's the kind of company who's willing to let other companies make the bits (including software), if the bits do what they need. If they can't get anything useful from third parties, they will make it themselves. The best example there (after the Mac itself) would be software - MP3 players on MacOS were unstable, crash-prone winamp clones until Apple bought an audio software company and then iTunes came along.... and entry level through prosumer (and even pro, depending on who you talk to) video editing on the mac SUCKED ASS until Apple bought a chunk of video editing software and twisted it into the awesome that is Final Cut Pro.

  20. Re:Obvious ERROR by Apple by morgan_greywolf · · Score: 2, Insightful

    Steve Jobs seems to really like being in direct control of as many pieces of his products as he can.
    There, fixed it for you.
  21. Re:Thank God by MightyYar · · Score: 2, Interesting

    Why did Apple do it? I love to speculate! :)

    Maybe they want to release a PPC Mac (maybe as a set-top or something) just to keep price and development pressure on Intel? If there is a new PPC Mac in the field, software vendors might feel compelled to continue shipping universal binaries instead of going Intel-only.

    The problem with my little hypothesis there is that Intel already has price pressure from AMD on the laptop/desktop and the various ARM players on the embedded front.

    So here's a better hypothesis: These guys have figured out a manufacturing process to take hungry chips and make them into thrifty chips. Apple would have loved their dual-Power chip that uses 5 or so watts back before the switch to Intel. The G4 that they had in their laptops never got anywhere near that, and ran at a slower clock-speed, and was single-core! Even if they never make another "Mac" with PPC, they might use this technology to adapt other cores - or release a OSX-based non-Mac product (like they have with the iPhone, iPod, and AppleTV).
    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  22. Stupid ahead my be smart behind by SuperKendall · · Score: 2, Insightful

    When you are in Apple's position, you leave the semiconductor development to others and let them battle it out to make the best component at the best price.

    This was stupid.


    But what if Apple just denied all other small device makers the use of a chip that's three times more efficient than the competition?

    Then Apple has the best chip, that no-one else can have at any price...

    It's easy to say something looks stupid now, but without the roadmap for the company and for Apple you are just guessing. And Apple has a record of making smart choices, especially in the last few years. Therefore, we can reasonably say it's way more likely your pronouncement is of the "iPod Lame" sort that SLashdot is so famous for.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  23. Re:Obvious ERROR by Apple by poot_rootbeer · · Score: 2, Interesting

    When you are in Apple's position, you leave the semiconductor development to others and let them battle it out to make the best component at the best price.

    The semiconductor industry is really only interested in creating the best "general-purpose" semiconductor. If a hardware company like Apple has specific or divergent needs, their choices are to pay through the nose to "partner" with a chipmaker to accommodate their requirements (if they can find one willing), or to buy a chipmaker outright and do whatever they want.

    Apple doesn't want to be stuck in the situation they were just a few years ago, needing IBM to improve the PowerPC so their business could move forward, but finding IBM uninterested in investing the effort because it wasn't profitable enough to them.

  24. Re:Obvious ERROR by Apple by bestinshow · · Score: 3, Interesting

    The odd thing is that it is a POWER instruction set CPU. Whilst I know that Apple are flexible, it seems an odd move.

    Far more likely is that Apple want them to design a 2GHz dual-core ARM compatible CPU. Depending on the design of their current CPUs, it could be possible that this work could just affect a relatively small part of the overall CPU (although still a lot of work).

    Then again, why not move to using POWER in Apple's mobile devices instead of ARM... hmm.

    It's less than 2% of Apple's savings, and I believe the company already has clients and sales so it could just be a good investment in the long term.

  25. Re:Obvious ERROR by Apple by LKM · · Score: 2, Interesting

    Well, if you own a large percentage of a market, and that market requires a specific type of processor, then you're essentially - by buying large quantities of it - paying for this processor's development anyway, thus subsidising your competition.

    Also, if you have a chip that is better than everyone else's, and you own that chip, that's a huge competitive advantage.

    I'm not saying this is the case here. Just saying that there may be sound reasons for a move such as Apple's.

  26. Apple "locked in" to x86 by AHumbleOpinion · · Score: 4, Informative

    We need to move away from x86 to a modern design, rather than one that has gradually been modified beyond all recognition and hacked to gain 32 bit then 64 bit compatibility, etc. As an Amiga/Mac user for most of my early life, I've always thought of x86 as an inferior and inefficient chip design. Apple has demonstrated twice now how well they can adapt their OS for any architecture.

    Apple is no longer free to change their CPU architecture. They are "locked in" to x86 due to their dependence on running Windows. Mac market share jumped significantly when they switched to Intel and jumped significantly again when they offered Windows compatibility. While Windows emulation has been available since at least G3 PowerPC Macs, it suffered greatly because it had to emulate the x86 CPU instruction set. The switch to Intel made that unnecessary and made emulation viable. The decades old question, should I go Mac or PC, largely ended. You could have both on a single machine. When dual boot became an option then the last barrier fell, those who needed absolute performance, gamers for example, could now have both on a single machine. Switching to a non-x86 Mac architecture would probably destroy the 50% increase in market share, 4% to 6%, that Intel brought them.

    You are echoing the same argument that the PowerPC consortium made in the very early 90s. The flaw in their logic and yours is that Intel can overcome x86 inefficiency and difficulty of working with it by spending more money. PowerPC was more efficient and a modern design that could more easily be enhanced, but Intel could throw 10x the resources at x86. PowerPC did not really fail because it failed to improve, it failed because no one ever imagined that Intel could get the x86 to the levels of performance that they did. The PowerPC folks expected Intel to try to move x86 users to a new CPU, Itanium as it turned out, and that would break the x86 lock and allow buyers to consider other non-x86 alternatives. I believe you are making the same mistake. Consider that the x86 architecture is really a facade, that underneath this facade Intel is free to change from one modern RISC design to another, or to whatever is next, allowing them to increase performance without breaking compatibility. On the fly translation of x86 operations into RISC micro-ops combined with reordering and other technologies is going to be far harder to overcome than you suggest.

  27. Apple does not have billions of lines of ARM code by Gary+W.+Longsine · · Score: 3, Insightful

    One little detail you overlooked is important to understanding what Apple might possibly do with this stuff.

    Apple doesn't have much in the way of ARM code at all, to the extent that nearly all of their ARM code is generated by a compiler. Apple has C and Objective C code, and has LLVM sitting between the hardware and the Apple application source code. Apple can run on any hardware platform they like. They can support more than one hardware platform at almost negligible marginal cost. While the rest of the industry flails about, with their obsolete notions of "platform wars", Apple can simultaneously participate on the industry standards platform (or platforms as the case happens to be) and also invent a better platform, for one or many other product categories. Those can also overlap.

    Apple is essentially platform agnostic, with respect to hardware.

    --
    If you mod me down, I shall become more powerful than you could possibly imagine.
  28. Wonder how Sun and SGI feel by menace3society · · Score: 2, Interesting

    There was a lot of talk a while back of Apple buying up Sun or SGI, or having a merger, which would enable them to muscle into the hard-core server market, soup up their unix-based OS, and get a ton of chip-level hardware wizards on board. Now knowing that this is basically impossible, I wonder if execs at those two now also-rans are getting ready to byte the bullet or bail out.

  29. Re:x86 is not inefficient! by dgatwood · · Score: 2, Insightful

    No modern desktop processor implements its ISA directly.

    That's a gross distortion of reality. PowerPC always did up through the G4, and the G5 comes close as well. I'd consider the G5 a pretty modern desktop processor. Yeah, it uses a handful of instructions that are cracked or microcoded, but those are the exception, not the rule, and it is easy to build fully-functional code that doesn't use any microcoded instructions. With x86-derived CPUs, microcoded instructions are the rule, and it is almost impossible to write working code that isn't heavily microcoded in the CPU....

    And since one x86 instruction often represents several RISC instructions, x86 results in a significant savings in data cache.

    I think you mean instruction cache. Instead of the instruction cache, though, you now have truckloads of glue logic to split those instructions back into their RISC form internally. You only think you're saving die space by going CISC.... The only thing you really save by going CISC is disk space/RAM to hold the code, and since that's usually tiny compared to the size of data, that's just not a particularly important savings....

    So x86 may be ugly, but there is no valid, objective reason to switch away from it.

    There are plenty of valid objective reasons to switch away from x86. The people arguing that RISC was inherently better than CISC weren't wrong; the people building the CISC architectures simply had orders of magnitude more R&D money to throw at the problem. While it is amazing that Intel has been able to wring as much performance as they have out of the x86 ISA, it is still important to note that modern x86 CPUs are basically RISC CPUs with massive microcode engines and cache wrapped around them. It should therefore be plainly obvious that if we used that underlying RISC instruction set directly instead of the CISC wrapper ISA, we could get rid of a huge chunk of the die size, representing a huge power win, a huge thermal win, a huge manufacturing cost win, and a huge manufacturing yield win, all without changing the actual performance of the chip in the slightest, memory bandwidth for instruction prefetch notwithstanding....

    Of course, my comments here are all about the x86 architecture in the long run. Eventually, Windows (or at least 32-bit Windows) will be a footnote in computer history. When that happens---when only application emulation (rather than OS emulation) is needed to maintain backwards compatibility---the x86 architecture's legacy support will no longer be as critical as it is now, and we will likely see it start to fall away as legacy cruft inevitably does. In the short term, though, that legacy compatibility is still at least moderately useful, so the industry puts up with the x86 ISA....

    Just my $0.02.

    --

    Check out my sci-fi/humor trilogy at PatriotsBooks.

  30. Re:Apple does not have billions of lines of ARM co by LarsG · · Score: 2, Informative

    Apple is essentially platform agnostic, with respect to hardware.

    Due to economies of scale, Apple must choose hardware with somewhat similar production volumes as the most popular hardware platform in that category. For desk-/laptop, that means x86. If you remember, Apple dropped PPC because of lower production volumes which translated to less R&D and cutting edge fab investments, which in turn led to PPC falling behind x86 in price/performance. On the handheld/ultramobile side, any new hardware platform will have to compete with the large existing ARM market (and soon the well-funded and x86 compatible Intel Atom). Unless Apple can get economies of scale within shouting distance of the most prevalent hardware platform in a given category, they will be in for an expensive lesson in how "obsolete" the "platform wars" are.

    Not to mention that while Apple might be hardware agnostic, 3rd party software isn't.

    Anyway.. they bought a chip design company that specializes in high performance low power network storage server chips, not mobile/laptop chips. In the short term nothing is likely to come from this except perhaps a hefty upgrade in the next XServe RAID.

    --
    If J.K.R wrote Windows: Puteulanus fenestra mortalis!