blob: a7c10a3e5a0b59493a8981985ba4cbf90d079880 [file] [log] [blame]
Brian Swetland9c4c0752009-01-25 16:23:50 -08001/*
2 * Copyright (c) 2009, Google Inc.
3 * All rights reserved.
4 *
Channagoud Kadabia8c623f2015-01-13 14:48:48 -08005 * Copyright (c) 2009-2015, The Linux Foundation. All rights reserved.
Brian Swetland9c4c0752009-01-25 16:23:50 -08006 *
Chandan Uddaraju5fa471a2009-12-02 17:31:34 -08007 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:
9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * * Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -070014 * * Neither the name of The Linux Foundation nor
Chandan Uddaraju5fa471a2009-12-02 17:31:34 -080015 * the names of its contributors may be used to endorse or promote
16 * products derived from this software without specific prior written
17 * permission.
18 *
19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22 * NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
23 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
24 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
26 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
27 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
28 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
29 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
Brian Swetland9c4c0752009-01-25 16:23:50 -080031 */
32
33#include <app.h>
34#include <debug.h>
35#include <arch/arm.h>
Brian Swetland9c4c0752009-01-25 16:23:50 -080036#include <string.h>
Channagoud Kadabi132ff552013-04-19 14:34:44 -070037#include <stdlib.h>
Channagoud Kadabifc3b31f2014-06-18 17:41:01 -070038#include <limits.h>
Brian Swetland9c4c0752009-01-25 16:23:50 -080039#include <kernel/thread.h>
40#include <arch/ops.h>
41
Dima Zavin214cc642009-01-26 11:16:21 -080042#include <dev/flash.h>
Tanya Brokhman1c94f1a2015-02-15 09:05:03 +020043#include <dev/flash-ubi.h>
Dima Zavin214cc642009-01-26 11:16:21 -080044#include <lib/ptable.h>
Dima Zavinb4283602009-01-26 16:36:57 -080045#include <dev/keys.h>
Shashank Mittal4f99a882010-02-01 13:58:50 -080046#include <dev/fbcon.h>
Ajay Dudanid04110c2011-01-17 23:55:07 -080047#include <baseband.h>
Greg Griscod6250552011-06-29 14:40:23 -070048#include <target.h>
49#include <mmc.h>
Kinson Chikf1a43512011-07-14 11:28:39 -070050#include <partition_parser.h>
Greg Griscod6250552011-06-29 14:40:23 -070051#include <platform.h>
Shashank Mittalcd98d472011-08-02 14:29:24 -070052#include <crypto_hash.h>
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -070053#include <malloc.h>
Amol Jadi492d5a52013-03-15 16:12:34 -070054#include <boot_stats.h>
Amir Samuelov57a6fa22013-06-05 16:36:43 +030055#include <sha.h>
Sundarajan Srinivasan3827a102013-09-10 13:57:40 -070056#include <platform/iomap.h>
Sundarajan Srinivasane52065a2014-03-20 16:25:59 -070057#include <boot_device.h>
Shashank Mittald3e54dd2014-08-28 15:24:02 -070058#include <boot_verifier.h>
Unnati Gandhi0c8e7c52014-07-17 14:33:09 +053059#include <image_verify.h>
Matthew Qinbb7923d2015-02-09 10:56:09 +080060#include <decompress.h>
Channagoud Kadabi036c6052015-02-09 15:19:59 -080061#if USE_RPMB_FOR_DEVINFO
62#include <rpmb.h>
63#endif
Dima Zavin214cc642009-01-26 11:16:21 -080064
Neeti Desai17379b82012-06-04 18:42:53 -070065#if DEVICE_TREE
66#include <libfdt.h>
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -070067#include <dev_tree.h>
Neeti Desai17379b82012-06-04 18:42:53 -070068#endif
69
Shashank Mittalcd98d472011-08-02 14:29:24 -070070#include "image_verify.h"
Shashank Mittal024c0332010-02-03 11:44:00 -080071#include "recovery.h"
Brian Swetland9c4c0752009-01-25 16:23:50 -080072#include "bootimg.h"
73#include "fastboot.h"
Ajay Dudani5c761132011-04-07 20:19:04 -070074#include "sparse_format.h"
Ajay Dudanide984792015-03-02 09:57:41 -080075#include "meta_format.h"
Greg Grisco6e754772011-06-23 12:19:39 -070076#include "mmc.h"
Shashank Mittal162244e2011-08-08 19:01:25 -070077#include "devinfo.h"
Neeti Desai465491e2012-07-31 12:53:35 -070078#include "board.h"
Shashank Mittal162244e2011-08-08 19:01:25 -070079#include "scm.h"
Amit Blay6281ebc2015-01-11 14:44:08 +020080#include "mdtp.h"
kchik@codeaurora.orgbce18ea2011-04-18 20:22:28 -070081
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -070082extern bool target_use_signed_kernel(void);
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -070083extern void platform_uninit(void);
Channagoud Kadabi33defe22013-06-18 18:35:40 -070084extern void target_uninit(void);
Joonwoo Park61112782013-10-02 19:50:39 -070085extern int get_target_boot_params(const char *cmdline, const char *part,
86 char *buf, int buflen);
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -070087
88void write_device_info_mmc(device_info *dev);
89void write_device_info_flash(device_info *dev);
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -070090static int aboot_save_boot_hash_mmc(uint32_t image_addr, uint32_t image_size);
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -070091
Sridhar Parasurame94e8152014-10-24 14:06:03 -070092/* fastboot command function pointer */
93typedef void (*fastboot_cmd_fn) (const char *, void *, unsigned);
94
95struct fastboot_cmd_desc {
96 char * name;
97 fastboot_cmd_fn cb;
98};
99
Subbaraman Narayanamurthyeb92bcc2010-07-20 14:32:46 -0700100#define EXPAND(NAME) #NAME
101#define TARGET(NAME) EXPAND(NAME)
Brian Swetland2defe162009-08-18 14:35:59 -0700102
Ajay Dudanicd01f9b2010-02-23 21:13:04 -0800103#ifdef MEMBASE
104#define EMMC_BOOT_IMG_HEADER_ADDR (0xFF000+(MEMBASE))
105#else
David Ng183a7422009-12-07 14:55:21 -0800106#define EMMC_BOOT_IMG_HEADER_ADDR 0xFF000
Ajay Dudanicd01f9b2010-02-23 21:13:04 -0800107#endif
108
Deepa Dinamani0e163a42013-05-24 17:08:15 -0700109#ifndef MEMSIZE
110#define MEMSIZE 1024*1024
111#endif
112
113#define MAX_TAGS_SIZE 1024
114
lijuang72875802015-02-10 10:35:12 +0800115#define RECOVERY_HARD_RESET_MODE 0x01
116#define FASTBOOT_HARD_RESET_MODE 0x02
117#define RTC_HARD_RESET_MODE 0x03
118
Chandan Uddarajude85d3f2010-01-05 16:32:33 -0800119#define RECOVERY_MODE 0x77665502
120#define FASTBOOT_MODE 0x77665500
Matthew Qind886f3c2014-01-17 16:52:01 +0800121#define ALARM_BOOT 0x77665503
Chandan Uddarajude85d3f2010-01-05 16:32:33 -0800122
Kun Liang2f1601a2013-08-12 16:29:54 +0800123/* make 4096 as default size to ensure EFS,EXT4's erasing */
124#define DEFAULT_ERASE_SIZE 4096
Kuogee Hsieh55e92c52013-12-20 08:34:10 -0800125#define MAX_PANEL_BUF_SIZE 128
Kun Liang2f1601a2013-08-12 16:29:54 +0800126
Dhaval Patelf83d73b2014-06-23 16:24:37 -0700127#define DISPLAY_DEFAULT_PREFIX "mdss_mdp"
Sundarajan Srinivasane52065a2014-03-20 16:25:59 -0700128#define BOOT_DEV_MAX_LEN 64
Sundarajan Srinivasan595b71e2013-11-05 12:44:34 -0800129
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -0800130#define IS_ARM64(ptr) (ptr->magic_64 == KERNEL64_HDR_MAGIC) ? true : false
131
Channagoud Kadabifc3b31f2014-06-18 17:41:01 -0700132#define ADD_OF(a, b) (UINT_MAX - b > a) ? (a + b) : UINT_MAX
133
Sridhar Parasuram7bd4aaf2015-02-12 11:14:38 -0800134#if USE_BOOTDEV_CMDLINE
Sundarajan Srinivasane52065a2014-03-20 16:25:59 -0700135static const char *emmc_cmdline = " androidboot.bootdevice=";
Sundarajan Srinivasan3827a102013-09-10 13:57:40 -0700136#else
David Ng183a7422009-12-07 14:55:21 -0800137static const char *emmc_cmdline = " androidboot.emmc=true";
Sundarajan Srinivasan3827a102013-09-10 13:57:40 -0700138#endif
Subbaraman Narayanamurthyf17b4ae2011-02-16 20:19:56 -0800139static const char *usb_sn_cmdline = " androidboot.serialno=";
Pavel Nedev328ac822013-04-05 15:25:11 +0300140static const char *androidboot_mode = " androidboot.mode=";
Matthew Qind886f3c2014-01-17 16:52:01 +0800141static const char *alarmboot_cmdline = " androidboot.alarmboot=true";
Pavel Nedev898298c2013-02-27 12:36:09 -0800142static const char *loglevel = " quiet";
Ajay Dudanica3a33c2011-11-18 08:31:40 -0800143static const char *battchg_pause = " androidboot.mode=charger";
Shashank Mittalcd98d472011-08-02 14:29:24 -0700144static const char *auth_kernel = " androidboot.authorized_kernel=true";
Pavel Nedev5614d222013-06-17 18:01:02 +0300145static const char *secondary_gpt_enable = " gpt";
Shay Nachmanibc10dfe2015-02-10 14:45:55 +0200146static const char *mdtp_activated_flag = " mdtp";
David Ng183a7422009-12-07 14:55:21 -0800147
Ajay Dudani6cff85e2011-02-04 16:02:16 -0800148static const char *baseband_apq = " androidboot.baseband=apq";
149static const char *baseband_msm = " androidboot.baseband=msm";
150static const char *baseband_csfb = " androidboot.baseband=csfb";
151static const char *baseband_svlte2a = " androidboot.baseband=svlte2a";
Ajay Dudani403bc492011-09-30 16:17:21 -0700152static const char *baseband_mdm = " androidboot.baseband=mdm";
Sundarajan Srinivasanaaa8aff2013-11-12 17:19:14 -0800153static const char *baseband_mdm2 = " androidboot.baseband=mdm2";
Amol Jadi5c61a952012-05-04 17:05:35 -0700154static const char *baseband_sglte = " androidboot.baseband=sglte";
Amol Jadi2a15a272013-01-22 12:03:36 -0800155static const char *baseband_dsda = " androidboot.baseband=dsda";
156static const char *baseband_dsda2 = " androidboot.baseband=dsda2";
sundarajan srinivasanf8e9f3f2013-03-04 15:56:58 -0800157static const char *baseband_sglte2 = " androidboot.baseband=sglte2";
Hanumant Singh8e1ac232014-01-29 13:41:51 -0800158static const char *warmboot_cmdline = " qpnp-power-on.warm_boot=1";
Ajay Dudanid04110c2011-01-17 23:55:07 -0800159
Deepa Dinamani41fa8d62013-05-23 13:25:36 -0700160static unsigned page_size = 0;
161static unsigned page_mask = 0;
162static char ffbm_mode_string[FFBM_MODE_BUF_SIZE];
163static bool boot_into_ffbm;
Joonwoo Park61112782013-10-02 19:50:39 -0700164static char target_boot_params[64];
Matthew Qind886f3c2014-01-17 16:52:01 +0800165static bool boot_reason_alarm;
Channagoud Kadabi80a182b2015-03-11 17:04:23 -0700166static bool devinfo_present = true;
Deepa Dinamani41fa8d62013-05-23 13:25:36 -0700167
Shashank Mittalcd98d472011-08-02 14:29:24 -0700168/* Assuming unauthorized kernel image by default */
169static int auth_kernel_img = 0;
170
Channagoud Kadabiaafbbfc2015-03-04 17:52:56 -0800171static device_info device = {DEVICE_MAGIC, 0, 0, 0, 0, {0}, {0},{0}};
Shashank Mittal162244e2011-08-08 19:01:25 -0700172
Dima Zavin42168f22009-01-30 11:52:22 -0800173struct atag_ptbl_entry
174{
175 char name[16];
176 unsigned offset;
177 unsigned size;
178 unsigned flags;
179};
180
Channagoud Kadabi4c4884e2013-04-09 17:12:13 -0700181/*
182 * Partition info, required to be published
183 * for fastboot
184 */
185struct getvar_partition_info {
186 const char part_name[MAX_GPT_NAME_SIZE]; /* Partition name */
187 char getvar_size[MAX_GET_VAR_NAME_SIZE]; /* fastboot get var name for size */
188 char getvar_type[MAX_GET_VAR_NAME_SIZE]; /* fastboot get var name for type */
189 char size_response[MAX_RSP_SIZE]; /* fastboot response for size */
190 char type_response[MAX_RSP_SIZE]; /* fastboot response for type */
191};
192
193/*
194 * Right now, we are publishing the info for only
195 * three partitions
196 */
197struct getvar_partition_info part_info[] =
198{
199 { "system" , "partition-size:", "partition-type:", "", "ext4" },
200 { "userdata", "partition-size:", "partition-type:", "", "ext4" },
201 { "cache" , "partition-size:", "partition-type:", "", "ext4" },
202};
203
204char max_download_size[MAX_RSP_SIZE];
Ameya Thakur11cf1a62013-08-05 12:44:48 -0700205char charger_screen_enabled[MAX_RSP_SIZE];
Subbaraman Narayanamurthyf17b4ae2011-02-16 20:19:56 -0800206char sn_buf[13];
Dhaval Patel223ec952013-07-18 14:49:44 -0700207char display_panel_buf[MAX_PANEL_BUF_SIZE];
Unnati Gandhi62c8ab82014-01-24 11:01:01 +0530208char panel_display_mode[MAX_RSP_SIZE];
Greg Griscod6250552011-06-29 14:40:23 -0700209
Greg Griscod2471ef2011-07-14 13:00:42 -0700210extern int emmc_recovery_init(void);
211
Kinson Chik0b1c8162011-08-31 16:31:57 -0700212#if NO_KEYPAD_DRIVER
213extern int fastboot_trigger(void);
214#endif
Greg Griscod2471ef2011-07-14 13:00:42 -0700215
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -0800216static void update_ker_tags_rdisk_addr(struct boot_img_hdr *hdr, bool is_arm64)
Channagoud Kadabia22144f2013-03-20 11:49:01 -0700217{
218 /* overwrite the destination of specified for the project */
Channagoud Kadabi7042fa32013-04-26 16:44:14 -0700219#ifdef ABOOT_IGNORE_BOOT_HEADER_ADDRS
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -0800220 if (is_arm64)
221 hdr->kernel_addr = ABOOT_FORCE_KERNEL64_ADDR;
222 else
223 hdr->kernel_addr = ABOOT_FORCE_KERNEL_ADDR;
Channagoud Kadabi7042fa32013-04-26 16:44:14 -0700224 hdr->ramdisk_addr = ABOOT_FORCE_RAMDISK_ADDR;
225 hdr->tags_addr = ABOOT_FORCE_TAGS_ADDR;
Channagoud Kadabia22144f2013-03-20 11:49:01 -0700226#endif
227}
228
Dima Zavin42168f22009-01-30 11:52:22 -0800229static void ptentry_to_tag(unsigned **ptr, struct ptentry *ptn)
230{
231 struct atag_ptbl_entry atag_ptn;
232
233 memcpy(atag_ptn.name, ptn->name, 16);
234 atag_ptn.name[15] = '\0';
235 atag_ptn.offset = ptn->start;
236 atag_ptn.size = ptn->length;
237 atag_ptn.flags = ptn->flags;
238 memcpy(*ptr, &atag_ptn, sizeof(struct atag_ptbl_entry));
239 *ptr += sizeof(struct atag_ptbl_entry) / sizeof(unsigned);
240}
Brian Swetland9c4c0752009-01-25 16:23:50 -0800241
Neeti Desaie245d492012-06-01 12:52:13 -0700242unsigned char *update_cmdline(const char * cmdline)
Brian Swetland9c4c0752009-01-25 16:23:50 -0800243{
David Ng183a7422009-12-07 14:55:21 -0800244 int cmdline_len = 0;
245 int have_cmdline = 0;
Amol Jadi168b7712012-03-06 16:15:00 -0800246 unsigned char *cmdline_final = NULL;
Neeti Desaie245d492012-06-01 12:52:13 -0700247 int pause_at_bootup = 0;
Hanumant Singh8e1ac232014-01-29 13:41:51 -0800248 bool warm_boot = false;
Pavel Nedev5614d222013-06-17 18:01:02 +0300249 bool gpt_exists = partition_gpt_exists();
Joonwoo Park61112782013-10-02 19:50:39 -0700250 int have_target_boot_params = 0;
Sundarajan Srinivasane52065a2014-03-20 16:25:59 -0700251 char *boot_dev_buf = NULL;
Shay Nachmanibc10dfe2015-02-10 14:45:55 +0200252 bool is_mdtp_activated = 0;
253#ifdef MDTP_SUPPORT
254 mdtp_activated(&is_mdtp_activated);
255#endif /* MDTP_SUPPORT */
Dima Zavin42168f22009-01-30 11:52:22 -0800256
Brian Swetland9c4c0752009-01-25 16:23:50 -0800257 if (cmdline && cmdline[0]) {
David Ng183a7422009-12-07 14:55:21 -0800258 cmdline_len = strlen(cmdline);
259 have_cmdline = 1;
260 }
261 if (target_is_emmc_boot()) {
262 cmdline_len += strlen(emmc_cmdline);
Sridhar Parasuram7bd4aaf2015-02-12 11:14:38 -0800263#if USE_BOOTDEV_CMDLINE
Sundarajan Srinivasane52065a2014-03-20 16:25:59 -0700264 boot_dev_buf = (char *) malloc(sizeof(char) * BOOT_DEV_MAX_LEN);
265 ASSERT(boot_dev_buf);
266 platform_boot_dev_cmdline(boot_dev_buf);
267 cmdline_len += strlen(boot_dev_buf);
Sundarajan Srinivasan3827a102013-09-10 13:57:40 -0700268#endif
David Ng183a7422009-12-07 14:55:21 -0800269 }
Subbaraman Narayanamurthyf17b4ae2011-02-16 20:19:56 -0800270
271 cmdline_len += strlen(usb_sn_cmdline);
272 cmdline_len += strlen(sn_buf);
273
Pavel Nedev5614d222013-06-17 18:01:02 +0300274 if (boot_into_recovery && gpt_exists)
275 cmdline_len += strlen(secondary_gpt_enable);
276
Shay Nachmanibc10dfe2015-02-10 14:45:55 +0200277 if(is_mdtp_activated)
278 cmdline_len += strlen(mdtp_activated_flag);
279
Pavel Nedev328ac822013-04-05 15:25:11 +0300280 if (boot_into_ffbm) {
281 cmdline_len += strlen(androidboot_mode);
Deepa Dinamani41fa8d62013-05-23 13:25:36 -0700282 cmdline_len += strlen(ffbm_mode_string);
Pavel Nedev898298c2013-02-27 12:36:09 -0800283 /* reduce kernel console messages to speed-up boot */
284 cmdline_len += strlen(loglevel);
Matthew Qind886f3c2014-01-17 16:52:01 +0800285 } else if (boot_reason_alarm) {
286 cmdline_len += strlen(alarmboot_cmdline);
Ameya Thakur11cf1a62013-08-05 12:44:48 -0700287 } else if (device.charger_screen_enabled &&
288 target_pause_for_battery_charge()) {
David Ngf773dde2010-07-26 19:55:08 -0700289 pause_at_bootup = 1;
290 cmdline_len += strlen(battchg_pause);
291 }
Ajay Dudanid04110c2011-01-17 23:55:07 -0800292
Shashank Mittalcd98d472011-08-02 14:29:24 -0700293 if(target_use_signed_kernel() && auth_kernel_img) {
294 cmdline_len += strlen(auth_kernel);
295 }
296
Joonwoo Park61112782013-10-02 19:50:39 -0700297 if (get_target_boot_params(cmdline, boot_into_recovery ? "recoveryfs" :
298 "system",
299 target_boot_params,
300 sizeof(target_boot_params)) == 0) {
301 have_target_boot_params = 1;
302 cmdline_len += strlen(target_boot_params);
303 }
304
Ajay Dudanid04110c2011-01-17 23:55:07 -0800305 /* Determine correct androidboot.baseband to use */
306 switch(target_baseband())
307 {
308 case BASEBAND_APQ:
309 cmdline_len += strlen(baseband_apq);
310 break;
311
312 case BASEBAND_MSM:
313 cmdline_len += strlen(baseband_msm);
314 break;
315
316 case BASEBAND_CSFB:
317 cmdline_len += strlen(baseband_csfb);
318 break;
319
Ajay Dudani6cff85e2011-02-04 16:02:16 -0800320 case BASEBAND_SVLTE2A:
321 cmdline_len += strlen(baseband_svlte2a);
Ajay Dudanid04110c2011-01-17 23:55:07 -0800322 break;
Ajay Dudani403bc492011-09-30 16:17:21 -0700323
324 case BASEBAND_MDM:
325 cmdline_len += strlen(baseband_mdm);
326 break;
Amol Jadi5c61a952012-05-04 17:05:35 -0700327
Sundarajan Srinivasanaaa8aff2013-11-12 17:19:14 -0800328 case BASEBAND_MDM2:
329 cmdline_len += strlen(baseband_mdm2);
330 break;
331
Amol Jadi5c61a952012-05-04 17:05:35 -0700332 case BASEBAND_SGLTE:
333 cmdline_len += strlen(baseband_sglte);
334 break;
Channagoud Kadabi141f2982012-10-31 11:23:02 +0530335
sundarajan srinivasanf8e9f3f2013-03-04 15:56:58 -0800336 case BASEBAND_SGLTE2:
337 cmdline_len += strlen(baseband_sglte2);
338 break;
339
Channagoud Kadabi141f2982012-10-31 11:23:02 +0530340 case BASEBAND_DSDA:
341 cmdline_len += strlen(baseband_dsda);
342 break;
Amol Jadi2a15a272013-01-22 12:03:36 -0800343
344 case BASEBAND_DSDA2:
345 cmdline_len += strlen(baseband_dsda2);
346 break;
Ajay Dudanid04110c2011-01-17 23:55:07 -0800347 }
348
Lijuan Gao4a5b8322014-07-24 10:38:42 +0800349 if (cmdline) {
350 if ((strstr(cmdline, DISPLAY_DEFAULT_PREFIX) == NULL) &&
351 target_display_panel_node(device.display_panel,
352 display_panel_buf, MAX_PANEL_BUF_SIZE) &&
353 strlen(display_panel_buf)) {
354 cmdline_len += strlen(display_panel_buf);
355 }
Dhaval Patel223ec952013-07-18 14:49:44 -0700356 }
357
Hanumant Singh8e1ac232014-01-29 13:41:51 -0800358 if (target_warm_boot()) {
359 warm_boot = true;
360 cmdline_len += strlen(warmboot_cmdline);
361 }
362
David Ng183a7422009-12-07 14:55:21 -0800363 if (cmdline_len > 0) {
364 const char *src;
Maria Yu52254c02014-07-04 16:14:54 +0800365 unsigned char *dst;
366
367 cmdline_final = (unsigned char*) malloc((cmdline_len + 4) & (~3));
368 ASSERT(cmdline_final != NULL);
369 dst = cmdline_final;
Neeti Desaie245d492012-06-01 12:52:13 -0700370
Amol Jadi168b7712012-03-06 16:15:00 -0800371 /* Save start ptr for debug print */
David Ng183a7422009-12-07 14:55:21 -0800372 if (have_cmdline) {
373 src = cmdline;
374 while ((*dst++ = *src++));
375 }
376 if (target_is_emmc_boot()) {
377 src = emmc_cmdline;
378 if (have_cmdline) --dst;
David Ngf773dde2010-07-26 19:55:08 -0700379 have_cmdline = 1;
380 while ((*dst++ = *src++));
Sridhar Parasuram7bd4aaf2015-02-12 11:14:38 -0800381#if USE_BOOTDEV_CMDLINE
Sundarajan Srinivasane52065a2014-03-20 16:25:59 -0700382 src = boot_dev_buf;
383 if (have_cmdline) --dst;
384 while ((*dst++ = *src++));
385#endif
David Ngf773dde2010-07-26 19:55:08 -0700386 }
Subbaraman Narayanamurthyf17b4ae2011-02-16 20:19:56 -0800387
388 src = usb_sn_cmdline;
389 if (have_cmdline) --dst;
390 have_cmdline = 1;
391 while ((*dst++ = *src++));
392 src = sn_buf;
393 if (have_cmdline) --dst;
394 have_cmdline = 1;
395 while ((*dst++ = *src++));
Hanumant Singh8e1ac232014-01-29 13:41:51 -0800396 if (warm_boot) {
397 if (have_cmdline) --dst;
398 src = warmboot_cmdline;
399 while ((*dst++ = *src++));
400 }
Subbaraman Narayanamurthyf17b4ae2011-02-16 20:19:56 -0800401
Pavel Nedev5614d222013-06-17 18:01:02 +0300402 if (boot_into_recovery && gpt_exists) {
403 src = secondary_gpt_enable;
404 if (have_cmdline) --dst;
405 while ((*dst++ = *src++));
406 }
407
Shay Nachmanibc10dfe2015-02-10 14:45:55 +0200408 if (is_mdtp_activated) {
409 src = mdtp_activated_flag;
410 if (have_cmdline) --dst;
411 while ((*dst++ = *src++));
412 }
413
Pavel Nedev328ac822013-04-05 15:25:11 +0300414 if (boot_into_ffbm) {
415 src = androidboot_mode;
416 if (have_cmdline) --dst;
417 while ((*dst++ = *src++));
Deepa Dinamani41fa8d62013-05-23 13:25:36 -0700418 src = ffbm_mode_string;
Pavel Nedev328ac822013-04-05 15:25:11 +0300419 if (have_cmdline) --dst;
420 while ((*dst++ = *src++));
Pavel Nedev898298c2013-02-27 12:36:09 -0800421 src = loglevel;
422 if (have_cmdline) --dst;
423 while ((*dst++ = *src++));
Matthew Qind886f3c2014-01-17 16:52:01 +0800424 } else if (boot_reason_alarm) {
425 src = alarmboot_cmdline;
426 if (have_cmdline) --dst;
427 while ((*dst++ = *src++));
Pavel Nedev328ac822013-04-05 15:25:11 +0300428 } else if (pause_at_bootup) {
David Ngf773dde2010-07-26 19:55:08 -0700429 src = battchg_pause;
430 if (have_cmdline) --dst;
David Ng183a7422009-12-07 14:55:21 -0800431 while ((*dst++ = *src++));
432 }
Ajay Dudanid04110c2011-01-17 23:55:07 -0800433
Shashank Mittalcd98d472011-08-02 14:29:24 -0700434 if(target_use_signed_kernel() && auth_kernel_img) {
435 src = auth_kernel;
436 if (have_cmdline) --dst;
437 while ((*dst++ = *src++));
438 }
439
Ajay Dudanid04110c2011-01-17 23:55:07 -0800440 switch(target_baseband())
441 {
442 case BASEBAND_APQ:
443 src = baseband_apq;
444 if (have_cmdline) --dst;
445 while ((*dst++ = *src++));
446 break;
447
448 case BASEBAND_MSM:
449 src = baseband_msm;
450 if (have_cmdline) --dst;
451 while ((*dst++ = *src++));
452 break;
453
454 case BASEBAND_CSFB:
455 src = baseband_csfb;
456 if (have_cmdline) --dst;
457 while ((*dst++ = *src++));
458 break;
459
Ajay Dudani6cff85e2011-02-04 16:02:16 -0800460 case BASEBAND_SVLTE2A:
461 src = baseband_svlte2a;
Ajay Dudanid04110c2011-01-17 23:55:07 -0800462 if (have_cmdline) --dst;
463 while ((*dst++ = *src++));
464 break;
Ajay Dudani403bc492011-09-30 16:17:21 -0700465
466 case BASEBAND_MDM:
467 src = baseband_mdm;
468 if (have_cmdline) --dst;
469 while ((*dst++ = *src++));
470 break;
Amol Jadi5c61a952012-05-04 17:05:35 -0700471
Sundarajan Srinivasanaaa8aff2013-11-12 17:19:14 -0800472 case BASEBAND_MDM2:
473 src = baseband_mdm2;
474 if (have_cmdline) --dst;
475 while ((*dst++ = *src++));
476 break;
477
Amol Jadi5c61a952012-05-04 17:05:35 -0700478 case BASEBAND_SGLTE:
479 src = baseband_sglte;
480 if (have_cmdline) --dst;
481 while ((*dst++ = *src++));
482 break;
Channagoud Kadabi141f2982012-10-31 11:23:02 +0530483
sundarajan srinivasanf8e9f3f2013-03-04 15:56:58 -0800484 case BASEBAND_SGLTE2:
485 src = baseband_sglte2;
486 if (have_cmdline) --dst;
487 while ((*dst++ = *src++));
488 break;
489
Channagoud Kadabi141f2982012-10-31 11:23:02 +0530490 case BASEBAND_DSDA:
491 src = baseband_dsda;
492 if (have_cmdline) --dst;
493 while ((*dst++ = *src++));
494 break;
Amol Jadi2a15a272013-01-22 12:03:36 -0800495
496 case BASEBAND_DSDA2:
497 src = baseband_dsda2;
498 if (have_cmdline) --dst;
499 while ((*dst++ = *src++));
500 break;
Ajay Dudanid04110c2011-01-17 23:55:07 -0800501 }
Dhaval Patel223ec952013-07-18 14:49:44 -0700502
503 if (strlen(display_panel_buf)) {
Dhaval Patel223ec952013-07-18 14:49:44 -0700504 src = display_panel_buf;
505 if (have_cmdline) --dst;
506 while ((*dst++ = *src++));
507 }
Joonwoo Park61112782013-10-02 19:50:39 -0700508
509 if (have_target_boot_params) {
510 if (have_cmdline) --dst;
511 src = target_boot_params;
512 while ((*dst++ = *src++));
513 }
Neeti Desaie245d492012-06-01 12:52:13 -0700514 }
Dhaval Patel223ec952013-07-18 14:49:44 -0700515
516
Sundarajan Srinivasane52065a2014-03-20 16:25:59 -0700517 if (boot_dev_buf)
518 free(boot_dev_buf);
519
Veera Sundaram Sankaranf9915462014-12-09 11:54:59 -0800520 if (cmdline_final)
521 dprintf(INFO, "cmdline: %s\n", cmdline_final);
522 else
523 dprintf(INFO, "cmdline is NULL\n");
Neeti Desaie245d492012-06-01 12:52:13 -0700524 return cmdline_final;
525}
526
527unsigned *atag_core(unsigned *ptr)
528{
529 /* CORE */
530 *ptr++ = 2;
531 *ptr++ = 0x54410001;
532
533 return ptr;
534
535}
536
537unsigned *atag_ramdisk(unsigned *ptr, void *ramdisk,
538 unsigned ramdisk_size)
539{
540 if (ramdisk_size) {
541 *ptr++ = 4;
542 *ptr++ = 0x54420005;
543 *ptr++ = (unsigned)ramdisk;
544 *ptr++ = ramdisk_size;
Brian Swetland9c4c0752009-01-25 16:23:50 -0800545 }
546
Neeti Desaie245d492012-06-01 12:52:13 -0700547 return ptr;
548}
549
550unsigned *atag_ptable(unsigned **ptr_addr)
551{
552 int i;
553 struct ptable *ptable;
554
555 if ((ptable = flash_get_ptable()) && (ptable->count != 0)) {
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -0700556 *(*ptr_addr)++ = 2 + (ptable->count * (sizeof(struct atag_ptbl_entry) /
557 sizeof(unsigned)));
Neeti Desaie245d492012-06-01 12:52:13 -0700558 *(*ptr_addr)++ = 0x4d534d70;
559 for (i = 0; i < ptable->count; ++i)
560 ptentry_to_tag(ptr_addr, ptable_get(ptable, i));
561 }
562
563 return (*ptr_addr);
564}
565
566unsigned *atag_cmdline(unsigned *ptr, const char *cmdline)
567{
568 int cmdline_length = 0;
569 int n;
Neeti Desaie245d492012-06-01 12:52:13 -0700570 char *dest;
571
Amol Jadi10c7d1c2013-01-25 13:24:29 -0800572 cmdline_length = strlen((const char*)cmdline);
Neeti Desaie245d492012-06-01 12:52:13 -0700573 n = (cmdline_length + 4) & (~3);
574
575 *ptr++ = (n / 4) + 2;
576 *ptr++ = 0x54410009;
577 dest = (char *) ptr;
Amol Jadi10c7d1c2013-01-25 13:24:29 -0800578 while ((*dest++ = *cmdline++));
Neeti Desaie245d492012-06-01 12:52:13 -0700579 ptr += (n / 4);
580
581 return ptr;
582}
583
584unsigned *atag_end(unsigned *ptr)
585{
Brian Swetland9c4c0752009-01-25 16:23:50 -0800586 /* END */
587 *ptr++ = 0;
588 *ptr++ = 0;
589
Neeti Desaie245d492012-06-01 12:52:13 -0700590 return ptr;
591}
592
593void generate_atags(unsigned *ptr, const char *cmdline,
594 void *ramdisk, unsigned ramdisk_size)
595{
596
597 ptr = atag_core(ptr);
598 ptr = atag_ramdisk(ptr, ramdisk, ramdisk_size);
599 ptr = target_atag_mem(ptr);
600
601 /* Skip NAND partition ATAGS for eMMC boot */
602 if (!target_is_emmc_boot()){
603 ptr = atag_ptable(&ptr);
604 }
605
606 ptr = atag_cmdline(ptr, cmdline);
607 ptr = atag_end(ptr);
608}
609
Deepa Dinamani0bf2f442012-10-19 11:41:06 -0700610typedef void entry_func_ptr(unsigned, unsigned, unsigned*);
Neeti Desaie245d492012-06-01 12:52:13 -0700611void boot_linux(void *kernel, unsigned *tags,
612 const char *cmdline, unsigned machtype,
613 void *ramdisk, unsigned ramdisk_size)
614{
Amol Jadi10c7d1c2013-01-25 13:24:29 -0800615 unsigned char *final_cmdline;
Amol Jadib6be5c12012-11-14 13:39:51 -0800616#if DEVICE_TREE
Neeti Desai17379b82012-06-04 18:42:53 -0700617 int ret = 0;
Amol Jadib6be5c12012-11-14 13:39:51 -0800618#endif
619
Deepa Dinamani0bf2f442012-10-19 11:41:06 -0700620 void (*entry)(unsigned, unsigned, unsigned*) = (entry_func_ptr*)(PA((addr_t)kernel));
Deepa Dinamani25a9f762012-11-30 15:57:15 -0800621 uint32_t tags_phys = PA((addr_t)tags);
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -0800622 struct kernel64_hdr *kptr = (struct kernel64_hdr*)kernel;
Deepa Dinamani25a9f762012-11-30 15:57:15 -0800623
Unnati Gandhi0c8e7c52014-07-17 14:33:09 +0530624 ramdisk = (void *)PA((addr_t)ramdisk);
Neeti Desaie245d492012-06-01 12:52:13 -0700625
Amol Jadi10c7d1c2013-01-25 13:24:29 -0800626 final_cmdline = update_cmdline((const char*)cmdline);
627
Neeti Desai17379b82012-06-04 18:42:53 -0700628#if DEVICE_TREE
Amol Jadib6be5c12012-11-14 13:39:51 -0800629 dprintf(INFO, "Updating device tree: start\n");
630
Neeti Desai17379b82012-06-04 18:42:53 -0700631 /* Update the Device Tree */
Unnati Gandhi0c8e7c52014-07-17 14:33:09 +0530632 ret = update_device_tree((void *)tags,(const char *)final_cmdline, ramdisk, ramdisk_size);
Neeti Desai17379b82012-06-04 18:42:53 -0700633 if(ret)
634 {
635 dprintf(CRITICAL, "ERROR: Updating Device Tree Failed \n");
636 ASSERT(0);
637 }
Amol Jadib6be5c12012-11-14 13:39:51 -0800638 dprintf(INFO, "Updating device tree: done\n");
Neeti Desai17379b82012-06-04 18:42:53 -0700639#else
Neeti Desaie245d492012-06-01 12:52:13 -0700640 /* Generating the Atags */
Amol Jadi10c7d1c2013-01-25 13:24:29 -0800641 generate_atags(tags, final_cmdline, ramdisk, ramdisk_size);
Neeti Desai17379b82012-06-04 18:42:53 -0700642#endif
Neeti Desaie245d492012-06-01 12:52:13 -0700643
Maria Yu52254c02014-07-04 16:14:54 +0800644 free(final_cmdline);
Channagoud Kadabi5d0371c2014-10-21 22:27:07 -0700645
646#if VERIFIED_BOOT
647 /* Write protect the device info */
Channagoud Kadabi3bd9d1e2015-05-05 16:18:20 -0700648 if (!boot_into_recovery && target_build_variant_user() && devinfo_present && mmc_write_protect("devinfo", 1))
Channagoud Kadabi5d0371c2014-10-21 22:27:07 -0700649 {
650 dprintf(INFO, "Failed to write protect dev info\n");
651 ASSERT(0);
652 }
653#endif
654
Channagoud Kadabi33defe22013-06-18 18:35:40 -0700655 /* Perform target specific cleanup */
656 target_uninit();
657
Aravind Venkateswaran8f076242014-02-25 16:25:30 -0800658 /* Turn off splash screen if enabled */
659#if DISPLAY_SPLASH_SCREEN
660 target_display_shutdown();
661#endif
662
663
Deepa Dinamani33734bc2013-03-06 12:16:06 -0800664 dprintf(INFO, "booting linux @ %p, ramdisk @ %p (%d), tags/device tree @ %p\n",
Unnati Gandhi0c8e7c52014-07-17 14:33:09 +0530665 entry, ramdisk, ramdisk_size, (void *)tags_phys);
Brian Swetland9c4c0752009-01-25 16:23:50 -0800666
667 enter_critical_section();
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -0700668
Amol Jadi4421e652011-06-16 15:00:48 -0700669 /* do any platform specific cleanup before kernel entry */
670 platform_uninit();
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -0700671
Brian Swetland9c4c0752009-01-25 16:23:50 -0800672 arch_disable_cache(UCACHE);
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -0700673
Amol Jadi504f9fe2012-08-16 13:56:48 -0700674#if ARM_WITH_MMU
Brian Swetland9c4c0752009-01-25 16:23:50 -0800675 arch_disable_mmu();
Amol Jadi504f9fe2012-08-16 13:56:48 -0700676#endif
Amol Jadi492d5a52013-03-15 16:12:34 -0700677 bs_set_timestamp(BS_KERNEL_ENTRY);
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -0800678
679 if (IS_ARM64(kptr))
680 /* Jump to a 64bit kernel */
681 scm_elexec_call((paddr_t)kernel, tags_phys);
682 else
683 /* Jump to a 32bit kernel */
684 entry(0, machtype, (unsigned*)tags_phys);
Brian Swetland9c4c0752009-01-25 16:23:50 -0800685}
686
Deepa Dinamani0e163a42013-05-24 17:08:15 -0700687/* Function to check if the memory address range falls within the aboot
688 * boundaries.
689 * start: Start of the memory region
690 * size: Size of the memory region
691 */
692int check_aboot_addr_range_overlap(uint32_t start, uint32_t size)
693{
694 /* Check for boundary conditions. */
Sundarajan Srinivasance2a0ea2013-12-16 17:02:56 -0800695 if ((UINT_MAX - start) < size)
Deepa Dinamani0e163a42013-05-24 17:08:15 -0700696 return -1;
697
698 /* Check for memory overlap. */
699 if ((start < MEMBASE) && ((start + size) <= MEMBASE))
700 return 0;
Channagoud Kadabi94143912013-10-15 12:53:52 -0700701 else if (start >= (MEMBASE + MEMSIZE))
Deepa Dinamani0e163a42013-05-24 17:08:15 -0700702 return 0;
703 else
704 return -1;
705}
706
Shashank Mittaldcc2e352009-11-19 19:11:16 -0800707#define ROUND_TO_PAGE(x,y) (((x) + (y)) & (~(y)))
Brian Swetland9c4c0752009-01-25 16:23:50 -0800708
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -0800709BUF_DMA_ALIGN(buf, BOOT_IMG_MAX_PAGE_SIZE); //Equal to max-supported pagesize
Amol Jadib6be5c12012-11-14 13:39:51 -0800710#if DEVICE_TREE
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -0800711BUF_DMA_ALIGN(dt_buf, BOOT_IMG_MAX_PAGE_SIZE);
Amol Jadib6be5c12012-11-14 13:39:51 -0800712#endif
Dima Zavin214cc642009-01-26 11:16:21 -0800713
Deepa Dinamani0e163a42013-05-24 17:08:15 -0700714static void verify_signed_bootimg(uint32_t bootimg_addr, uint32_t bootimg_size)
715{
716 int ret;
Channagoud Kadabia8c623f2015-01-13 14:48:48 -0800717
718#if !VERIFIED_BOOT
Sundarajan Srinivasance54d6e2013-11-11 12:45:00 -0800719#if IMAGE_VERIF_ALGO_SHA1
720 uint32_t auth_algo = CRYPTO_AUTH_ALG_SHA1;
721#else
722 uint32_t auth_algo = CRYPTO_AUTH_ALG_SHA256;
723#endif
Channagoud Kadabia8c623f2015-01-13 14:48:48 -0800724#endif
Deepa Dinamani0e163a42013-05-24 17:08:15 -0700725
726 /* Assume device is rooted at this time. */
727 device.is_tampered = 1;
728
729 dprintf(INFO, "Authenticating boot image (%d): start\n", bootimg_size);
730
Shashank Mittald3e54dd2014-08-28 15:24:02 -0700731#if VERIFIED_BOOT
732 if(boot_into_recovery)
733 {
734 ret = boot_verify_image((unsigned char *)bootimg_addr,
Unnati Gandhi47051252015-03-02 15:21:09 +0530735 bootimg_size, "/recovery");
Shashank Mittald3e54dd2014-08-28 15:24:02 -0700736 }
737 else
738 {
739 ret = boot_verify_image((unsigned char *)bootimg_addr,
Unnati Gandhi47051252015-03-02 15:21:09 +0530740 bootimg_size, "/boot");
Shashank Mittald3e54dd2014-08-28 15:24:02 -0700741 }
742 boot_verify_print_state();
743#else
Deepa Dinamani0e163a42013-05-24 17:08:15 -0700744 ret = image_verify((unsigned char *)bootimg_addr,
745 (unsigned char *)(bootimg_addr + bootimg_size),
746 bootimg_size,
Sundarajan Srinivasance54d6e2013-11-11 12:45:00 -0800747 auth_algo);
Shashank Mittald3e54dd2014-08-28 15:24:02 -0700748#endif
Deepa Dinamani0e163a42013-05-24 17:08:15 -0700749 dprintf(INFO, "Authenticating boot image: done return value = %d\n", ret);
750
751 if (ret)
752 {
753 /* Authorized kernel */
754 device.is_tampered = 0;
Sundarajan Srinivasan3fb21f12013-09-16 18:36:15 -0700755 auth_kernel_img = 1;
Deepa Dinamani0e163a42013-05-24 17:08:15 -0700756 }
757
758#if USE_PCOM_SECBOOT
759 set_tamper_flag(device.is_tampered);
760#endif
761
Shashank Mittald3e54dd2014-08-28 15:24:02 -0700762#if VERIFIED_BOOT
763 if(boot_verify_get_state() == RED)
764 {
765 if(!boot_into_recovery)
766 {
767 dprintf(CRITICAL,
768 "Device verification failed. Rebooting into recovery.\n");
769 reboot_device(RECOVERY_MODE);
770 }
771 else
772 {
773 dprintf(CRITICAL,
774 "Recovery image verification failed. Asserting..\n");
775 ASSERT(0);
776 }
777 }
778#endif
Unnati Gandhi1be04752015-03-27 19:41:53 +0530779
780 if(device.is_tampered)
781 {
782 write_device_info_mmc(&device);
783 #ifdef TZ_TAMPER_FUSE
784 set_tamper_fuse_cmd();
785 #endif
786 #ifdef ASSERT_ON_TAMPER
787 dprintf(CRITICAL, "Device is tampered. Asserting..\n");
788 ASSERT(0);
789 #endif
790 }
791
Deepa Dinamani0e163a42013-05-24 17:08:15 -0700792}
793
Maunik Shah0f3c8ac2014-03-02 17:47:58 +0530794static bool check_format_bit()
795{
796 bool ret = false;
797 int index;
798 uint64_t offset;
799 struct boot_selection_info *in = NULL;
800 char *buf = NULL;
801
802 index = partition_get_index("bootselect");
803 if (index == INVALID_PTN)
804 {
805 dprintf(INFO, "Unable to locate /bootselect partition\n");
806 return ret;
807 }
808 offset = partition_get_offset(index);
809 if(!offset)
810 {
811 dprintf(INFO, "partition /bootselect doesn't exist\n");
812 return ret;
813 }
814 buf = (char *) memalign(CACHE_LINE, ROUNDUP(page_size, CACHE_LINE));
815 ASSERT(buf);
Unnati Gandhi0c8e7c52014-07-17 14:33:09 +0530816 if (mmc_read(offset, (uint32_t *)buf, page_size))
Maunik Shah0f3c8ac2014-03-02 17:47:58 +0530817 {
818 dprintf(INFO, "mmc read failure /bootselect %d\n", page_size);
819 free(buf);
820 return ret;
821 }
822 in = (struct boot_selection_info *) buf;
823 if ((in->signature == BOOTSELECT_SIGNATURE) &&
824 (in->version == BOOTSELECT_VERSION)) {
825 if ((in->state_info & BOOTSELECT_FORMAT) &&
826 !(in->state_info & BOOTSELECT_FACTORY))
827 ret = true;
828 } else {
829 dprintf(CRITICAL, "Signature: 0x%08x or version: 0x%08x mismatched of /bootselect\n",
830 in->signature, in->version);
831 ASSERT(0);
832 }
833 free(buf);
834 return ret;
835}
836
Shashank Mittald3e54dd2014-08-28 15:24:02 -0700837void boot_verifier_init()
838{
839
840 uint32_t boot_state;
841 /* Check if device unlock */
842 if(device.is_unlocked)
843 {
844 boot_verify_send_event(DEV_UNLOCK);
845 boot_verify_print_state();
846 dprintf(CRITICAL, "Device is unlocked! Skipping verification...\n");
847 return;
848 }
849 else
850 {
851 boot_verify_send_event(BOOT_INIT);
852 }
853
854 /* Initialize keystore */
855 boot_state = boot_verify_keystore_init();
856 if(boot_state == YELLOW)
857 {
858 boot_verify_print_state();
859 dprintf(CRITICAL, "Keystore verification failed! Continuing anyways...\n");
860 }
861}
862
Shashank Mittal23b8f422010-04-16 19:27:21 -0700863int boot_linux_from_mmc(void)
864{
865 struct boot_img_hdr *hdr = (void*) buf;
866 struct boot_img_hdr *uhdr;
867 unsigned offset = 0;
Deepa Dinamani41fa8d62013-05-23 13:25:36 -0700868 int rcode;
Shashank Mittal23b8f422010-04-16 19:27:21 -0700869 unsigned long long ptn = 0;
Kinson Chikf1a43512011-07-14 11:28:39 -0700870 int index = INVALID_PTN;
Shashank Mittal23b8f422010-04-16 19:27:21 -0700871
Shashank Mittalcd98d472011-08-02 14:29:24 -0700872 unsigned char *image_addr = 0;
873 unsigned kernel_actual;
874 unsigned ramdisk_actual;
875 unsigned imagesize_actual;
Neeti Desai465491e2012-07-31 12:53:35 -0700876 unsigned second_actual = 0;
Neeti Desai465491e2012-07-31 12:53:35 -0700877
Matthew Qin271927e2015-03-31 22:07:07 -0400878 unsigned int dtb_size = 0;
Matthew Qinbb7923d2015-02-09 10:56:09 +0800879 unsigned int out_len = 0;
880 unsigned int out_avai_len = 0;
881 unsigned char *out_addr = NULL;
882 uint32_t dtb_offset = 0;
883 unsigned char *kernel_start_addr = NULL;
884 unsigned int kernel_size = 0;
885 int rc;
886
Neeti Desai465491e2012-07-31 12:53:35 -0700887#if DEVICE_TREE
888 struct dt_table *table;
Joel Kingaa335dc2013-06-03 16:11:08 -0700889 struct dt_entry dt_entry;
Neeti Desai465491e2012-07-31 12:53:35 -0700890 unsigned dt_table_offset;
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -0800891 uint32_t dt_actual;
Deepa Dinamani19648b42013-09-05 17:05:55 -0700892 uint32_t dt_hdr_size;
Matthew Qin271927e2015-03-31 22:07:07 -0400893 unsigned char *best_match_dt_addr = NULL;
Neeti Desai465491e2012-07-31 12:53:35 -0700894#endif
Matthew Qin49e51fa2015-02-09 10:40:45 +0800895 struct kernel64_hdr *kptr = NULL;
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -0800896
Maunik Shah0f3c8ac2014-03-02 17:47:58 +0530897 if (check_format_bit())
898 boot_into_recovery = 1;
899
Deepa Dinamani41fa8d62013-05-23 13:25:36 -0700900 if (!boot_into_recovery) {
901 memset(ffbm_mode_string, '\0', sizeof(ffbm_mode_string));
902 rcode = get_ffbm(ffbm_mode_string, sizeof(ffbm_mode_string));
903 if (rcode <= 0) {
904 boot_into_ffbm = false;
905 if (rcode < 0)
906 dprintf(CRITICAL,"failed to get ffbm cookie");
907 } else
908 boot_into_ffbm = true;
909 } else
910 boot_into_ffbm = false;
Shashank Mittal23b8f422010-04-16 19:27:21 -0700911 uhdr = (struct boot_img_hdr *)EMMC_BOOT_IMG_HEADER_ADDR;
912 if (!memcmp(uhdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
913 dprintf(INFO, "Unified boot method!\n");
914 hdr = uhdr;
915 goto unified_boot;
916 }
Greg Griscod6250552011-06-29 14:40:23 -0700917 if (!boot_into_recovery) {
Kinson Chikf1a43512011-07-14 11:28:39 -0700918 index = partition_get_index("boot");
919 ptn = partition_get_offset(index);
920 if(ptn == 0) {
Shashank Mittal85b91f62010-10-30 10:12:38 -0700921 dprintf(CRITICAL, "ERROR: No boot partition found\n");
922 return -1;
923 }
Kinson Chikf1a43512011-07-14 11:28:39 -0700924 }
925 else {
926 index = partition_get_index("recovery");
927 ptn = partition_get_offset(index);
928 if(ptn == 0) {
Shashank Mittal85b91f62010-10-30 10:12:38 -0700929 dprintf(CRITICAL, "ERROR: No recovery partition found\n");
930 return -1;
931 }
Shashank Mittal23b8f422010-04-16 19:27:21 -0700932 }
Channagoud Kadabief0547c2015-02-10 12:57:38 -0800933 /* Set Lun for boot & recovery partitions */
934 mmc_set_lun(partition_get_lun(index));
Shashank Mittal23b8f422010-04-16 19:27:21 -0700935
Unnati Gandhi0c8e7c52014-07-17 14:33:09 +0530936 if (mmc_read(ptn + offset, (uint32_t *) buf, page_size)) {
Shashank Mittal23b8f422010-04-16 19:27:21 -0700937 dprintf(CRITICAL, "ERROR: Cannot read boot image header\n");
938 return -1;
939 }
Shashank Mittal23b8f422010-04-16 19:27:21 -0700940
941 if (memcmp(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
Kinson Chik kchik@codeaurora.org82e4ae62011-04-12 17:42:07 -0700942 dprintf(CRITICAL, "ERROR: Invalid boot image header\n");
Shashank Mittal23b8f422010-04-16 19:27:21 -0700943 return -1;
944 }
945
Subbaraman Narayanamurthyfbe13a02010-09-10 11:51:12 -0700946 if (hdr->page_size && (hdr->page_size != page_size)) {
vijay kumar2e21b3a2014-06-26 17:40:15 +0530947
948 if (hdr->page_size > BOOT_IMG_MAX_PAGE_SIZE) {
949 dprintf(CRITICAL, "ERROR: Invalid page size\n");
950 return -1;
951 }
Subbaraman Narayanamurthyfbe13a02010-09-10 11:51:12 -0700952 page_size = hdr->page_size;
953 page_mask = page_size - 1;
Shashank Mittal23b8f422010-04-16 19:27:21 -0700954 }
955
Matthew Qin49e51fa2015-02-09 10:40:45 +0800956 kernel_actual = ROUND_TO_PAGE(hdr->kernel_size, page_mask);
957 ramdisk_actual = ROUND_TO_PAGE(hdr->ramdisk_size, page_mask);
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -0800958
Matthew Qin49e51fa2015-02-09 10:40:45 +0800959 image_addr = (unsigned char *)target_get_scratch_address();
960
961#if DEVICE_TREE
962 dt_actual = ROUND_TO_PAGE(hdr->dt_size, page_mask);
963 imagesize_actual = (page_size + kernel_actual + ramdisk_actual + dt_actual);
964#else
965 imagesize_actual = (page_size + kernel_actual + ramdisk_actual);
966#endif
967
968#if VERIFIED_BOOT
969 boot_verifier_init();
970#endif
971
972 if (check_aboot_addr_range_overlap((uint32_t) image_addr, imagesize_actual))
973 {
974 dprintf(CRITICAL, "Boot image buffer address overlaps with aboot addresses.\n");
975 return -1;
976 }
977
Matthew Qinbb7923d2015-02-09 10:56:09 +0800978 /*
979 * Update loading flow of bootimage to support compressed/uncompressed
980 * bootimage on both 64bit and 32bit platform.
981 * 1. Load bootimage from emmc partition onto DDR.
982 * 2. Check if bootimage is gzip format. If yes, decompress compressed kernel
983 * 3. Check kernel header and update kernel load addr for 64bit and 32bit
984 * platform accordingly.
985 * 4. Sanity Check on kernel_addr and ramdisk_addr and copy data.
986 */
987
Matthew Qin49e51fa2015-02-09 10:40:45 +0800988 dprintf(INFO, "Loading boot image (%d): start\n", imagesize_actual);
989 bs_set_timestamp(BS_KERNEL_LOAD_START);
990
Matthew Qinbb7923d2015-02-09 10:56:09 +0800991 /* Read image without signature */
Matthew Qin49e51fa2015-02-09 10:40:45 +0800992 if (mmc_read(ptn + offset, (void *)image_addr, imagesize_actual))
993 {
994 dprintf(CRITICAL, "ERROR: Cannot read boot image\n");
995 return -1;
996 }
997
998 dprintf(INFO, "Loading boot image (%d): done\n", imagesize_actual);
999 bs_set_timestamp(BS_KERNEL_LOAD_DONE);
1000
1001 /* Authenticate Kernel */
1002 dprintf(INFO, "use_signed_kernel=%d, is_unlocked=%d, is_tampered=%d.\n",
1003 (int) target_use_signed_kernel(),
1004 device.is_unlocked,
1005 device.is_tampered);
1006
1007 if(target_use_signed_kernel() && (!device.is_unlocked))
1008 {
1009 offset = imagesize_actual;
1010 if (check_aboot_addr_range_overlap((uint32_t)image_addr + offset, page_size))
1011 {
1012 dprintf(CRITICAL, "Signature read buffer address overlaps with aboot addresses.\n");
1013 return -1;
1014 }
1015
1016 /* Read signature */
1017 if(mmc_read(ptn + offset, (void *)(image_addr + offset), page_size))
1018 {
1019 dprintf(CRITICAL, "ERROR: Cannot read boot image signature\n");
1020 return -1;
1021 }
1022
1023 verify_signed_bootimg((uint32_t)image_addr, imagesize_actual);
1024 } else {
1025 second_actual = ROUND_TO_PAGE(hdr->second_size, page_mask);
1026 #ifdef TZ_SAVE_KERNEL_HASH
1027 aboot_save_boot_hash_mmc((uint32_t) image_addr, imagesize_actual);
1028 #endif /* TZ_SAVE_KERNEL_HASH */
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -08001029 }
1030
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001031 /*
Matthew Qinbb7923d2015-02-09 10:56:09 +08001032 * Check if the kernel image is a gzip package. If yes, need to decompress it.
1033 * If not, continue booting.
1034 */
1035 if (is_gzip_package((unsigned char *)(image_addr + page_size), hdr->kernel_size))
1036 {
1037 out_addr = (unsigned char *)(image_addr + imagesize_actual + page_size);
1038 out_avai_len = target_get_max_flash_size() - imagesize_actual - page_size;
Matthew Qin0b15b322015-05-19 05:20:54 -04001039 dprintf(INFO, "decompressing kernel image: start\n");
Matthew Qinbb7923d2015-02-09 10:56:09 +08001040 rc = decompress((unsigned char *)(image_addr + page_size),
1041 hdr->kernel_size, out_addr, out_avai_len,
1042 &dtb_offset, &out_len);
1043 if (rc)
1044 {
Matthew Qin0b15b322015-05-19 05:20:54 -04001045 dprintf(CRITICAL, "decompressing kernel image failed!!!\n");
Matthew Qinbb7923d2015-02-09 10:56:09 +08001046 ASSERT(0);
1047 }
1048
Matthew Qin0b15b322015-05-19 05:20:54 -04001049 dprintf(INFO, "decompressing kernel image: done\n");
Matthew Qinbb7923d2015-02-09 10:56:09 +08001050 kptr = (struct kernel64_hdr *)out_addr;
1051 kernel_start_addr = out_addr;
1052 kernel_size = out_len;
1053 } else {
1054 kptr = (struct kernel64_hdr *)(image_addr + page_size);
1055 kernel_start_addr = (unsigned char *)(image_addr + page_size);
1056 kernel_size = hdr->kernel_size;
1057 }
1058
1059 /*
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001060 * Update the kernel/ramdisk/tags address if the boot image header
1061 * has default values, these default values come from mkbootimg when
1062 * the boot image is flashed using fastboot flash:raw
1063 */
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -08001064 update_ker_tags_rdisk_addr(hdr, IS_ARM64(kptr));
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001065
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001066 /* Get virtual addresses since the hdr saves physical addresses. */
1067 hdr->kernel_addr = VA((addr_t)(hdr->kernel_addr));
1068 hdr->ramdisk_addr = VA((addr_t)(hdr->ramdisk_addr));
1069 hdr->tags_addr = VA((addr_t)(hdr->tags_addr));
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001070
Matthew Qinbb7923d2015-02-09 10:56:09 +08001071 kernel_size = ROUND_TO_PAGE(kernel_size, page_mask);
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001072 /* Check if the addresses in the header are valid. */
Matthew Qinbb7923d2015-02-09 10:56:09 +08001073 if (check_aboot_addr_range_overlap(hdr->kernel_addr, kernel_size) ||
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001074 check_aboot_addr_range_overlap(hdr->ramdisk_addr, ramdisk_actual))
1075 {
1076 dprintf(CRITICAL, "kernel/ramdisk addresses overlap with aboot addresses.\n");
1077 return -1;
1078 }
1079
1080#ifndef DEVICE_TREE
1081 if (check_aboot_addr_range_overlap(hdr->tags_addr, MAX_TAGS_SIZE))
1082 {
1083 dprintf(CRITICAL, "Tags addresses overlap with aboot addresses.\n");
1084 return -1;
1085 }
1086#endif
1087
Matthew Qin49e51fa2015-02-09 10:40:45 +08001088 /* Move kernel, ramdisk and device tree to correct address */
Matthew Qinbb7923d2015-02-09 10:56:09 +08001089 memmove((void*) hdr->kernel_addr, kernel_start_addr, kernel_size);
Matthew Qin49e51fa2015-02-09 10:40:45 +08001090 memmove((void*) hdr->ramdisk_addr, (char *)(image_addr + page_size + kernel_actual), hdr->ramdisk_size);
Shashank Mittald3e54dd2014-08-28 15:24:02 -07001091
Matthew Qin49e51fa2015-02-09 10:40:45 +08001092 #if DEVICE_TREE
1093 if(hdr->dt_size) {
1094 dt_table_offset = ((uint32_t)image_addr + page_size + kernel_actual + ramdisk_actual + second_actual);
1095 table = (struct dt_table*) dt_table_offset;
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001096
Matthew Qin49e51fa2015-02-09 10:40:45 +08001097 if (dev_tree_validate(table, hdr->page_size, &dt_hdr_size) != 0) {
1098 dprintf(CRITICAL, "ERROR: Cannot validate Device Tree Table \n");
1099 return -1;
1100 }
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001101
Matthew Qin49e51fa2015-02-09 10:40:45 +08001102 /* Find index of device tree within device tree table */
1103 if(dev_tree_get_entry_info(table, &dt_entry) != 0){
1104 dprintf(CRITICAL, "ERROR: Getting device tree address failed\n");
1105 return -1;
1106 }
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001107
Matthew Qin271927e2015-03-31 22:07:07 -04001108 if (is_gzip_package((unsigned char *)dt_table_offset + dt_entry.offset, dt_entry.size))
1109 {
1110 unsigned int compressed_size = 0;
1111 out_addr += out_len;
1112 out_avai_len -= out_len;
Matthew Qin0b15b322015-05-19 05:20:54 -04001113 dprintf(INFO, "decompressing dtb: start\n");
Matthew Qin271927e2015-03-31 22:07:07 -04001114 rc = decompress((unsigned char *)dt_table_offset + dt_entry.offset,
1115 dt_entry.size, out_addr, out_avai_len,
1116 &compressed_size, &dtb_size);
1117 if (rc)
1118 {
Matthew Qin0b15b322015-05-19 05:20:54 -04001119 dprintf(CRITICAL, "decompressing dtb failed!!!\n");
Matthew Qin271927e2015-03-31 22:07:07 -04001120 ASSERT(0);
1121 }
1122
Matthew Qin0b15b322015-05-19 05:20:54 -04001123 dprintf(INFO, "decompressing dtb: done\n");
Matthew Qin271927e2015-03-31 22:07:07 -04001124 best_match_dt_addr = out_addr;
1125 } else {
1126 best_match_dt_addr = (unsigned char *)dt_table_offset + dt_entry.offset;
1127 dtb_size = dt_entry.size;
1128 }
1129
Matthew Qin49e51fa2015-02-09 10:40:45 +08001130 /* Validate and Read device device tree in the tags_addr */
Matthew Qin271927e2015-03-31 22:07:07 -04001131 if (check_aboot_addr_range_overlap(hdr->tags_addr, dtb_size))
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001132 {
1133 dprintf(CRITICAL, "Device tree addresses overlap with aboot addresses.\n");
1134 return -1;
1135 }
Shashank Mittal162244e2011-08-08 19:01:25 -07001136
Matthew Qin271927e2015-03-31 22:07:07 -04001137 memmove((void *)hdr->tags_addr, (char *)best_match_dt_addr, dtb_size);
Matthew Qin49e51fa2015-02-09 10:40:45 +08001138 } else {
1139 /* Validate the tags_addr */
1140 if (check_aboot_addr_range_overlap(hdr->tags_addr, kernel_actual))
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07001141 {
1142 dprintf(CRITICAL, "Device tree addresses overlap with aboot addresses.\n");
1143 return -1;
1144 }
Matthew Qin49e51fa2015-02-09 10:40:45 +08001145 /*
1146 * If appended dev tree is found, update the atags with
1147 * memory address to the DTB appended location on RAM.
1148 * Else update with the atags address in the kernel header
1149 */
1150 void *dtb;
Matthew Qinbb7923d2015-02-09 10:56:09 +08001151 dtb = dev_tree_appended((void*)(image_addr + page_size),
1152 hdr->kernel_size, dtb_offset,
Matthew Qin49e51fa2015-02-09 10:40:45 +08001153 (void *)hdr->tags_addr);
1154 if (!dtb) {
1155 dprintf(CRITICAL, "ERROR: Appended Device Tree Blob not found\n");
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07001156 return -1;
1157 }
Shashank Mittalcd98d472011-08-02 14:29:24 -07001158 }
Matthew Qin49e51fa2015-02-09 10:40:45 +08001159 #endif
Shashank Mittal23b8f422010-04-16 19:27:21 -07001160
Stanimir Varbanov69ec5462013-07-18 18:17:42 +03001161 if (boot_into_recovery && !device.is_unlocked && !device.is_tampered)
1162 target_load_ssd_keystore();
1163
Shashank Mittal23b8f422010-04-16 19:27:21 -07001164unified_boot:
Shashank Mittal23b8f422010-04-16 19:27:21 -07001165
Dima Zavin77e41f32013-03-06 16:10:43 -08001166 boot_linux((void *)hdr->kernel_addr, (void *)hdr->tags_addr,
Dima Zavinbd3daa02013-03-26 11:06:44 -07001167 (const char *)hdr->cmdline, board_machtype(),
Shashank Mittal23b8f422010-04-16 19:27:21 -07001168 (void *)hdr->ramdisk_addr, hdr->ramdisk_size);
1169
1170 return 0;
1171}
1172
Dima Zavin214cc642009-01-26 11:16:21 -08001173int boot_linux_from_flash(void)
1174{
1175 struct boot_img_hdr *hdr = (void*) buf;
Dima Zavin214cc642009-01-26 11:16:21 -08001176 struct ptentry *ptn;
1177 struct ptable *ptable;
1178 unsigned offset = 0;
Chandan Uddarajude85d3f2010-01-05 16:32:33 -08001179
Shashank Mittalcd98d472011-08-02 14:29:24 -07001180 unsigned char *image_addr = 0;
1181 unsigned kernel_actual;
1182 unsigned ramdisk_actual;
1183 unsigned imagesize_actual;
Amol Jadib6be5c12012-11-14 13:39:51 -08001184 unsigned second_actual;
Shashank Mittalcd98d472011-08-02 14:29:24 -07001185
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001186#if DEVICE_TREE
1187 struct dt_table *table;
Joel Kingaa335dc2013-06-03 16:11:08 -07001188 struct dt_entry dt_entry;
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -08001189 uint32_t dt_actual;
Deepa Dinamani19648b42013-09-05 17:05:55 -07001190 uint32_t dt_hdr_size;
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001191#endif
1192
David Ng183a7422009-12-07 14:55:21 -08001193 if (target_is_emmc_boot()) {
1194 hdr = (struct boot_img_hdr *)EMMC_BOOT_IMG_HEADER_ADDR;
1195 if (memcmp(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
1196 dprintf(CRITICAL, "ERROR: Invalid boot image header\n");
1197 return -1;
1198 }
1199 goto continue_boot;
1200 }
1201
Dima Zavin214cc642009-01-26 11:16:21 -08001202 ptable = flash_get_ptable();
1203 if (ptable == NULL) {
1204 dprintf(CRITICAL, "ERROR: Partition table not found\n");
1205 return -1;
1206 }
1207
Chandan Uddarajude85d3f2010-01-05 16:32:33 -08001208 if(!boot_into_recovery)
1209 {
1210 ptn = ptable_find(ptable, "boot");
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001211
Chandan Uddarajude85d3f2010-01-05 16:32:33 -08001212 if (ptn == NULL) {
1213 dprintf(CRITICAL, "ERROR: No boot partition found\n");
1214 return -1;
1215 }
1216 }
1217 else
1218 {
1219 ptn = ptable_find(ptable, "recovery");
1220 if (ptn == NULL) {
1221 dprintf(CRITICAL, "ERROR: No recovery partition found\n");
1222 return -1;
1223 }
Dima Zavin214cc642009-01-26 11:16:21 -08001224 }
1225
Shashank Mittaldcc2e352009-11-19 19:11:16 -08001226 if (flash_read(ptn, offset, buf, page_size)) {
Dima Zavin214cc642009-01-26 11:16:21 -08001227 dprintf(CRITICAL, "ERROR: Cannot read boot image header\n");
1228 return -1;
1229 }
Dima Zavin214cc642009-01-26 11:16:21 -08001230
1231 if (memcmp(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
Kinson Chik kchik@codeaurora.org82e4ae62011-04-12 17:42:07 -07001232 dprintf(CRITICAL, "ERROR: Invalid boot image header\n");
Dima Zavin214cc642009-01-26 11:16:21 -08001233 return -1;
1234 }
1235
Shashank Mittaldcc2e352009-11-19 19:11:16 -08001236 if (hdr->page_size != page_size) {
Kinson Chik kchik@codeaurora.org82e4ae62011-04-12 17:42:07 -07001237 dprintf(CRITICAL, "ERROR: Invalid boot image pagesize. Device pagesize: %d, Image pagesize: %d\n",page_size,hdr->page_size);
Shashank Mittaldcc2e352009-11-19 19:11:16 -08001238 return -1;
1239 }
1240
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001241 /*
1242 * Update the kernel/ramdisk/tags address if the boot image header
1243 * has default values, these default values come from mkbootimg when
1244 * the boot image is flashed using fastboot flash:raw
1245 */
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -08001246 update_ker_tags_rdisk_addr(hdr, false);
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001247
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001248 /* Get virtual addresses since the hdr saves physical addresses. */
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001249 hdr->kernel_addr = VA((addr_t)(hdr->kernel_addr));
1250 hdr->ramdisk_addr = VA((addr_t)(hdr->ramdisk_addr));
1251 hdr->tags_addr = VA((addr_t)(hdr->tags_addr));
1252
1253 kernel_actual = ROUND_TO_PAGE(hdr->kernel_size, page_mask);
1254 ramdisk_actual = ROUND_TO_PAGE(hdr->ramdisk_size, page_mask);
1255
1256 /* Check if the addresses in the header are valid. */
1257 if (check_aboot_addr_range_overlap(hdr->kernel_addr, kernel_actual) ||
1258 check_aboot_addr_range_overlap(hdr->ramdisk_addr, ramdisk_actual))
1259 {
1260 dprintf(CRITICAL, "kernel/ramdisk addresses overlap with aboot addresses.\n");
1261 return -1;
1262 }
1263
1264#ifndef DEVICE_TREE
1265 if (check_aboot_addr_range_overlap(hdr->tags_addr, MAX_TAGS_SIZE))
1266 {
1267 dprintf(CRITICAL, "Tags addresses overlap with aboot addresses.\n");
1268 return -1;
1269 }
1270#endif
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001271
Shashank Mittalcd98d472011-08-02 14:29:24 -07001272 /* Authenticate Kernel */
Deepa Dinamani23b60d42013-06-24 18:10:52 -07001273 if(target_use_signed_kernel() && (!device.is_unlocked))
Shashank Mittalcd98d472011-08-02 14:29:24 -07001274 {
1275 image_addr = (unsigned char *)target_get_scratch_address();
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001276 offset = 0;
1277
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -08001278#if DEVICE_TREE
1279 dt_actual = ROUND_TO_PAGE(hdr->dt_size, page_mask);
1280 imagesize_actual = (page_size + kernel_actual + ramdisk_actual + dt_actual);
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001281
1282 if (check_aboot_addr_range_overlap(hdr->tags_addr, hdr->dt_size))
1283 {
1284 dprintf(CRITICAL, "Device tree addresses overlap with aboot addresses.\n");
1285 return -1;
1286 }
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -08001287#else
Shashank Mittalcd98d472011-08-02 14:29:24 -07001288 imagesize_actual = (page_size + kernel_actual + ramdisk_actual);
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -08001289#endif
Shashank Mittal162244e2011-08-08 19:01:25 -07001290
Amol Jadib6be5c12012-11-14 13:39:51 -08001291 dprintf(INFO, "Loading boot image (%d): start\n", imagesize_actual);
Amol Jadi492d5a52013-03-15 16:12:34 -07001292 bs_set_timestamp(BS_KERNEL_LOAD_START);
Amol Jadib6be5c12012-11-14 13:39:51 -08001293
Shashank Mittalcd98d472011-08-02 14:29:24 -07001294 /* Read image without signature */
1295 if (flash_read(ptn, offset, (void *)image_addr, imagesize_actual))
1296 {
1297 dprintf(CRITICAL, "ERROR: Cannot read boot image\n");
1298 return -1;
1299 }
Dima Zavin214cc642009-01-26 11:16:21 -08001300
Amol Jadib6be5c12012-11-14 13:39:51 -08001301 dprintf(INFO, "Loading boot image (%d): done\n", imagesize_actual);
Amol Jadi492d5a52013-03-15 16:12:34 -07001302 bs_set_timestamp(BS_KERNEL_LOAD_DONE);
Amol Jadib6be5c12012-11-14 13:39:51 -08001303
Shashank Mittalcd98d472011-08-02 14:29:24 -07001304 offset = imagesize_actual;
1305 /* Read signature */
1306 if (flash_read(ptn, offset, (void *)(image_addr + offset), page_size))
1307 {
1308 dprintf(CRITICAL, "ERROR: Cannot read boot image signature\n");
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001309 return -1;
Shashank Mittalcd98d472011-08-02 14:29:24 -07001310 }
Shashank Mittalcd98d472011-08-02 14:29:24 -07001311
Unnati Gandhi0c8e7c52014-07-17 14:33:09 +05301312 verify_signed_bootimg((uint32_t)image_addr, imagesize_actual);
Shashank Mittalcd98d472011-08-02 14:29:24 -07001313
1314 /* Move kernel and ramdisk to correct address */
Matthew Qinbb7923d2015-02-09 10:56:09 +08001315 memmove((void*) hdr->kernel_addr, (char*) (image_addr + page_size), hdr->kernel_size);
1316 memmove((void*) hdr->ramdisk_addr, (char*) (image_addr + page_size + kernel_actual), hdr->ramdisk_size);
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -08001317#if DEVICE_TREE
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001318 /* Validate and Read device device tree in the "tags_add */
Joel Kingaa335dc2013-06-03 16:11:08 -07001319 if (check_aboot_addr_range_overlap(hdr->tags_addr, dt_entry.size))
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001320 {
1321 dprintf(CRITICAL, "Device tree addresses overlap with aboot addresses.\n");
1322 return -1;
1323 }
1324
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -08001325 memmove((void*) hdr->tags_addr, (char *)(image_addr + page_size + kernel_actual + ramdisk_actual), hdr->dt_size);
1326#endif
Shashank Mittal162244e2011-08-08 19:01:25 -07001327
1328 /* Make sure everything from scratch address is read before next step!*/
Shashank Mittala0032282011-08-26 14:50:11 -07001329 if(device.is_tampered)
Shashank Mittal162244e2011-08-08 19:01:25 -07001330 {
1331 write_device_info_flash(&device);
1332 }
Channagoud Kadabi5c86fe32012-02-16 10:58:48 +05301333#if USE_PCOM_SECBOOT
1334 set_tamper_flag(device.is_tampered);
1335#endif
Shashank Mittalcd98d472011-08-02 14:29:24 -07001336 }
1337 else
1338 {
Shashank Mittal162244e2011-08-08 19:01:25 -07001339 offset = page_size;
1340
Amol Jadib6be5c12012-11-14 13:39:51 -08001341 kernel_actual = ROUND_TO_PAGE(hdr->kernel_size, page_mask);
1342 ramdisk_actual = ROUND_TO_PAGE(hdr->ramdisk_size, page_mask);
1343 second_actual = ROUND_TO_PAGE(hdr->second_size, page_mask);
1344
1345 dprintf(INFO, "Loading boot image (%d): start\n",
1346 kernel_actual + ramdisk_actual);
Amol Jadi492d5a52013-03-15 16:12:34 -07001347 bs_set_timestamp(BS_KERNEL_LOAD_START);
Amol Jadib6be5c12012-11-14 13:39:51 -08001348
1349 if (flash_read(ptn, offset, (void *)hdr->kernel_addr, kernel_actual)) {
Shashank Mittalcd98d472011-08-02 14:29:24 -07001350 dprintf(CRITICAL, "ERROR: Cannot read kernel image\n");
1351 return -1;
1352 }
Amol Jadib6be5c12012-11-14 13:39:51 -08001353 offset += kernel_actual;
Shashank Mittalcd98d472011-08-02 14:29:24 -07001354
Amol Jadib6be5c12012-11-14 13:39:51 -08001355 if (flash_read(ptn, offset, (void *)hdr->ramdisk_addr, ramdisk_actual)) {
Shashank Mittalcd98d472011-08-02 14:29:24 -07001356 dprintf(CRITICAL, "ERROR: Cannot read ramdisk image\n");
1357 return -1;
1358 }
Amol Jadib6be5c12012-11-14 13:39:51 -08001359 offset += ramdisk_actual;
1360
1361 dprintf(INFO, "Loading boot image (%d): done\n",
1362 kernel_actual + ramdisk_actual);
Amol Jadi492d5a52013-03-15 16:12:34 -07001363 bs_set_timestamp(BS_KERNEL_LOAD_DONE);
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001364
1365 if(hdr->second_size != 0) {
Amol Jadib6be5c12012-11-14 13:39:51 -08001366 offset += second_actual;
1367 /* Second image loading not implemented. */
1368 ASSERT(0);
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001369 }
1370
1371#if DEVICE_TREE
1372 if(hdr->dt_size != 0) {
1373
1374 /* Read the device tree table into buffer */
1375 if(flash_read(ptn, offset, (void *) dt_buf, page_size)) {
1376 dprintf(CRITICAL, "ERROR: Cannot read the Device Tree Table\n");
1377 return -1;
1378 }
1379
1380 table = (struct dt_table*) dt_buf;
1381
Deepa Dinamani19648b42013-09-05 17:05:55 -07001382 if (dev_tree_validate(table, hdr->page_size, &dt_hdr_size) != 0) {
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001383 dprintf(CRITICAL, "ERROR: Cannot validate Device Tree Table \n");
1384 return -1;
1385 }
1386
Deepa Dinamani19648b42013-09-05 17:05:55 -07001387 table = (struct dt_table*) memalign(CACHE_LINE, dt_hdr_size);
1388 if (!table)
1389 return -1;
1390
1391 /* Read the entire device tree table into buffer */
1392 if(flash_read(ptn, offset, (void *)table, dt_hdr_size)) {
1393 dprintf(CRITICAL, "ERROR: Cannot read the Device Tree Table\n");
1394 return -1;
1395 }
1396
1397
Joel Kingaa335dc2013-06-03 16:11:08 -07001398 /* Find index of device tree within device tree table */
1399 if(dev_tree_get_entry_info(table, &dt_entry) != 0){
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001400 dprintf(CRITICAL, "ERROR: Getting device tree address failed\n");
1401 return -1;
1402 }
1403
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001404 /* Validate and Read device device tree in the "tags_add */
Joel Kingaa335dc2013-06-03 16:11:08 -07001405 if (check_aboot_addr_range_overlap(hdr->tags_addr, dt_entry.size))
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001406 {
1407 dprintf(CRITICAL, "Device tree addresses overlap with aboot addresses.\n");
1408 return -1;
1409 }
1410
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001411 /* Read device device tree in the "tags_add */
Joel Kingaa335dc2013-06-03 16:11:08 -07001412 if(flash_read(ptn, offset + dt_entry.offset,
1413 (void *)hdr->tags_addr, dt_entry.size)) {
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001414 dprintf(CRITICAL, "ERROR: Cannot read device tree\n");
1415 return -1;
1416 }
1417 }
1418#endif
1419
Shashank Mittalcd98d472011-08-02 14:29:24 -07001420 }
David Ng183a7422009-12-07 14:55:21 -08001421continue_boot:
Dima Zavin214cc642009-01-26 11:16:21 -08001422
Dima Zavin214cc642009-01-26 11:16:21 -08001423 /* TODO: create/pass atags to kernel */
1424
Ajay Dudanie28a6072011-07-01 13:59:46 -07001425 boot_linux((void *)hdr->kernel_addr, (void *)hdr->tags_addr,
Dima Zavinbd3daa02013-03-26 11:06:44 -07001426 (const char *)hdr->cmdline, board_machtype(),
Dima Zavin214cc642009-01-26 11:16:21 -08001427 (void *)hdr->ramdisk_addr, hdr->ramdisk_size);
1428
1429 return 0;
1430}
Brian Swetland9c4c0752009-01-25 16:23:50 -08001431
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -08001432BUF_DMA_ALIGN(info_buf, BOOT_IMG_MAX_PAGE_SIZE);
Shashank Mittal162244e2011-08-08 19:01:25 -07001433void write_device_info_mmc(device_info *dev)
1434{
Shashank Mittal162244e2011-08-08 19:01:25 -07001435 unsigned long long ptn = 0;
1436 unsigned long long size;
1437 int index = INVALID_PTN;
Channagoud Kadabi749b0f82013-09-10 22:36:02 -07001438 uint32_t blocksize;
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08001439 uint8_t lun = 0;
Channagoud Kadabi80a182b2015-03-11 17:04:23 -07001440 uint32_t ret = 0;
Shashank Mittal162244e2011-08-08 19:01:25 -07001441
Channagoud Kadabi80a182b2015-03-11 17:04:23 -07001442 if (devinfo_present)
1443 index = partition_get_index("devinfo");
1444 else
1445 index = partition_get_index("aboot");
Channagoud Kadabi5d0371c2014-10-21 22:27:07 -07001446
Shashank Mittal162244e2011-08-08 19:01:25 -07001447 ptn = partition_get_offset(index);
1448 if(ptn == 0)
1449 {
1450 return;
1451 }
1452
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08001453 lun = partition_get_lun(index);
1454 mmc_set_lun(lun);
1455
Shashank Mittal162244e2011-08-08 19:01:25 -07001456 size = partition_get_size(index);
1457
Channagoud Kadabi749b0f82013-09-10 22:36:02 -07001458 blocksize = mmc_get_device_blocksize();
1459
Channagoud Kadabi80a182b2015-03-11 17:04:23 -07001460 if (devinfo_present)
1461 ret = mmc_write(ptn, blocksize, (void *)info_buf);
1462 else
1463 ret = mmc_write((ptn + size - blocksize), blocksize, (void *)info_buf);
1464 if (ret)
Shashank Mittal162244e2011-08-08 19:01:25 -07001465 {
1466 dprintf(CRITICAL, "ERROR: Cannot write device info\n");
1467 return;
1468 }
1469}
1470
Channagoud Kadabi036c6052015-02-09 15:19:59 -08001471void read_device_info_mmc(struct device_info *info)
Shashank Mittal162244e2011-08-08 19:01:25 -07001472{
Shashank Mittal162244e2011-08-08 19:01:25 -07001473 unsigned long long ptn = 0;
1474 unsigned long long size;
1475 int index = INVALID_PTN;
Channagoud Kadabi749b0f82013-09-10 22:36:02 -07001476 uint32_t blocksize;
Channagoud Kadabi80a182b2015-03-11 17:04:23 -07001477 uint32_t ret = 0;
Shashank Mittal162244e2011-08-08 19:01:25 -07001478
Channagoud Kadabi80a182b2015-03-11 17:04:23 -07001479 if ((index = partition_get_index("devinfo")) < 0)
1480 {
1481 devinfo_present = false;
1482 index = partition_get_index("aboot");
1483 }
Channagoud Kadabi5d0371c2014-10-21 22:27:07 -07001484
Shashank Mittal162244e2011-08-08 19:01:25 -07001485 ptn = partition_get_offset(index);
1486 if(ptn == 0)
1487 {
1488 return;
1489 }
1490
Channagoud Kadabi5d0371c2014-10-21 22:27:07 -07001491 mmc_set_lun(partition_get_lun(index));
1492
Shashank Mittal162244e2011-08-08 19:01:25 -07001493 size = partition_get_size(index);
1494
Channagoud Kadabi749b0f82013-09-10 22:36:02 -07001495 blocksize = mmc_get_device_blocksize();
1496
Channagoud Kadabi80a182b2015-03-11 17:04:23 -07001497 if (devinfo_present)
1498 ret = mmc_read(ptn, (void *)info_buf, blocksize);
1499 else
1500 ret = mmc_read((ptn + size - blocksize), (void *)info_buf, blocksize);
1501 if (ret)
Shashank Mittal162244e2011-08-08 19:01:25 -07001502 {
1503 dprintf(CRITICAL, "ERROR: Cannot read device info\n");
1504 return;
1505 }
1506
Shashank Mittal162244e2011-08-08 19:01:25 -07001507}
1508
1509void write_device_info_flash(device_info *dev)
1510{
1511 struct device_info *info = (void *) info_buf;
1512 struct ptentry *ptn;
1513 struct ptable *ptable;
1514
1515 ptable = flash_get_ptable();
1516 if (ptable == NULL)
1517 {
1518 dprintf(CRITICAL, "ERROR: Partition table not found\n");
1519 return;
1520 }
1521
1522 ptn = ptable_find(ptable, "devinfo");
1523 if (ptn == NULL)
1524 {
1525 dprintf(CRITICAL, "ERROR: No boot partition found\n");
1526 return;
1527 }
1528
1529 memcpy(info, dev, sizeof(device_info));
1530
1531 if (flash_write(ptn, 0, (void *)info_buf, page_size))
1532 {
1533 dprintf(CRITICAL, "ERROR: Cannot write device info\n");
1534 return;
1535 }
1536}
1537
1538void read_device_info_flash(device_info *dev)
1539{
1540 struct device_info *info = (void*) info_buf;
1541 struct ptentry *ptn;
1542 struct ptable *ptable;
1543
1544 ptable = flash_get_ptable();
1545 if (ptable == NULL)
1546 {
1547 dprintf(CRITICAL, "ERROR: Partition table not found\n");
1548 return;
1549 }
1550
1551 ptn = ptable_find(ptable, "devinfo");
1552 if (ptn == NULL)
1553 {
1554 dprintf(CRITICAL, "ERROR: No boot partition found\n");
1555 return;
1556 }
1557
1558 if (flash_read(ptn, 0, (void *)info_buf, page_size))
1559 {
1560 dprintf(CRITICAL, "ERROR: Cannot write device info\n");
1561 return;
1562 }
1563
1564 if (memcmp(info->magic, DEVICE_MAGIC, DEVICE_MAGIC_SIZE))
1565 {
Shashank Mittal162244e2011-08-08 19:01:25 -07001566 memcpy(info->magic, DEVICE_MAGIC, DEVICE_MAGIC_SIZE);
1567 info->is_unlocked = 0;
Shashank Mittala0032282011-08-26 14:50:11 -07001568 info->is_tampered = 0;
Shashank Mittal162244e2011-08-08 19:01:25 -07001569 write_device_info_flash(info);
1570 }
1571 memcpy(dev, info, sizeof(device_info));
1572}
1573
1574void write_device_info(device_info *dev)
1575{
1576 if(target_is_emmc_boot())
1577 {
Channagoud Kadabi036c6052015-02-09 15:19:59 -08001578 struct device_info *info = (void*) info_buf;
1579 memcpy(info, dev, sizeof(struct device_info));
1580
1581#if USE_RPMB_FOR_DEVINFO
1582 if (is_secure_boot_enable())
1583 write_device_info_rpmb((void*) info, mmc_get_device_blocksize());
Channagoud Kadabic80cb492015-04-28 16:08:28 -07001584 else
1585 write_device_info_mmc(info);
Channagoud Kadabi036c6052015-02-09 15:19:59 -08001586#else
1587 write_device_info_mmc(info);
1588#endif
Shashank Mittal162244e2011-08-08 19:01:25 -07001589 }
1590 else
1591 {
1592 write_device_info_flash(dev);
1593 }
1594}
1595
1596void read_device_info(device_info *dev)
1597{
1598 if(target_is_emmc_boot())
1599 {
Channagoud Kadabi036c6052015-02-09 15:19:59 -08001600 struct device_info *info = (void*) info_buf;
1601
1602#if USE_RPMB_FOR_DEVINFO
1603 if (is_secure_boot_enable())
1604 read_device_info_rpmb((void*) info, mmc_get_device_blocksize());
Channagoud Kadabic80cb492015-04-28 16:08:28 -07001605 else
1606 read_device_info_mmc(info);
Channagoud Kadabi036c6052015-02-09 15:19:59 -08001607#else
1608 read_device_info_mmc(info);
1609#endif
1610
1611 if (memcmp(info->magic, DEVICE_MAGIC, DEVICE_MAGIC_SIZE))
1612 {
1613 memcpy(info->magic, DEVICE_MAGIC, DEVICE_MAGIC_SIZE);
1614 if (is_secure_boot_enable())
1615 info->is_unlocked = 0;
1616 else
1617 info->is_unlocked = 1;
1618 info->is_verified = 0;
1619 info->is_tampered = 0;
Unnati Gandhia49daa12015-03-23 18:08:38 +05301620#if USER_BUILD_VARIANT
1621 info->charger_screen_enabled = 1;
1622#else
Channagoud Kadabi036c6052015-02-09 15:19:59 -08001623 info->charger_screen_enabled = 0;
Unnati Gandhia49daa12015-03-23 18:08:38 +05301624#endif
Channagoud Kadabi036c6052015-02-09 15:19:59 -08001625 write_device_info(info);
1626 }
1627 memcpy(dev, info, sizeof(device_info));
Shashank Mittal162244e2011-08-08 19:01:25 -07001628 }
1629 else
1630 {
1631 read_device_info_flash(dev);
1632 }
1633}
1634
1635void reset_device_info()
1636{
1637 dprintf(ALWAYS, "reset_device_info called.");
Shashank Mittala0032282011-08-26 14:50:11 -07001638 device.is_tampered = 0;
Shashank Mittal162244e2011-08-08 19:01:25 -07001639 write_device_info(&device);
1640}
1641
1642void set_device_root()
1643{
1644 dprintf(ALWAYS, "set_device_root called.");
Shashank Mittala0032282011-08-26 14:50:11 -07001645 device.is_tampered = 1;
Shashank Mittal162244e2011-08-08 19:01:25 -07001646 write_device_info(&device);
1647}
1648
Amol Jadicb524072012-08-09 16:40:18 -07001649#if DEVICE_TREE
Matthew Qin271927e2015-03-31 22:07:07 -04001650int copy_dtb(uint8_t *boot_image_start, unsigned int scratch_offset)
Amol Jadicb524072012-08-09 16:40:18 -07001651{
1652 uint32 dt_image_offset = 0;
1653 uint32_t n;
1654 struct dt_table *table;
Joel Kingaa335dc2013-06-03 16:11:08 -07001655 struct dt_entry dt_entry;
Deepa Dinamani19648b42013-09-05 17:05:55 -07001656 uint32_t dt_hdr_size;
Matthew Qin271927e2015-03-31 22:07:07 -04001657 unsigned int compressed_size = 0;
1658 unsigned int dtb_size = 0;
1659 unsigned int out_avai_len = 0;
1660 unsigned char *out_addr = NULL;
1661 unsigned char *best_match_dt_addr = NULL;
1662 int rc;
Amol Jadicb524072012-08-09 16:40:18 -07001663
1664 struct boot_img_hdr *hdr = (struct boot_img_hdr *) (boot_image_start);
1665
Amol Jadicb524072012-08-09 16:40:18 -07001666 if(hdr->dt_size != 0) {
Amol Jadicb524072012-08-09 16:40:18 -07001667 /* add kernel offset */
1668 dt_image_offset += page_size;
1669 n = ROUND_TO_PAGE(hdr->kernel_size, page_mask);
1670 dt_image_offset += n;
1671
1672 /* add ramdisk offset */
1673 n = ROUND_TO_PAGE(hdr->ramdisk_size, page_mask);
1674 dt_image_offset += n;
1675
1676 /* add second offset */
1677 if(hdr->second_size != 0) {
1678 n = ROUND_TO_PAGE(hdr->second_size, page_mask);
1679 dt_image_offset += n;
1680 }
1681
1682 /* offset now point to start of dt.img */
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001683 table = (struct dt_table*)(boot_image_start + dt_image_offset);
Amol Jadicb524072012-08-09 16:40:18 -07001684
Deepa Dinamani19648b42013-09-05 17:05:55 -07001685 if (dev_tree_validate(table, hdr->page_size, &dt_hdr_size) != 0) {
Amol Jadicb524072012-08-09 16:40:18 -07001686 dprintf(CRITICAL, "ERROR: Cannot validate Device Tree Table \n");
1687 return -1;
1688 }
Joel Kingaa335dc2013-06-03 16:11:08 -07001689 /* Find index of device tree within device tree table */
1690 if(dev_tree_get_entry_info(table, &dt_entry) != 0){
Amol Jadicb524072012-08-09 16:40:18 -07001691 dprintf(CRITICAL, "ERROR: Getting device tree address failed\n");
1692 return -1;
1693 }
1694
Matthew Qin271927e2015-03-31 22:07:07 -04001695 best_match_dt_addr = (unsigned char *)boot_image_start + dt_image_offset + dt_entry.offset;
1696 if (is_gzip_package(best_match_dt_addr, dt_entry.size))
1697 {
1698 out_addr = (unsigned char *)target_get_scratch_address() + scratch_offset;
1699 out_avai_len = target_get_max_flash_size() - scratch_offset;
Matthew Qin0b15b322015-05-19 05:20:54 -04001700 dprintf(INFO, "decompressing dtb: start\n");
Matthew Qin271927e2015-03-31 22:07:07 -04001701 rc = decompress(best_match_dt_addr,
1702 dt_entry.size, out_addr, out_avai_len,
1703 &compressed_size, &dtb_size);
1704 if (rc)
1705 {
Matthew Qin0b15b322015-05-19 05:20:54 -04001706 dprintf(CRITICAL, "decompressing dtb failed!!!\n");
Matthew Qin271927e2015-03-31 22:07:07 -04001707 ASSERT(0);
1708 }
1709
Matthew Qin0b15b322015-05-19 05:20:54 -04001710 dprintf(INFO, "decompressing dtb: done\n");
Matthew Qin271927e2015-03-31 22:07:07 -04001711 best_match_dt_addr = out_addr;
1712 } else {
1713 dtb_size = dt_entry.size;
1714 }
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001715 /* Validate and Read device device tree in the "tags_add */
Matthew Qin271927e2015-03-31 22:07:07 -04001716 if (check_aboot_addr_range_overlap(hdr->tags_addr, dtb_size))
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001717 {
1718 dprintf(CRITICAL, "Device tree addresses overlap with aboot addresses.\n");
1719 return -1;
1720 }
1721
Amol Jadicb524072012-08-09 16:40:18 -07001722 /* Read device device tree in the "tags_add */
Matthew Qin271927e2015-03-31 22:07:07 -04001723 memmove((void*) hdr->tags_addr, (void *)best_match_dt_addr, dtb_size);
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001724 } else
1725 return -1;
Amol Jadicb524072012-08-09 16:40:18 -07001726
1727 /* Everything looks fine. Return success. */
1728 return 0;
1729}
1730#endif
1731
Brian Swetland9c4c0752009-01-25 16:23:50 -08001732void cmd_boot(const char *arg, void *data, unsigned sz)
1733{
1734 unsigned kernel_actual;
1735 unsigned ramdisk_actual;
Channagoud Kadabifc3b31f2014-06-18 17:41:01 -07001736 uint32_t image_actual;
1737 uint32_t dt_actual = 0;
Channagoud Kadabi3d839012014-06-26 14:26:39 -07001738 uint32_t sig_actual = SIGNATURE_SIZE;
Matthew Qinbb7923d2015-02-09 10:56:09 +08001739 struct boot_img_hdr *hdr = NULL;
1740 struct kernel64_hdr *kptr = NULL;
Brian Swetland9c4c0752009-01-25 16:23:50 -08001741 char *ptr = ((char*) data);
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001742 int ret = 0;
1743 uint8_t dtb_copied = 0;
Matthew Qinbb7923d2015-02-09 10:56:09 +08001744 unsigned int out_len = 0;
1745 unsigned int out_avai_len = 0;
1746 unsigned char *out_addr = NULL;
1747 uint32_t dtb_offset = 0;
1748 unsigned char *kernel_start_addr = NULL;
1749 unsigned int kernel_size = 0;
Matthew Qin271927e2015-03-31 22:07:07 -04001750 unsigned int scratch_offset = 0;
Matthew Qinbb7923d2015-02-09 10:56:09 +08001751
Brian Swetland9c4c0752009-01-25 16:23:50 -08001752
Amit Blay6281ebc2015-01-11 14:44:08 +02001753#ifdef MDTP_SUPPORT
1754 /* Go through Firmware Lock verification before continue with boot process */
1755 mdtp_fwlock_verify_lock();
Reut Zysman18411272015-02-09 13:47:27 +02001756 display_image_on_screen();
Amit Blay6281ebc2015-01-11 14:44:08 +02001757#endif /* MDTP_SUPPORT */
1758
Shashank Mittald3e54dd2014-08-28 15:24:02 -07001759#if VERIFIED_BOOT
1760 if(!device.is_unlocked)
1761 {
1762 fastboot_fail("unlock device to use this command");
1763 return;
1764 }
1765#endif
1766
Brian Swetland9c4c0752009-01-25 16:23:50 -08001767 if (sz < sizeof(hdr)) {
1768 fastboot_fail("invalid bootimage header");
1769 return;
1770 }
1771
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001772 hdr = (struct boot_img_hdr *)data;
Brian Swetland9c4c0752009-01-25 16:23:50 -08001773
1774 /* ensure commandline is terminated */
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001775 hdr->cmdline[BOOT_ARGS_SIZE-1] = 0;
Brian Swetland9c4c0752009-01-25 16:23:50 -08001776
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001777 if(target_is_emmc_boot() && hdr->page_size) {
1778 page_size = hdr->page_size;
Subbaraman Narayanamurthyfbe13a02010-09-10 11:51:12 -07001779 page_mask = page_size - 1;
1780 }
1781
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001782 kernel_actual = ROUND_TO_PAGE(hdr->kernel_size, page_mask);
1783 ramdisk_actual = ROUND_TO_PAGE(hdr->ramdisk_size, page_mask);
Channagoud Kadabifc3b31f2014-06-18 17:41:01 -07001784#if DEVICE_TREE
1785 dt_actual = ROUND_TO_PAGE(hdr->dt_size, page_mask);
1786#endif
1787
1788 image_actual = ADD_OF(page_size, kernel_actual);
1789 image_actual = ADD_OF(image_actual, ramdisk_actual);
1790 image_actual = ADD_OF(image_actual, dt_actual);
1791
Channagoud Kadabi3d839012014-06-26 14:26:39 -07001792 if (target_use_signed_kernel() && (!device.is_unlocked))
1793 image_actual = ADD_OF(image_actual, sig_actual);
1794
Channagoud Kadabifc3b31f2014-06-18 17:41:01 -07001795 /* sz should have atleast raw boot image */
1796 if (image_actual > sz) {
Channagoud Kadabi3d839012014-06-26 14:26:39 -07001797 fastboot_fail("bootimage: incomplete or not signed");
Channagoud Kadabifc3b31f2014-06-18 17:41:01 -07001798 return;
1799 }
1800
1801 /* Verify the boot image
1802 * device & page_size are initialized in aboot_init
1803 */
1804 if (target_use_signed_kernel() && (!device.is_unlocked))
Channagoud Kadabi3d839012014-06-26 14:26:39 -07001805 /* Pass size excluding signature size, otherwise we would try to
1806 * access signature beyond its length
1807 */
1808 verify_signed_bootimg((uint32_t)data, (image_actual - sig_actual));
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001809
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001810 /*
Matthew Qinbb7923d2015-02-09 10:56:09 +08001811 * Check if the kernel image is a gzip package. If yes, need to decompress it.
1812 * If not, continue booting.
1813 */
1814 if (is_gzip_package((unsigned char *)(data + page_size), hdr->kernel_size))
1815 {
1816 out_addr = (unsigned char *)target_get_scratch_address();
1817 out_addr = (unsigned char *)(out_addr + image_actual + page_size);
1818 out_avai_len = target_get_max_flash_size() - image_actual - page_size;
Matthew Qin0b15b322015-05-19 05:20:54 -04001819 dprintf(INFO, "decompressing kernel image: start\n");
Matthew Qinbb7923d2015-02-09 10:56:09 +08001820 ret = decompress((unsigned char *)(ptr + page_size),
1821 hdr->kernel_size, out_addr, out_avai_len,
1822 &dtb_offset, &out_len);
1823 if (ret)
1824 {
Matthew Qin0b15b322015-05-19 05:20:54 -04001825 dprintf(CRITICAL, "decompressing image failed!!!\n");
Matthew Qinbb7923d2015-02-09 10:56:09 +08001826 ASSERT(0);
1827 }
1828
Matthew Qin0b15b322015-05-19 05:20:54 -04001829 dprintf(INFO, "decompressing kernel image: done\n");
Matthew Qinbb7923d2015-02-09 10:56:09 +08001830 kptr = (struct kernel64_hdr *)out_addr;
1831 kernel_start_addr = out_addr;
1832 kernel_size = out_len;
1833 } else {
1834 kptr = (struct kernel64_hdr*)((char *)data + page_size);
1835 kernel_start_addr = (unsigned char *)((char *)data + page_size);
1836 kernel_size = hdr->kernel_size;
1837 }
1838
1839 /*
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001840 * Update the kernel/ramdisk/tags address if the boot image header
1841 * has default values, these default values come from mkbootimg when
1842 * the boot image is flashed using fastboot flash:raw
1843 */
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -08001844 update_ker_tags_rdisk_addr(hdr, IS_ARM64(kptr));
Dima Zavin3cadfff2013-03-21 14:30:48 -07001845
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001846 /* Get virtual addresses since the hdr saves physical addresses. */
1847 hdr->kernel_addr = VA(hdr->kernel_addr);
1848 hdr->ramdisk_addr = VA(hdr->ramdisk_addr);
1849 hdr->tags_addr = VA(hdr->tags_addr);
Brian Swetland9c4c0752009-01-25 16:23:50 -08001850
Matthew Qinbb7923d2015-02-09 10:56:09 +08001851 kernel_size = ROUND_TO_PAGE(kernel_size, page_mask);
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001852 /* Check if the addresses in the header are valid. */
Matthew Qinbb7923d2015-02-09 10:56:09 +08001853 if (check_aboot_addr_range_overlap(hdr->kernel_addr, kernel_size) ||
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001854 check_aboot_addr_range_overlap(hdr->ramdisk_addr, ramdisk_actual))
1855 {
1856 dprintf(CRITICAL, "kernel/ramdisk addresses overlap with aboot addresses.\n");
Channagoud Kadabi881856c2013-12-03 11:19:20 -08001857 return;
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001858 }
1859
Amol Jadicb524072012-08-09 16:40:18 -07001860#if DEVICE_TREE
Matthew Qin271927e2015-03-31 22:07:07 -04001861 scratch_offset = image_actual + page_size + out_len;
Amol Jadicb524072012-08-09 16:40:18 -07001862 /* find correct dtb and copy it to right location */
Matthew Qin271927e2015-03-31 22:07:07 -04001863 ret = copy_dtb(data, scratch_offset);
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001864
1865 dtb_copied = !ret ? 1 : 0;
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001866#else
1867 if (check_aboot_addr_range_overlap(hdr->tags_addr, MAX_TAGS_SIZE))
1868 {
1869 dprintf(CRITICAL, "Tags addresses overlap with aboot addresses.\n");
Channagoud Kadabi881856c2013-12-03 11:19:20 -08001870 return;
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001871 }
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001872#endif
1873
1874 /* Load ramdisk & kernel */
1875 memmove((void*) hdr->ramdisk_addr, ptr + page_size + kernel_actual, hdr->ramdisk_size);
Matthew Qinbb7923d2015-02-09 10:56:09 +08001876 memmove((void*) hdr->kernel_addr, (char*) (kernel_start_addr), kernel_size);
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001877
1878#if DEVICE_TREE
Matthew Qinbb7923d2015-02-09 10:56:09 +08001879 if (check_aboot_addr_range_overlap(hdr->tags_addr, kernel_actual))
1880 {
1881 dprintf(CRITICAL, "Tags addresses overlap with aboot addresses.\n");
1882 return;
1883 }
1884
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001885 /*
1886 * If dtb is not found look for appended DTB in the kernel.
1887 * If appended dev tree is found, update the atags with
1888 * memory address to the DTB appended location on RAM.
1889 * Else update with the atags address in the kernel header
1890 */
1891 if (!dtb_copied) {
1892 void *dtb;
Matthew Qinbb7923d2015-02-09 10:56:09 +08001893 dtb = dev_tree_appended((void*)(ptr + page_size),
1894 hdr->kernel_size, dtb_offset,
Dima Zavine63e5572013-05-03 12:23:06 -07001895 (void *)hdr->tags_addr);
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001896 if (!dtb) {
1897 fastboot_fail("dtb not found");
1898 return;
1899 }
Amol Jadicb524072012-08-09 16:40:18 -07001900 }
1901#endif
Brian Swetland9c4c0752009-01-25 16:23:50 -08001902
1903 fastboot_okay("");
Amol Jadi7c4316c2013-10-07 14:19:26 -07001904 fastboot_stop();
Brian Swetland9c4c0752009-01-25 16:23:50 -08001905
Dima Zavin77e41f32013-03-06 16:10:43 -08001906 boot_linux((void*) hdr->kernel_addr, (void*) hdr->tags_addr,
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001907 (const char*) hdr->cmdline, board_machtype(),
1908 (void*) hdr->ramdisk_addr, hdr->ramdisk_size);
Brian Swetland9c4c0752009-01-25 16:23:50 -08001909}
1910
Sridhar Parasurame94e8152014-10-24 14:06:03 -07001911void cmd_erase_nand(const char *arg, void *data, unsigned sz)
Dima Zavin214cc642009-01-26 11:16:21 -08001912{
1913 struct ptentry *ptn;
1914 struct ptable *ptable;
1915
1916 ptable = flash_get_ptable();
1917 if (ptable == NULL) {
1918 fastboot_fail("partition table doesn't exist");
1919 return;
1920 }
1921
1922 ptn = ptable_find(ptable, arg);
1923 if (ptn == NULL) {
1924 fastboot_fail("unknown partition name");
1925 return;
1926 }
1927
1928 if (flash_erase(ptn)) {
1929 fastboot_fail("failed to erase partition");
1930 return;
1931 }
1932 fastboot_okay("");
1933}
1934
Bikas Gurungd48bd242010-09-04 19:54:32 -07001935
1936void cmd_erase_mmc(const char *arg, void *data, unsigned sz)
1937{
1938 unsigned long long ptn = 0;
Oliver Wangcee448d2013-10-22 18:40:13 +08001939 unsigned long long size = 0;
Kinson Chikf1a43512011-07-14 11:28:39 -07001940 int index = INVALID_PTN;
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08001941 uint8_t lun = 0;
Bikas Gurungd48bd242010-09-04 19:54:32 -07001942
Shashank Mittald3e54dd2014-08-28 15:24:02 -07001943#if VERIFIED_BOOT
1944 if(!strcmp(arg, KEYSTORE_PTN_NAME))
1945 {
1946 if(!device.is_unlocked)
1947 {
1948 fastboot_fail("unlock device to erase keystore");
1949 return;
1950 }
1951 }
1952#endif
1953
Kinson Chikf1a43512011-07-14 11:28:39 -07001954 index = partition_get_index(arg);
1955 ptn = partition_get_offset(index);
Oliver Wangcee448d2013-10-22 18:40:13 +08001956 size = partition_get_size(index);
Neeti Desaica8c9602011-10-06 11:40:00 -07001957
Kinson Chikf1a43512011-07-14 11:28:39 -07001958 if(ptn == 0) {
Neeti Desaica8c9602011-10-06 11:40:00 -07001959 fastboot_fail("Partition table doesn't exist\n");
Bikas Gurungd48bd242010-09-04 19:54:32 -07001960 return;
1961 }
Kun Liang2f1601a2013-08-12 16:29:54 +08001962
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08001963 lun = partition_get_lun(index);
1964 mmc_set_lun(lun);
1965
Sridhar Parasuramd7957122015-02-27 11:33:40 -08001966 if (platform_boot_dev_isemmc())
1967 {
1968 if (mmc_erase_card(ptn, size)) {
1969 fastboot_fail("failed to erase partition\n");
1970 return;
1971 }
1972 } else {
1973 BUF_DMA_ALIGN(out, DEFAULT_ERASE_SIZE);
1974 size = partition_get_size(index);
1975 if (size > DEFAULT_ERASE_SIZE)
1976 size = DEFAULT_ERASE_SIZE;
Kun Liang2f1601a2013-08-12 16:29:54 +08001977
Sridhar Parasuramd7957122015-02-27 11:33:40 -08001978 /* Simple inefficient version of erase. Just writing
1979 0 in first several blocks */
1980 if (mmc_write(ptn , size, (unsigned int *)out)) {
1981 fastboot_fail("failed to erase partition");
1982 return;
1983 }
Bikas Gurungd48bd242010-09-04 19:54:32 -07001984 }
1985 fastboot_okay("");
1986}
1987
Sridhar Parasurame94e8152014-10-24 14:06:03 -07001988void cmd_erase(const char *arg, void *data, unsigned sz)
1989{
Channagoud Kadabice3cf422015-04-17 16:02:30 -07001990#if VERIFIED_BOOT
1991 if(!device.is_unlocked && !device.is_verified)
1992 {
1993 fastboot_fail("device is locked. Cannot erase");
1994 return;
1995 }
1996 if(!device.is_unlocked && device.is_verified)
1997 {
1998 if(!boot_verify_flash_allowed(arg))
1999 {
2000 fastboot_fail("cannot flash this partition in verified state");
2001 return;
2002 }
2003 }
2004#endif
2005
Sridhar Parasurame94e8152014-10-24 14:06:03 -07002006 if(target_is_emmc_boot())
2007 cmd_erase_mmc(arg, data, sz);
2008 else
2009 cmd_erase_nand(arg, data, sz);
2010}
Bikas Gurungd48bd242010-09-04 19:54:32 -07002011
Ajay Dudani5c761132011-04-07 20:19:04 -07002012void cmd_flash_mmc_img(const char *arg, void *data, unsigned sz)
Shashank Mittal23b8f422010-04-16 19:27:21 -07002013{
2014 unsigned long long ptn = 0;
Subbaraman Narayanamurthyc95b5b12010-08-31 13:19:48 -07002015 unsigned long long size = 0;
Kinson Chikf1a43512011-07-14 11:28:39 -07002016 int index = INVALID_PTN;
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08002017 char *token = NULL;
2018 char *pname = NULL;
2019 uint8_t lun = 0;
2020 bool lun_set = false;
Subbaraman Narayanamurthyc95b5b12010-08-31 13:19:48 -07002021
Unnati Gandhi0c8e7c52014-07-17 14:33:09 +05302022 token = strtok((char *)arg, ":");
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08002023 pname = token;
2024 token = strtok(NULL, ":");
2025 if(token)
2026 {
2027 lun = atoi(token);
2028 mmc_set_lun(lun);
2029 lun_set = true;
2030 }
2031
Mao Jinlong226f33a2014-07-04 17:24:10 +08002032 if (pname)
Greg Grisco6e754772011-06-23 12:19:39 -07002033 {
Mao Jinlong226f33a2014-07-04 17:24:10 +08002034 if (!strcmp(pname, "partition"))
2035 {
2036 dprintf(INFO, "Attempt to write partition image.\n");
2037 if (write_partition(sz, (unsigned char *) data)) {
2038 fastboot_fail("failed to write partition");
Greg Grisco6e754772011-06-23 12:19:39 -07002039 return;
2040 }
2041 }
Mao Jinlong226f33a2014-07-04 17:24:10 +08002042 else
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08002043 {
Shashank Mittald3e54dd2014-08-28 15:24:02 -07002044#if VERIFIED_BOOT
2045 if(!strcmp(pname, KEYSTORE_PTN_NAME))
2046 {
2047 if(!device.is_unlocked)
2048 {
2049 fastboot_fail("unlock device to flash keystore");
2050 return;
2051 }
2052 if(!boot_verify_validate_keystore((unsigned char *)data))
2053 {
2054 fastboot_fail("image is not a keystore file");
2055 return;
2056 }
2057 }
2058#endif
Mao Jinlong226f33a2014-07-04 17:24:10 +08002059 index = partition_get_index(pname);
2060 ptn = partition_get_offset(index);
2061 if(ptn == 0) {
2062 fastboot_fail("partition table doesn't exist");
2063 return;
2064 }
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08002065
Mao Jinlong226f33a2014-07-04 17:24:10 +08002066 if (!strcmp(pname, "boot") || !strcmp(pname, "recovery")) {
2067 if (memcmp((void *)data, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
2068 fastboot_fail("image is not a boot image");
2069 return;
2070 }
2071 }
2072
2073 if(!lun_set)
2074 {
2075 lun = partition_get_lun(index);
2076 mmc_set_lun(lun);
2077 }
2078
2079 size = partition_get_size(index);
2080 if (ROUND_TO_PAGE(sz,511) > size) {
2081 fastboot_fail("size too large");
2082 return;
2083 }
2084 else if (mmc_write(ptn , sz, (unsigned int *)data)) {
2085 fastboot_fail("flash write failure");
2086 return;
2087 }
Greg Grisco6e754772011-06-23 12:19:39 -07002088 }
Shashank Mittal23b8f422010-04-16 19:27:21 -07002089 }
2090 fastboot_okay("");
2091 return;
2092}
2093
Ajay Dudanide984792015-03-02 09:57:41 -08002094void cmd_flash_meta_img(const char *arg, void *data, unsigned sz)
2095{
2096 int i, images;
2097 meta_header_t *meta_header;
2098 img_header_entry_t *img_header_entry;
2099
2100 meta_header = (meta_header_t*) data;
2101 img_header_entry = (img_header_entry_t*) (data+sizeof(meta_header_t));
2102
2103 images = meta_header->img_hdr_sz / sizeof(img_header_entry_t);
2104
2105 for (i=0; i<images; i++) {
2106
2107 if((img_header_entry[i].ptn_name == NULL) ||
2108 (img_header_entry[i].start_offset == 0) ||
2109 (img_header_entry[i].size == 0))
2110 break;
2111
2112 cmd_flash_mmc_img(img_header_entry[i].ptn_name,
2113 (void *) data + img_header_entry[i].start_offset,
2114 img_header_entry[i].size);
2115 }
2116
Channagoud Kadabiaafbbfc2015-03-04 17:52:56 -08002117 if (!strncmp(arg, "bootloader", strlen("bootloader")))
2118 {
2119 strlcpy(device.bootloader_version, TARGET(BOARD), MAX_VERSION_LEN);
2120 strlcat(device.bootloader_version, "-", MAX_VERSION_LEN);
2121 strlcat(device.bootloader_version, meta_header->img_version, MAX_VERSION_LEN);
2122 }
2123 else
2124 {
2125 strlcpy(device.radio_version, TARGET(BOARD), MAX_VERSION_LEN);
2126 strlcat(device.radio_version, "-", MAX_VERSION_LEN);
2127 strlcat(device.radio_version, meta_header->img_version, MAX_VERSION_LEN);
2128 }
2129
2130 write_device_info(&device);
Ajay Dudanide984792015-03-02 09:57:41 -08002131 fastboot_okay("");
2132 return;
2133}
2134
Ajay Dudani5c761132011-04-07 20:19:04 -07002135void cmd_flash_mmc_sparse_img(const char *arg, void *data, unsigned sz)
2136{
2137 unsigned int chunk;
2138 unsigned int chunk_data_sz;
Channagoud Kadabif627cf82013-09-09 14:08:20 -07002139 uint32_t *fill_buf = NULL;
2140 uint32_t fill_val;
2141 uint32_t chunk_blk_cnt = 0;
Ajay Dudani5c761132011-04-07 20:19:04 -07002142 sparse_header_t *sparse_header;
2143 chunk_header_t *chunk_header;
Ajay Dudaniab18f022011-05-12 14:39:22 -07002144 uint32_t total_blocks = 0;
Ajay Dudani5c761132011-04-07 20:19:04 -07002145 unsigned long long ptn = 0;
Channagoud Kadabi65b91002011-10-11 17:34:33 +05302146 unsigned long long size = 0;
Kinson Chikf1a43512011-07-14 11:28:39 -07002147 int index = INVALID_PTN;
Unnati Gandhi0c8e7c52014-07-17 14:33:09 +05302148 uint32_t i;
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08002149 uint8_t lun = 0;
Ajay Dudani5c761132011-04-07 20:19:04 -07002150
Kinson Chikf1a43512011-07-14 11:28:39 -07002151 index = partition_get_index(arg);
2152 ptn = partition_get_offset(index);
2153 if(ptn == 0) {
Ajay Dudani5c761132011-04-07 20:19:04 -07002154 fastboot_fail("partition table doesn't exist");
2155 return;
2156 }
2157
Channagoud Kadabi65b91002011-10-11 17:34:33 +05302158 size = partition_get_size(index);
2159 if (ROUND_TO_PAGE(sz,511) > size) {
2160 fastboot_fail("size too large");
2161 return;
2162 }
2163
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08002164 lun = partition_get_lun(index);
2165 mmc_set_lun(lun);
2166
Ajay Dudani5c761132011-04-07 20:19:04 -07002167 /* Read and skip over sparse image header */
2168 sparse_header = (sparse_header_t *) data;
vijay kumar1321f342015-03-27 12:13:42 +05302169 if (((uint64_t)sparse_header->total_blks * (uint64_t)sparse_header->blk_sz) > size) {
Ajay Dudani876b3282012-12-21 14:12:17 -08002170 fastboot_fail("size too large");
2171 return;
2172 }
2173
Ajay Dudani5c761132011-04-07 20:19:04 -07002174 data += sparse_header->file_hdr_sz;
2175 if(sparse_header->file_hdr_sz > sizeof(sparse_header_t))
2176 {
2177 /* Skip the remaining bytes in a header that is longer than
2178 * we expected.
2179 */
2180 data += (sparse_header->file_hdr_sz - sizeof(sparse_header_t));
2181 }
2182
Ajay Dudanib06c05f2011-05-12 14:46:10 -07002183 dprintf (SPEW, "=== Sparse Image Header ===\n");
2184 dprintf (SPEW, "magic: 0x%x\n", sparse_header->magic);
2185 dprintf (SPEW, "major_version: 0x%x\n", sparse_header->major_version);
2186 dprintf (SPEW, "minor_version: 0x%x\n", sparse_header->minor_version);
2187 dprintf (SPEW, "file_hdr_sz: %d\n", sparse_header->file_hdr_sz);
2188 dprintf (SPEW, "chunk_hdr_sz: %d\n", sparse_header->chunk_hdr_sz);
2189 dprintf (SPEW, "blk_sz: %d\n", sparse_header->blk_sz);
2190 dprintf (SPEW, "total_blks: %d\n", sparse_header->total_blks);
2191 dprintf (SPEW, "total_chunks: %d\n", sparse_header->total_chunks);
Ajay Dudani5c761132011-04-07 20:19:04 -07002192
2193 /* Start processing chunks */
2194 for (chunk=0; chunk<sparse_header->total_chunks; chunk++)
2195 {
Aparna Mallavarapu2ae741a2015-03-28 01:41:08 +05302196 /* Make sure the total image size does not exceed the partition size */
2197 if(((uint64_t)total_blocks * (uint64_t)sparse_header->blk_sz) >= size) {
2198 fastboot_fail("size too large");
2199 return;
2200 }
Ajay Dudani5c761132011-04-07 20:19:04 -07002201 /* Read and skip over chunk header */
2202 chunk_header = (chunk_header_t *) data;
2203 data += sizeof(chunk_header_t);
2204
2205 dprintf (SPEW, "=== Chunk Header ===\n");
2206 dprintf (SPEW, "chunk_type: 0x%x\n", chunk_header->chunk_type);
2207 dprintf (SPEW, "chunk_data_sz: 0x%x\n", chunk_header->chunk_sz);
2208 dprintf (SPEW, "total_size: 0x%x\n", chunk_header->total_sz);
2209
2210 if(sparse_header->chunk_hdr_sz > sizeof(chunk_header_t))
2211 {
2212 /* Skip the remaining bytes in a header that is longer than
2213 * we expected.
2214 */
2215 data += (sparse_header->chunk_hdr_sz - sizeof(chunk_header_t));
2216 }
2217
2218 chunk_data_sz = sparse_header->blk_sz * chunk_header->chunk_sz;
Aparna Mallavarapu2ae741a2015-03-28 01:41:08 +05302219
2220 /* Make sure multiplication does not overflow uint32 size */
2221 if (sparse_header->blk_sz && (chunk_header->chunk_sz != chunk_data_sz / sparse_header->blk_sz))
2222 {
2223 fastboot_fail("Bogus size sparse and chunk header");
2224 return;
2225 }
2226
2227 /* Make sure that the chunk size calculated from sparse image does not
2228 * exceed partition size
2229 */
2230 if ((uint64_t)total_blocks * (uint64_t)sparse_header->blk_sz + chunk_data_sz > size)
2231 {
2232 fastboot_fail("Chunk data size exceeds partition size");
2233 return;
2234 }
2235
Ajay Dudani5c761132011-04-07 20:19:04 -07002236 switch (chunk_header->chunk_type)
2237 {
2238 case CHUNK_TYPE_RAW:
2239 if(chunk_header->total_sz != (sparse_header->chunk_hdr_sz +
2240 chunk_data_sz))
2241 {
2242 fastboot_fail("Bogus chunk size for chunk type Raw");
2243 return;
2244 }
2245
Ajay Dudaniab18f022011-05-12 14:39:22 -07002246 if(mmc_write(ptn + ((uint64_t)total_blocks*sparse_header->blk_sz),
2247 chunk_data_sz,
2248 (unsigned int*)data))
Ajay Dudani5c761132011-04-07 20:19:04 -07002249 {
2250 fastboot_fail("flash write failure");
2251 return;
2252 }
Aparna Mallavarapu2ae741a2015-03-28 01:41:08 +05302253 if(total_blocks > (UINT_MAX - chunk_header->chunk_sz)) {
2254 fastboot_fail("Bogus size for RAW chunk type");
2255 return;
2256 }
Ajay Dudani5c761132011-04-07 20:19:04 -07002257 total_blocks += chunk_header->chunk_sz;
2258 data += chunk_data_sz;
2259 break;
2260
Channagoud Kadabif627cf82013-09-09 14:08:20 -07002261 case CHUNK_TYPE_FILL:
2262 if(chunk_header->total_sz != (sparse_header->chunk_hdr_sz +
2263 sizeof(uint32_t)))
2264 {
2265 fastboot_fail("Bogus chunk size for chunk type FILL");
2266 return;
2267 }
2268
2269 fill_buf = (uint32_t *)memalign(CACHE_LINE, ROUNDUP(sparse_header->blk_sz, CACHE_LINE));
2270 if (!fill_buf)
2271 {
2272 fastboot_fail("Malloc failed for: CHUNK_TYPE_FILL");
2273 return;
2274 }
2275
2276 fill_val = *(uint32_t *)data;
2277 data = (char *) data + sizeof(uint32_t);
2278 chunk_blk_cnt = chunk_data_sz / sparse_header->blk_sz;
2279
2280 for (i = 0; i < (sparse_header->blk_sz / sizeof(fill_val)); i++)
2281 {
2282 fill_buf[i] = fill_val;
2283 }
2284
2285 for (i = 0; i < chunk_blk_cnt; i++)
2286 {
Aparna Mallavarapu2ae741a2015-03-28 01:41:08 +05302287 /* Make sure that the data written to partition does not exceed partition size */
2288 if ((uint64_t)total_blocks * (uint64_t)sparse_header->blk_sz + sparse_header->blk_sz > size)
2289 {
2290 fastboot_fail("Chunk data size for fill type exceeds partition size");
2291 return;
2292 }
2293
Channagoud Kadabif627cf82013-09-09 14:08:20 -07002294 if(mmc_write(ptn + ((uint64_t)total_blocks*sparse_header->blk_sz),
2295 sparse_header->blk_sz,
2296 fill_buf))
2297 {
2298 fastboot_fail("flash write failure");
2299 free(fill_buf);
2300 return;
2301 }
2302
2303 total_blocks++;
2304 }
2305
2306 free(fill_buf);
2307 break;
2308
Ajay Dudani5c761132011-04-07 20:19:04 -07002309 case CHUNK_TYPE_DONT_CARE:
Aparna Mallavarapu2ae741a2015-03-28 01:41:08 +05302310 if(total_blocks > (UINT_MAX - chunk_header->chunk_sz)) {
2311 fastboot_fail("bogus size for chunk DONT CARE type");
2312 return;
2313 }
Kinson Chik kchik@codeaurora.orgda29b1e2011-05-06 17:36:39 -07002314 total_blocks += chunk_header->chunk_sz;
2315 break;
2316
Ajay Dudani5c761132011-04-07 20:19:04 -07002317 case CHUNK_TYPE_CRC:
2318 if(chunk_header->total_sz != sparse_header->chunk_hdr_sz)
2319 {
2320 fastboot_fail("Bogus chunk size for chunk type Dont Care");
2321 return;
2322 }
Aparna Mallavarapu2ae741a2015-03-28 01:41:08 +05302323 if(total_blocks > (UINT_MAX - chunk_header->chunk_sz)) {
2324 fastboot_fail("bogus size for chunk CRC type");
2325 return;
2326 }
Ajay Dudani5c761132011-04-07 20:19:04 -07002327 total_blocks += chunk_header->chunk_sz;
2328 data += chunk_data_sz;
2329 break;
2330
Kinson Chik kchik@codeaurora.orgda29b1e2011-05-06 17:36:39 -07002331 default:
Channagoud Kadabif627cf82013-09-09 14:08:20 -07002332 dprintf(CRITICAL, "Unkown chunk type: %x\n",chunk_header->chunk_type);
Ajay Dudani5c761132011-04-07 20:19:04 -07002333 fastboot_fail("Unknown chunk type");
2334 return;
2335 }
2336 }
2337
Ajay Dudani0c6927b2011-05-18 11:12:16 -07002338 dprintf(INFO, "Wrote %d blocks, expected to write %d blocks\n",
2339 total_blocks, sparse_header->total_blks);
2340
2341 if(total_blocks != sparse_header->total_blks)
2342 {
2343 fastboot_fail("sparse image write failure");
2344 }
Ajay Dudani5c761132011-04-07 20:19:04 -07002345
2346 fastboot_okay("");
2347 return;
2348}
2349
2350void cmd_flash_mmc(const char *arg, void *data, unsigned sz)
2351{
2352 sparse_header_t *sparse_header;
Ajay Dudanide984792015-03-02 09:57:41 -08002353 meta_header_t *meta_header;
Ajay Dudani5c761132011-04-07 20:19:04 -07002354
kchik@codeaurora.orgbce18ea2011-04-18 20:22:28 -07002355#ifdef SSD_ENABLE
Veera Sundaram Sankaranf9915462014-12-09 11:54:59 -08002356 /* 8 Byte Magic + 2048 Byte xml + Encrypted Data */
2357 unsigned int *magic_number = (unsigned int *) data;
sundarajan srinivasand4b1c482013-02-27 14:15:43 -08002358 int ret=0;
2359 uint32 major_version=0;
2360 uint32 minor_version=0;
2361
2362 ret = scm_svc_version(&major_version,&minor_version);
2363 if(!ret)
2364 {
2365 if(major_version >= 2)
2366 {
Amir Samuelovbb65ce02013-05-05 12:20:18 +03002367 if( !strcmp(arg, "ssd") || !strcmp(arg, "tqs") )
sundarajan srinivasand4b1c482013-02-27 14:15:43 -08002368 {
2369 ret = encrypt_scm((uint32 **) &data, &sz);
2370 if (ret != 0) {
2371 dprintf(CRITICAL, "ERROR: Encryption Failure\n");
2372 return;
2373 }
2374
Amir Samuelovbb65ce02013-05-05 12:20:18 +03002375 /* Protect only for SSD */
2376 if (!strcmp(arg, "ssd")) {
2377 ret = scm_protect_keystore((uint32 *) data, sz);
2378 if (ret != 0) {
2379 dprintf(CRITICAL, "ERROR: scm_protect_keystore Failed\n");
2380 return;
2381 }
sundarajan srinivasand4b1c482013-02-27 14:15:43 -08002382 }
2383 }
2384 else
2385 {
2386 ret = decrypt_scm_v2((uint32 **) &data, &sz);
2387 if(ret != 0)
2388 {
2389 dprintf(CRITICAL,"ERROR: Decryption Failure\n");
2390 return;
2391 }
2392 }
2393 }
2394 else
2395 {
2396 if (magic_number[0] == DECRYPT_MAGIC_0 &&
2397 magic_number[1] == DECRYPT_MAGIC_1)
2398 {
2399 ret = decrypt_scm((uint32 **) &data, &sz);
2400 if (ret != 0) {
2401 dprintf(CRITICAL, "ERROR: Invalid secure image\n");
2402 return;
2403 }
2404 }
2405 else if (magic_number[0] == ENCRYPT_MAGIC_0 &&
2406 magic_number[1] == ENCRYPT_MAGIC_1)
2407 {
2408 ret = encrypt_scm((uint32 **) &data, &sz);
2409 if (ret != 0) {
2410 dprintf(CRITICAL, "ERROR: Encryption Failure\n");
2411 return;
2412 }
2413 }
kchik@codeaurora.orgbce18ea2011-04-18 20:22:28 -07002414 }
2415 }
sundarajan srinivasand4b1c482013-02-27 14:15:43 -08002416 else
Neeti Desai127b9e02012-03-20 16:11:23 -07002417 {
sundarajan srinivasand4b1c482013-02-27 14:15:43 -08002418 dprintf(CRITICAL,"INVALID SVC Version\n");
2419 return;
Neeti Desai127b9e02012-03-20 16:11:23 -07002420 }
sundarajan srinivasand4b1c482013-02-27 14:15:43 -08002421#endif /* SSD_ENABLE */
Neeti Desai127b9e02012-03-20 16:11:23 -07002422
Shashank Mittald3e54dd2014-08-28 15:24:02 -07002423#if VERIFIED_BOOT
2424 if(!device.is_unlocked && !device.is_verified)
2425 {
2426 fastboot_fail("device is locked. Cannot flash images");
2427 return;
2428 }
2429 if(!device.is_unlocked && device.is_verified)
2430 {
2431 if(!boot_verify_flash_allowed(arg))
2432 {
2433 fastboot_fail("cannot flash this partition in verified state");
2434 return;
2435 }
2436 }
2437#endif
2438
kchik@codeaurora.orgbce18ea2011-04-18 20:22:28 -07002439 sparse_header = (sparse_header_t *) data;
Ajay Dudanide984792015-03-02 09:57:41 -08002440 meta_header = (meta_header_t *) data;
2441 if (sparse_header->magic == SPARSE_HEADER_MAGIC)
Ajay Dudani5c761132011-04-07 20:19:04 -07002442 cmd_flash_mmc_sparse_img(arg, data, sz);
Ajay Dudanide984792015-03-02 09:57:41 -08002443 else if (meta_header->magic == META_HEADER_MAGIC)
2444 cmd_flash_meta_img(arg, data, sz);
2445 else
2446 cmd_flash_mmc_img(arg, data, sz);
Ajay Dudani5c761132011-04-07 20:19:04 -07002447 return;
2448}
2449
Tanya Brokhman84eaaf62015-02-24 21:57:06 +02002450void cmd_updatevol(const char *vol_name, void *data, unsigned sz)
2451{
2452 struct ptentry *sys_ptn;
2453 struct ptable *ptable;
2454
2455 ptable = flash_get_ptable();
2456 if (ptable == NULL) {
2457 fastboot_fail("partition table doesn't exist");
2458 return;
2459 }
2460
2461 sys_ptn = ptable_find(ptable, "system");
2462 if (sys_ptn == NULL) {
2463 fastboot_fail("system partition not found");
2464 return;
2465 }
2466
2467 sz = ROUND_TO_PAGE(sz, page_mask);
2468 if (update_ubi_vol(sys_ptn, vol_name, data, sz))
2469 fastboot_fail("update_ubi_vol failed");
2470 else
2471 fastboot_okay("");
2472}
2473
Sridhar Parasurame94e8152014-10-24 14:06:03 -07002474void cmd_flash_nand(const char *arg, void *data, unsigned sz)
Dima Zavin214cc642009-01-26 11:16:21 -08002475{
2476 struct ptentry *ptn;
2477 struct ptable *ptable;
2478 unsigned extra = 0;
2479
2480 ptable = flash_get_ptable();
2481 if (ptable == NULL) {
2482 fastboot_fail("partition table doesn't exist");
2483 return;
2484 }
2485
2486 ptn = ptable_find(ptable, arg);
2487 if (ptn == NULL) {
Tanya Brokhman84eaaf62015-02-24 21:57:06 +02002488 dprintf(INFO, "unknown partition name (%s). Trying updatevol\n",
2489 arg);
2490 cmd_updatevol(arg, data, sz);
Dima Zavin214cc642009-01-26 11:16:21 -08002491 return;
2492 }
2493
2494 if (!strcmp(ptn->name, "boot") || !strcmp(ptn->name, "recovery")) {
2495 if (memcmp((void *)data, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
2496 fastboot_fail("image is not a boot image");
2497 return;
2498 }
2499 }
2500
Amol Jadi5c61a952012-05-04 17:05:35 -07002501 if (!strcmp(ptn->name, "system")
Deepa Dinamani13e32c42012-03-12 14:34:17 -07002502 || !strcmp(ptn->name, "userdata")
2503 || !strcmp(ptn->name, "persist")
Sundarajan Srinivasanb063a852013-11-19 14:02:27 -08002504 || !strcmp(ptn->name, "recoveryfs")
Sundarajan Srinivasan595b71e2013-11-05 12:44:34 -08002505 || !strcmp(ptn->name, "modem"))
Tanya Brokhman1c94f1a2015-02-15 09:05:03 +02002506 extra = 1;
Sundarajan Srinivasan595b71e2013-11-05 12:44:34 -08002507 else
Shashank Mittaldcc2e352009-11-19 19:11:16 -08002508 sz = ROUND_TO_PAGE(sz, page_mask);
Dima Zavin214cc642009-01-26 11:16:21 -08002509
2510 dprintf(INFO, "writing %d bytes to '%s'\n", sz, ptn->name);
Tanya Brokhman1c94f1a2015-02-15 09:05:03 +02002511 if (!memcmp((void *)data, UBI_MAGIC, UBI_MAGIC_SIZE)) {
2512 if (flash_ubi_img(ptn, data, sz)) {
2513 fastboot_fail("flash write failure");
2514 return;
2515 }
2516 } else {
2517 if (flash_write(ptn, extra, data, sz)) {
2518 fastboot_fail("flash write failure");
2519 return;
2520 }
Dima Zavin214cc642009-01-26 11:16:21 -08002521 }
2522 dprintf(INFO, "partition '%s' updated\n", ptn->name);
2523 fastboot_okay("");
2524}
2525
Sridhar Parasurame94e8152014-10-24 14:06:03 -07002526void cmd_flash(const char *arg, void *data, unsigned sz)
2527{
2528 if(target_is_emmc_boot())
2529 cmd_flash_mmc(arg, data, sz);
2530 else
2531 cmd_flash_nand(arg, data, sz);
2532}
2533
Dima Zavin214cc642009-01-26 11:16:21 -08002534void cmd_continue(const char *arg, void *data, unsigned sz)
2535{
2536 fastboot_okay("");
Amol Jadi7c4316c2013-10-07 14:19:26 -07002537 fastboot_stop();
Shashank Mittald3e54dd2014-08-28 15:24:02 -07002538
Amit Blay6281ebc2015-01-11 14:44:08 +02002539#ifdef MDTP_SUPPORT
2540 /* Go through Firmware Lock verification before continue with boot process */
2541 mdtp_fwlock_verify_lock();
Reut Zysman18411272015-02-09 13:47:27 +02002542 display_image_on_screen();
Amit Blay6281ebc2015-01-11 14:44:08 +02002543#endif /* MDTP_SUPPORT */
2544
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002545 if (target_is_emmc_boot())
2546 {
2547 boot_linux_from_mmc();
2548 }
2549 else
2550 {
2551 boot_linux_from_flash();
2552 }
Dima Zavin214cc642009-01-26 11:16:21 -08002553}
2554
Chandan Uddaraju94183c02010-01-15 15:13:59 -08002555void cmd_reboot(const char *arg, void *data, unsigned sz)
2556{
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002557 dprintf(INFO, "rebooting the device\n");
Chandan Uddaraju94183c02010-01-15 15:13:59 -08002558 fastboot_okay("");
2559 reboot_device(0);
2560}
2561
2562void cmd_reboot_bootloader(const char *arg, void *data, unsigned sz)
2563{
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002564 dprintf(INFO, "rebooting the device\n");
Chandan Uddaraju94183c02010-01-15 15:13:59 -08002565 fastboot_okay("");
2566 reboot_device(FASTBOOT_MODE);
2567}
2568
Ameya Thakur11cf1a62013-08-05 12:44:48 -07002569void cmd_oem_enable_charger_screen(const char *arg, void *data, unsigned size)
2570{
2571 dprintf(INFO, "Enabling charger screen check\n");
2572 device.charger_screen_enabled = 1;
2573 write_device_info(&device);
2574 fastboot_okay("");
2575}
2576
2577void cmd_oem_disable_charger_screen(const char *arg, void *data, unsigned size)
2578{
2579 dprintf(INFO, "Disabling charger screen check\n");
2580 device.charger_screen_enabled = 0;
2581 write_device_info(&device);
2582 fastboot_okay("");
2583}
2584
Unnati Gandhi62c8ab82014-01-24 11:01:01 +05302585void cmd_oem_select_display_panel(const char *arg, void *data, unsigned size)
2586{
2587 dprintf(INFO, "Selecting display panel %s\n", arg);
2588 if (arg)
2589 strlcpy(device.display_panel, arg,
2590 sizeof(device.display_panel));
2591 write_device_info(&device);
2592 fastboot_okay("");
2593}
2594
Shashank Mittal162244e2011-08-08 19:01:25 -07002595void cmd_oem_unlock(const char *arg, void *data, unsigned sz)
2596{
Shashank Mittald3e54dd2014-08-28 15:24:02 -07002597 /* TODO: Wipe user data */
2598 if(!device.is_unlocked || device.is_verified)
Shashank Mittal162244e2011-08-08 19:01:25 -07002599 {
2600 device.is_unlocked = 1;
Shashank Mittald3e54dd2014-08-28 15:24:02 -07002601 device.is_verified = 0;
2602 write_device_info(&device);
2603 }
2604 fastboot_okay("");
2605}
2606
2607void cmd_oem_lock(const char *arg, void *data, unsigned sz)
2608{
2609 /* TODO: Wipe user data */
2610 if(device.is_unlocked || device.is_verified)
2611 {
2612 device.is_unlocked = 0;
2613 device.is_verified = 0;
2614 write_device_info(&device);
2615 }
2616 fastboot_okay("");
2617}
2618
2619void cmd_oem_verified(const char *arg, void *data, unsigned sz)
2620{
2621 /* TODO: Wipe user data */
2622 if(device.is_unlocked || !device.is_verified)
2623 {
2624 device.is_unlocked = 0;
2625 device.is_verified = 1;
Shashank Mittal162244e2011-08-08 19:01:25 -07002626 write_device_info(&device);
2627 }
2628 fastboot_okay("");
2629}
2630
Shashank Mittala0032282011-08-26 14:50:11 -07002631void cmd_oem_devinfo(const char *arg, void *data, unsigned sz)
2632{
Unnati Gandhi62c8ab82014-01-24 11:01:01 +05302633 char response[128];
Ameya Thakur11cf1a62013-08-05 12:44:48 -07002634 snprintf(response, sizeof(response), "\tDevice tampered: %s", (device.is_tampered ? "true" : "false"));
Shashank Mittala0032282011-08-26 14:50:11 -07002635 fastboot_info(response);
Ameya Thakur11cf1a62013-08-05 12:44:48 -07002636 snprintf(response, sizeof(response), "\tDevice unlocked: %s", (device.is_unlocked ? "true" : "false"));
2637 fastboot_info(response);
2638 snprintf(response, sizeof(response), "\tCharger screen enabled: %s", (device.charger_screen_enabled ? "true" : "false"));
Shashank Mittala0032282011-08-26 14:50:11 -07002639 fastboot_info(response);
Unnati Gandhi62c8ab82014-01-24 11:01:01 +05302640 snprintf(response, sizeof(response), "\tDisplay panel: %s", (device.display_panel));
2641 fastboot_info(response);
Shashank Mittala0032282011-08-26 14:50:11 -07002642 fastboot_okay("");
2643}
2644
Channagoud Kadabi4c4884e2013-04-09 17:12:13 -07002645void cmd_preflash(const char *arg, void *data, unsigned sz)
2646{
2647 fastboot_okay("");
2648}
2649
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302650struct fbimage* splash_screen_flash();
2651
2652int splash_screen_check_header(struct fbimage *logo)
2653{
2654 if (memcmp(logo->header.magic, LOGO_IMG_MAGIC, 8))
2655 return -1;
2656 if (logo->header.width == 0 || logo->header.height == 0)
2657 return -1;
2658 return 0;
2659}
2660
2661struct fbimage* splash_screen_flash()
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07002662{
2663 struct ptentry *ptn;
2664 struct ptable *ptable;
2665 struct fbcon_config *fb_display = NULL;
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002666 struct fbimage *logo = NULL;
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07002667
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302668
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002669 logo = (struct fbimage *) malloc(ROUNDUP(page_size, sizeof(struct fbimage)));
2670 ASSERT(logo);
2671
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302672 ptable = flash_get_ptable();
2673 if (ptable == NULL) {
2674 dprintf(CRITICAL, "ERROR: Partition table not found\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002675 goto err;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302676 }
2677 ptn = ptable_find(ptable, "splash");
2678 if (ptn == NULL) {
2679 dprintf(CRITICAL, "ERROR: splash Partition not found\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002680 goto err;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302681 }
2682
2683 if (flash_read(ptn, 0,(unsigned int *) logo, sizeof(logo->header))) {
2684 dprintf(CRITICAL, "ERROR: Cannot read boot image header\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002685 goto err;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302686 }
2687
2688 if (splash_screen_check_header(logo)) {
2689 dprintf(CRITICAL, "ERROR: Boot image header invalid\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002690 goto err;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302691 }
2692
2693 fb_display = fbcon_display();
2694 if (fb_display) {
Vineet Bajaj99291ed2014-09-09 12:29:46 +05302695 if ((logo->header.width != fb_display->width) || (logo->header.height != fb_display->height)) {
2696 dprintf(CRITICAL, "Logo config doesn't match with fb config. Fall back to default logo\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002697 goto err;
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07002698 }
Vineet Bajaj99291ed2014-09-09 12:29:46 +05302699 uint8_t *base = (uint8_t *) fb_display->base;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302700 if (flash_read(ptn + sizeof(logo->header), 0,
2701 base,
2702 ((((logo->header.width * logo->header.height * fb_display->bpp/8) + 511) >> 9) << 9))) {
2703 fbcon_clear();
Vineet Bajaj99291ed2014-09-09 12:29:46 +05302704 dprintf(CRITICAL, "ERROR: Cannot read splash image from partition\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002705 goto err;
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07002706 }
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302707 logo->image = base;
2708 }
2709
2710 return logo;
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002711
2712err:
2713 free(logo);
2714 return NULL;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302715}
2716
2717struct fbimage* splash_screen_mmc()
2718{
2719 int index = INVALID_PTN;
2720 unsigned long long ptn = 0;
2721 struct fbcon_config *fb_display = NULL;
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002722 struct fbimage *logo = NULL;
Channagoud Kadabida117392014-11-24 11:01:12 -08002723 uint32_t blocksize;
2724 uint32_t readsize;
Channagoud Kadabicccd02c2015-02-19 17:51:40 -08002725 uint32_t logosize;
Channagoud Kadabida117392014-11-24 11:01:12 -08002726 uint32_t ptn_size;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302727
2728 index = partition_get_index("splash");
2729 if (index == 0) {
2730 dprintf(CRITICAL, "ERROR: splash Partition table not found\n");
2731 return NULL;
2732 }
2733
2734 ptn = partition_get_offset(index);
2735 if (ptn == 0) {
2736 dprintf(CRITICAL, "ERROR: splash Partition invalid\n");
2737 return NULL;
2738 }
2739
Channagoud Kadabida117392014-11-24 11:01:12 -08002740 ptn_size = partition_get_size(index);
2741 blocksize = mmc_get_device_blocksize();
Channagoud Kadabicccd02c2015-02-19 17:51:40 -08002742 logosize = ROUNDUP(sizeof(logo->header), blocksize);
Channagoud Kadabida117392014-11-24 11:01:12 -08002743
Channagoud Kadabicccd02c2015-02-19 17:51:40 -08002744 logo = (struct fbimage *)memalign(CACHE_LINE, ROUNDUP(logosize, CACHE_LINE));
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002745 ASSERT(logo);
2746
Channagoud Kadabicccd02c2015-02-19 17:51:40 -08002747 if (mmc_read(ptn, (uint32_t *) logo, logosize)) {
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302748 dprintf(CRITICAL, "ERROR: Cannot read splash image header\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002749 goto err;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302750 }
2751
2752 if (splash_screen_check_header(logo)) {
2753 dprintf(CRITICAL, "ERROR: Splash image header invalid\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002754 goto err;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302755 }
2756
2757 fb_display = fbcon_display();
2758 if (fb_display) {
Vineet Bajaj99291ed2014-09-09 12:29:46 +05302759 if ((logo->header.width != fb_display->width) || (logo->header.height != fb_display->height)) {
2760 dprintf(CRITICAL, "Logo config doesn't match with fb config. Fall back default logo\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002761 goto err;
Vineet Bajaj99291ed2014-09-09 12:29:46 +05302762 }
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302763 uint8_t *base = (uint8_t *) fb_display->base;
Channagoud Kadabida117392014-11-24 11:01:12 -08002764 readsize = ROUNDUP((logo->header.width * logo->header.height * fb_display->bpp/8), blocksize);
2765
2766 if (readsize > ptn_size)
2767 {
2768 dprintf(CRITICAL, "@%d:Invalid logo header readsize:%u exceeds ptn_size:%u\n", __LINE__, readsize,ptn_size);
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002769 goto err;
Channagoud Kadabida117392014-11-24 11:01:12 -08002770 }
2771
Channagoud Kadabicccd02c2015-02-19 17:51:40 -08002772 if (mmc_read(ptn + logosize,(uint32_t *)base, readsize)) {
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302773 fbcon_clear();
Vineet Bajaj99291ed2014-09-09 12:29:46 +05302774 dprintf(CRITICAL, "ERROR: Cannot read splash image from partition\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002775 goto err;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302776 }
2777
2778 logo->image = base;
2779 }
2780
2781 return logo;
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002782
2783err:
2784 free(logo);
2785 return NULL;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302786}
2787
2788
2789struct fbimage* fetch_image_from_partition()
2790{
2791 if (target_is_emmc_boot()) {
2792 return splash_screen_mmc();
2793 } else {
2794 return splash_screen_flash();
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07002795 }
2796}
2797
Channagoud Kadabi4c4884e2013-04-09 17:12:13 -07002798/* Get the size from partiton name */
2799static void get_partition_size(const char *arg, char *response)
2800{
2801 uint64_t ptn = 0;
2802 uint64_t size;
2803 int index = INVALID_PTN;
2804
2805 index = partition_get_index(arg);
2806
2807 if (index == INVALID_PTN)
2808 {
2809 dprintf(CRITICAL, "Invalid partition index\n");
2810 return;
2811 }
2812
2813 ptn = partition_get_offset(index);
2814
2815 if(!ptn)
2816 {
2817 dprintf(CRITICAL, "Invalid partition name %s\n", arg);
2818 return;
2819 }
2820
2821 size = partition_get_size(index);
2822
2823 snprintf(response, MAX_RSP_SIZE, "\t 0x%llx", size);
2824 return;
2825}
2826
2827/*
2828 * Publish the partition type & size info
2829 * fastboot getvar will publish the required information.
2830 * fastboot getvar partition_size:<partition_name>: partition size in hex
2831 * fastboot getvar partition_type:<partition_name>: partition type (ext/fat)
2832 */
2833static void publish_getvar_partition_info(struct getvar_partition_info *info, uint8_t num_parts)
2834{
2835 uint8_t i;
2836
2837 for (i = 0; i < num_parts; i++) {
2838 get_partition_size(info[i].part_name, info[i].size_response);
2839
2840 if (strlcat(info[i].getvar_size, info[i].part_name, MAX_GET_VAR_NAME_SIZE) >= MAX_GET_VAR_NAME_SIZE)
2841 {
2842 dprintf(CRITICAL, "partition size name truncated\n");
2843 return;
2844 }
2845 if (strlcat(info[i].getvar_type, info[i].part_name, MAX_GET_VAR_NAME_SIZE) >= MAX_GET_VAR_NAME_SIZE)
2846 {
2847 dprintf(CRITICAL, "partition type name truncated\n");
2848 return;
2849 }
2850
2851 /* publish partition size & type info */
2852 fastboot_publish((const char *) info[i].getvar_size, (const char *) info[i].size_response);
2853 fastboot_publish((const char *) info[i].getvar_type, (const char *) info[i].type_response);
2854 }
2855}
2856
Amol Jadi5edf3552013-07-23 14:15:34 -07002857/* register commands and variables for fastboot */
2858void aboot_fastboot_register_commands(void)
2859{
Sridhar Parasurame94e8152014-10-24 14:06:03 -07002860 int i;
Amol Jadi5edf3552013-07-23 14:15:34 -07002861
Sridhar Parasurame94e8152014-10-24 14:06:03 -07002862 struct fastboot_cmd_desc cmd_list[] = {
2863 /* By default the enabled list is empty. */
2864 {"", NULL},
2865 /* move commands enclosed within the below ifndef to here
2866 * if they need to be enabled in user build.
2867 */
2868#ifndef DISABLE_FASTBOOT_CMDS
2869 /* Register the following commands only for non-user builds */
2870 {"flash:", cmd_flash},
2871 {"erase:", cmd_erase},
2872 {"boot", cmd_boot},
2873 {"continue", cmd_continue},
2874 {"reboot", cmd_reboot},
2875 {"reboot-bootloader", cmd_reboot_bootloader},
2876 {"oem unlock", cmd_oem_unlock},
2877 {"oem lock", cmd_oem_lock},
2878 {"oem verified", cmd_oem_verified},
2879 {"oem device-info", cmd_oem_devinfo},
2880 {"preflash", cmd_preflash},
2881 {"oem enable-charger-screen", cmd_oem_enable_charger_screen},
2882 {"oem disable-charger-screen", cmd_oem_disable_charger_screen},
Aravind Venkateswaranbcca9b12014-11-04 17:04:01 -08002883 {"oem select-display-panel", cmd_oem_select_display_panel},
Sridhar Parasurame94e8152014-10-24 14:06:03 -07002884#endif
2885 };
2886
2887 int fastboot_cmds_count = sizeof(cmd_list)/sizeof(cmd_list[0]);
2888 for (i = 1; i < fastboot_cmds_count; i++)
2889 fastboot_register(cmd_list[i].name,cmd_list[i].cb);
2890
Amol Jadi5edf3552013-07-23 14:15:34 -07002891 /* publish variables and their values */
2892 fastboot_publish("product", TARGET(BOARD));
2893 fastboot_publish("kernel", "lk");
2894 fastboot_publish("serialno", sn_buf);
2895
2896 /*
2897 * partition info is supported only for emmc partitions
2898 * Calling this for NAND prints some error messages which
2899 * is harmless but misleading. Avoid calling this for NAND
2900 * devices.
2901 */
2902 if (target_is_emmc_boot())
2903 publish_getvar_partition_info(part_info, ARRAY_SIZE(part_info));
2904
2905 /* Max download size supported */
Ameya Thakur11cf1a62013-08-05 12:44:48 -07002906 snprintf(max_download_size, MAX_RSP_SIZE, "\t0x%x",
2907 target_get_max_flash_size());
Amol Jadi5edf3552013-07-23 14:15:34 -07002908 fastboot_publish("max-download-size", (const char *) max_download_size);
Ameya Thakur11cf1a62013-08-05 12:44:48 -07002909 /* Is the charger screen check enabled */
2910 snprintf(charger_screen_enabled, MAX_RSP_SIZE, "%d",
2911 device.charger_screen_enabled);
2912 fastboot_publish("charger-screen-enabled",
2913 (const char *) charger_screen_enabled);
Unnati Gandhi62c8ab82014-01-24 11:01:01 +05302914 snprintf(panel_display_mode, MAX_RSP_SIZE, "%s",
2915 device.display_panel);
2916 fastboot_publish("display-panel",
2917 (const char *) panel_display_mode);
Channagoud Kadabiaafbbfc2015-03-04 17:52:56 -08002918 fastboot_publish("version-bootloader", (const char *) device.bootloader_version);
2919 fastboot_publish("version-baseband", (const char *) device.radio_version);
Amol Jadi5edf3552013-07-23 14:15:34 -07002920}
2921
Brian Swetland9c4c0752009-01-25 16:23:50 -08002922void aboot_init(const struct app_descriptor *app)
2923{
Shashank Mittal4f99a882010-02-01 13:58:50 -08002924 unsigned reboot_mode = 0;
lijuang72875802015-02-10 10:35:12 +08002925 unsigned hard_reboot_mode = 0;
Pavel Nedev5d91d412013-04-29 11:34:24 +03002926 bool boot_into_fastboot = false;
Chandan Uddarajubedca152010-06-02 23:05:15 -07002927
Channagoud Kadabi749b0f82013-09-10 22:36:02 -07002928 /* Setup page size information for nv storage */
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002929 if (target_is_emmc_boot())
2930 {
Channagoud Kadabi749b0f82013-09-10 22:36:02 -07002931 page_size = mmc_page_size();
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002932 page_mask = page_size - 1;
2933 }
2934 else
2935 {
2936 page_size = flash_page_size();
2937 page_mask = page_size - 1;
2938 }
2939
Deepa Dinamani0e163a42013-05-24 17:08:15 -07002940 ASSERT((MEMBASE + MEMSIZE) > MEMBASE);
2941
Ameya Thakur11cf1a62013-08-05 12:44:48 -07002942 read_device_info(&device);
Shashank Mittal162244e2011-08-08 19:01:25 -07002943
Aravind Venkateswaran8f076242014-02-25 16:25:30 -08002944 /* Display splash screen if enabled */
2945#if DISPLAY_SPLASH_SCREEN
lijuang99c02d82015-02-13 19:04:34 +08002946#if NO_ALARM_DISPLAY
2947 if (!check_alarm_boot()) {
Aravind Venkateswaran8f076242014-02-25 16:25:30 -08002948#endif
lijuang99c02d82015-02-13 19:04:34 +08002949 dprintf(SPEW, "Display Init: Start\n");
2950 target_display_init(device.display_panel);
2951 dprintf(SPEW, "Display Init: Done\n");
2952#if NO_ALARM_DISPLAY
2953 }
2954#endif
2955#endif
Aravind Venkateswaran8f076242014-02-25 16:25:30 -08002956
Greg Griscod6250552011-06-29 14:40:23 -07002957 target_serialno((unsigned char *) sn_buf);
Ajay Dudanib06c05f2011-05-12 14:46:10 -07002958 dprintf(SPEW,"serial number: %s\n",sn_buf);
Subbaraman Narayanamurthyf17b4ae2011-02-16 20:19:56 -08002959
Dhaval Patel223ec952013-07-18 14:49:44 -07002960 memset(display_panel_buf, '\0', MAX_PANEL_BUF_SIZE);
2961
Matthew Qindefd5562014-07-11 18:02:40 +08002962 /*
2963 * Check power off reason if user force reset,
2964 * if yes phone will do normal boot.
2965 */
2966 if (is_user_force_reset())
2967 goto normal_boot;
2968
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07002969 /* Check if we should do something other than booting up */
Ameya Thakur0b9c2442013-05-10 13:22:56 -07002970 if (keys_get_state(KEY_VOLUMEUP) && keys_get_state(KEY_VOLUMEDOWN))
Subbaraman Narayanamurthy0e445b02011-06-19 21:34:46 -07002971 {
Pavel Nedeva4c9d3a2013-05-15 14:42:34 +03002972 dprintf(ALWAYS,"dload mode key sequence detected\n");
2973 if (set_download_mode(EMERGENCY_DLOAD))
Ameya Thakur0b9c2442013-05-10 13:22:56 -07002974 {
Pavel Nedeva4c9d3a2013-05-15 14:42:34 +03002975 dprintf(CRITICAL,"dload mode not supported by target\n");
Ameya Thakur0b9c2442013-05-10 13:22:56 -07002976 }
2977 else
2978 {
Aparna Mallavarapu0751f7f2014-04-01 22:40:39 +05302979 reboot_device(DLOAD);
Pavel Nedeva4c9d3a2013-05-15 14:42:34 +03002980 dprintf(CRITICAL,"Failed to reboot into dload mode\n");
Ameya Thakur0b9c2442013-05-10 13:22:56 -07002981 }
2982 boot_into_fastboot = true;
2983 }
2984 if (!boot_into_fastboot)
2985 {
2986 if (keys_get_state(KEY_HOME) || keys_get_state(KEY_VOLUMEUP))
2987 boot_into_recovery = 1;
2988 if (!boot_into_recovery &&
2989 (keys_get_state(KEY_BACK) || keys_get_state(KEY_VOLUMEDOWN)))
Pavel Nedev5d91d412013-04-29 11:34:24 +03002990 boot_into_fastboot = true;
Subbaraman Narayanamurthy0e445b02011-06-19 21:34:46 -07002991 }
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002992 #if NO_KEYPAD_DRIVER
Kinson Chik0b1c8162011-08-31 16:31:57 -07002993 if (fastboot_trigger())
Pavel Nedev5d91d412013-04-29 11:34:24 +03002994 boot_into_fastboot = true;
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002995 #endif
Chandan Uddarajubedca152010-06-02 23:05:15 -07002996
Ajay Dudani77421292010-10-27 19:34:06 -07002997 reboot_mode = check_reboot_mode();
lijuang72875802015-02-10 10:35:12 +08002998 hard_reboot_mode = check_hard_reboot_mode();
2999 if (reboot_mode == RECOVERY_MODE ||
3000 hard_reboot_mode == RECOVERY_HARD_RESET_MODE) {
Ajay Dudani77421292010-10-27 19:34:06 -07003001 boot_into_recovery = 1;
lijuang72875802015-02-10 10:35:12 +08003002 } else if(reboot_mode == FASTBOOT_MODE ||
3003 hard_reboot_mode == FASTBOOT_HARD_RESET_MODE) {
Pavel Nedev5d91d412013-04-29 11:34:24 +03003004 boot_into_fastboot = true;
lijuang72875802015-02-10 10:35:12 +08003005 } else if(reboot_mode == ALARM_BOOT ||
3006 hard_reboot_mode == RTC_HARD_RESET_MODE) {
Matthew Qind886f3c2014-01-17 16:52:01 +08003007 boot_reason_alarm = true;
Ajay Dudani77421292010-10-27 19:34:06 -07003008 }
3009
Matthew Qindefd5562014-07-11 18:02:40 +08003010normal_boot:
Pavel Nedev5d91d412013-04-29 11:34:24 +03003011 if (!boot_into_fastboot)
Shashank Mittald8c42bf2010-06-09 15:44:28 -07003012 {
Amit Blay8e2731c2015-04-28 21:54:55 +03003013#ifdef MDTP_SUPPORT
3014 /* Go through Firmware Lock verification before continue with boot process */
3015 mdtp_fwlock_verify_lock();
3016 display_image_on_screen();
3017#endif /* MDTP_SUPPORT */
3018
Pavel Nedev5d91d412013-04-29 11:34:24 +03003019 if (target_is_emmc_boot())
Shashank Mittala0032282011-08-26 14:50:11 -07003020 {
Pavel Nedev5d91d412013-04-29 11:34:24 +03003021 if(emmc_recovery_init())
3022 dprintf(ALWAYS,"error in emmc_recovery_init\n");
3023 if(target_use_signed_kernel())
Shashank Mittala0032282011-08-26 14:50:11 -07003024 {
Pavel Nedev5d91d412013-04-29 11:34:24 +03003025 if((device.is_unlocked) || (device.is_tampered))
3026 {
3027 #ifdef TZ_TAMPER_FUSE
3028 set_tamper_fuse_cmd();
3029 #endif
3030 #if USE_PCOM_SECBOOT
3031 set_tamper_flag(device.is_tampered);
3032 #endif
3033 }
Shashank Mittala0032282011-08-26 14:50:11 -07003034 }
Amit Blay6281ebc2015-01-11 14:44:08 +02003035
Pavel Nedev5d91d412013-04-29 11:34:24 +03003036 boot_linux_from_mmc();
Shashank Mittala0032282011-08-26 14:50:11 -07003037 }
Pavel Nedev5d91d412013-04-29 11:34:24 +03003038 else
3039 {
3040 recovery_init();
3041 #if USE_PCOM_SECBOOT
3042 if((device.is_unlocked) || (device.is_tampered))
3043 set_tamper_flag(device.is_tampered);
3044 #endif
3045 boot_linux_from_flash();
3046 }
3047 dprintf(CRITICAL, "ERROR: Could not do normal boot. Reverting "
3048 "to fastboot mode.\n");
Shashank Mittald8c42bf2010-06-09 15:44:28 -07003049 }
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07003050
Amol Jadi5edf3552013-07-23 14:15:34 -07003051 /* We are here means regular boot did not happen. Start fastboot. */
Channagoud Kadabi4c4884e2013-04-09 17:12:13 -07003052
Amol Jadi5edf3552013-07-23 14:15:34 -07003053 /* register aboot specific fastboot commands */
3054 aboot_fastboot_register_commands();
Amol Jadi57abe4c2011-05-24 15:47:27 -07003055
Amol Jadi5edf3552013-07-23 14:15:34 -07003056 /* dump partition table for debug info */
Kinson Chikf1a43512011-07-14 11:28:39 -07003057 partition_dump();
Amol Jadi5edf3552013-07-23 14:15:34 -07003058
3059 /* initialize and start fastboot */
3060 fastboot_init(target_get_scratch_address(), target_get_max_flash_size());
Brian Swetland9c4c0752009-01-25 16:23:50 -08003061}
3062
Deepa Dinamani41fa8d62013-05-23 13:25:36 -07003063uint32_t get_page_size()
3064{
3065 return page_size;
3066}
3067
Amir Samuelov57a6fa22013-06-05 16:36:43 +03003068/*
3069 * Calculated and save hash (SHA256) for non-signed boot image.
3070 *
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07003071 * @param image_addr - Boot image address
3072 * @param image_size - Size of the boot image
Amir Samuelov57a6fa22013-06-05 16:36:43 +03003073 *
3074 * @return int - 0 on success, negative value on failure.
3075 */
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07003076static int aboot_save_boot_hash_mmc(uint32_t image_addr, uint32_t image_size)
Amir Samuelov57a6fa22013-06-05 16:36:43 +03003077{
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07003078 unsigned int digest[8];
3079#if IMAGE_VERIF_ALGO_SHA1
3080 uint32_t auth_algo = CRYPTO_AUTH_ALG_SHA1;
3081#else
3082 uint32_t auth_algo = CRYPTO_AUTH_ALG_SHA256;
3083#endif
Amir Samuelov57a6fa22013-06-05 16:36:43 +03003084
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07003085 target_crypto_init_params();
Veera Sundaram Sankaranf9915462014-12-09 11:54:59 -08003086 hash_find((unsigned char *) image_addr, image_size, (unsigned char *)&digest, auth_algo);
Amir Samuelov57a6fa22013-06-05 16:36:43 +03003087
3088 save_kernel_hash_cmd(digest);
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07003089 dprintf(INFO, "aboot_save_boot_hash_mmc: imagesize_actual size %d bytes.\n", (int) image_size);
Amir Samuelov57a6fa22013-06-05 16:36:43 +03003090
3091 return 0;
3092}
3093
Brian Swetland9c4c0752009-01-25 16:23:50 -08003094APP_START(aboot)
3095 .init = aboot_init,
3096APP_END