This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
An embedded controller (EC) is a microcontroller in computers that handle various tasks independently of the operating system.
Tasks
An embedded controller typically has the following tasks:
- Receiving keystroke signals from both the keyboard and other buttons and switches (e.g., power-on button, lid switch)
- Turning the computer on and off
- Charge control of the batteries
- Thermal measurement and management including controlling the fans and responding to thermal emergencies
- Placing the actual computer system into a "sleep" mode (standby) and the reawakening of it (Resume)
- Control any LEDs on the system
- Optionally, remote diagnostics and remediation of a computer.
The embedded controller is always on when power is supplied to the mainboard (from the battery, external adapter, or +5VSB from a power supply unit).
The actual computer system can communicate with the embedded controller. For one of the following forms of communication is often used:
Software
The Embedded Controller has its own RAM and almost always its own flash ROM on which the executable software is stored. This software is depending on the manufacturer and often named differently:
- "firmware", "EC Firmware" or "Embedded Controller Firmware"
- "EC BIOS" or "Embedded Controller BIOS"
- "Micro software"
- "Keyboard BIOS", "Keyboard Controller BIOS" or "KBC BIOS"
Many BIOS updates also package updates to the embedded controller firmware.
In cases where there is no separate firmware for BIOS and the embedded controller, the embedded controller's firmware would be inside the BIOS ROM.
Name
The name "Keyboard Controller BIOS" comes from the fact that the embedded controller evolved from the keyboard controller and often still is used as a keyboard controller. Even today, an ACPI embedded controller communicates with the CPU by using the same I/O ports that keyboard controllers used in the past: I/O ports 0x62 and 0x66.
System architectures
Common microcontroller architectures for embedded controllers are:
- Hitachi H8
- National Semiconductor CompactRisc16A ("CR16A") (eg, the National Semiconductor PC87570 Embedded Controller)
- MCS-51 microcontroller
Known embedded controller models
- National Semiconductor PC87570
- shared access of host (real CPU) and controller on common flash memory
- SMSC LPC47N253
- used MCS-51 architecture
- EnE KB3886
- EnE KB3910 "EnE 910"
Ergonomics
Although the Embedded Controller is very "deep" in the system, because of the control of the cooling, it is for the user, important nonetheless. Often produce notebooks (even with power saving technology) as much waste heat that the controller based on the temperature decides to turn on the fan. The fan is not simply connected, but for a short time "turned up" and then at a lower speed left until a desired temperature was reached. This can for ergonomic work be very uncomfortable, especially if this occurs regularly and the fan - particularly in quiet rooms - is clearly audible.
If so, a change of control: The fan will no longer be "turned up" and the speed remains - at moderate temperatures - very low. In this case, it is likely that the resulting flow of air no longer turbulent but laminar and the fan therefore is hardly audible. Is often the cooling performance of such a modified system almost as good as that of the original system. But is it not, take a ventilation process until the target temperature was reached, longer.
To implement such a modification, a change in the embedded controller firmware is usually necessary. Sometimes a change in the ranges ACPI DSDT from (namely, when the fan control not by the embedded controller, but by the ACPI interpreter is carried out of the system).
External links
- Matthew Garrett: The ACPI Embedded Controller
- coreboot: List of embedded controllers as they are used in laptops
This article has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar articles. (June 2014) |