Electrical – the difference between a BIOS chip and a PCH

integrated-circuitmotherboardx86

From what I can gather, the BIOS chip is a loadable memory space that handles initial I/O, system checks and CAN configure certain things like power states and clock rates, before handing operation over to the chipset/CPU. The chipset then orchestrates connection and throughput between CPU and peripheral devices i.e. RAM, PCI lanes etc.

Is that the main difference? If so, why don't we just let the chipset handle all the initial boot stages?

Please close if off-topic and I will ask in superuser.

Best Answer

The BIOS is a program stored in a read-only memory (the "BIOS chip) that does initialization and configuration of the computer system, and loads the operating system. This program runs in the main CPU on power-up or reset. When the BIOS program is finishes its job, it turns control of the system over to the operating system.