Load fips140.ko before all other kernel modules

Bug: 337838109
Bug: 331791671
Change-Id: I823169ea48db8cfdc4c7755e62861de0020887d0
Signed-off-by: Qian-Hao Huang <qhhuang@google.com>
This commit is contained in:
Qian-Hao Huang 2024-05-02 21:03:18 +08:00
parent 795e93a20e
commit 1a07b1edc7

View file

@ -29,6 +29,7 @@ $(call soong_config_set,bootloader,prebuilt_dir,$(RELEASE_GOOGLE_BOOTLOADER_BLUE
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
# The modules which need to be loaded in sequential # The modules which need to be loaded in sequential
BOARD_KERNEL_CMDLINE += fips140.load_sequential=1
BOARD_KERNEL_CMDLINE += exynos_mfc.load_sequential=1 BOARD_KERNEL_CMDLINE += exynos_mfc.load_sequential=1
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1 BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
BOARD_KERNEL_CMDLINE += pcie-exynos-core.load_sequential=1 BOARD_KERNEL_CMDLINE += pcie-exynos-core.load_sequential=1