2022-12-31 06:08:30 +01:00
|
|
|
#
|
|
|
|
# Copyright (C) 2022 The LineageOS Project
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
COMMON_PATH := device/motorola/sm6225-common
|
2022-12-31 06:23:50 +01:00
|
|
|
|
2022-12-31 06:24:17 +01:00
|
|
|
# Architecture
|
|
|
|
TARGET_ARCH := arm64
|
|
|
|
TARGET_ARCH_VARIANT := armv8-a
|
|
|
|
TARGET_CPU_ABI := arm64-v8a
|
|
|
|
TARGET_CPU_ABI2 :=
|
|
|
|
TARGET_CPU_VARIANT := generic
|
|
|
|
|
|
|
|
TARGET_2ND_ARCH := arm
|
|
|
|
TARGET_2ND_ARCH_VARIANT := armv7-a-neon
|
|
|
|
TARGET_2ND_CPU_ABI := armeabi-v7a
|
|
|
|
TARGET_2ND_CPU_ABI2 := armeabi
|
|
|
|
TARGET_2ND_CPU_VARIANT := cortex-a9
|
|
|
|
|
2022-12-31 06:24:46 +01:00
|
|
|
# Bootloader
|
|
|
|
TARGET_BOOTLOADER_BOARD_NAME := bengal
|
|
|
|
TARGET_NO_BOOTLOADER := true
|
|
|
|
|
2022-12-31 12:26:52 +01:00
|
|
|
# Kernel
|
|
|
|
BOARD_KERNEL_BASE := 0x00000000
|
|
|
|
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 earlycon=msm_geni_serial,0x4a90000 androidboot.hardware=qcom androidboot.console=ttyMSM0 androidboot.memcg=1 lpm_levels.sleep_disabled=1 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 service_locator.enable=1 swiotlb=2048 loop.max_part=7
|
|
|
|
BOARD_KERNEL_PAGESIZE := 4096
|
|
|
|
TARGET_KERNEL_CONFIG := vendor/bengal_defconfig
|
|
|
|
TARGET_KERNEL_SOURCE := kernel/motorola/sm6225
|
|
|
|
|
|
|
|
# Kernel - Prebuilt
|
|
|
|
include device/motorola/sm6225-kernel/prebuilt_kernel.mk
|
|
|
|
|
2022-12-31 06:23:50 +01:00
|
|
|
# Platform
|
|
|
|
BOARD_USES_QCOM_HARDWARE := true
|
|
|
|
TARGET_BOARD_PLATFORM := bengal
|