blob: 0816e178633dbc2c31b39757ec1f7c5e87971e3b [file] [log] [blame]
lijuang395b5e62015-11-19 17:39:44 +08001/* Copyright (c) 2013-2014, 2016, The Linux Foundation. All rights reserved.
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -08002 *
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>
Channagoud Kadabi25e4d932013-05-10 17:54:29 -070031#include <platform/irqs.h>
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -080032#include <reg.h>
33#include <target.h>
34#include <platform.h>
Aparna Mallavarapu6d4ec9e2014-02-16 02:22:12 +053035#include <dload_util.h>
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -080036#include <uart_dm.h>
37#include <mmc.h>
Deepa Dinamani8ff46f02013-03-20 17:52:14 -070038#include <platform/gpio.h>
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -080039#include <spmi.h>
40#include <board.h>
Deepa Dinamani41803e02013-03-25 11:44:15 -070041#include <smem.h>
42#include <baseband.h>
Deepa Dinamani8ff46f02013-03-20 17:52:14 -070043#include <dev/keys.h>
44#include <pm8x41.h>
Deepa Dinamani98cf8ee2013-03-27 15:16:47 -070045#include <hsusb.h>
richardlb52d3f52013-04-12 17:37:28 -070046#include <kernel/thread.h>
Amol Jadif2139012013-08-23 18:44:10 -070047#include <arch/defines.h>
48#include <stdlib.h>
49#include <scm.h>
50#include <partition_parser.h>
51#include <platform/clock.h>
52#include <platform/timer.h>
Channagoud Kadabida988fd2013-12-04 13:44:42 -080053#include <crypto5_wrapper.h>
lijuang395b5e62015-11-19 17:39:44 +080054#include <scm.h>
Matthew Qinb894e682014-04-10 17:02:45 +080055
56#if LONG_PRESS_POWER_ON
Matthew Qin7e7bb4b2014-03-06 13:20:00 +080057#include <shutdown_detect.h>
Matthew Qinb894e682014-04-10 17:02:45 +080058#endif
59
Matthew Qine91ba6e2014-04-15 13:01:10 +080060#if PON_VIB_SUPPORT
Matthew Qin19ad5362014-03-06 13:42:35 +080061#include <vibrator.h>
Matthew Qine91ba6e2014-04-15 13:01:10 +080062#endif
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -080063
64#define PMIC_ARB_CHANNEL_NUM 0
65#define PMIC_ARB_OWNER_ID 0
66
Channagoud Kadabida988fd2013-12-04 13:44:42 -080067#define CRYPTO_ENGINE_INSTANCE 1
68#define CRYPTO_ENGINE_EE 1
69#define CRYPTO_ENGINE_FIFO_SIZE 64
70#define CRYPTO_ENGINE_READ_PIPE 3
71#define CRYPTO_ENGINE_WRITE_PIPE 2
72#define CRYPTO_READ_PIPE_LOCK_GRP 0
73#define CRYPTO_WRITE_PIPE_LOCK_GRP 0
74#define CRYPTO_ENGINE_CMD_ARRAY_SIZE 20
75
Deepa Dinamani8ff46f02013-03-20 17:52:14 -070076#define TLMM_VOL_UP_BTN_GPIO 72
Matthew Qine91ba6e2014-04-15 13:01:10 +080077
78#if PON_VIB_SUPPORT
Matthew Qin19ad5362014-03-06 13:42:35 +080079#define VIBRATE_TIME 250
Matthew Qine91ba6e2014-04-15 13:01:10 +080080#endif
Deepa Dinamani8ff46f02013-03-20 17:52:14 -070081
Maria Yu00fd3822013-06-26 10:12:54 +080082enum target_subtype {
83 HW_PLATFORM_SUBTYPE_SKUAA = 1,
84 HW_PLATFORM_SUBTYPE_SKUF = 2,
85 HW_PLATFORM_SUBTYPE_SKUAB = 3,
86};
87
Channagoud Kadabi25e4d932013-05-10 17:54:29 -070088static void set_sdc_power_ctrl(void);
89
90static uint32_t mmc_pwrctl_base[] =
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -080091 { MSM_SDC1_BASE, MSM_SDC2_BASE };
92
Channagoud Kadabi25e4d932013-05-10 17:54:29 -070093static uint32_t mmc_sdhci_base[] =
94 { MSM_SDC1_SDHCI_BASE, MSM_SDC2_SDHCI_BASE };
95
96static uint32_t mmc_sdc_pwrctl_irq[] =
97 { SDCC1_PWRCTL_IRQ, SDCC2_PWRCTL_IRQ };
98
99struct mmc_device *dev;
100
vijay kumar0411ca82014-08-08 17:14:52 +0530101void target_crypto_init_params();
102
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -0800103void target_early_init(void)
104{
105#if WITH_DEBUG_UART
Deepa Dinamanid1823b42013-03-21 11:49:35 -0700106 uart_dm_init(2, 0, BLSP1_UART1_BASE);
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -0800107#endif
108}
109
Deepa Dinamani8ff46f02013-03-20 17:52:14 -0700110/* Return 1 if vol_up pressed */
111static int target_volume_up()
112{
113 uint8_t status = 0;
114
115 gpio_tlmm_config(TLMM_VOL_UP_BTN_GPIO, 0, GPIO_INPUT, GPIO_PULL_UP, GPIO_2MA, GPIO_ENABLE);
116
richardlb52d3f52013-04-12 17:37:28 -0700117 /* Wait for the configuration to complete.*/
118 thread_sleep(1);
Deepa Dinamani8ff46f02013-03-20 17:52:14 -0700119 /* Get status of GPIO */
120 status = gpio_status(TLMM_VOL_UP_BTN_GPIO);
121
122 /* Active low signal. */
123 return !status;
124}
125
126/* Return 1 if vol_down pressed */
127uint32_t target_volume_down()
128{
129 /* Volume down button tied in with PMIC RESIN. */
130 return pm8x41_resin_status();
131}
132
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -0800133static void target_keystatus()
134{
Deepa Dinamani8ff46f02013-03-20 17:52:14 -0700135 keys_init();
136
137 if(target_volume_down())
138 keys_post_event(KEY_VOLUMEDOWN, 1);
139
140 if(target_volume_up())
141 keys_post_event(KEY_VOLUMEUP, 1);
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -0800142}
143
Channagoud Kadabi25e4d932013-05-10 17:54:29 -0700144void target_sdc_init()
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -0800145{
Channagoud Kadabi25e4d932013-05-10 17:54:29 -0700146 struct mmc_config_data config;
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -0800147
Channagoud Kadabi25e4d932013-05-10 17:54:29 -0700148 /* Set drive strength & pull ctrl values */
149 set_sdc_power_ctrl();
Deepa Dinamani8ff46f02013-03-20 17:52:14 -0700150
Channagoud Kadabi25e4d932013-05-10 17:54:29 -0700151 config.bus_width = DATA_BUS_WIDTH_8BIT;
152 config.max_clk_rate = MMC_CLK_200MHZ;
153
154 /* Try slot 1*/
155 config.slot = 1;
156 config.sdhc_base = mmc_sdhci_base[config.slot - 1];
157 config.pwrctl_base = mmc_pwrctl_base[config.slot - 1];
158 config.pwr_irq = mmc_sdc_pwrctl_irq[config.slot - 1];
Aparna Mallavarapu1a5c9d52014-03-11 13:48:13 +0530159 config.hs400_support = 0;
Channagoud Kadabi25e4d932013-05-10 17:54:29 -0700160
161 if (!(dev = mmc_init(&config)))
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -0800162 {
Channagoud Kadabi25e4d932013-05-10 17:54:29 -0700163 /* Try slot 2 */
164 config.slot = 2;
165 config.sdhc_base = mmc_sdhci_base[config.slot - 1];
166 config.pwrctl_base = mmc_pwrctl_base[config.slot - 1];
167 config.pwr_irq = mmc_sdc_pwrctl_irq[config.slot - 1];
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -0800168
Channagoud Kadabi25e4d932013-05-10 17:54:29 -0700169 if (!(dev = mmc_init(&config)))
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -0800170 {
171 dprintf(CRITICAL, "mmc init failed!");
172 ASSERT(0);
173 }
174 }
Channagoud Kadabi25e4d932013-05-10 17:54:29 -0700175
176 /* MMC initialization is complete, read the partition table info */
177 if (partition_read_table())
178 {
179 dprintf(CRITICAL, "Error reading the partition table info\n");
180 ASSERT(0);
181 }
182}
183
184void target_init(void)
185{
186 dprintf(INFO, "target_init()\n");
187
188 spmi_init(PMIC_ARB_CHANNEL_NUM, PMIC_ARB_OWNER_ID);
189
190 target_keystatus();
191
192 target_sdc_init();
Aparna Mallavarapu6fe7a902013-09-11 20:19:11 +0530193
Matthew Qinb894e682014-04-10 17:02:45 +0800194#if LONG_PRESS_POWER_ON
Matthew Qin7e7bb4b2014-03-06 13:20:00 +0800195 shutdown_detect();
Matthew Qinb894e682014-04-10 17:02:45 +0800196#endif
Matthew Qin7e7bb4b2014-03-06 13:20:00 +0800197
Matthew Qine91ba6e2014-04-15 13:01:10 +0800198#if PON_VIB_SUPPORT
Matthew Qin19ad5362014-03-06 13:42:35 +0800199 /* turn on vibrator to indicate that phone is booting up to end user */
200 vib_timed_turn_on(VIBRATE_TIME);
Matthew Qine91ba6e2014-04-15 13:01:10 +0800201#endif
Matthew Qin19ad5362014-03-06 13:42:35 +0800202
Channagoud Kadabida988fd2013-12-04 13:44:42 -0800203 if (target_use_signed_kernel())
204 target_crypto_init_params();
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -0800205}
206
Aparna Mallavarapu2ce9f762013-07-30 15:29:12 +0530207void target_uninit(void)
208{
Matthew Qine91ba6e2014-04-15 13:01:10 +0800209#if PON_VIB_SUPPORT
Matthew Qin19ad5362014-03-06 13:42:35 +0800210 /* wait for the vibrator timer is expried */
211 wait_vib_timeout();
Matthew Qine91ba6e2014-04-15 13:01:10 +0800212#endif
Matthew Qin19ad5362014-03-06 13:42:35 +0800213
Channagoud Kadabid93cb812013-12-04 16:37:32 -0800214 mmc_put_card_to_sleep(dev);
215
216 if (crypto_initialized())
217 crypto_eng_cleanup();
Aparna Mallavarapuaeac7982014-09-22 18:36:24 +0530218
219 /* Disable HC mode before jumping to kernel */
220 sdhci_mode_disable(&dev->host);
Aparna Mallavarapu2ce9f762013-07-30 15:29:12 +0530221}
Amol Jadif2139012013-08-23 18:44:10 -0700222
223#define SSD_CE_INSTANCE 1
224
225void target_load_ssd_keystore(void)
226{
227 uint64_t ptn;
228 int index;
229 uint64_t size;
230 uint32_t *buffer;
231
232 if (!target_is_ssd_enabled())
233 return;
234
235 index = partition_get_index("ssd");
236
237 ptn = partition_get_offset(index);
238 if (ptn == 0){
239 dprintf(CRITICAL, "Error: ssd partition not found\n");
240 return;
241 }
242
243 size = partition_get_size(index);
244 if (size == 0) {
245 dprintf(CRITICAL, "Error: invalid ssd partition size\n");
246 return;
247 }
248
249 buffer = memalign(CACHE_LINE, ROUNDUP(size, CACHE_LINE));
250 if (!buffer) {
251 dprintf(CRITICAL, "Error: allocating memory for ssd buffer\n");
252 return;
253 }
254
255 if (mmc_read(ptn, buffer, size)) {
256 dprintf(CRITICAL, "Error: cannot read data\n");
257 free(buffer);
258 return;
259 }
260
261 clock_ce_enable(SSD_CE_INSTANCE);
262 scm_protect_keystore(buffer, size);
263 clock_ce_disable(SSD_CE_INSTANCE);
264 free(buffer);
265}
266
Deepa Dinamani2b795bb2013-03-25 11:31:58 -0700267/* Do any target specific intialization needed before entering fastboot mode */
268void target_fastboot_init(void)
269{
270 /* Set the BOOT_DONE flag in PM8110 */
271 pm8x41_set_boot_done();
Amol Jadif2139012013-08-23 18:44:10 -0700272
273 if (target_is_ssd_enabled()) {
274 clock_ce_enable(SSD_CE_INSTANCE);
275 target_load_ssd_keystore();
276 }
277
Deepa Dinamani2b795bb2013-03-25 11:31:58 -0700278}
279
Deepa Dinamani41803e02013-03-25 11:44:15 -0700280/* Detect the target type */
281void target_detect(struct board_data *board)
282{
Maria Yuca51ee22013-06-27 21:45:24 +0800283 /*
284 * already fill the board->target on board.c
285 */
286
Deepa Dinamani41803e02013-03-25 11:44:15 -0700287}
288
289/* Detect the modem type */
290void target_baseband_detect(struct board_data *board)
291{
292 uint32_t platform;
293 uint32_t platform_subtype;
294
295 platform = board->platform;
296 platform_subtype = board->platform_subtype;
297
298 /*
299 * Look for platform subtype if present, else
300 * check for platform type to decide on the
301 * baseband type
302 */
303 switch(platform_subtype)
304 {
305 case HW_PLATFORM_SUBTYPE_UNKNOWN:
306 break;
Maria Yu00fd3822013-06-26 10:12:54 +0800307 case HW_PLATFORM_SUBTYPE_SKUAA:
308 break;
309 case HW_PLATFORM_SUBTYPE_SKUF:
310 break;
311 case HW_PLATFORM_SUBTYPE_SKUAB:
312 break;
Deepa Dinamani41803e02013-03-25 11:44:15 -0700313 default:
314 dprintf(CRITICAL, "Platform Subtype : %u is not supported\n", platform_subtype);
315 ASSERT(0);
316 };
317
318 switch(platform)
319 {
320 case MSM8610:
321 case MSM8110:
322 case MSM8210:
323 case MSM8810:
Deepa Dinamani39345cd2013-04-08 19:46:53 -0700324 case MSM8612:
David Ng2de18062013-04-19 20:22:16 -0700325 case MSM8212:
326 case MSM8812:
Deepa Dinamania8206cc2013-09-12 11:02:34 -0700327 case MSM8510:
328 case MSM8512:
Deepa Dinamani41803e02013-03-25 11:44:15 -0700329 board->baseband = BASEBAND_MSM;
330 break;
331 default:
332 dprintf(CRITICAL, "Platform type: %u is not supported\n", platform);
333 ASSERT(0);
334 };
335}
336
337unsigned target_baseband()
338{
339 return board_baseband();
340}
341
Deepa Dinamania6d1b752013-03-25 11:47:20 -0700342void target_serialno(unsigned char *buf)
343{
344 uint32_t serialno;
345 if (target_is_emmc_boot()) {
346 serialno = mmc_get_psn();
347 snprintf((char *)buf, 13, "%x", serialno);
348 }
349}
350
Deepa Dinamani5390e102013-03-25 11:55:31 -0700351unsigned check_reboot_mode(void)
352{
353 uint32_t restart_reason = 0;
354
355 /* Read reboot reason and scrub it */
356 restart_reason = readl(RESTART_REASON_ADDR);
357 writel(0x00, RESTART_REASON_ADDR);
358
359 return restart_reason;
360}
361
lijuang395b5e62015-11-19 17:39:44 +0800362int set_download_mode(enum reboot_reason mode)
363{
364 if (mode == NORMAL_DLOAD || mode == EMERGENCY_DLOAD) {
365 dload_util_write_cookie(mode == NORMAL_DLOAD ?
366 DLOAD_MODE_ADDR : EMERGENCY_DLOAD_MODE_ADDR, mode);
367
368 pm8x41_clear_pmic_watchdog();
369 }
370
371 return 0;
372}
373
Deepa Dinamani172b7e62013-03-25 11:59:21 -0700374void reboot_device(unsigned reboot_reason)
375{
Channagoud Kadabi87306302013-12-12 14:55:47 -0800376 int ret = 0;
377
lijuang395b5e62015-11-19 17:39:44 +0800378 /* Set cookie for dload mode */
379 if(set_download_mode(reboot_reason)) {
380 dprintf(CRITICAL, "HALT: set_download_mode not supported\n");
381 return;
382 }
383
Deepa Dinamani172b7e62013-03-25 11:59:21 -0700384 writel(reboot_reason, RESTART_REASON_ADDR);
385
386 /* Configure PMIC for warm reset */
387 pm8x41_reset_configure(PON_PSHOLD_WARM_RESET);
388
Channagoud Kadabi87306302013-12-12 14:55:47 -0800389 ret = scm_halt_pmic_arbiter();
390 if (ret)
391 dprintf(CRITICAL , "Failed to halt pmic arbiter: %d\n", ret);
392
Deepa Dinamani172b7e62013-03-25 11:59:21 -0700393 /* Drop PS_HOLD for MSM */
394 writel(0x00, MPM2_MPM_PS_HOLD);
395
396 mdelay(5000);
397
398 dprintf(CRITICAL, "Rebooting failed\n");
399}
400
Shivaraj Shetty25b0aa02013-10-30 20:55:49 +0530401/* Returns 1 if autopanel detection is enabled for the target. */
402uint8_t target_panel_auto_detect_enabled()
Terence Hampsonafded262013-06-18 14:48:18 -0400403{
404 int ret = 0;
Shuo Yanb757da82013-08-09 08:58:24 +0800405
Terence Hampsonafded262013-06-18 14:48:18 -0400406 switch(board_hardware_id())
407 {
Terence Hampson0e2f6552013-07-09 15:45:37 -0400408 case HW_PLATFORM_MTP:
409 case HW_PLATFORM_SURF:
Shivaraj Shetty25b0aa02013-10-30 20:55:49 +0530410 case HW_PLATFORM_QRD:
Terence Hampsonafded262013-06-18 14:48:18 -0400411 default:
Shivaraj Shetty25b0aa02013-10-30 20:55:49 +0530412 dprintf(SPEW, "Panel auto-detection is disabled\n");
Terence Hampsonafded262013-06-18 14:48:18 -0400413 ret = 0;
414 }
415 return ret;
416}
417
Shivaraj Shetty25b0aa02013-10-30 20:55:49 +0530418static uint8_t splash_override;
419
420/* Returns 1 if target supports continuous splash screen. */
421int target_cont_splash_screen()
422{
423 uint8_t splash_screen = 0;
424 if(!splash_override) {
425 switch(board_hardware_id())
426 {
427 case HW_PLATFORM_QRD:
428 case HW_PLATFORM_MTP:
429 case HW_PLATFORM_SURF:
430 dprintf(SPEW, "Target_cont_splash=1\n");
431 splash_screen = 1;
432 break;
433 default:
434 dprintf(SPEW, "Target_cont_splash=0\n");
435 splash_screen = 0;
436 }
437 }
438 return splash_screen;
439}
440
441void target_force_cont_splash_disable(uint8_t override)
442{
443 splash_override = override;
444}
445
Deepa Dinamani004eb322013-03-25 13:20:50 -0700446unsigned target_pause_for_battery_charge(void)
447{
448 uint8_t pon_reason = pm8x41_get_pon_reason();
Xu Kaic2e0afc2013-07-19 13:26:36 +0800449 uint8_t is_cold_boot = pm8x41_get_is_cold_boot();
450 dprintf(INFO, "%s : pon_reason is %d cold_boot:%d\n", __func__,
451 pon_reason, is_cold_boot);
452 /*In case of fastboot reboot, adb reboot or if we see the power key
453 * pressed we do not want go into charger mode.
454 * fastboot reboot is warm boot with PON hard reset bit not set
455 * adb reboot is a cold boot with PON hard reset bit set
Deepa Dinamani004eb322013-03-25 13:20:50 -0700456 */
Xu Kaic2e0afc2013-07-19 13:26:36 +0800457 if (is_cold_boot &&
458 (!(pon_reason & HARD_RST)) &&
459 (!(pon_reason & KPDPWR_N)) &&
460 ((pon_reason & USB_CHG) || (pon_reason & DC_CHG)))
461 return 1;
462 else
463 return 0;
Deepa Dinamani004eb322013-03-25 13:20:50 -0700464}
465
Deepa Dinamani98cf8ee2013-03-27 15:16:47 -0700466void target_usb_stop(void)
467{
468 /* Disable VBUS mimicing in the controller. */
469 ulpi_write(ULPI_MISC_A_VBUSVLDEXTSEL | ULPI_MISC_A_VBUSVLDEXT, ULPI_MISC_A_CLEAR);
470}
471
472void target_usb_init(void)
473{
474 uint32_t val;
475
476 /* Select and enable external configuration with USB PHY */
477 ulpi_write(ULPI_MISC_A_VBUSVLDEXTSEL | ULPI_MISC_A_VBUSVLDEXT, ULPI_MISC_A_SET);
478
479 /* Enable sess_vld */
480 val = readl(USB_GENCONFIG_2) | GEN2_SESS_VLD_CTRL_EN;
481 writel(val, USB_GENCONFIG_2);
482
483 /* Enable external vbus configuration in the LINK */
484 val = readl(USB_USBCMD);
485 val |= SESS_VLD_CTRL;
486 writel(val, USB_USBCMD);
487}
488
489
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -0800490unsigned board_machtype(void)
491{
Deepa Dinamani2b795bb2013-03-25 11:31:58 -0700492 return 0;
Deepa Dinamani7dc3d4b2013-02-08 16:40:38 -0800493}
Channagoud Kadabie1b75262013-05-08 12:58:39 -0700494
Channagoud Kadabi25e4d932013-05-10 17:54:29 -0700495static void set_sdc_power_ctrl()
Channagoud Kadabie1b75262013-05-08 12:58:39 -0700496{
Channagoud Kadabid2fbf572013-11-07 11:33:50 -0800497
Channagoud Kadabi25e4d932013-05-10 17:54:29 -0700498 /* Drive strength configs for sdc pins */
499 struct tlmm_cfgs sdc1_hdrv_cfg[] =
500 {
501 { SDC1_CLK_HDRV_CTL_OFF, TLMM_CUR_VAL_16MA, TLMM_HDRV_MASK },
502 { SDC1_CMD_HDRV_CTL_OFF, TLMM_CUR_VAL_10MA, TLMM_HDRV_MASK },
Unnati Gandhi8967ba32014-02-25 21:58:39 +0530503 { SDC1_DATA_HDRV_CTL_OFF, TLMM_CUR_VAL_6MA, TLMM_HDRV_MASK },
Channagoud Kadabi25e4d932013-05-10 17:54:29 -0700504 };
505
506 /* Pull configs for sdc pins */
507 struct tlmm_cfgs sdc1_pull_cfg[] =
508 {
509 { SDC1_CLK_PULL_CTL_OFF, TLMM_NO_PULL, TLMM_PULL_MASK },
510 { SDC1_CMD_PULL_CTL_OFF, TLMM_PULL_UP, TLMM_PULL_MASK },
511 { SDC1_DATA_PULL_CTL_OFF, TLMM_PULL_UP, TLMM_PULL_MASK },
512 };
513
514 /* Set the drive strength & pull control values */
515 tlmm_set_hdrive_ctrl(sdc1_hdrv_cfg, ARRAY_SIZE(sdc1_hdrv_cfg));
516 tlmm_set_pull_ctrl(sdc1_pull_cfg, ARRAY_SIZE(sdc1_pull_cfg));
517}
518
Channagoud Kadabif59e4672013-09-10 14:24:43 -0700519void *target_mmc_device()
Channagoud Kadabi25e4d932013-05-10 17:54:29 -0700520{
Channagoud Kadabif59e4672013-09-10 14:24:43 -0700521 return (void *) dev;
Channagoud Kadabie1b75262013-05-08 12:58:39 -0700522}
Channagoud Kadabida988fd2013-12-04 13:44:42 -0800523
524/* Set up params for h/w CRYPTO_ENGINE. */
525void target_crypto_init_params()
526{
527 struct crypto_init_params ce_params;
528
529 /* Set up base addresses and instance. */
530 ce_params.crypto_instance = CRYPTO_ENGINE_INSTANCE;
531 ce_params.crypto_base = MSM_CE1_BASE;
532 ce_params.bam_base = MSM_CE1_BAM_BASE;
533
534 /* Set up BAM config. */
535 ce_params.bam_ee = CRYPTO_ENGINE_EE;
536 ce_params.pipes.read_pipe = CRYPTO_ENGINE_READ_PIPE;
537 ce_params.pipes.write_pipe = CRYPTO_ENGINE_WRITE_PIPE;
538 ce_params.pipes.read_pipe_grp = CRYPTO_READ_PIPE_LOCK_GRP;
539 ce_params.pipes.write_pipe_grp = CRYPTO_WRITE_PIPE_LOCK_GRP;
540
541 /* Assign buffer sizes. */
542 ce_params.num_ce = CRYPTO_ENGINE_CMD_ARRAY_SIZE;
543 ce_params.read_fifo_size = CRYPTO_ENGINE_FIFO_SIZE;
544 ce_params.write_fifo_size = CRYPTO_ENGINE_FIFO_SIZE;
545
546 ce_params.do_bam_init = 0;
547
548 crypto_init_params(&ce_params);
549}
550
Matthew Qin6dfa2ee2014-03-06 13:11:28 +0800551/* Configure PMIC and Drop PS_HOLD for shutdown */
552void shutdown_device()
553{
554 dprintf(CRITICAL, "Going down for shutdown.\n");
555
556 /* Configure PMIC for shutdown */
557 pm8x41_reset_configure(PON_PSHOLD_SHUTDOWN);
558
559 /* Drop PS_HOLD for MSM */
560 writel(0x00, MPM2_MPM_PS_HOLD);
561
562 mdelay(5000);
563
564 dprintf(CRITICAL, "shutdown failed\n");
565
566 ASSERT(0);
567}
568
Channagoud Kadabida988fd2013-12-04 13:44:42 -0800569crypto_engine_type board_ce_type(void)
570{
571 return CRYPTO_ENGINE_TYPE_HW;
572}