Amit Pundir | 4e37582 | 2019-04-18 16:46:10 +0530 | [diff] [blame] | 1 | include device/linaro/dragonboard/BoardConfigCommon.mk |
| 2 | |
| 3 | # Board Information |
| 4 | TARGET_BOOTLOADER_BOARD_NAME := db845c |
| 5 | TARGET_BOARD_PLATFORM := db845c |
| 6 | |
John Stultz | f36354e | 2020-01-14 00:10:06 +0000 | [diff] [blame] | 7 | TARGET_NO_KERNEL := false |
| 8 | BOARD_INCLUDE_DTB_IN_BOOTIMG := true |
| 9 | BOARD_BOOT_HEADER_VERSION := 2 |
| 10 | BOARD_MKBOOTIMG_ARGS := --header_version $(BOARD_BOOT_HEADER_VERSION) |
| 11 | BOARD_KERNEL_BASE := 0x80000000 |
| 12 | BOARD_KERNEL_PAGESIZE := 2048 |
John Stultz | d66daf4 | 2020-01-15 18:28:42 +0000 | [diff] [blame] | 13 | BOARD_KERNEL_CMDLINE := earlycon firmware_class.path=/vendor/firmware/ androidboot.hardware=db845c |
Yongqin Liu | f227a81 | 2020-03-27 18:31:25 +0800 | [diff] [blame] | 14 | BOARD_KERNEL_CMDLINE += init=/init androidboot.boot_devices=soc@0/1d84000.ufshc printk.devkmsg=on |
John Stultz | f36354e | 2020-01-14 00:10:06 +0000 | [diff] [blame] | 15 | |
Amit Pundir | 4e37582 | 2019-04-18 16:46:10 +0530 | [diff] [blame] | 16 | # Image Configuration |
| 17 | BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864 #64M |
| 18 | BOARD_USERDATAIMAGE_PARTITION_SIZE := 21474836480 #20G |
| 19 | BOARD_FLASH_BLOCK_SIZE := 512 |
| 20 | # Super partition |
| 21 | BOARD_SUPER_PARTITION_SIZE := 10737418240 #10G |
| 22 | BOARD_DB_DYNAMIC_PARTITIONS_SIZE := 10737418240 #10G |
| 23 | BOARD_SUPER_PARTITION_METADATA_DEVICE := super |
Todd Kjos | b611b16 | 2020-03-09 14:14:27 -0700 | [diff] [blame] | 24 | BOARD_SUPER_IMAGE_IN_UPDATE_PACKAGE := true |