haswell: drop memory reservation for sandybridge GPU bug
This is not needed in haswell. Change-Id: I23817c2e01be33855f9d5a5e389e8ccb7954c0e2 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: http://review.coreboot.org/2847 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
2c3f161825
commit
0013a69e70
|
@ -42,11 +42,6 @@ Device (PDRC)
|
|||
Memory32Fixed(ReadWrite, CONFIG_CHROMEOS_RAMOOPS_RAM_START,
|
||||
CONFIG_CHROMEOS_RAMOOPS_RAM_SIZE)
|
||||
#endif
|
||||
|
||||
/* Required for SandyBridge sighting 3715511 */
|
||||
/* FIXME: Is this still required? */
|
||||
Memory32Fixed(ReadWrite, 0x20000000, 0x00200000)
|
||||
Memory32Fixed(ReadWrite, 0x40000000, 0x00200000)
|
||||
})
|
||||
|
||||
// Current Resource Settings
|
||||
|
|
Loading…
Reference in New Issue