fsp_baytrail: Add additional PCI space above 4GB

Hardware / Coreboot - Martin Roth [google.com] - 7 January 2016 19:44 UTC

This just tells the OS that it can use the 16GB of address space at the 48GB mark for PCI. This is the upper 16GB of Bay Trail's 36 bit physical address space.

This could be hardcoded into the UMEM definition, but doing it this way makes it more plain what it's doing, and allows for modification to put it just above the top of upper memory, similar to what is done with the standard PCI region above the top of low memory.

Change-Id: Id6208c3712e5d94d62a83c4ac69e8ffd0e19f4ad

b95a074 fsp_baytrail: Add additional PCI space above 4GB
src/soc/intel/fsp_baytrail/acpi/southcluster.asl | 15 +++++++++++++++
1 file changed, 15 insertions(+)

Upstream: review.coreboot.org


  • Share