blob: 43385e4a4daf3ceebbf9e44a61216cdd9db46d80 [file] [log] [blame]
Umang Agrawalabccfc92017-12-19 12:05:27 +05301/* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +05302 *
3 * Redistribution and use in source and binary forms, with or without
4 * modification, are permitted provided that the following conditions are
5 * met:
6 * * Redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer.
8 * * Redistributions in binary form must reproduce the above
9 * copyright notice, this list of conditions and the following
10 * disclaimer in the documentation and/or other materials provided
11 * with the distribution.
12 * * Neither the name of The Linux Foundation nor the names of its
13 * contributors may be used to endorse or promote products derived
14 * from this software without specific prior written permission.
15 *
16 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
20 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
23 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
24 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
25 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
26 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 */
28
29#include <debug.h>
30#include <platform/iomap.h>
31#include <reg.h>
32#include <target.h>
33#include <platform.h>
34#include <uart_dm.h>
35#include <mmc.h>
36#include <platform/gpio.h>
37#include <dev/keys.h>
38#include <spmi_v2.h>
39#include <pm8x41.h>
P.V. Phani Kumara053a322015-08-13 18:36:05 +053040#include <pm8x41_hw.h>
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +053041#include <board.h>
42#include <baseband.h>
43#include <hsusb.h>
44#include <scm.h>
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +053045#include <platform/irqs.h>
46#include <platform/clock.h>
P.V. Phani Kumara053a322015-08-13 18:36:05 +053047#include <platform/timer.h>
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +053048#include <crypto5_wrapper.h>
49#include <partition_parser.h>
50#include <stdlib.h>
P.V. Phani Kumara053a322015-08-13 18:36:05 +053051#include <rpm-smd.h>
52#include <spmi.h>
53#include <sdhci_msm.h>
54#include <clock.h>
P.V. Phani Kumar77826d32015-12-26 20:56:35 +053055#include <boot_device.h>
56#include <secapp_loader.h>
57#include <rpmb.h>
58#include <smem.h>
59#include <qmp_phy.h>
60#include <qusb2_phy.h>
Padmanabhan Komanduru0104a892016-01-22 16:58:10 +053061#include "target/display.h"
Sourabh Banerjee51695cc2018-02-27 09:40:30 +053062#include "recovery.h"
63#include <ab_partition_parser.h>
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +053064
65#if LONG_PRESS_POWER_ON
66#include <shutdown_detect.h>
67#endif
68
c_wufeng41310ae2016-01-14 17:59:22 +080069#if PON_VIB_SUPPORT
70#include <vibrator.h>
71#define VIBRATE_TIME 250
72#endif
73
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +053074#define PMIC_ARB_CHANNEL_NUM 0
75#define PMIC_ARB_OWNER_ID 0
76#define TLMM_VOL_UP_BTN_GPIO 85
77
78#define FASTBOOT_MODE 0x77665500
P.V. Phani Kumar77826d32015-12-26 20:56:35 +053079#define RECOVERY_MODE 0x77665502
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +053080#define PON_SOFT_RB_SPARE 0x88F
Sourabh Banerjee51695cc2018-02-27 09:40:30 +053081
82#if VERITY_LE
83#define ROOTDEV_CMDLINE " root=/dev/dm-0 dm=\"system none ro,0 1 android-verity /dev/mmcblk0p"
84#else
85#define ROOTDEV_CMDLINE " root=/dev/mmcblk0p"
86#endif
87
88#define RECOVERY_ROOTDEV_CMDLINE " root=/dev/mmcblk0p"
89#define ROOTDEV_FSTYPE_CMDLINE (" rootfstype=ext4 ")
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +053090
P.V. Phani Kumar77826d32015-12-26 20:56:35 +053091#define CE1_INSTANCE 1
92#define CE_EE 1
93#define CE_FIFO_SIZE 64
94#define CE_READ_PIPE 3
95#define CE_WRITE_PIPE 2
96#define CE_READ_PIPE_LOCK_GRP 0
97#define CE_WRITE_PIPE_LOCK_GRP 0
98#define CE_ARRAY_SIZE 20
99
Vijay Kumar Pendoti7e9226c2016-09-21 20:49:21 +0530100#define SMBCHG_USB_RT_STS 0x21310
101#define USBIN_UV_RT_STS BIT(0)
Umang Agrawalabccfc92017-12-19 12:05:27 +0530102#define USBIN_UV_RT_STS_PMI632 BIT(2)
Vijay Kumar Pendoti7e9226c2016-09-21 20:49:21 +0530103
P.V. Phani Kumara053a322015-08-13 18:36:05 +0530104struct mmc_device *dev;
105
106static uint32_t mmc_pwrctl_base[] =
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530107 { MSM_SDC1_BASE, MSM_SDC2_BASE };
108
P.V. Phani Kumara053a322015-08-13 18:36:05 +0530109static uint32_t mmc_sdhci_base[] =
110 { MSM_SDC1_SDHCI_BASE, MSM_SDC2_SDHCI_BASE };
111
112static uint32_t mmc_sdc_pwrctl_irq[] =
113 { SDCC1_PWRCTL_IRQ, SDCC2_PWRCTL_IRQ };
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530114
115void target_early_init(void)
116{
117#if WITH_DEBUG_UART
P.V. Phani Kumar2e4eeae2015-12-31 16:52:54 +0530118 uart_dm_init(1, 0, BLSP1_UART0_BASE);
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530119#endif
120}
121
anisha agarwalebc52bc2016-07-08 15:50:00 -0700122#if _APPEND_CMDLINE
Sourabh Banerjee51695cc2018-02-27 09:40:30 +0530123/*
124 get_target_boot_params: appends bootparam as per following conditions:
125
126 1. Always appends "rootfstype=ext4", if it is emmc boot path.
127
128 2. Appends more bootparams only if multi-slot is not supported
129 2.1 If booting into recovery:
130 rootfstype=ext4 root=/dev/mmcblk0p<NN>
131 where: root=/dev/mmcblk0p<NN> is block device to "recoveryfs" partition
132
133 2.2 If booting into normal boot path:
134 2.2.1 If verity is enabled:
135 root=/dev/dm-0 dm=\"system none ro,0 1 android-verity /dev/mmcblk0p<NN>
136 where: root=/dev/mmcblk0p<NN> is block device to "system" partition
137
138 2.2.2 If verity is not enabled
139 rootfstype=ext4 root=/dev/mmcblk0p<NN>
140 where: root=/dev/mmcblk0p<NN> is block device to "system" partition
141*/
anisha agarwalebc52bc2016-07-08 15:50:00 -0700142int get_target_boot_params(const char *cmdline, const char *part, char **buf)
143{
144 int system_ptn_index = -1;
145 uint32_t buflen;
146 int ret = -1;
147
148 if (!cmdline || !part ) {
149 dprintf(CRITICAL, "WARN: Invalid input param\n");
150 return -1;
151 }
152
153 if (!strstr(cmdline, "root=/dev/ram")) /* This check is to handle kdev boot */
154 {
155 if (target_is_emmc_boot()) {
Sourabh Banerjee51695cc2018-02-27 09:40:30 +0530156 /*
157 Calculate length for "rootfstype=ext4"
158 The "rootfstype=ext4" is appended to kernel commandline in all conditions
159 The conditions are subsequently documented.
160 */
161 buflen = sizeof(ROOTDEV_FSTYPE_CMDLINE);
162
163 /*
164 Append other bootparams to command line
165 only if multi-slot is not supported.
166 */
167 if(!partition_multislot_is_supported()) {
168 /*
169 When booting into recovery append
170 block device number for "recoveryfs"
171 Eventual command line looks like:
172 ...rootfstype=ext4 root=/dev/mmcblk0p<NN>...
173 */
174 if(boot_into_recovery == true) {
175 buflen += strlen(RECOVERY_ROOTDEV_CMDLINE) + sizeof(int) + 1;
176 } else {
177 /*
178 When booting normally append command line
179 with verity bootparam only if VERITY_LE is
180 defined. The command line is as follows:
181 ...root=/dev/dm-0 dm=\"system none ro,0 1 android-verity /dev/mmcblk0p<NN>...
182 OR
183 ...root=/dev/mmcblk0p<NN>...
184 */
185 buflen += strlen(ROOTDEV_CMDLINE) + sizeof(int) + 1;
186 }
187 }
188
anisha agarwalebc52bc2016-07-08 15:50:00 -0700189 *buf = (char *)malloc(buflen);
190 if(!(*buf)) {
191 dprintf(CRITICAL,"Unable to allocate memory for boot params\n");
192 return -1;
193 }
194 /* Below is for emmc boot */
195 system_ptn_index = partition_get_index(part) + 1; /* Adding +1 as offsets for eMMC start at 1 and NAND at 0 */
196 if (system_ptn_index < 0) {
197 dprintf(CRITICAL,
Sourabh Banerjee51695cc2018-02-27 09:40:30 +0530198 "WARN: Cannot get partition index for %s\n", part);
anisha agarwalebc52bc2016-07-08 15:50:00 -0700199 free(*buf);
200 return -1;
201 }
Sourabh Banerjee51695cc2018-02-27 09:40:30 +0530202
203 if(!partition_multislot_is_supported()) {
204 if(boot_into_recovery == true) {
205 snprintf(*buf, buflen, "%s %s%d", ROOTDEV_FSTYPE_CMDLINE,
206 RECOVERY_ROOTDEV_CMDLINE, system_ptn_index);
207 } else {
208 snprintf(*buf, buflen, "%s %s%d", ROOTDEV_FSTYPE_CMDLINE,
209 ROOTDEV_CMDLINE, system_ptn_index);
210 }
211 }
212
anisha agarwalebc52bc2016-07-08 15:50:00 -0700213 ret = 0;
214 }
215 }
216 /*in success case buf will be freed in the calling function of this*/
217 return ret;
218}
219#endif
220
P.V. Phani Kumara053a322015-08-13 18:36:05 +0530221static void set_sdc_power_ctrl()
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530222{
P.V. Phani Kumara053a322015-08-13 18:36:05 +0530223 /* Drive strength configs for sdc pins */
224 struct tlmm_cfgs sdc1_hdrv_cfg[] =
225 {
226 { SDC1_CLK_HDRV_CTL_OFF, TLMM_CUR_VAL_16MA, TLMM_HDRV_MASK, 0},
227 { SDC1_CMD_HDRV_CTL_OFF, TLMM_CUR_VAL_10MA, TLMM_HDRV_MASK, 0},
228 { SDC1_DATA_HDRV_CTL_OFF, TLMM_CUR_VAL_10MA, TLMM_HDRV_MASK , 0},
229 };
230
231 /* Pull configs for sdc pins */
232 struct tlmm_cfgs sdc1_pull_cfg[] =
233 {
234 { SDC1_CLK_PULL_CTL_OFF, TLMM_NO_PULL, TLMM_PULL_MASK, 0},
235 { SDC1_CMD_PULL_CTL_OFF, TLMM_PULL_UP, TLMM_PULL_MASK, 0},
236 { SDC1_DATA_PULL_CTL_OFF, TLMM_PULL_UP, TLMM_PULL_MASK, 0},
237 };
238
239 struct tlmm_cfgs sdc1_rclk_cfg[] =
240 {
241 { SDC1_RCLK_PULL_CTL_OFF, TLMM_PULL_DOWN, TLMM_PULL_MASK, 0},
242 };
243
244 /* Set the drive strength & pull control values */
245 tlmm_set_hdrive_ctrl(sdc1_hdrv_cfg, ARRAY_SIZE(sdc1_hdrv_cfg));
246 tlmm_set_pull_ctrl(sdc1_pull_cfg, ARRAY_SIZE(sdc1_pull_cfg));
247 tlmm_set_pull_ctrl(sdc1_rclk_cfg, ARRAY_SIZE(sdc1_rclk_cfg));
248}
249
250void target_sdc_init()
251{
252 struct mmc_config_data config;
253
254 /* Set drive strength & pull ctrl values */
255 set_sdc_power_ctrl();
256
257 config.slot = MMC_SLOT;
258 config.bus_width = DATA_BUS_WIDTH_8BIT;
259 config.max_clk_rate = MMC_CLK_192MHZ;
260 config.sdhc_base = mmc_sdhci_base[config.slot - 1];
261 config.pwrctl_base = mmc_pwrctl_base[config.slot - 1];
262 config.pwr_irq = mmc_sdc_pwrctl_irq[config.slot - 1];
263 config.hs400_support = 1;
264
265 if (!(dev = mmc_init(&config))) {
266 /* Try different config. values */
267 config.max_clk_rate = MMC_CLK_200MHZ;
268 config.sdhc_base = mmc_sdhci_base[config.slot - 1];
269 config.pwrctl_base = mmc_pwrctl_base[config.slot - 1];
270 config.pwr_irq = mmc_sdc_pwrctl_irq[config.slot - 1];
271 config.hs400_support = 0;
272
273 if (!(dev = mmc_init(&config))) {
274 dprintf(CRITICAL, "mmc init failed!");
275 ASSERT(0);
276 }
277 }
278}
279
280void *target_mmc_device()
281{
282 return (void *) dev;
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530283}
284
285/* Return 1 if vol_up pressed */
Gaurav Nebhwanid9dd0342016-01-28 16:35:55 +0530286int target_volume_up()
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530287{
288 uint8_t status = 0;
289
290 gpio_tlmm_config(TLMM_VOL_UP_BTN_GPIO, 0, GPIO_INPUT, GPIO_PULL_UP, GPIO_2MA, GPIO_ENABLE);
291
292 /* Wait for the gpio config to take effect - debounce time */
293 thread_sleep(10);
294
295 /* Get status of GPIO */
296 status = gpio_status(TLMM_VOL_UP_BTN_GPIO);
297
298 /* Active high signal. */
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530299 return !status;
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530300}
301
302/* Return 1 if vol_down pressed */
303uint32_t target_volume_down()
304{
305 /* Volume down button tied in with PMIC RESIN. */
306 return pm8x41_resin_status();
307}
308
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530309uint32_t target_is_pwrkey_pon_reason()
310{
Umang Agrawalabccfc92017-12-19 12:05:27 +0530311 uint32_t pmic = target_get_pmic();
312 uint8_t pon_reason = 0;
Umang Agrawalabccfc92017-12-19 12:05:27 +0530313 bool usb_present_sts = 1;
314
315 if (pmic == PMIC_IS_PMI632)
316 {
Umang Agrawal5f14ae42018-02-21 15:51:18 +0530317 pon_reason = pmi632_get_pon_reason();
Umang Agrawalabccfc92017-12-19 12:05:27 +0530318 usb_present_sts = !(USBIN_UV_RT_STS_PMI632 &
Vijay Kumar Pendoti7e9226c2016-09-21 20:49:21 +0530319 pm8x41_reg_read(SMBCHG_USB_RT_STS));
Umang Agrawalabccfc92017-12-19 12:05:27 +0530320 }
321 else
322 {
323 pon_reason = pm8950_get_pon_reason();
Umang Agrawal5f14ae42018-02-21 15:51:18 +0530324 usb_present_sts = !(USBIN_UV_RT_STS &
Umang Agrawalabccfc92017-12-19 12:05:27 +0530325 pm8x41_reg_read(SMBCHG_USB_RT_STS));
326 }
327
Umang Agrawal5f14ae42018-02-21 15:51:18 +0530328 if (pm8x41_get_is_cold_boot() && ((pon_reason == KPDPWR_N) ||
Umang Agrawalabccfc92017-12-19 12:05:27 +0530329 (pon_reason == (KPDPWR_N|PON1))))
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530330 return 1;
Vijay Kumar Pendoti7e9226c2016-09-21 20:49:21 +0530331 else if ((pon_reason == PON1) && (!usb_present_sts))
332 return 1;
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530333 else
334 return 0;
335}
336
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530337static void target_keystatus()
338{
339 keys_init();
340
341 if(target_volume_down())
342 keys_post_event(KEY_VOLUMEDOWN, 1);
343
344 if(target_volume_up())
345 keys_post_event(KEY_VOLUMEUP, 1);
346}
347
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530348void target_init(void)
349{
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530350 dprintf(INFO, "target_init()\n");
351
352 spmi_init(PMIC_ARB_CHANNEL_NUM, PMIC_ARB_OWNER_ID);
353
354 target_keystatus();
355
P.V. Phani Kumara053a322015-08-13 18:36:05 +0530356 target_sdc_init();
357 if (partition_read_table())
358 {
359 dprintf(CRITICAL, "Error reading the partition table info\n");
360 ASSERT(0);
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530361 }
P.V. Phani Kumara053a322015-08-13 18:36:05 +0530362
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530363#if LONG_PRESS_POWER_ON
Umang Agrawalabccfc92017-12-19 12:05:27 +0530364 if (target_is_pmi_enabled())
365 shutdown_detect();
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530366#endif
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530367
c_wufeng41310ae2016-01-14 17:59:22 +0800368#if PON_VIB_SUPPORT
Umang Agrawalabccfc92017-12-19 12:05:27 +0530369 if (target_is_pmi_enabled())
370 vib_timed_turn_on(VIBRATE_TIME);
c_wufeng41310ae2016-01-14 17:59:22 +0800371#endif
372
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530373
374 if (target_use_signed_kernel())
375 target_crypto_init_params();
376
Mayank Grover8b2f19a2017-10-26 12:12:17 +0530377 if (VB_M <= target_get_vb_version())
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530378 {
Mayank Grover6878e012017-09-06 11:04:03 +0530379 clock_ce_enable(CE1_INSTANCE);
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530380
Mayank Grover6878e012017-09-06 11:04:03 +0530381 /* Initialize Qseecom */
382 if (qseecom_init() < 0)
383 {
384 dprintf(CRITICAL, "Failed to initialize qseecom\n");
385 ASSERT(0);
386 }
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530387
Mayank Grover6878e012017-09-06 11:04:03 +0530388 /* Start Qseecom */
389 if (qseecom_tz_init() < 0)
390 {
391 dprintf(CRITICAL, "Failed to start qseecom\n");
392 ASSERT(0);
393 }
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530394
Mayank Grover6878e012017-09-06 11:04:03 +0530395 if (rpmb_init() < 0)
396 {
397 dprintf(CRITICAL, "RPMB init failed\n");
398 ASSERT(0);
399 }
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530400
Mayank Grover6878e012017-09-06 11:04:03 +0530401 /*
402 * Load the sec app for first time
403 */
404 if (load_sec_app() < 0)
405 {
406 dprintf(CRITICAL, "Failed to load App for verified\n");
407 ASSERT(0);
408 }
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530409 }
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530410
411#if SMD_SUPPORT
412 rpm_smd_init();
413#endif
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530414}
415
416void target_serialno(unsigned char *buf)
417{
418 uint32_t serialno;
419 if (target_is_emmc_boot()) {
420 serialno = mmc_get_psn();
421 snprintf((char *)buf, 13, "%x", serialno);
422 }
423}
424
425unsigned board_machtype(void)
426{
P.V. Phani Kumara053a322015-08-13 18:36:05 +0530427 return LINUX_MACHTYPE_UNKNOWN;
428}
429
430/* Detect the target type */
431void target_detect(struct board_data *board)
432{
433 /* This is already filled as part of board.c */
434}
435
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530436/* Detect the modem type */
P.V. Phani Kumara053a322015-08-13 18:36:05 +0530437void target_baseband_detect(struct board_data *board)
438{
439 uint32_t platform;
440
441 platform = board->platform;
442
443 switch(platform) {
Gaurav Nebhwani6c945a42016-02-16 17:26:51 +0530444 case MSM8953:
Mayank Grover759e0b02017-04-11 11:59:06 +0530445 case SDM450:
lijuang2f1c1f52017-12-12 14:44:32 +0800446 case SDM632:
P.V. Phani Kumara053a322015-08-13 18:36:05 +0530447 board->baseband = BASEBAND_MSM;
448 break;
Gaurav Nebhwani6c945a42016-02-16 17:26:51 +0530449 case APQ8053:
Mayank Grover3dc285c2017-12-26 12:47:09 +0530450 case SDA450:
lijuang2f1c1f52017-12-12 14:44:32 +0800451 case SDA632:
Gaurav Nebhwani22a0d9f2015-12-29 13:49:26 +0530452 board->baseband = BASEBAND_APQ;
453 break;
P.V. Phani Kumara053a322015-08-13 18:36:05 +0530454 default:
455 dprintf(CRITICAL, "Platform type: %u is not supported\n",platform);
456 ASSERT(0);
457 };
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530458}
459
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530460unsigned target_baseband()
461{
462 return board_baseband();
463}
lijuang395b5e62015-11-19 17:39:44 +0800464
465int set_download_mode(enum reboot_reason mode)
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530466{
467 int ret = 0;
468 ret = scm_dload_mode(mode);
469
470 pm8x41_clear_pmic_watchdog();
471
472 return ret;
473}
474
475int emmc_recovery_init(void)
476{
477 return _emmc_recovery_init();
478}
479
480unsigned target_pause_for_battery_charge(void)
481{
Umang Agrawalabccfc92017-12-19 12:05:27 +0530482 uint32_t pmic = target_get_pmic();
Umang Agrawal5f14ae42018-02-21 15:51:18 +0530483 uint8_t pon_reason = pm8x41_get_pon_reason();
484 uint8_t is_cold_boot = pm8x41_get_is_cold_boot();
Umang Agrawalabccfc92017-12-19 12:05:27 +0530485 bool usb_present_sts = 1;
486
Umang Agrawal5f14ae42018-02-21 15:51:18 +0530487 if (target_is_pmi_enabled())
Umang Agrawalabccfc92017-12-19 12:05:27 +0530488 {
Umang Agrawal5f14ae42018-02-21 15:51:18 +0530489 if (pmic == PMIC_IS_PMI632)
490 usb_present_sts = !(USBIN_UV_RT_STS_PMI632 &
Zhenhua Huangcf812d72016-01-27 17:27:47 +0800491 pm8x41_reg_read(SMBCHG_USB_RT_STS));
Umang Agrawal5f14ae42018-02-21 15:51:18 +0530492 else
Umang Agrawalabccfc92017-12-19 12:05:27 +0530493 usb_present_sts = !(USBIN_UV_RT_STS &
494 pm8x41_reg_read(SMBCHG_USB_RT_STS));
495 }
496
Zhenhua Huangcf812d72016-01-27 17:27:47 +0800497 dprintf(INFO, "%s : pon_reason is:0x%x cold_boot:%d usb_sts:%d\n", __func__,
498 pon_reason, is_cold_boot, usb_present_sts);
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530499 /* In case of fastboot reboot,adb reboot or if we see the power key
500 * pressed we do not want go into charger mode.
501 * fastboot reboot is warm boot with PON hard reset bit not set
502 * adb reboot is a cold boot with PON hard reset bit set
503 */
504 if (is_cold_boot &&
505 (!(pon_reason & HARD_RST)) &&
506 (!(pon_reason & KPDPWR_N)) &&
Zhenhua Huangcf812d72016-01-27 17:27:47 +0800507 usb_present_sts)
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530508 return 1;
509 else
510 return 0;
511}
512
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530513void target_uninit(void)
514{
515 mmc_put_card_to_sleep(dev);
516 sdhci_mode_disable(&dev->host);
517 if (crypto_initialized())
518 crypto_eng_cleanup();
519
520 if (target_is_ssd_enabled())
521 clock_ce_disable(CE1_INSTANCE);
522
Mayank Grover8b2f19a2017-10-26 12:12:17 +0530523 if (VB_M <= target_get_vb_version())
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530524 {
Mayank Grover6878e012017-09-06 11:04:03 +0530525 if (is_sec_app_loaded())
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530526 {
Mayank Grover6878e012017-09-06 11:04:03 +0530527 if (send_milestone_call_to_tz() < 0)
528 {
529 dprintf(CRITICAL, "Failed to unload App for rpmb\n");
530 ASSERT(0);
531 }
532 }
533
534 if (rpmb_uninit() < 0)
535 {
536 dprintf(CRITICAL, "RPMB uninit failed\n");
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530537 ASSERT(0);
538 }
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530539
Mayank Grover6878e012017-09-06 11:04:03 +0530540 clock_ce_disable(CE1_INSTANCE);
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530541 }
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530542
543#if SMD_SUPPORT
544 rpm_smd_uninit();
545#endif
546}
547
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530548/* UTMI MUX configuration to connect PHY to SNPS controller:
549 * Configure primary HS phy mux to use UTMI interface
550 * (connected to usb30 controller).
551 */
552static void tcsr_hs_phy_mux_configure(void)
553{
554 uint32_t reg;
555
556 reg = readl(USB2_PHY_SEL);
557
558 writel(reg | 0x1, USB2_PHY_SEL);
559}
560
561/* configure hs phy mux if using dwc controller */
562void target_usb_phy_mux_configure(void)
563{
564 if(!strcmp(target_usb_controller(), "dwc"))
565 {
566 tcsr_hs_phy_mux_configure();
567 }
568}
569
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530570void target_usb_phy_reset()
571{
572
573 usb30_qmp_phy_reset();
574 qusb2_phy_reset();
575}
576
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530577/* Initialize target specific USB handlers */
578target_usb_iface_t* target_usb30_init()
579{
580 target_usb_iface_t *t_usb_iface;
581
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530582 t_usb_iface = (target_usb_iface_t *) calloc(1, sizeof(target_usb_iface_t));
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530583 ASSERT(t_usb_iface);
584
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530585 t_usb_iface->mux_config = NULL;
586 t_usb_iface->phy_init = usb30_qmp_phy_init;
587 t_usb_iface->phy_reset = target_usb_phy_reset;
588 t_usb_iface->clock_init = clock_usb30_init;
589 t_usb_iface->vbus_override = 1;
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +0530590
591 return t_usb_iface;
592}
593
594/* identify the usb controller to be used for the target */
595const char * target_usb_controller()
596{
597 return "dwc";
598}
P.V. Phani Kumara053a322015-08-13 18:36:05 +0530599
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530600/* Do any target specific intialization needed before entering fastboot mode */
601void target_fastboot_init(void)
602{
603 if (target_is_ssd_enabled()) {
604 clock_ce_enable(CE1_INSTANCE);
605 target_load_ssd_keystore();
606 }
607}
608
609void target_load_ssd_keystore(void)
610{
611 uint64_t ptn;
612 int index;
613 uint64_t size;
614 uint32_t *buffer = NULL;
615
616 if (!target_is_ssd_enabled())
617 return;
618
619 index = partition_get_index("ssd");
620
621 ptn = partition_get_offset(index);
622 if (ptn == 0){
623 dprintf(CRITICAL, "Error: ssd partition not found\n");
624 return;
625 }
626
627 size = partition_get_size(index);
628 if (size == 0) {
629 dprintf(CRITICAL, "Error: invalid ssd partition size\n");
630 return;
631 }
632
633 buffer = memalign(CACHE_LINE, ROUNDUP(size, CACHE_LINE));
634 if (!buffer) {
635 dprintf(CRITICAL, "Error: allocating memory for ssd buffer\n");
636 return;
637 }
638
639 if (mmc_read(ptn, buffer, size)) {
640 dprintf(CRITICAL, "Error: cannot read data\n");
641 free(buffer);
642 return;
643 }
644
645 clock_ce_enable(CE1_INSTANCE);
646 scm_protect_keystore(buffer, size);
647 clock_ce_disable(CE1_INSTANCE);
648 free(buffer);
649}
P.V. Phani Kumara053a322015-08-13 18:36:05 +0530650
651crypto_engine_type board_ce_type(void)
652{
653 return CRYPTO_ENGINE_TYPE_HW;
654}
655
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530656/* Set up params for h/w CE. */
657void target_crypto_init_params()
658{
659 struct crypto_init_params ce_params;
660
661 /* Set up base addresses and instance. */
662 ce_params.crypto_instance = CE1_INSTANCE;
663 ce_params.crypto_base = MSM_CE1_BASE;
664 ce_params.bam_base = MSM_CE1_BAM_BASE;
665
666 /* Set up BAM config. */
667 ce_params.bam_ee = CE_EE;
668 ce_params.pipes.read_pipe = CE_READ_PIPE;
669 ce_params.pipes.write_pipe = CE_WRITE_PIPE;
670 ce_params.pipes.read_pipe_grp = CE_READ_PIPE_LOCK_GRP;
671 ce_params.pipes.write_pipe_grp = CE_WRITE_PIPE_LOCK_GRP;
672
673 /* Assign buffer sizes. */
674 ce_params.num_ce = CE_ARRAY_SIZE;
675 ce_params.read_fifo_size = CE_FIFO_SIZE;
676 ce_params.write_fifo_size = CE_FIFO_SIZE;
677
678 /* BAM is initialized by TZ for this platform.
679 * Do not do it again as the initialization address space
680 * is locked.
681 */
682 ce_params.do_bam_init = 0;
683
684 crypto_init_params(&ce_params);
685}
P.V. Phani Kumara053a322015-08-13 18:36:05 +0530686
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530687uint32_t target_get_pmic()
688{
Umang Agrawalabccfc92017-12-19 12:05:27 +0530689 if (target_is_pmi_enabled()) {
690 uint32_t pmi_type = board_pmic_target(1) & 0xffff;
691 if (pmi_type == PMIC_IS_PMI632)
692 return PMIC_IS_PMI632;
693 else
694 return PMIC_IS_PMI8950;
695 }
696 else {
697 return PMIC_IS_UNKNOWN;
698 }
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530699}
700
Umang Agrawal89f6dcb2018-01-03 19:07:47 +0530701void pmic_reset_configure(uint8_t reset_type)
702{
703 uint32_t pmi_type;
704
705 pmi_type = target_get_pmic();
706 if (pmi_type == PMIC_IS_PMI632)
707 pmi632_reset_configure(reset_type);
708 else
709 pm8994_reset_configure(reset_type);
710}
711
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530712struct qmp_reg qmp_settings[] =
713{
Mayank Grovere55fe622016-10-13 18:39:05 +0530714 {0x804, 0x01}, /* USB3PHY_PCIE_USB3_PCS_POWER_DOWN_CONTROL */
715
716 /* Common block settings */
717 {0xAC, 0x14}, /* QSERDES_COM_SYSCLK_EN_SEL */
718 {0x34, 0x08}, /* QSERDES_COM_BIAS_EN_CLKBUFLR_EN */
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530719 {0x174, 0x30}, /* QSERDES_COM_CLK_SELECT */
Mayank Grovere55fe622016-10-13 18:39:05 +0530720 {0x70, 0x0F}, /* USB3PHY_QSERDES_COM_BG_TRIM */
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530721 {0x19c, 0x01}, /* QSERDES_COM_SVS_MODE_CLK_SEL */
722 {0x178, 0x00}, /* QSERDES_COM_HSCLK_SEL */
Mayank Grovere55fe622016-10-13 18:39:05 +0530723 {0x194, 0x06}, /* QSERDES_COM_CMN_CONFIG */
724 {0x48, 0x0F}, /* USB3PHY_QSERDES_COM_PLL_IVCO */
725 {0x3C, 0x02}, /* QSERDES_COM_SYS_CLK_CTRL */
726
727 /* PLL & Loop filter settings */
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530728 {0xd0, 0x82}, /* QSERDES_COM_DEC_START_MODE0 */
729 {0xdc, 0x55}, /* QSERDES_COM_DIV_FRAC_START1_MODE0 */
730 {0xe0, 0x55}, /* QSERDES_COM_DIV_FRAC_START2_MODE0 */
731 {0xe4, 0x03}, /* QSERDES_COM_DIV_FRAC_START3_MODE0 */
732 {0x78, 0x0b}, /* QSERDES_COM_CP_CTRL_MODE0 */
733 {0x84, 0x16}, /* QSERDES_COM_PLL_RCTRL_MODE0 */
734 {0x90, 0x28}, /* QSERDES_COM_PLL_CCTRL_MODE0 */
735 {0x108, 0x80}, /* QSERDES_COM_INTEGLOOP_GAIN0_MODE0 */
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530736 {0x4c, 0x15}, /* QSERDES_COM_LOCK_CMP1_MODE0 */
737 {0x50, 0x34}, /* QSERDES_COM_LOCK_CMP2_MODE0 */
738 {0x54, 0x00}, /* QSERDES_COM_LOCK_CMP3_MODE0 */
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530739 {0x18c, 0x00}, /* QSERDES_COM_CORE_CLK_EN */
740 {0xcc, 0x00}, /* QSERDES_COM_LOCK_CMP_CFG */
741 {0x128, 0x00}, /* QSERDES_COM_VCO_TUNE_MAP */
742 {0x0C, 0x0A}, /* QSERDES_COM_BG_TIMER */
Mayank Grovere55fe622016-10-13 18:39:05 +0530743
744 /* SSC Settings */
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530745 {0x10, 0x01}, /* QSERDES_COM_SSC_EN_CENTER */
746 {0x1c, 0x31}, /* QSERDES_COM_SSC_PER1 */
747 {0x20, 0x01}, /* QSERDES_COM_SSC_PER2 */
748 {0x14, 0x00}, /* QSERDES_COM_SSC_ADJ_PER1 */
749 {0x18, 0x00}, /* QSERDES_COM_SSC_ADJ_PER2 */
750 {0x24, 0xde}, /* QSERDES_COM_SSC_STEP_SIZE1 */
751 {0x28, 0x07}, /* QSERDES_COM_SSC_STEP_SIZE2 */
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530752
753 /* Rx Settings */
Mayank Grovere55fe622016-10-13 18:39:05 +0530754 {0x41C, 0x06}, /* QSERDES_RX_UCDR_SO_GAIN */
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530755 {0x4d8, 0x02}, /* QSERDES_RX_RX_EQU_ADAPTOR_CNTRL2 */
Mayank Grovere55fe622016-10-13 18:39:05 +0530756 {0x4dc, 0x4c}, /* QSERDES_RX_RX_EQU_ADAPTOR_CNTRL3 */
757 {0x4e0, 0xb8}, /* QSERDES_RX_RX_EQU_ADAPTOR_CNTRL4 */
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530758 {0x508, 0x77}, /* QSERDES_RX_RX_EQ_OFFSET_ADAPTOR_CNTRL1 */
759 {0x50c, 0x80}, /* QSERDES_RX_RX_OFFSET_ADAPTOR_CNTRL2 */
760 {0x514, 0x03}, /* QSERDES_RX_SIGDET_CNTRL */
761 {0x51c, 0x16}, /* QSERDES_RX_SIGDET_DEGLITCH_CNTRL */
Mayank Grovere55fe622016-10-13 18:39:05 +0530762 {0x510, 0x0C}, /* QSERDES_RX_SIGDET_ENABLES */
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530763
764 /* Tx settings */
765 {0x268, 0x45}, /* QSERDES_TX_HIGHZ_TRANSCEIVEREN_BIAS_DRVR_EN */
766 {0x2ac, 0x12}, /* QSERDES_TX_RCV_DETECT_LVL_2 */
767 {0x294, 0x06}, /* QSERDES_TX_LANE_MODE */
Mayank Grovere55fe622016-10-13 18:39:05 +0530768 {0x824, 0x15}, /* PCIE_USB3_PCS_TXDEEMPH_M6DB_V0 */
769 {0x828, 0x0E}, /* PCIE_USB3_PCS_TXDEEMPH_M3P5DB_V0 */
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530770
771 /* FLL settings */
772 {0x8c8, 0x83}, /* PCIE_USB3_PCS_FLL_CNTRL2 */
773 {0x8c4, 0x02}, /* PCIE_USB3_PCS_FLL_CNTRL1 */
774 {0x8cc, 0x09}, /* PCIE_USB3_PCS_FLL_CNT_VAL_L */
775 {0x8D0, 0xA2}, /* PCIE_USB3_PCS_FLL_CNT_VAL_H_TOL */
776 {0x8D4, 0x85}, /* PCIE_USB3_PCS_FLL_MAN_CODE */
777
778 /* PCS Settings */
779 {0x880, 0xD1}, /* PCIE_USB3_PCS_LOCK_DETECT_CONFIG1 */
780 {0x884, 0x1F}, /* PCIE_USB3_PCS_LOCK_DETECT_CONFIG2 */
781 {0x888, 0x47}, /* PCIE_USB3_PCS_LOCK_DETECT_CONFIG3 */
Mayank Grovere55fe622016-10-13 18:39:05 +0530782 {0x864, 0x1B}, /* PCIE_USB3_PCS_POWER_STATE_CONFIG2 */
P.V. Phani Kumar77826d32015-12-26 20:56:35 +0530783 {0x8B8, 0x75}, /* PCIE_USB3_PCS_RXEQTRAINING_WAIT_TIME */
784 {0x8BC, 0x13}, /* PCIE_USB3_PCS_RXEQTRAINING_RUN_TIME */
785 {0x8B0, 0x86}, /* PCIE_USB3_PCS_LFPS_TX_ECSTART_EQTLOCK */
786 {0x8A0, 0x04}, /* PCIE_USB3_PCS_PWRUP_RESET_DLY_TIME_AUXCLK */
787 {0x88C, 0x44}, /* PCIE_USB3_PCS_TSYNC_RSYNC_TIME */
788 {0x870, 0xE7}, /* PCIE_USB3_PCS_RCVR_DTCT_DLY_P1U2_L */
789 {0x874, 0x03}, /* PCIE_USB3_PCS_RCVR_DTCT_DLY_P1U2_H */
790 {0x878, 0x40}, /* PCIE_USB3_PCS_RCVR_DTCT_DLY_U3_L */
791 {0x87c, 0x00}, /* PCIE_USB3_PCS_RCVR_DTCT_DLY_U3_H */
792 {0x9D8, 0x88}, /* PCIE_USB3_PCS_RX_SIGDET_LVL */
793 {0x808, 0x03}, /* PCIE_USB3_PCS_START_CONTROL */
794 {0x800, 0x00}, /* PCIE_USB3_PCS_SW_RESET */
795};
796
797struct qmp_reg *target_get_qmp_settings()
798{
799 return qmp_settings;
800}
801
802int target_get_qmp_regsize()
803{
804 return ARRAY_SIZE(qmp_settings);
805}
Padmanabhan Komanduru0104a892016-01-22 16:58:10 +0530806static uint8_t splash_override;
807/* Returns 1 if target supports continuous splash screen. */
808int target_cont_splash_screen()
809{
810 uint8_t splash_screen = 0;
811 if (!splash_override) {
812 switch (board_hardware_id()) {
813 case HW_PLATFORM_MTP:
814 case HW_PLATFORM_SURF:
815 case HW_PLATFORM_RCM:
816 case HW_PLATFORM_QRD:
817 splash_screen = 1;
818 break;
819 default:
820 splash_screen = 0;
821 break;
822 }
823 dprintf(SPEW, "Target_cont_splash=%d\n", splash_screen);
824 }
825 return splash_screen;
826}
827
828void target_force_cont_splash_disable(uint8_t override)
829{
830 splash_override = override;
831}