1
00:00:00,466 --> 00:00:06,633
Hello everyone, in this lesson we will talk about the power-on part of the hard boot of the 100 series mainboard
2
00:00:06,766 --> 00:00:10,966
In the previous lesson, the mainboard has generated SLP_S4# SLP_S3#
3
00:00:10,966 --> 00:00:16,800
And the power supply has started to work, outputting red 5V, orange 3V and yellow 12V
4
00:00:17,500 --> 00:00:26,500
Next, SLP_S4 will control the generation of 2.5V VPP power supply, and 1.05V VCCST or VCCPLL power supply
5
00:00:29,466 --> 00:00:34,133
It then converts the control to generate the memory main power supply 1.2V
6
00:00:35,166 --> 00:00:39,933
It should be noted here that the power supply generation sequence described in the hard boot
7
00:00:39,933 --> 00:00:43,166
may be slightly different from the actual mainboard.
8
00:00:43,933 --> 00:00:47,500
But overall it's going in the right direction
9
00:00:47,700 --> 00:00:51,566
We look for SLP_S4 in the drawing to see what it controls
10
00:00:52,500 --> 00:00:54,333
Search for SLP_S4
11
00:00:57,666 --> 00:01:01,033
As you can see, its external name is N_S4_S5
12
00:01:01,666 --> 00:01:04,200
Search for this signal name
13
00:01:06,733 --> 00:01:11,166
It can be seen that it is sent to IO after it is issued by PCH
14
00:01:12,500 --> 00:01:15,900
After giving the IO, it also came to such a circuit
15
00:01:16,333 --> 00:01:17,766
Let's take a look at this circuit
16
00:01:18,966 --> 00:01:25,300
When SLP_S4 is high level, the B pole of DFQ3 is high level
17
00:01:25,600 --> 00:01:31,333
DFQ3 is an NPN transistor, high level conduction and low level cutoff
18
00:01:31,666 --> 00:01:37,866
When its B pole is in high level, it will be turned on, then the three pins will be pulled down to low level
19
00:01:38,100 --> 00:01:41,800
At the same time, the second pin of DFQ2, which is the B pole,
20
00:01:41,933 --> 00:01:44,133
will also be pulled down to low level.
21
00:01:44,533 --> 00:01:51,133
DFQ2 is an NPN transistor, it will be cut off when B is extremely low
22
00:01:51,800 --> 00:01:57,333
After the cut-off, its G pole will be pulled up to 5V
23
00:02:00,366 --> 00:02:02,266
This component is a MOS tube
24
00:02:02,366 --> 00:02:05,166
Here is the D pole, here is the S pole
25
00:02:06,000 --> 00:02:07,600
Here is also the D pole
26
00:02:07,666 --> 00:02:09,566
It is an N-channel MOS transistor
27
00:02:10,866 --> 00:02:17,800
Its G pole is 5V, and the D pole is connected to the 1V power supply generated during standby.
28
00:02:18,800 --> 00:02:25,300
When the G pole is 5V, it will be turned on, and the DS pole will be turned on,
29
00:02:25,300 --> 00:02:28,600
and the VCCST_VCCPLL power supply will be generated.
30
00:02:29,733 --> 00:02:33,333
This is the first power supply generated during power-up
31
00:02:33,466 --> 00:02:35,833
Let's draw this step
32
00:02:44,966 --> 00:02:51,366
So far, the first power supply VCST_VCCPLL after the trigger has been generated
33
00:02:51,600 --> 00:02:56,100
Let's see where else SLP_S4 went in the drawings
34
00:02:59,500 --> 00:03:02,133
You can see that it came to a circuit like this
35
00:03:02,500 --> 00:03:05,500
We can push this circuit from the back to the front
36
00:03:06,000 --> 00:03:14,100
If a high level VPP start signal is required, then MAQ7 will be cut off
37
00:03:14,733 --> 00:03:18,000
Its G pole will be low
38
00:03:18,333 --> 00:03:22,900
If its G pole is low, it must be grounded
39
00:03:23,466 --> 00:03:27,666
Then both MAQ8 and MAQ9 need to be turned on.
40
00:03:28,866 --> 00:03:33,766
The G pole of MAQ8 is connected to SLP_S4, which is high level
41
00:03:34,000 --> 00:03:41,700
At this time, only the signal MA_EN connected to the G pole of MAQ9 is also high.
42
00:03:43,000 --> 00:03:46,400
Let's see where MA_EN comes from
43
00:03:50,100 --> 00:03:54,100
As you can see, it comes from IO
44
00:03:54,566 --> 00:03:56,933
Let's see if it goes anywhere else
45
00:03:57,800 --> 00:04:02,466
Here it is pulled up by 5VDUAL
46
00:04:03,400 --> 00:04:09,200
There are no components installed here, all of them are crossed out
47
00:04:11,466 --> 00:04:13,433
There are no components installed here
48
00:04:13,800 --> 00:04:17,133
This MA_EN is only connected to this circuit and IO
49
00:04:17,133 --> 00:04:23,400
As long as IO receives SLP_S3 and SLP_S4, it will send MA_EN signal
50
00:04:25,666 --> 00:04:28,166
Let's draw this MA_EN signal first
51
00:04:34,566 --> 00:04:38,800
After having MA_EN, this circuit can work
52
00:04:40,966 --> 00:04:45,833
VPP25_EN came to this circuit, this is a small PWM circuit
53
00:04:46,000 --> 00:04:50,533
As long as there is power supply and open signal, it will have output
54
00:04:50,766 --> 00:04:54,933
The power supply comes from 5VDUAL, and the turn-on signal has just been generated
55
00:04:54,966 --> 00:04:59,066
With power supply and open signal, it will output VPP power supply
56
00:05:00,100 --> 00:05:02,533
Let's draw this step as well
57
00:05:18,500 --> 00:05:22,766
VPP power supply will also output a PG signal
58
00:05:23,166 --> 00:05:30,200
Well, the second power supply VPP power supply after the trigger has already been generated
59
00:05:30,833 --> 00:05:34,366
The VCCST/VCCPLL power supply has been generated,
60
00:05:34,366 --> 00:05:40,066
and at this time there is still a memory main power supply
61
00:05:40,733 --> 00:05:44,166
Let's find the main power supply of the memory in the physical picture
62
00:05:44,400 --> 00:05:46,200
Here is the memory slot
63
00:05:46,733 --> 00:05:51,166
The main memory power supply is usually located very close to the memory slot.
64
00:05:51,566 --> 00:05:55,800
There are two inductors here, both of them may be the main power supply of the memory
65
00:05:56,266 --> 00:06:00,366
However, under normal circumstances, the lower one is the 2.5V power supply,
66
00:06:00,366 --> 00:06:03,233
and the upper one is the main memory power supply.
67
00:06:03,400 --> 00:06:05,733
Let's confirm in the bitmap
68
00:06:06,700 --> 00:06:12,466
The output of the inductor above is VDDQ, which is the main power supply of the memory.
69
00:06:13,166 --> 00:06:19,266
The output of the inductor below is VPP25, which is the VPP power supply output by this circuit.
70
00:06:20,566 --> 00:06:23,800
How is the above power supply generated?
71
00:06:24,500 --> 00:06:26,900
Find this circuit in the circuit diagram
72
00:06:27,266 --> 00:06:31,800
It can be seen that it is also controlled by a PWM circuit
73
00:06:32,200 --> 00:06:39,266
This PWM circuit is relatively simple, it can work only with power supply and open signal
74
00:06:39,800 --> 00:06:46,100
Power supply comes from 5VDIAL, which has generated a
75
00:06:46,200 --> 00:06:50,100
The open signal is pulled up by 5VDUAL
76
00:06:50,400 --> 00:06:53,900
VPP25_PG has been generated here
77
00:06:54,200 --> 00:06:58,133
So the working condition of this circuit has been satisfied
78
00:06:59,133 --> 00:07:03,866
At this time, the memory power supply should have been generated
79
00:07:04,200 --> 00:07:06,533
Let's draw this step as well
80
00:07:13,666 --> 00:07:19,466
At this point, the memory main power supply has been generated
81
00:07:19,833 --> 00:07:23,666
Then to generate 1.05V VCCIO power supply
82
00:07:24,200 --> 00:07:31,533
We search for VCCIO in the circuit diagram to find the generation circuit of VCCIO
83
00:07:32,266 --> 00:07:39,933
VCCIO is converted from the main power supply of the memory by such an op amp plus MOS circuit
84
00:07:40,933 --> 00:07:47,166
For this circuit to work, VCCIO_EN_1 cannot be pulled low
85
00:07:47,600 --> 00:07:51,566
Let's take a look at where VCCIO_EN_1 is connected to
86
00:07:54,866 --> 00:07:59,533
It is renamed VCCIO_EN through a direct copper
87
00:07:59,700 --> 00:08:04,266
This signal is only controlled by IO
88
00:08:04,700 --> 00:08:14,266
When the IO receives the SLP_S3 signal, it will not pull down VCCIO_EN
89
00:08:15,100 --> 00:08:24,900
VCCIO_EN will be divided in series by VPP 2.5V, and a voltage of about 0.95V will be divided.
90
00:08:26,666 --> 00:08:31,600
Then it will control the operation of the op amp plus MOS circuit,
91
00:08:31,633 --> 00:08:34,333
and output a 0.95V VCCIO power supply
92
00:08:34,333 --> 00:08:37,600
The VCCIO here is 0.95V
93
00:08:37,700 --> 00:08:40,166
On some mainboards it is 1.05V
94
00:08:40,900 --> 00:08:43,066
OK, let's draw this step as well
95
00:08:55,000 --> 00:09:01,066
After having VCCIO, the next step is to generate the VCCSA voltage,
96
00:09:01,400 --> 00:09:05,300
and to generate the start signal of the CPU power supply
97
00:09:05,600 --> 00:09:08,566
Let's first look at the VCCSA voltage
98
00:09:09,300 --> 00:09:12,333
The VCCSA voltage is next to the VCCIO voltage,
99
00:09:13,233 --> 00:09:16,966
and it is also a power supply circuit for an op amp plus MOS.
100
00:09:17,466 --> 00:09:19,666
Its working conditions are the same,
101
00:09:20,233 --> 00:09:26,066
as long as VCCSA_EN is not pulled low, this circuit can work, and it will output VCCSA
102
00:09:28,733 --> 00:09:32,266
How can VCCSA_EN not be pulled down?
103
00:09:32,600 --> 00:09:34,833
Let's see where it connects
104
00:09:35,400 --> 00:09:37,900
It only connects the circuit below
105
00:09:38,566 --> 00:09:45,966
When both VDDQ and VCCIO are high, both DCQ3 and DCQ4 are turned on
106
00:09:47,600 --> 00:09:54,366
After conduction, the G pole of DCQ2 will become low level, and DCQ2 will be cut off
107
00:09:55,866 --> 00:09:59,200
Then VCCSA_EN will not be pulled down
108
00:09:59,466 --> 00:10:05,000
It won鈥檛 be pulled down, the above circuit will work, it will output VCCSA
109
00:10:06,000 --> 00:10:12,533
Both VDDQ and VCCIO have been generated, so VCCSA will also be generated now
110
00:10:13,933 --> 00:10:17,100
Let's draw this step as well
111
00:10:28,933 --> 00:10:38,366
So far, the VCCSA voltage has been generated, and the power-on part will come to an end for the time being.
112
00:10:39,466 --> 00:10:47,966
In the power-on part, a 2.5-volt VPP power supply is generated, VDDQ is generated, VCCIO,
113
00:10:47,966 --> 00:10:52,066
VCCSA, and VCCST_VCCPLL are generated
114
00:10:52,533 --> 00:10:56,833
Next, let's look at the PG and reset parts