Amit Pundir | b2534ba | 2023-09-12 19:16:36 +0530 | [diff] [blame] | 1 | include device/linaro/dragonboard/BoardConfigCommon.mk |
| 2 | |
| 3 | # Primary Arch |
| 4 | TARGET_ARCH := arm64 |
| 5 | TARGET_ARCH_VARIANT := armv8-2a |
| 6 | TARGET_CPU_VARIANT := kryo385 |
| 7 | TARGET_CPU_ABI := arm64-v8a |
| 8 | |
Amit Pundir | b2534ba | 2023-09-12 19:16:36 +0530 | [diff] [blame] | 9 | # Board Information |
| 10 | TARGET_BOOTLOADER_BOARD_NAME := linaro_swr |
| 11 | TARGET_BOARD_PLATFORM := linaro_swr |
| 12 | |
| 13 | TARGET_NO_KERNEL := false |
| 14 | BOARD_INCLUDE_DTB_IN_BOOTIMG := true |
| 15 | BOARD_BOOT_HEADER_VERSION := 4 |
| 16 | BOARD_MKBOOTIMG_ARGS := --header_version $(BOARD_BOOT_HEADER_VERSION) |
| 17 | |
| 18 | BOARD_KERNEL_BASE := 0x80000000 |
| 19 | BOARD_KERNEL_PAGESIZE := 4096 |
| 20 | BOARD_KERNEL_CMDLINE += earlycon firmware_class.path=/vendor/firmware/ |
| 21 | BOARD_KERNEL_CMDLINE += init=/init printk.devkmsg=on |
| 22 | BOARD_KERNEL_CMDLINE += deferred_probe_timeout=30 |
| 23 | BOARD_KERNEL_CMDLINE += pcie_pme=nomsi #For WiFi to work on rb5 |
| 24 | BOARD_KERNEL_CMDLINE += qcom_geni_serial.con_enabled=1 |
| 25 | BOARD_KERNEL_CMDLINE += console=ttyMSM0,115200n8 |
| 26 | BOARD_BOOTCONFIG := androidboot.hardware=linaro_swr androidboot.boot_devices=soc@0/1d84000.ufshc |
| 27 | BOARD_BOOTCONFIG += androidboot.verifiedbootstate=orange |
| 28 | |
| 29 | # Image Configuration |
| 30 | BOARD_BOOTIMAGE_PARTITION_SIZE := 103079215104 #96M |
| 31 | BOARD_VENDOR_BOOTIMAGE_PARTITION_SIZE := 103079215104 #96M |
| 32 | BOARD_USERDATAIMAGE_PARTITION_SIZE := 21474836480 #20G |
| 33 | BOARD_FLASH_BLOCK_SIZE := 4096 |
| 34 | # Super partition |
| 35 | BOARD_SUPER_PARTITION_SIZE := 12437225472 |
| 36 | BOARD_DB_DYNAMIC_PARTITIONS_SIZE := 12433031168 # Reserve 4M for DAP metadata |
| 37 | BOARD_SUPER_PARTITION_METADATA_DEVICE := super |
| 38 | BOARD_SUPER_IMAGE_IN_UPDATE_PACKAGE := true |
| 39 | # dlkm partition |
| 40 | include device/linaro/dragonboard/shared/utils/dlkm_loader/BoardConfig.mk |
| 41 | BOARD_SEPOLICY_DIRS += device/linaro/dragonboard/shared/utils/dlkm_loader/sepolicy/ |
| 42 | |
| 43 | # Graphics |
| 44 | include device/linaro/dragonboard/shared/graphics/drm_hwcomposer/BoardConfig.mk |
| 45 | BOARD_SEPOLICY_DIRS += \ |
| 46 | device/linaro/dragonboard/shared/graphics/minigbm_msm/sepolicy \ |
| 47 | device/linaro/dragonboard/shared/graphics/swangle/sepolicy |