1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Configuration for Android Amlogic Meson 64bits SoCs
5 * Copyright (C) 2019 Baylibre, SAS
6 * Author: Jerome Brunet <jbrunet@baylibre.com>
9 #ifndef __MESON64_ANDROID_CONFIG_H
10 #define __MESON64_ANDROID_CONFIG_H
12 #include <linux/sizes.h>
14 #define CONFIG_SYS_MALLOC_LEN SZ_128M
16 #ifndef BOOT_PARTITION
17 #define BOOT_PARTITION "boot"
20 #ifndef LOGO_PARTITION
21 #define LOGO_PARTITION "logo"
24 #ifndef CONTROL_PARTITION
25 #define CONTROL_PARTITION "misc"
28 #if defined(CONFIG_CMD_AVB)
29 #define AVB_VERIFY_CHECK \
30 "if test \"${force_avb}\" -eq 1; then " \
31 "if run avb_verify; then " \
32 "echo AVB verification OK.;" \
33 "setenv bootargs \"$bootargs $avb_bootargs\";" \
35 "echo AVB verification failed.;" \
38 "setenv bootargs \"$bootargs androidboot.verifiedbootstate=orange\";" \
39 "echo Running without AVB...; "\
42 #define AVB_VERIFY_CMD "avb_verify=avb init ${mmcdev}; avb verify $slot_suffix;\0"
44 #define AVB_VERIFY_CHECK ""
45 #define AVB_VERIFY_CMD ""
48 #if defined(CONFIG_CMD_AB_SELECT)
49 #define ANDROIDBOOT_GET_CURRENT_SLOT_CMD "get_current_slot=" \
50 "if part number mmc ${mmcdev} " CONTROL_PARTITION " control_part_number; " \
52 "echo " CONTROL_PARTITION \
53 " partition number:${control_part_number};" \
54 "ab_select current_slot mmc ${mmcdev}:${control_part_number};" \
56 "echo " CONTROL_PARTITION " partition not found;" \
59 #define AB_SELECT_SLOT \
60 "run get_current_slot; " \
61 "if test -e \"${current_slot}\"; " \
63 "setenv slot_suffix _${current_slot}; " \
65 "echo current_slot not found;" \
69 #define AB_SELECT_ARGS \
70 "setenv bootargs_ab androidboot.slot_suffix=${slot_suffix}; " \
71 "echo A/B cmdline addition: ${bootargs_ab};" \
72 "setenv bootargs ${bootargs} ${bootargs_ab};"
74 #define AB_BOOTARGS " androidboot.force_normal_boot=1"
75 #define RECOVERY_PARTITION "boot"
77 #define AB_SELECT_SLOT ""
78 #define AB_SELECT_ARGS " "
79 #define ANDROIDBOOT_GET_CURRENT_SLOT_CMD ""
80 #define AB_BOOTARGS " "
81 #define RECOVERY_PARTITION "recovery"
84 #define BOOTENV_DEV_FASTBOOT(devtypeu, devtypel, instance) \
86 "setenv run_fastboot 0;" \
87 "if test \"${boot_source}\" = \"usb\"; then " \
88 "echo Fastboot forced by usb rom boot;" \
89 "setenv run_fastboot 1;" \
91 "if gpt verify mmc ${mmcdev} ${partitions}; then; " \
93 "echo Broken MMC partition scheme;" \
94 "setenv run_fastboot 1;" \
96 "if bcb load " __stringify(CONFIG_FASTBOOT_FLASH_MMC_DEV) " " \
97 CONTROL_PARTITION "; then " \
98 "if bcb test command = bootonce-bootloader; then " \
99 "echo BCB: Bootloader boot...; " \
100 "bcb clear command; bcb store; " \
101 "setenv run_fastboot 1;" \
103 "if bcb test command = boot-fastboot; then " \
104 "echo BCB: fastboot userspace boot...; " \
105 "setenv force_recovery 1;" \
108 "echo Warning: BCB is corrupted or does not exist; " \
110 "if test \"${run_fastboot}\" -eq 1; then " \
111 "echo Running Fastboot...;" \
112 "fastboot " __stringify(CONFIG_FASTBOOT_USB_DEV) "; " \
115 #define BOOTENV_DEV_NAME_FASTBOOT(devtypeu, devtypel, instance) \
118 #define BOOTENV_DEV_RECOVERY(devtypeu, devtypel, instance) \
119 "bootcmd_recovery=" \
120 "pinmux dev pinctrl@14;" \
121 "pinmux dev pinctrl@40;" \
122 "setenv run_recovery 0;" \
123 "if run check_button; then " \
124 "echo Recovery button is pressed;" \
125 "setenv run_recovery 1;" \
127 "if bcb load " __stringify(CONFIG_FASTBOOT_FLASH_MMC_DEV) " " \
128 CONTROL_PARTITION "; then " \
129 "if bcb test command = boot-recovery; then " \
130 "echo BCB: Recovery boot...; " \
131 "setenv run_recovery 1;" \
134 "echo Warning: BCB is corrupted or does not exist; " \
136 "if test \"${skip_recovery}\" -eq 1; then " \
137 "echo Recovery skipped by environment;" \
138 "setenv run_recovery 0;" \
140 "if test \"${force_recovery}\" -eq 1; then " \
141 "echo Recovery forced by environment;" \
142 "setenv run_recovery 1;" \
144 "if test \"${run_recovery}\" -eq 1; then " \
145 "echo Running Recovery...;" \
146 "mmc dev ${mmcdev};" \
147 "setenv bootargs \"${bootargs} androidboot.serialno=${serial#}\";" \
151 "part start mmc ${mmcdev} " RECOVERY_PARTITION "${slot_suffix} boot_start;" \
152 "part size mmc ${mmcdev} " RECOVERY_PARTITION "${slot_suffix} boot_size;" \
153 "if mmc read ${loadaddr} ${boot_start} ${boot_size}; then " \
154 "echo Running Android Recovery...;" \
155 "bootm ${loadaddr};" \
157 "echo Failed to boot Android...;" \
161 #define BOOTENV_DEV_NAME_RECOVERY(devtypeu, devtypel, instance) \
164 #define BOOTENV_DEV_SYSTEM(devtypeu, devtypel, instance) \
166 "echo Loading Android " BOOT_PARTITION " partition...;" \
167 "mmc dev ${mmcdev};" \
168 "setenv bootargs ${bootargs} androidboot.serialno=${serial#};" \
172 "part start mmc ${mmcdev} " BOOT_PARTITION "${slot_suffix} boot_start;" \
173 "part size mmc ${mmcdev} " BOOT_PARTITION "${slot_suffix} boot_size;" \
174 "if mmc read ${loadaddr} ${boot_start} ${boot_size}; then " \
175 "setenv bootargs \"${bootargs} " AB_BOOTARGS "\" ; " \
176 "echo Running Android...;" \
177 "bootm ${loadaddr};" \
179 "echo Failed to boot Android...;" \
182 #define BOOTENV_DEV_NAME_SYSTEM(devtypeu, devtypel, instance) \
185 #define BOOT_TARGET_DEVICES(func) \
186 func(FASTBOOT, fastboot, na) \
187 func(RECOVERY, recovery, na) \
188 func(SYSTEM, system, na) \
190 #define PREBOOT_LOAD_LOGO \
191 "if test \"${boot_source}\" != \"usb\" && " \
192 "gpt verify mmc ${mmcdev} ${partitions}; then; " \
193 "mmc dev ${mmcdev};" \
194 "part start mmc ${mmcdev} " LOGO_PARTITION " boot_start;" \
195 "part size mmc ${mmcdev} " LOGO_PARTITION " boot_size;" \
196 "if mmc read ${loadaddr} ${boot_start} ${boot_size}; then " \
197 "bmp display ${loadaddr} m m;" \
201 #define CONFIG_EXTRA_ENV_SETTINGS \
202 "partitions=" PARTS_DEFAULT "\0" \
204 ANDROIDBOOT_GET_CURRENT_SLOT_CMD \
207 "gpio_recovery=88\0" \
208 "check_button=gpio input ${gpio_recovery};test $? -eq 0;\0" \
209 "load_logo=" PREBOOT_LOAD_LOGO "\0" \
210 "stdin=" STDIN_CFG "\0" \
211 "stdout=" STDOUT_CFG "\0" \
212 "stderr=" STDOUT_CFG "\0" \
213 "loadaddr=0x01000000\0" \
214 "fdt_addr_r=0x01000000\0" \
215 "scriptaddr=0x08000000\0" \
216 "kernel_addr_r=0x01080000\0" \
217 "pxefile_addr_r=0x01080000\0" \
218 "ramdisk_addr_r=0x13000000\0" \
219 "fdtfile=amlogic/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
222 #include <configs/meson64.h>
224 #endif /* __MESON64_ANDROID_CONFIG_H */