1
00:00:00,333 --> 00:00:04,800
Hello everyone, today we're going to look at the architecture of Apple's T2 chip
2
00:00:06,500 --> 00:00:08,833
The T2 chip is integrated with the EC
3
00:00:09,200 --> 00:00:10,966
It has systems inside it,
4
00:00:15,100 --> 00:00:19,166
and the systems inside it we call the Bridge OS, or firmware
5
00:00:21,333 --> 00:00:24,633
This firmware is writable, it's upgradable
6
00:00:26,533 --> 00:00:28,900
For example, in this architecture,
7
00:00:31,000 --> 00:00:34,266
because of the internal integration of the hard disk controller,
8
00:00:35,166 --> 00:00:40,500
it can directly manage the four hard disk chips on the mainboard through the PCIE bus,
9
00:00:44,366 --> 00:00:47,400
and the four hard disks constitute the disk array
10
00:00:48,933 --> 00:00:53,733
This architecture is drawn with reference to the A1989 model
11
00:00:55,833 --> 00:00:59,066
The architecture of the T2 chip is almost identical
12
00:01:05,366 --> 00:01:10,166
It also manages and communicates with the camera through the MIPI bus
13
00:01:13,966 --> 00:01:19,100
For software to access the camera, it must be authorized by T2
14
00:01:23,533 --> 00:01:27,300
For CPU or PCH to output sound to the speaker,
15
00:01:28,233 --> 00:01:31,733
it also needs to be transmitted out through the T2 chip
16
00:01:35,566 --> 00:01:42,033
To prevent third party software or other rogue software secretly call your camera, or call the microphone
17
00:01:45,233 --> 00:01:49,966
The T2 chip communicates with audio and speakers through the I2S bus
18
00:01:52,033 --> 00:01:58,100
And then there's the UART bus here, which is usually used for near-field communication
19
00:02:03,233 --> 00:02:09,533
Including keyboard, touchpad, touch bar, power IC, charging chip,
20
00:02:10,200 --> 00:02:18,000
battery power identification, temperature detection, screen identification, light sensing,
21
00:02:21,266 --> 00:02:24,666
these communications are controlled by T2 chip
22
00:02:26,200 --> 00:02:29,266
Light sensing refers to ambient light sensing
23
00:02:31,100 --> 00:02:38,200
This includes fingerprints and CD3215 or CD3217 connected to the Type-C interface,
24
00:02:39,266 --> 00:02:41,200
which are controlled by T2
25
00:02:42,700 --> 00:02:46,333
This T2 also has a logic chip and SOC ROM
26
00:02:47,900 --> 00:02:52,200
The capacity of this SOC ROM is not large, not BIOS
27
00:02:54,166 --> 00:02:58,733
As long as the T2 chip is used on the mainboard, there is no BIOS chip
28
00:03:01,133 --> 00:03:08,666
Logic chip, SOC ROM, as well as fingerprint, hard disk, they are bound to the T2 chip
29
00:03:09,866 --> 00:03:14,300
If we want to replace the T2 chip, we have to replace it with the kit,
30
00:03:14,433 --> 00:03:17,066
which means we can't just replace the T2 chip,
31
00:03:22,766 --> 00:03:28,533
we have to replace the fingerprint, the logic chip, and the SOC ROM connected to it
32
00:03:33,433 --> 00:03:36,133
This is the architecture of the T2 chip
33
00:03:38,500 --> 00:03:43,200
The eSPI bus is used to communicate with the PCH or CPU
34
00:03:45,933 --> 00:03:49,133
Some data is communicate with the PCIe bus
35
00:03:51,733 --> 00:03:55,200
Okay, so this is the architecture of Apple's T2 chip