mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
x86: acpi: Add one API to find OS wakeup vector
This adds one API acpi_find_wakeup_vector() to locate OS wakeup vector from the ACPI FACS table, to be used in the S3 boot path. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
2b2d666f9c
commit
e76bf38f18
3 changed files with 83 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
* PIRQ routing table, Multi-Processor table and ACPI table.
|
||||
*/
|
||||
#define ROM_TABLE_ADDR 0xf0000
|
||||
#define ROM_TABLE_END 0xfffff
|
||||
|
||||
#define ROM_TABLE_ALIGN 1024
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue