From d119240b1b0d2f69c5b97bb748f9c08e65e417e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Tue, 31 May 2016 17:20:45 +0300 Subject: [PATCH] UPSTREAM: 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 Original-Signed-off-by: Kysti Mlkki Original-Reviewed-on: https://review.coreboot.org/15014 Original-Reviewed-by: Paul Menzel Original-Reviewed-by: Martin Roth (cherry-picked from commit b62c5e89492225f62659adef0e3ba9d13ba38359) Signed-off-by: Martin Roth Reviewed-on: https://chromium-review.googlesource.com/350075 Reviewed-by: Furquan Shaikh --- 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 1802b5aec7..b64ac1df07 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