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
This commit is contained in:
Andrew Chant 2023-02-08 02:19:57 +00:00
parent 5c46cf01a1
commit efaeac87c2
3 changed files with 0 additions and 21 deletions

View file

@ -14,13 +14,6 @@
# limitations under the License. # 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_BOARD_INFO_FILE := device/google/shusky/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := husky TARGET_BOOTLOADER_BOARD_NAME := husky
TARGET_SCREEN_DENSITY := 450 TARGET_SCREEN_DENSITY := 450

View file

@ -14,13 +14,6 @@
# limitations under the License. # 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_BOARD_INFO_FILE := device/google/shusky/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := ripcurrent TARGET_BOOTLOADER_BOARD_NAME := ripcurrent
TARGET_SCREEN_DENSITY := 440 TARGET_SCREEN_DENSITY := 440

View file

@ -14,13 +14,6 @@
# limitations under the License. # 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_BOARD_INFO_FILE := device/google/shusky/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := shiba TARGET_BOOTLOADER_BOARD_NAME := shiba
TARGET_SCREEN_DENSITY := 420 TARGET_SCREEN_DENSITY := 420