[coreboot-gerrit] Patch set updated for coreboot: aopen/dxplplusu: Disable HW scrubber

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Fri Jun 3 19:55:07 CEST 2016


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15014

-gerrit

commit b76d300c86ba629e5fd3d11edcb7894a805301c0
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Tue May 31 17:20:45 2016 +0300

    aopen/dxplplusu: Disable HW scrubber
    
    See initialize_ecc() for the awful hack that got us around cache-as-ram
    being invalidated as we do ECC HW scrubbing. It once worked, but
    compiler nowadays puts more registers on the stack.
    
    Not much interest to try fix ECC for this particular board.
    
    Change-Id: Ie6a09e28b0af5bbf2d68af72f5d98c03df33c402
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/mainboard/aopen/dxplplusu/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/aopen/dxplplusu/Kconfig b/src/mainboard/aopen/dxplplusu/Kconfig
index 1802b5a..b64ac1d 100644
--- a/src/mainboard/aopen/dxplplusu/Kconfig
+++ b/src/mainboard/aopen/dxplplusu/Kconfig
@@ -12,7 +12,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select UDELAY_TSC
 	select HAVE_ACPI_TABLES
 	select BOARD_ROMSIZE_KB_512
-	select HW_SCRUBBER
+#	select HW_SCRUBBER
 
 config MAINBOARD_DIR
 	string



More information about the coreboot-gerrit mailing list