blob: a597e4eb7a3ab2e008c00ced6946664142a14e5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
ASL interface
=============
This EC implements the standard mainboard-EC coreboot interface.
Deviations from standard interface
==================================
The following method must be defined in the global namespace:
* PNOT()
The mainboard must define a PNOT method to handle power state notifications
and Notify CPU device objects to re-evaluate their _PPC and _CST tables.
|