soc/intel/apollolake/acpi: Tidy the Legacy video RAM
Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: Ie6572638c6bbe910745de55afa44458fb6b8db9c Reviewed-on: https://review.coreboot.org/c/coreboot/+/66240 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -49,7 +49,11 @@ Method (_CRS, 0, Serialized)
|
|||||||
DWordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
|
DWordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
|
||||||
0x0000, 0x01000, 0xffff, 0x0000, 0xf000,,,)
|
0x0000, 0x01000, 0xffff, 0x0000, 0xf000,,,)
|
||||||
|
|
||||||
/* VGA memory (0xa0000-0xbffff) */
|
/*
|
||||||
|
* Descriptor: Legacy VGA video RAM
|
||||||
|
* Start: 0xa0000
|
||||||
|
* End: 0xbffff
|
||||||
|
*/
|
||||||
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
|
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
|
||||||
Cacheable, ReadWrite,
|
Cacheable, ReadWrite,
|
||||||
0x00000000, 0x000a0000, 0x000bffff, 0x00000000,
|
0x00000000, 0x000a0000, 0x000bffff, 0x00000000,
|
||||||
|
Reference in New Issue
Block a user