From ca1a96d3bdb00152dcfa4bf4e20adde05e237f0a Mon Sep 17 00:00:00 2001 From: "Chung-Kai (Michael) Mei" Date: Mon, 20 Feb 2023 05:41:15 +0000 Subject: [PATCH] Revert "shusky: disable parallel module loading" This reverts commit efaeac87c2d2764e4252ecc0c6609ec5900c285c. Reason for revert: the patch for iommu has been merged Test: shiba rebooted 1000 times without failure and https://android-build.googleplex.com/builds/abtd/run/L49300000960255489 run device-boot-health-check-extra for husky Bug: 271931921 Change-Id: I4dcbc1e2028facd8531c94c03d0b28cbd6769b06 --- husky/BoardConfig.mk | 6 ++++++ ripcurrent/BoardConfig.mk | 6 ++++++ shiba/BoardConfig.mk | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/husky/BoardConfig.mk b/husky/BoardConfig.mk index 205ca79..a88a5c6 100644 --- a/husky/BoardConfig.mk +++ b/husky/BoardConfig.mk @@ -14,6 +14,12 @@ # limitations under the License. # +# Enable load module in parallel +BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true + +# The modules which need to be loaded in sequential +BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1 + TARGET_BOARD_INFO_FILE := device/google/shusky/board-info.txt TARGET_BOOTLOADER_BOARD_NAME := husky TARGET_SCREEN_DENSITY := 520 diff --git a/ripcurrent/BoardConfig.mk b/ripcurrent/BoardConfig.mk index 1b5c405..9950fca 100644 --- a/ripcurrent/BoardConfig.mk +++ b/ripcurrent/BoardConfig.mk @@ -14,6 +14,12 @@ # limitations under the License. # +# Enable load module in parallel +BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true + +# The modules which need to be loaded in sequential +BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1 + TARGET_BOARD_INFO_FILE := device/google/shusky/board-info.txt TARGET_BOOTLOADER_BOARD_NAME := ripcurrent TARGET_SCREEN_DENSITY := 440 diff --git a/shiba/BoardConfig.mk b/shiba/BoardConfig.mk index 2acc2a4..92ab17c 100644 --- a/shiba/BoardConfig.mk +++ b/shiba/BoardConfig.mk @@ -14,6 +14,12 @@ # limitations under the License. # +# Enable load module in parallel +BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true + +# The modules which need to be loaded in sequential +BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1 + TARGET_BOARD_INFO_FILE := device/google/shusky/board-info.txt TARGET_BOOTLOADER_BOARD_NAME := shiba TARGET_SCREEN_DENSITY := 420