1
00:00:00,466 --> 00:00:05,333
Hello everyone, today we will learn about the generation timing of the PG signal, clock signal,
2
00:00:05,333 --> 00:00:07,666
and reset signal of the Wistron 15221 motherboard.
3
00:00:13,333 --> 00:00:22,533
We have learned the various power supplies enabled by SLP_S3# and SLP_S4# in the previous course
4
00:00:23,466 --> 00:00:31,733
Among them, after the 1D5V_S0 power supply is normal, the 1D5V_S0_PWRGD signal will be generated
5
00:00:33,166 --> 00:00:37,433
It was renamed ALL_SYS_PWRGD and VR_EN
6
00:00:39,566 --> 00:00:47,533
ALL_SYS_PWRGD leads to the VCCST_PWRGD pin of the CPU and the EC
7
00:00:49,866 --> 00:00:55,266
VR EN is sent to the open pin of the CPU power supply chip
8
00:00:57,700 --> 00:01:04,500
When the CPU power supply chip gets the open signal, it will control the generation of VCCSA power supply
9
00:01:05,466 --> 00:01:11,100
The power good signal (IMVP_PWRGD) is renamed PCH_PWROK through a resistor,
10
00:01:11,100 --> 00:01:14,533
and sent to the PCH_PWROK pin of the bridge
11
00:01:15,700 --> 00:01:18,500
When these various power supplies are normal,
12
00:01:18,833 --> 00:01:21,600
the 24MHz crystal oscillator of the bridge starts to vibrate
13
00:01:22,233 --> 00:01:29,700
After the bridge receives PCH_PWROK, it will read the BIOS through the SPI bus
14
00:01:31,466 --> 00:01:38,400
Mainly read bridge pin configuration program and ME (Intel庐 Management Engine) firmware
15
00:01:40,233 --> 00:01:49,633
Then the bridge internally completes the initialization of the clock module, and sends out various clocks
16
00:01:53,066 --> 00:01:56,066
After the EC receives ALL_SYS_PWRGD,
17
00:01:56,766 --> 00:02:04,700
it sends SYS_PWRGD to the SYS_PWRGD pin of the bridge with a delay of 100 milliseconds
18
00:02:06,366 --> 00:02:13,666
The bridge sends PROCPWRGD to the CPU to notify the CPU core that the power supply is normal
19
00:02:16,100 --> 00:02:20,433
Then, the bridge delays to send a platform reset signal,
20
00:02:21,066 --> 00:02:29,200
which is sent to the solid state drive, GPU, network card and EC respectively.
21
00:02:31,333 --> 00:02:38,266
Then the bridge sends the reset signal of the CPU (PLTRST_CPU#) to the RESET# pin of the CPU.
22
00:02:40,566 --> 00:02:44,566
When the CPU's power supply, clock, reset... are all normal,
23
00:02:45,466 --> 00:02:52,066
the CPU will send out SVID waveforms to the CPU power supply chip to control the core power supply of the CPU
24
00:02:55,166 --> 00:03:00,300
After the CPU core power supply is normal, start to send "addressing instructions" through the
25
00:03:01,666 --> 00:03:05,666
DMI bus, and read the BIOS through the bridge
26
00:03:08,233 --> 00:03:14,500
After the bridge receives the "addressing instruction" sent by the CPU,
27
00:03:15,333 --> 00:03:20,266
the bridge reads the BIOS again through the SPI bus.
28
00:03:21,133 --> 00:03:27,800
After reading the BIOS, the bridge returns the BIOS program to the CPU through the DMI bus
29
00:03:28,000 --> 00:03:36,266
The CPU will call the self-test program in the BIOS to perform a self-test on the entire platform
30
00:03:37,366 --> 00:03:41,000
The first is to initialize the chipset
31
00:03:41,833 --> 00:03:51,800
After the chipset is initialized successfully, the bridge will read the memory (SPD) chip information through SMBUS
32
00:03:52,100 --> 00:03:53,700
There is a prerequisite here,
33
00:03:53,900 --> 00:03:58,166
that is, the chip power supply of this memory (SPD) must be normal
34
00:03:59,166 --> 00:04:02,333
This power supply is usually provided by 3D3V_S0
35
00:04:02,833 --> 00:04:11,100
When we measure the SMBUS waveform, we can measure it at pins 253 and 254 of the memory slot
36
00:04:12,033 --> 00:04:16,233
After the bridge reads the memory,
37
00:04:16,300 --> 00:04:23,700
it will issue a memory reset signal (DRAM_RESET#) to initialize the memory particles
38
00:04:24,733 --> 00:04:31,833
After self-testing the memory, the CPU will store the BIOS self-test program into the memory
39
00:04:32,266 --> 00:04:36,900
And call the self-inspection program from the memory to self-inspect each device
40
00:04:37,500 --> 00:04:43,933
Then the CPU will send out the SVID waveform to turn on the integrated display power supply
41
00:04:45,166 --> 00:04:49,433
Well, this is the generation timing of PG signal, clock signal and reset signal