mirror of
https://github.com/Dasharo/coreboot.git
synced 2026-06-13 10:16:48 -07:00
mainboard/msi/ms7e56: Update sources to avoid misconfigurations
The PCI MMCONF can not be moved and has to be in sync with APCB. Assign I/O address for ACPI so that the resource allocator does not complain on resource that didn't fit. Upstream-Status: Pending Change-Id: I66d4700d56477e06973ba46ae05d0232e5536608 Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
@@ -82,4 +82,8 @@ config CPU_PT_ROM_MAP_GB
|
||||
config MRC_SETTINGS_CACHE_SIZE
|
||||
default 0x1000000
|
||||
|
||||
# Do not move this address. It has to match APCB.
|
||||
config ECAM_MMCONF_BASE_ADDRESS
|
||||
default 0xe0000000
|
||||
|
||||
endif # BOARD_MSI_PRO_B850_P
|
||||
|
||||
@@ -332,7 +332,7 @@ chip soc/amd/phoenix
|
||||
device pnp 4e.9 off end # GPIO8-9, GPIO1-8 AF
|
||||
device pnp 4e.a on # ACPI
|
||||
irq 0x70 = 0x40
|
||||
# Vendor firmware did not assign I/O
|
||||
io 0x60 = 0xa10
|
||||
end
|
||||
device pnp 4e.b on # EC
|
||||
io 0x60 = 0xa20
|
||||
|
||||
Reference in New Issue
Block a user