mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
a3b15a0556
Enable ACPI IO space for piix4 (for pc board) and ich9 (for q35 board) Signed-off-by: Miao Yan <yanmiaobest@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
27 lines
393 B
Text
27 lines
393 B
Text
#
|
|
# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
config QEMU
|
|
bool
|
|
|
|
if QEMU
|
|
|
|
config SYS_CAR_ADDR
|
|
hex
|
|
default 0xd0000
|
|
|
|
config SYS_CAR_SIZE
|
|
hex
|
|
default 0x10000
|
|
|
|
config ACPI_PM1_BASE
|
|
hex
|
|
default 0xe400
|
|
help
|
|
ACPI Power Managment 1 (PM1) i/o-mapped base address.
|
|
This device is defined in ACPI specification, with 16 bytes in size.
|
|
|
|
endif
|