Revert "Revert^4 "shusky: disable parallel module loading""
This reverts commit d4c206cfcf
.
Reason for revert: exynos_devfreq is fixed by pa/2512847, and add 2 shiba DVT and 1 Husky DVT to reboot 5000 times, only one device hit ramdumpg with reset message "itmon triggering err_tmout from HSI1 PCIE_GEN3_0 to NOCL0_", but according to b/283930792, even without parallely module loading, device still hit this issue. so currently parallel module loading seems to be stable enough.
Bug: 285064434
Change-Id: I0356075a60cc0224ac975b401654b424ff4b993e
This commit is contained in:
parent
d4c206cfcf
commit
d134dbd3b6
3 changed files with 18 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
||||||
# 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 += 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 := 520
|
TARGET_SCREEN_DENSITY := 520
|
||||||
|
|
|
@ -14,6 +14,12 @@
|
||||||
# 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 += 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
|
||||||
|
|
|
@ -14,6 +14,12 @@
|
||||||
# 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 += 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue