1
00:00:00,600 --> 00:00:04,000
Hello everyone, today let's learn about the laptop BIOS chip
2
00:00:06,933 --> 00:00:09,500
This course is divided into four parts
3
00:00:10,500 --> 00:00:17,066
common BIOS chip brands, common BIOS chip package forms, BIOS capacity identification,
4
00:00:17,300 --> 00:00:20,666
and the relationship between BIOS, EC and PCH
5
00:00:27,600 --> 00:00:30,400
First let's take a look at the BIOS chip brand
6
00:00:31,400 --> 00:00:40,066
Common brands are: SST, Macronix Electronics, Winbond, cFeon, MSI and Micron
7
00:00:42,566 --> 00:00:49,366
Common packages include SOP 8 pin package, QFN package and BGA package
8
00:00:54,400 --> 00:00:57,900
Only the bottom 8 pins of the BGA package are useful,
9
00:00:59,166 --> 00:01:03,133
which is the same as the pin definition of a normal 8-pin chip
10
00:01:06,400 --> 00:01:10,633
Only the 8 pins on the edges of the QFN package are useful
11
00:01:12,433 --> 00:01:15,000
The bottom part is cooling and grounding
12
00:01:17,066 --> 00:01:19,900
Let's look at its capacity identification
13
00:01:20,400 --> 00:01:23,666
We usually identify the capacity of a chip by its model
14
00:01:25,466 --> 00:01:31,433
For example, "W25Q64" has an actual capacity of 8 megabytes
15
00:01:32,533 --> 00:01:35,700
W refers to the brand of the chip, Winbond,
16
00:01:37,366 --> 00:01:39,900
25 refers to the 25 series
17
00:01:41,933 --> 00:01:45,666
64 is its capacity in bits, which is the Bit width,
18
00:01:51,500 --> 00:01:54,333
and 64 is the 64 Mbits width
19
00:02:00,500 --> 00:02:02,533
A byte requires 8 bits
20
00:02:04,166 --> 00:02:10,733
The 64 Mbits can store only 8 Mbytes of data and 8 Mbytes of BIOS programs
21
00:02:15,966 --> 00:02:18,800
So when we identify the capacity of the BIOS chip,
22
00:02:19,733 --> 00:02:24,066
we divide its mantissa number by 8, which is the actual capacity
23
00:02:26,200 --> 00:02:32,200
For example, this one begins with MX is the BIOS chip of Macronix Electronics
24
00:02:35,000 --> 00:02:37,500
25 indicates the 25 series,
25
00:02:37,900 --> 00:02:43,866
64 indicates the 64 Mbits width, and the actual capacity is 8 Mbytes
26
00:02:46,566 --> 00:02:50,933
This is a BIOS chip from cFeon, 25B256
27
00:02:55,433 --> 00:03:02,933
256 refers to 256 Mbits wide, the actual capacity is 32 Mbytes,
28
00:03:05,700 --> 00:03:08,900
it can store 32 Mbytes BIOS programs
29
00:03:17,266 --> 00:03:23,633
For example, this one is also from Macronix Electronics, and it starts with MX
30
00:03:26,166 --> 00:03:31,166
25 indicates a series of 25 with a mantissa of 128
31
00:03:32,166 --> 00:03:39,100
It indicates that the bit width is 128 Mbits and the actual capacity is 16 Mbytes
32
00:03:43,133 --> 00:03:45,700
This is its capacity identification
33
00:03:48,200 --> 00:03:52,333
Let's take a look at the relationship between BIOS and EC and PCH
34
00:03:53,833 --> 00:03:56,300
Some mainboards have multiple BIOS chips,
35
00:03:56,733 --> 00:04:00,333
of which there are usually two BIOS chips under the bridge,
36
00:04:01,600 --> 00:04:03,700
and their contents are not the same
37
00:04:04,433 --> 00:04:07,366
Each BIOS chip contains different contents
38
00:04:12,800 --> 00:04:16,700
Their internal programs together is a complete BIOS program
39
00:04:17,433 --> 00:04:20,166
When the bridge reads the BIOS chip program,
40
00:04:22,000 --> 00:04:24,300
there are two chip selection signals,
41
00:04:30,366 --> 00:04:37,533
SPI0_CS0# and SPI0_CS1#, which go to the two different BIOS chips
42
00:04:38,466 --> 00:04:45,866
SPI0_MOSI, SPI0_MISO, the data input and output,
43
00:04:46,966 --> 00:04:50,733
and its clock signal, they are shared by the two BIOS
44
00:04:52,333 --> 00:04:57,500
The SPI bus belongs to whoever uses the chip selection signal that has an action
45
00:05:01,900 --> 00:05:06,400
Ok, this is the relationship between BIOS and EC and PCH