Slashdot Mirror


Apple Could Use ARM Coprocessors for Three Updated Mac Models (techcrunch.com)

According to a Bloomberg report, Apple could be working on three new Mac models for this year. From a report: All three of them could feature an ARM coprocessor to improve security. Apple isn't switching to ARM chipsets altogether. There will still be an Intel CPU in every Mac, but with a second ARM processor. Currently, the MacBook Pro features a T1 chip while the iMac Pro features a T2 chip. On the MacBook Pro, the ARM coprocessor handles the Touch ID sensor and the Touch Bar. This way, your fingerprint is never stored on your laptop's SSD drive -- it remains on the T1 secure enclave. The Intel CPU only gets a positive response when a fingerprint is validated. The iMac Pro goes one step further and uses the T2 to replace many discrete controllers. The T2 controls your stereo speakers, your internal microphone, the fans, the camera and internal storage.

1 of 119 comments (clear)

  1. Re:Attack Surface? by jellomizer · · Score: 3, Informative

    In terms of security centralized devices are the bane of security. Decentralized components that do one thing and does them well helps security, by making each process easy to code and manage without conflicting with other actions. If your fingerprint scan will need to be handled by the main CPU. that means your fingerprint data is going down the main CPU Bus, which is possibly visible by other applications and hacks. Vs. in essence its own little computer in the computer to do the work and send back a good or bad bit. Outside what the rest of the computer is dealing with. All the extra data in the processing is not accessible from the rest of the computer. This in general makes things much safer.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.