From efaeac87c2d2764e4252ecc0c6609ec5900c285c Mon Sep 17 00:00:00 2001 From: Andrew Chant Date: Wed, 8 Feb 2023 02:19:57 +0000 Subject: [PATCH] shusky: disable parallel module loading Disable parallel module loading. iommu driver loading parallel prevented boot to fastbootd. resolved with fastboot oem cmdline set samsung-sysmmu-v9.load_sequential=1 disabling all parallel module loading for now, can re-enable at a later stage with verification. Bug: 268269286 Change-Id: Iccecff4ae552567f3a5fb8a421b8e1993657fbc7 --- husky/BoardConfig.mk | 7 ------- ripcurrent/BoardConfig.mk | 7 ------- shiba/BoardConfig.mk | 7 ------- 3 files changed, 21 deletions(-) diff --git a/husky/BoardConfig.mk b/husky/BoardConfig.mk index b1786be..ff3d77a 100644 --- a/husky/BoardConfig.mk +++ b/husky/BoardConfig.mk @@ -14,13 +14,6 @@ # 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 += vh_sched.load_sequential=1 -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 := 450 diff --git a/ripcurrent/BoardConfig.mk b/ripcurrent/BoardConfig.mk index a8f35da..1b5c405 100644 --- a/ripcurrent/BoardConfig.mk +++ b/ripcurrent/BoardConfig.mk @@ -14,13 +14,6 @@ # 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 += vh_sched.load_sequential=1 -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 0b6b3e8..6d11c36 100644 --- a/shiba/BoardConfig.mk +++ b/shiba/BoardConfig.mk @@ -14,13 +14,6 @@ # 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 += vh_sched.load_sequential=1 -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