[coreboot-gerrit] New patch to review for coreboot: chromeos: Make CHROMEOS_RAMOOPS_NON_ACPI a default for non-ACPI boards

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Aug 11 20:16:49 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16154

-gerrit

commit 5262743c5cd96640dff5c786dc44ec5337083de4
Author: Julius Werner <jwerner at chromium.org>
Date:   Wed Aug 10 17:30:11 2016 -0700

    chromeos: Make CHROMEOS_RAMOOPS_NON_ACPI a default for non-ACPI boards
    
    This patch enables the CHROMEOS_RAMOOPS_NON_APCI Kconfig option as a
    default across all non-x86 Chrome OS boards.
    
    CQ-DEPEND=CL:367905
    BRANCH=None
    BUG=None
    TEST=See depthcharge CL.
    
    Change-Id: If14ef4f9b1bd480f2d52df3892c73059bb9b07d5
    Signed-off-by: Martin Roth <martinroth at chromium.org>
    Original-Commit-Id: 8c3b74fb21aadd6de7af62f32fa98fc211d75085
    Original-Change-Id: I16ff7f68762a995cd38e5fddaf6971d4b9f07e21
    Original-Signed-off-by: Julius Werner <jwerner at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/368010
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/soc/nvidia/tegra210/Kconfig        | 1 -
 src/vendorcode/google/chromeos/Kconfig | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/soc/nvidia/tegra210/Kconfig b/src/soc/nvidia/tegra210/Kconfig
index 39c0152..3c88a84 100644
--- a/src/soc/nvidia/tegra210/Kconfig
+++ b/src/soc/nvidia/tegra210/Kconfig
@@ -18,7 +18,6 @@ config SOC_NVIDIA_TEGRA210
 if SOC_NVIDIA_TEGRA210
 
 config CHROMEOS
-	select CHROMEOS_RAMOOPS_NON_ACPI
 	select VBOOT_OPROM_MATTERS
 
 config MAINBOARD_DO_DSI_INIT
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig
index c3f9094..4858630 100644
--- a/src/vendorcode/google/chromeos/Kconfig
+++ b/src/vendorcode/google/chromeos/Kconfig
@@ -47,7 +47,7 @@ config CHROMEOS_RAMOOPS_DYNAMIC
 
 config CHROMEOS_RAMOOPS_NON_ACPI
 	bool "Allocate RAM oops buffer in cbmem passed through cb tables to payload"
-	default n
+	default y if !HAVE_ACPI_TABLES
 	depends on CHROMEOS_RAMOOPS && !HAVE_ACPI_TABLES
 
 config CHROMEOS_RAMOOPS_RAM_START



More information about the coreboot-gerrit mailing list