aml_tz6_351400020 (13155446,com.google.android.go.tzdata6,com.google.android.tzdata6)
-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ9i73wAKCRDorT+BmrEO eEkiAJ4n504VudGhEfiOG7u5hXsLy3by4ACeI21Lq6nN0shbpUr8Q2v2tKRYA+Y= =ArGI -----END PGP SIGNATURE----- gpgsig -----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgPpdpjxPACTIhnlvYz0GM4BR7FJ +rYv3jMbfxNKD3JvcAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQDkY7vu3uN4X6a/NOCxsCXlVCg2B5xfN9MPMF91utkwa2lVRs8Hiz7WnQUIcg86X45 FdyPrIBA20ZxDK/V0srQI= -----END SSH SIGNATURE----- Merge tag 'aml_tz6_351400020' into staging/lineage-23.0_merge-aml_tz6_351400020 aml_tz6_351400020 (13155446,com.google.android.go.tzdata6,com.google.android.tzdata6) # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ9i73wAKCRDorT+BmrEO # eEkiAJ4n504VudGhEfiOG7u5hXsLy3by4ACeI21Lq6nN0shbpUr8Q2v2tKRYA+Y= # =ArGI # -----END PGP SIGNATURE----- # gpg: Signature made Tue Mar 18 02:18:39 2025 EET # gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78 # gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [ultimate] # By Vilas Bhat (5) and others # Via Android (Google) Code Review (28) and others * tag 'aml_tz6_351400020': (34 commits) Use 2025-03-01 deqp level for GLES init.zuma.rc: Keep down_rate_limit_us set high on late-init zuma: adjust performance point of hevc decoder Use 2025-03-01 deqp levels for Vulkan [AAPM] Enable MTE support for DevicePolicyManager for zuma Revert "Use 2025-03-01 deqp levels for GLES and Vulkan" init.zuma.rc: Delete governor setup Use 2025-03-01 deqp levels for GLES and Vulkan move common init perf settings to gs_common usb: migrate UsbDataSessionMonitor to libpixelusb 16KB: zuma: Do not filter out goodix_brl_touch.ko for 16KB mode 16kb: zuma: Filter out unnecessary modules from 16k mode Move the check of 16k folder to BoardConfig-common.mk Revert "move common init perf settings to gs_common" 16KB: Move CopyEfsTest to device/google/gs-common Revert "Revert "16KB: zuma: Move copy_efs_file_to_data script to..." Revert "16KB: zuma: Move copy_efs_file_to_data script to gs-common" 16KB: zuma: Move copy_efs_file_to_data script to gs-common zuma: remove display_colordata for external display audio: fix headtracking permission for spatializer offload playback ... Change-Id: I167ed62c655d898ff6bb5186f2329adebdf8a858
This commit is contained in:
commit
38f8a3ecfc
20 changed files with 36 additions and 1140 deletions
|
@ -17,7 +17,9 @@ include build/make/target/board/BoardConfigMainlineCommon.mk
|
|||
include build/make/target/board/BoardConfigPixelCommon.mk
|
||||
|
||||
# Include settings for 16k developer option, if enabled
|
||||
ifneq ($(wildcard $(TARGET_KERNEL_DIR)/16kb/),)
|
||||
include device/google/zuma/BoardConfig-16k-common.mk
|
||||
endif
|
||||
|
||||
# HACK : To fix up after bring up multimedia devices.
|
||||
TARGET_SOC := zuma
|
||||
|
@ -33,7 +35,6 @@ TARGET_CPU_VARIANT := cortex-a55
|
|||
|
||||
BOARD_KERNEL_CMDLINE += earlycon=exynos4210,0x10870000 console=ttySAC0,115200 androidboot.console=ttySAC0 printk.devkmsg=on
|
||||
BOARD_KERNEL_CMDLINE += cma_sysfs.experimental=Y
|
||||
BOARD_KERNEL_CMDLINE += cgroup_disable=memory
|
||||
BOARD_KERNEL_CMDLINE += rcupdate.rcu_expedited=1 rcu_nocbs=all rcutree.enable_rcu_lazy
|
||||
BOARD_KERNEL_CMDLINE += swiotlb=1024
|
||||
BOARD_KERNEL_CMDLINE += cgroup.memory=nokmem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue