blob: 3578c6d6d997e59e46d9e5d4eda525f987a5252a [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 Kadabi80a182b2015-03-11 17:04:23 -0700648 if (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,
735 bootimg_size, "recovery");
736 }
737 else
738 {
739 ret = boot_verify_image((unsigned char *)bootimg_addr,
740 bootimg_size, "boot");
741 }
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 Qinbb7923d2015-02-09 10:56:09 +0800878 unsigned int out_len = 0;
879 unsigned int out_avai_len = 0;
880 unsigned char *out_addr = NULL;
881 uint32_t dtb_offset = 0;
882 unsigned char *kernel_start_addr = NULL;
883 unsigned int kernel_size = 0;
884 int rc;
885
Neeti Desai465491e2012-07-31 12:53:35 -0700886#if DEVICE_TREE
887 struct dt_table *table;
Joel Kingaa335dc2013-06-03 16:11:08 -0700888 struct dt_entry dt_entry;
Neeti Desai465491e2012-07-31 12:53:35 -0700889 unsigned dt_table_offset;
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -0800890 uint32_t dt_actual;
Deepa Dinamani19648b42013-09-05 17:05:55 -0700891 uint32_t dt_hdr_size;
Neeti Desai465491e2012-07-31 12:53:35 -0700892#endif
Matthew Qin49e51fa2015-02-09 10:40:45 +0800893 struct kernel64_hdr *kptr = NULL;
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -0800894
Maunik Shah0f3c8ac2014-03-02 17:47:58 +0530895 if (check_format_bit())
896 boot_into_recovery = 1;
897
Deepa Dinamani41fa8d62013-05-23 13:25:36 -0700898 if (!boot_into_recovery) {
899 memset(ffbm_mode_string, '\0', sizeof(ffbm_mode_string));
900 rcode = get_ffbm(ffbm_mode_string, sizeof(ffbm_mode_string));
901 if (rcode <= 0) {
902 boot_into_ffbm = false;
903 if (rcode < 0)
904 dprintf(CRITICAL,"failed to get ffbm cookie");
905 } else
906 boot_into_ffbm = true;
907 } else
908 boot_into_ffbm = false;
Shashank Mittal23b8f422010-04-16 19:27:21 -0700909 uhdr = (struct boot_img_hdr *)EMMC_BOOT_IMG_HEADER_ADDR;
910 if (!memcmp(uhdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
911 dprintf(INFO, "Unified boot method!\n");
912 hdr = uhdr;
913 goto unified_boot;
914 }
Greg Griscod6250552011-06-29 14:40:23 -0700915 if (!boot_into_recovery) {
Kinson Chikf1a43512011-07-14 11:28:39 -0700916 index = partition_get_index("boot");
917 ptn = partition_get_offset(index);
918 if(ptn == 0) {
Shashank Mittal85b91f62010-10-30 10:12:38 -0700919 dprintf(CRITICAL, "ERROR: No boot partition found\n");
920 return -1;
921 }
Kinson Chikf1a43512011-07-14 11:28:39 -0700922 }
923 else {
924 index = partition_get_index("recovery");
925 ptn = partition_get_offset(index);
926 if(ptn == 0) {
Shashank Mittal85b91f62010-10-30 10:12:38 -0700927 dprintf(CRITICAL, "ERROR: No recovery partition found\n");
928 return -1;
929 }
Shashank Mittal23b8f422010-04-16 19:27:21 -0700930 }
Channagoud Kadabief0547c2015-02-10 12:57:38 -0800931 /* Set Lun for boot & recovery partitions */
932 mmc_set_lun(partition_get_lun(index));
Shashank Mittal23b8f422010-04-16 19:27:21 -0700933
Unnati Gandhi0c8e7c52014-07-17 14:33:09 +0530934 if (mmc_read(ptn + offset, (uint32_t *) buf, page_size)) {
Shashank Mittal23b8f422010-04-16 19:27:21 -0700935 dprintf(CRITICAL, "ERROR: Cannot read boot image header\n");
936 return -1;
937 }
Shashank Mittal23b8f422010-04-16 19:27:21 -0700938
939 if (memcmp(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
Kinson Chik kchik@codeaurora.org82e4ae62011-04-12 17:42:07 -0700940 dprintf(CRITICAL, "ERROR: Invalid boot image header\n");
Shashank Mittal23b8f422010-04-16 19:27:21 -0700941 return -1;
942 }
943
Subbaraman Narayanamurthyfbe13a02010-09-10 11:51:12 -0700944 if (hdr->page_size && (hdr->page_size != page_size)) {
vijay kumar2e21b3a2014-06-26 17:40:15 +0530945
946 if (hdr->page_size > BOOT_IMG_MAX_PAGE_SIZE) {
947 dprintf(CRITICAL, "ERROR: Invalid page size\n");
948 return -1;
949 }
Subbaraman Narayanamurthyfbe13a02010-09-10 11:51:12 -0700950 page_size = hdr->page_size;
951 page_mask = page_size - 1;
Shashank Mittal23b8f422010-04-16 19:27:21 -0700952 }
953
Matthew Qin49e51fa2015-02-09 10:40:45 +0800954 kernel_actual = ROUND_TO_PAGE(hdr->kernel_size, page_mask);
955 ramdisk_actual = ROUND_TO_PAGE(hdr->ramdisk_size, page_mask);
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -0800956
Matthew Qin49e51fa2015-02-09 10:40:45 +0800957 image_addr = (unsigned char *)target_get_scratch_address();
958
959#if DEVICE_TREE
960 dt_actual = ROUND_TO_PAGE(hdr->dt_size, page_mask);
961 imagesize_actual = (page_size + kernel_actual + ramdisk_actual + dt_actual);
962#else
963 imagesize_actual = (page_size + kernel_actual + ramdisk_actual);
964#endif
965
966#if VERIFIED_BOOT
967 boot_verifier_init();
968#endif
969
970 if (check_aboot_addr_range_overlap((uint32_t) image_addr, imagesize_actual))
971 {
972 dprintf(CRITICAL, "Boot image buffer address overlaps with aboot addresses.\n");
973 return -1;
974 }
975
Matthew Qinbb7923d2015-02-09 10:56:09 +0800976 /*
977 * Update loading flow of bootimage to support compressed/uncompressed
978 * bootimage on both 64bit and 32bit platform.
979 * 1. Load bootimage from emmc partition onto DDR.
980 * 2. Check if bootimage is gzip format. If yes, decompress compressed kernel
981 * 3. Check kernel header and update kernel load addr for 64bit and 32bit
982 * platform accordingly.
983 * 4. Sanity Check on kernel_addr and ramdisk_addr and copy data.
984 */
985
Matthew Qin49e51fa2015-02-09 10:40:45 +0800986 dprintf(INFO, "Loading boot image (%d): start\n", imagesize_actual);
987 bs_set_timestamp(BS_KERNEL_LOAD_START);
988
Matthew Qinbb7923d2015-02-09 10:56:09 +0800989 /* Read image without signature */
Matthew Qin49e51fa2015-02-09 10:40:45 +0800990 if (mmc_read(ptn + offset, (void *)image_addr, imagesize_actual))
991 {
992 dprintf(CRITICAL, "ERROR: Cannot read boot image\n");
993 return -1;
994 }
995
996 dprintf(INFO, "Loading boot image (%d): done\n", imagesize_actual);
997 bs_set_timestamp(BS_KERNEL_LOAD_DONE);
998
999 /* Authenticate Kernel */
1000 dprintf(INFO, "use_signed_kernel=%d, is_unlocked=%d, is_tampered=%d.\n",
1001 (int) target_use_signed_kernel(),
1002 device.is_unlocked,
1003 device.is_tampered);
1004
1005 if(target_use_signed_kernel() && (!device.is_unlocked))
1006 {
1007 offset = imagesize_actual;
1008 if (check_aboot_addr_range_overlap((uint32_t)image_addr + offset, page_size))
1009 {
1010 dprintf(CRITICAL, "Signature read buffer address overlaps with aboot addresses.\n");
1011 return -1;
1012 }
1013
1014 /* Read signature */
1015 if(mmc_read(ptn + offset, (void *)(image_addr + offset), page_size))
1016 {
1017 dprintf(CRITICAL, "ERROR: Cannot read boot image signature\n");
1018 return -1;
1019 }
1020
1021 verify_signed_bootimg((uint32_t)image_addr, imagesize_actual);
1022 } else {
1023 second_actual = ROUND_TO_PAGE(hdr->second_size, page_mask);
1024 #ifdef TZ_SAVE_KERNEL_HASH
1025 aboot_save_boot_hash_mmc((uint32_t) image_addr, imagesize_actual);
1026 #endif /* TZ_SAVE_KERNEL_HASH */
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -08001027 }
1028
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001029 /*
Matthew Qinbb7923d2015-02-09 10:56:09 +08001030 * Check if the kernel image is a gzip package. If yes, need to decompress it.
1031 * If not, continue booting.
1032 */
1033 if (is_gzip_package((unsigned char *)(image_addr + page_size), hdr->kernel_size))
1034 {
1035 out_addr = (unsigned char *)(image_addr + imagesize_actual + page_size);
1036 out_avai_len = target_get_max_flash_size() - imagesize_actual - page_size;
1037 dprintf(INFO, "decompress image start\n");
1038 rc = decompress((unsigned char *)(image_addr + page_size),
1039 hdr->kernel_size, out_addr, out_avai_len,
1040 &dtb_offset, &out_len);
1041 if (rc)
1042 {
1043 dprintf(INFO, "decompress image failed!!!\n");
1044 ASSERT(0);
1045 }
1046
1047 dprintf(INFO, "decompressed image finished.\n");
1048 kptr = (struct kernel64_hdr *)out_addr;
1049 kernel_start_addr = out_addr;
1050 kernel_size = out_len;
1051 } else {
1052 kptr = (struct kernel64_hdr *)(image_addr + page_size);
1053 kernel_start_addr = (unsigned char *)(image_addr + page_size);
1054 kernel_size = hdr->kernel_size;
1055 }
1056
1057 /*
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001058 * Update the kernel/ramdisk/tags address if the boot image header
1059 * has default values, these default values come from mkbootimg when
1060 * the boot image is flashed using fastboot flash:raw
1061 */
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -08001062 update_ker_tags_rdisk_addr(hdr, IS_ARM64(kptr));
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001063
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001064 /* Get virtual addresses since the hdr saves physical addresses. */
1065 hdr->kernel_addr = VA((addr_t)(hdr->kernel_addr));
1066 hdr->ramdisk_addr = VA((addr_t)(hdr->ramdisk_addr));
1067 hdr->tags_addr = VA((addr_t)(hdr->tags_addr));
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001068
Matthew Qinbb7923d2015-02-09 10:56:09 +08001069 kernel_size = ROUND_TO_PAGE(kernel_size, page_mask);
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001070 /* Check if the addresses in the header are valid. */
Matthew Qinbb7923d2015-02-09 10:56:09 +08001071 if (check_aboot_addr_range_overlap(hdr->kernel_addr, kernel_size) ||
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001072 check_aboot_addr_range_overlap(hdr->ramdisk_addr, ramdisk_actual))
1073 {
1074 dprintf(CRITICAL, "kernel/ramdisk addresses overlap with aboot addresses.\n");
1075 return -1;
1076 }
1077
1078#ifndef DEVICE_TREE
1079 if (check_aboot_addr_range_overlap(hdr->tags_addr, MAX_TAGS_SIZE))
1080 {
1081 dprintf(CRITICAL, "Tags addresses overlap with aboot addresses.\n");
1082 return -1;
1083 }
1084#endif
1085
Matthew Qin49e51fa2015-02-09 10:40:45 +08001086 /* Move kernel, ramdisk and device tree to correct address */
Matthew Qinbb7923d2015-02-09 10:56:09 +08001087 memmove((void*) hdr->kernel_addr, kernel_start_addr, kernel_size);
Matthew Qin49e51fa2015-02-09 10:40:45 +08001088 memmove((void*) hdr->ramdisk_addr, (char *)(image_addr + page_size + kernel_actual), hdr->ramdisk_size);
Shashank Mittald3e54dd2014-08-28 15:24:02 -07001089
Matthew Qin49e51fa2015-02-09 10:40:45 +08001090 #if DEVICE_TREE
1091 if(hdr->dt_size) {
1092 dt_table_offset = ((uint32_t)image_addr + page_size + kernel_actual + ramdisk_actual + second_actual);
1093 table = (struct dt_table*) dt_table_offset;
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001094
Matthew Qin49e51fa2015-02-09 10:40:45 +08001095 if (dev_tree_validate(table, hdr->page_size, &dt_hdr_size) != 0) {
1096 dprintf(CRITICAL, "ERROR: Cannot validate Device Tree Table \n");
1097 return -1;
1098 }
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001099
Matthew Qin49e51fa2015-02-09 10:40:45 +08001100 /* Find index of device tree within device tree table */
1101 if(dev_tree_get_entry_info(table, &dt_entry) != 0){
1102 dprintf(CRITICAL, "ERROR: Getting device tree address failed\n");
1103 return -1;
1104 }
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001105
Matthew Qin49e51fa2015-02-09 10:40:45 +08001106 /* Validate and Read device device tree in the tags_addr */
1107 if (check_aboot_addr_range_overlap(hdr->tags_addr, dt_entry.size))
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001108 {
1109 dprintf(CRITICAL, "Device tree addresses overlap with aboot addresses.\n");
1110 return -1;
1111 }
Shashank Mittal162244e2011-08-08 19:01:25 -07001112
Matthew Qin49e51fa2015-02-09 10:40:45 +08001113 memmove((void *)hdr->tags_addr, (char *)dt_table_offset + dt_entry.offset, dt_entry.size);
1114 } else {
1115 /* Validate the tags_addr */
1116 if (check_aboot_addr_range_overlap(hdr->tags_addr, kernel_actual))
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07001117 {
1118 dprintf(CRITICAL, "Device tree addresses overlap with aboot addresses.\n");
1119 return -1;
1120 }
Matthew Qin49e51fa2015-02-09 10:40:45 +08001121 /*
1122 * If appended dev tree is found, update the atags with
1123 * memory address to the DTB appended location on RAM.
1124 * Else update with the atags address in the kernel header
1125 */
1126 void *dtb;
Matthew Qinbb7923d2015-02-09 10:56:09 +08001127 dtb = dev_tree_appended((void*)(image_addr + page_size),
1128 hdr->kernel_size, dtb_offset,
Matthew Qin49e51fa2015-02-09 10:40:45 +08001129 (void *)hdr->tags_addr);
1130 if (!dtb) {
1131 dprintf(CRITICAL, "ERROR: Appended Device Tree Blob not found\n");
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07001132 return -1;
1133 }
Shashank Mittalcd98d472011-08-02 14:29:24 -07001134 }
Matthew Qin49e51fa2015-02-09 10:40:45 +08001135 #endif
Shashank Mittal23b8f422010-04-16 19:27:21 -07001136
Stanimir Varbanov69ec5462013-07-18 18:17:42 +03001137 if (boot_into_recovery && !device.is_unlocked && !device.is_tampered)
1138 target_load_ssd_keystore();
1139
Shashank Mittal23b8f422010-04-16 19:27:21 -07001140unified_boot:
Shashank Mittal23b8f422010-04-16 19:27:21 -07001141
Dima Zavin77e41f32013-03-06 16:10:43 -08001142 boot_linux((void *)hdr->kernel_addr, (void *)hdr->tags_addr,
Dima Zavinbd3daa02013-03-26 11:06:44 -07001143 (const char *)hdr->cmdline, board_machtype(),
Shashank Mittal23b8f422010-04-16 19:27:21 -07001144 (void *)hdr->ramdisk_addr, hdr->ramdisk_size);
1145
1146 return 0;
1147}
1148
Dima Zavin214cc642009-01-26 11:16:21 -08001149int boot_linux_from_flash(void)
1150{
1151 struct boot_img_hdr *hdr = (void*) buf;
Dima Zavin214cc642009-01-26 11:16:21 -08001152 struct ptentry *ptn;
1153 struct ptable *ptable;
1154 unsigned offset = 0;
Chandan Uddarajude85d3f2010-01-05 16:32:33 -08001155
Shashank Mittalcd98d472011-08-02 14:29:24 -07001156 unsigned char *image_addr = 0;
1157 unsigned kernel_actual;
1158 unsigned ramdisk_actual;
1159 unsigned imagesize_actual;
Amol Jadib6be5c12012-11-14 13:39:51 -08001160 unsigned second_actual;
Shashank Mittalcd98d472011-08-02 14:29:24 -07001161
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001162#if DEVICE_TREE
1163 struct dt_table *table;
Joel Kingaa335dc2013-06-03 16:11:08 -07001164 struct dt_entry dt_entry;
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -08001165 uint32_t dt_actual;
Deepa Dinamani19648b42013-09-05 17:05:55 -07001166 uint32_t dt_hdr_size;
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001167#endif
1168
David Ng183a7422009-12-07 14:55:21 -08001169 if (target_is_emmc_boot()) {
1170 hdr = (struct boot_img_hdr *)EMMC_BOOT_IMG_HEADER_ADDR;
1171 if (memcmp(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
1172 dprintf(CRITICAL, "ERROR: Invalid boot image header\n");
1173 return -1;
1174 }
1175 goto continue_boot;
1176 }
1177
Dima Zavin214cc642009-01-26 11:16:21 -08001178 ptable = flash_get_ptable();
1179 if (ptable == NULL) {
1180 dprintf(CRITICAL, "ERROR: Partition table not found\n");
1181 return -1;
1182 }
1183
Chandan Uddarajude85d3f2010-01-05 16:32:33 -08001184 if(!boot_into_recovery)
1185 {
1186 ptn = ptable_find(ptable, "boot");
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001187
Chandan Uddarajude85d3f2010-01-05 16:32:33 -08001188 if (ptn == NULL) {
1189 dprintf(CRITICAL, "ERROR: No boot partition found\n");
1190 return -1;
1191 }
1192 }
1193 else
1194 {
1195 ptn = ptable_find(ptable, "recovery");
1196 if (ptn == NULL) {
1197 dprintf(CRITICAL, "ERROR: No recovery partition found\n");
1198 return -1;
1199 }
Dima Zavin214cc642009-01-26 11:16:21 -08001200 }
1201
Shashank Mittaldcc2e352009-11-19 19:11:16 -08001202 if (flash_read(ptn, offset, buf, page_size)) {
Dima Zavin214cc642009-01-26 11:16:21 -08001203 dprintf(CRITICAL, "ERROR: Cannot read boot image header\n");
1204 return -1;
1205 }
Dima Zavin214cc642009-01-26 11:16:21 -08001206
1207 if (memcmp(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
Kinson Chik kchik@codeaurora.org82e4ae62011-04-12 17:42:07 -07001208 dprintf(CRITICAL, "ERROR: Invalid boot image header\n");
Dima Zavin214cc642009-01-26 11:16:21 -08001209 return -1;
1210 }
1211
Shashank Mittaldcc2e352009-11-19 19:11:16 -08001212 if (hdr->page_size != page_size) {
Kinson Chik kchik@codeaurora.org82e4ae62011-04-12 17:42:07 -07001213 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 -08001214 return -1;
1215 }
1216
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001217 /*
1218 * Update the kernel/ramdisk/tags address if the boot image header
1219 * has default values, these default values come from mkbootimg when
1220 * the boot image is flashed using fastboot flash:raw
1221 */
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -08001222 update_ker_tags_rdisk_addr(hdr, false);
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001223
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001224 /* Get virtual addresses since the hdr saves physical addresses. */
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001225 hdr->kernel_addr = VA((addr_t)(hdr->kernel_addr));
1226 hdr->ramdisk_addr = VA((addr_t)(hdr->ramdisk_addr));
1227 hdr->tags_addr = VA((addr_t)(hdr->tags_addr));
1228
1229 kernel_actual = ROUND_TO_PAGE(hdr->kernel_size, page_mask);
1230 ramdisk_actual = ROUND_TO_PAGE(hdr->ramdisk_size, page_mask);
1231
1232 /* Check if the addresses in the header are valid. */
1233 if (check_aboot_addr_range_overlap(hdr->kernel_addr, kernel_actual) ||
1234 check_aboot_addr_range_overlap(hdr->ramdisk_addr, ramdisk_actual))
1235 {
1236 dprintf(CRITICAL, "kernel/ramdisk addresses overlap with aboot addresses.\n");
1237 return -1;
1238 }
1239
1240#ifndef DEVICE_TREE
1241 if (check_aboot_addr_range_overlap(hdr->tags_addr, MAX_TAGS_SIZE))
1242 {
1243 dprintf(CRITICAL, "Tags addresses overlap with aboot addresses.\n");
1244 return -1;
1245 }
1246#endif
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001247
Shashank Mittalcd98d472011-08-02 14:29:24 -07001248 /* Authenticate Kernel */
Deepa Dinamani23b60d42013-06-24 18:10:52 -07001249 if(target_use_signed_kernel() && (!device.is_unlocked))
Shashank Mittalcd98d472011-08-02 14:29:24 -07001250 {
1251 image_addr = (unsigned char *)target_get_scratch_address();
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001252 offset = 0;
1253
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -08001254#if DEVICE_TREE
1255 dt_actual = ROUND_TO_PAGE(hdr->dt_size, page_mask);
1256 imagesize_actual = (page_size + kernel_actual + ramdisk_actual + dt_actual);
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001257
1258 if (check_aboot_addr_range_overlap(hdr->tags_addr, hdr->dt_size))
1259 {
1260 dprintf(CRITICAL, "Device tree addresses overlap with aboot addresses.\n");
1261 return -1;
1262 }
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -08001263#else
Shashank Mittalcd98d472011-08-02 14:29:24 -07001264 imagesize_actual = (page_size + kernel_actual + ramdisk_actual);
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -08001265#endif
Shashank Mittal162244e2011-08-08 19:01:25 -07001266
Amol Jadib6be5c12012-11-14 13:39:51 -08001267 dprintf(INFO, "Loading boot image (%d): start\n", imagesize_actual);
Amol Jadi492d5a52013-03-15 16:12:34 -07001268 bs_set_timestamp(BS_KERNEL_LOAD_START);
Amol Jadib6be5c12012-11-14 13:39:51 -08001269
Shashank Mittalcd98d472011-08-02 14:29:24 -07001270 /* Read image without signature */
1271 if (flash_read(ptn, offset, (void *)image_addr, imagesize_actual))
1272 {
1273 dprintf(CRITICAL, "ERROR: Cannot read boot image\n");
1274 return -1;
1275 }
Dima Zavin214cc642009-01-26 11:16:21 -08001276
Amol Jadib6be5c12012-11-14 13:39:51 -08001277 dprintf(INFO, "Loading boot image (%d): done\n", imagesize_actual);
Amol Jadi492d5a52013-03-15 16:12:34 -07001278 bs_set_timestamp(BS_KERNEL_LOAD_DONE);
Amol Jadib6be5c12012-11-14 13:39:51 -08001279
Shashank Mittalcd98d472011-08-02 14:29:24 -07001280 offset = imagesize_actual;
1281 /* Read signature */
1282 if (flash_read(ptn, offset, (void *)(image_addr + offset), page_size))
1283 {
1284 dprintf(CRITICAL, "ERROR: Cannot read boot image signature\n");
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001285 return -1;
Shashank Mittalcd98d472011-08-02 14:29:24 -07001286 }
Shashank Mittalcd98d472011-08-02 14:29:24 -07001287
Unnati Gandhi0c8e7c52014-07-17 14:33:09 +05301288 verify_signed_bootimg((uint32_t)image_addr, imagesize_actual);
Shashank Mittalcd98d472011-08-02 14:29:24 -07001289
1290 /* Move kernel and ramdisk to correct address */
Matthew Qinbb7923d2015-02-09 10:56:09 +08001291 memmove((void*) hdr->kernel_addr, (char*) (image_addr + page_size), hdr->kernel_size);
1292 memmove((void*) hdr->ramdisk_addr, (char*) (image_addr + page_size + kernel_actual), hdr->ramdisk_size);
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -08001293#if DEVICE_TREE
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001294 /* Validate and Read device device tree in the "tags_add */
Joel Kingaa335dc2013-06-03 16:11:08 -07001295 if (check_aboot_addr_range_overlap(hdr->tags_addr, dt_entry.size))
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001296 {
1297 dprintf(CRITICAL, "Device tree addresses overlap with aboot addresses.\n");
1298 return -1;
1299 }
1300
Deepa Dinamani7aaf83d2012-12-21 11:27:01 -08001301 memmove((void*) hdr->tags_addr, (char *)(image_addr + page_size + kernel_actual + ramdisk_actual), hdr->dt_size);
1302#endif
Shashank Mittal162244e2011-08-08 19:01:25 -07001303
1304 /* Make sure everything from scratch address is read before next step!*/
Shashank Mittala0032282011-08-26 14:50:11 -07001305 if(device.is_tampered)
Shashank Mittal162244e2011-08-08 19:01:25 -07001306 {
1307 write_device_info_flash(&device);
1308 }
Channagoud Kadabi5c86fe32012-02-16 10:58:48 +05301309#if USE_PCOM_SECBOOT
1310 set_tamper_flag(device.is_tampered);
1311#endif
Shashank Mittalcd98d472011-08-02 14:29:24 -07001312 }
1313 else
1314 {
Shashank Mittal162244e2011-08-08 19:01:25 -07001315 offset = page_size;
1316
Amol Jadib6be5c12012-11-14 13:39:51 -08001317 kernel_actual = ROUND_TO_PAGE(hdr->kernel_size, page_mask);
1318 ramdisk_actual = ROUND_TO_PAGE(hdr->ramdisk_size, page_mask);
1319 second_actual = ROUND_TO_PAGE(hdr->second_size, page_mask);
1320
1321 dprintf(INFO, "Loading boot image (%d): start\n",
1322 kernel_actual + ramdisk_actual);
Amol Jadi492d5a52013-03-15 16:12:34 -07001323 bs_set_timestamp(BS_KERNEL_LOAD_START);
Amol Jadib6be5c12012-11-14 13:39:51 -08001324
1325 if (flash_read(ptn, offset, (void *)hdr->kernel_addr, kernel_actual)) {
Shashank Mittalcd98d472011-08-02 14:29:24 -07001326 dprintf(CRITICAL, "ERROR: Cannot read kernel image\n");
1327 return -1;
1328 }
Amol Jadib6be5c12012-11-14 13:39:51 -08001329 offset += kernel_actual;
Shashank Mittalcd98d472011-08-02 14:29:24 -07001330
Amol Jadib6be5c12012-11-14 13:39:51 -08001331 if (flash_read(ptn, offset, (void *)hdr->ramdisk_addr, ramdisk_actual)) {
Shashank Mittalcd98d472011-08-02 14:29:24 -07001332 dprintf(CRITICAL, "ERROR: Cannot read ramdisk image\n");
1333 return -1;
1334 }
Amol Jadib6be5c12012-11-14 13:39:51 -08001335 offset += ramdisk_actual;
1336
1337 dprintf(INFO, "Loading boot image (%d): done\n",
1338 kernel_actual + ramdisk_actual);
Amol Jadi492d5a52013-03-15 16:12:34 -07001339 bs_set_timestamp(BS_KERNEL_LOAD_DONE);
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001340
1341 if(hdr->second_size != 0) {
Amol Jadib6be5c12012-11-14 13:39:51 -08001342 offset += second_actual;
1343 /* Second image loading not implemented. */
1344 ASSERT(0);
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001345 }
1346
1347#if DEVICE_TREE
1348 if(hdr->dt_size != 0) {
1349
1350 /* Read the device tree table into buffer */
1351 if(flash_read(ptn, offset, (void *) dt_buf, page_size)) {
1352 dprintf(CRITICAL, "ERROR: Cannot read the Device Tree Table\n");
1353 return -1;
1354 }
1355
1356 table = (struct dt_table*) dt_buf;
1357
Deepa Dinamani19648b42013-09-05 17:05:55 -07001358 if (dev_tree_validate(table, hdr->page_size, &dt_hdr_size) != 0) {
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001359 dprintf(CRITICAL, "ERROR: Cannot validate Device Tree Table \n");
1360 return -1;
1361 }
1362
Deepa Dinamani19648b42013-09-05 17:05:55 -07001363 table = (struct dt_table*) memalign(CACHE_LINE, dt_hdr_size);
1364 if (!table)
1365 return -1;
1366
1367 /* Read the entire device tree table into buffer */
1368 if(flash_read(ptn, offset, (void *)table, dt_hdr_size)) {
1369 dprintf(CRITICAL, "ERROR: Cannot read the Device Tree Table\n");
1370 return -1;
1371 }
1372
1373
Joel Kingaa335dc2013-06-03 16:11:08 -07001374 /* Find index of device tree within device tree table */
1375 if(dev_tree_get_entry_info(table, &dt_entry) != 0){
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001376 dprintf(CRITICAL, "ERROR: Getting device tree address failed\n");
1377 return -1;
1378 }
1379
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001380 /* Validate and Read device device tree in the "tags_add */
Joel Kingaa335dc2013-06-03 16:11:08 -07001381 if (check_aboot_addr_range_overlap(hdr->tags_addr, dt_entry.size))
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001382 {
1383 dprintf(CRITICAL, "Device tree addresses overlap with aboot addresses.\n");
1384 return -1;
1385 }
1386
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001387 /* Read device device tree in the "tags_add */
Joel Kingaa335dc2013-06-03 16:11:08 -07001388 if(flash_read(ptn, offset + dt_entry.offset,
1389 (void *)hdr->tags_addr, dt_entry.size)) {
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001390 dprintf(CRITICAL, "ERROR: Cannot read device tree\n");
1391 return -1;
1392 }
1393 }
1394#endif
1395
Shashank Mittalcd98d472011-08-02 14:29:24 -07001396 }
David Ng183a7422009-12-07 14:55:21 -08001397continue_boot:
Dima Zavin214cc642009-01-26 11:16:21 -08001398
Dima Zavin214cc642009-01-26 11:16:21 -08001399 /* TODO: create/pass atags to kernel */
1400
Ajay Dudanie28a6072011-07-01 13:59:46 -07001401 boot_linux((void *)hdr->kernel_addr, (void *)hdr->tags_addr,
Dima Zavinbd3daa02013-03-26 11:06:44 -07001402 (const char *)hdr->cmdline, board_machtype(),
Dima Zavin214cc642009-01-26 11:16:21 -08001403 (void *)hdr->ramdisk_addr, hdr->ramdisk_size);
1404
1405 return 0;
1406}
Brian Swetland9c4c0752009-01-25 16:23:50 -08001407
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -08001408BUF_DMA_ALIGN(info_buf, BOOT_IMG_MAX_PAGE_SIZE);
Shashank Mittal162244e2011-08-08 19:01:25 -07001409void write_device_info_mmc(device_info *dev)
1410{
Shashank Mittal162244e2011-08-08 19:01:25 -07001411 unsigned long long ptn = 0;
1412 unsigned long long size;
1413 int index = INVALID_PTN;
Channagoud Kadabi749b0f82013-09-10 22:36:02 -07001414 uint32_t blocksize;
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08001415 uint8_t lun = 0;
Channagoud Kadabi80a182b2015-03-11 17:04:23 -07001416 uint32_t ret = 0;
Shashank Mittal162244e2011-08-08 19:01:25 -07001417
Channagoud Kadabi80a182b2015-03-11 17:04:23 -07001418 if (devinfo_present)
1419 index = partition_get_index("devinfo");
1420 else
1421 index = partition_get_index("aboot");
Channagoud Kadabi5d0371c2014-10-21 22:27:07 -07001422
Shashank Mittal162244e2011-08-08 19:01:25 -07001423 ptn = partition_get_offset(index);
1424 if(ptn == 0)
1425 {
1426 return;
1427 }
1428
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08001429 lun = partition_get_lun(index);
1430 mmc_set_lun(lun);
1431
Shashank Mittal162244e2011-08-08 19:01:25 -07001432 size = partition_get_size(index);
1433
Channagoud Kadabi749b0f82013-09-10 22:36:02 -07001434 blocksize = mmc_get_device_blocksize();
1435
Channagoud Kadabi80a182b2015-03-11 17:04:23 -07001436 if (devinfo_present)
1437 ret = mmc_write(ptn, blocksize, (void *)info_buf);
1438 else
1439 ret = mmc_write((ptn + size - blocksize), blocksize, (void *)info_buf);
1440 if (ret)
Shashank Mittal162244e2011-08-08 19:01:25 -07001441 {
1442 dprintf(CRITICAL, "ERROR: Cannot write device info\n");
1443 return;
1444 }
1445}
1446
Channagoud Kadabi036c6052015-02-09 15:19:59 -08001447void read_device_info_mmc(struct device_info *info)
Shashank Mittal162244e2011-08-08 19:01:25 -07001448{
Shashank Mittal162244e2011-08-08 19:01:25 -07001449 unsigned long long ptn = 0;
1450 unsigned long long size;
1451 int index = INVALID_PTN;
Channagoud Kadabi749b0f82013-09-10 22:36:02 -07001452 uint32_t blocksize;
Channagoud Kadabi80a182b2015-03-11 17:04:23 -07001453 uint32_t ret = 0;
Shashank Mittal162244e2011-08-08 19:01:25 -07001454
Channagoud Kadabi80a182b2015-03-11 17:04:23 -07001455 if ((index = partition_get_index("devinfo")) < 0)
1456 {
1457 devinfo_present = false;
1458 index = partition_get_index("aboot");
1459 }
Channagoud Kadabi5d0371c2014-10-21 22:27:07 -07001460
Shashank Mittal162244e2011-08-08 19:01:25 -07001461 ptn = partition_get_offset(index);
1462 if(ptn == 0)
1463 {
1464 return;
1465 }
1466
Channagoud Kadabi5d0371c2014-10-21 22:27:07 -07001467 mmc_set_lun(partition_get_lun(index));
1468
Shashank Mittal162244e2011-08-08 19:01:25 -07001469 size = partition_get_size(index);
1470
Channagoud Kadabi749b0f82013-09-10 22:36:02 -07001471 blocksize = mmc_get_device_blocksize();
1472
Channagoud Kadabi80a182b2015-03-11 17:04:23 -07001473 if (devinfo_present)
1474 ret = mmc_read(ptn, (void *)info_buf, blocksize);
1475 else
1476 ret = mmc_read((ptn + size - blocksize), (void *)info_buf, blocksize);
1477 if (ret)
Shashank Mittal162244e2011-08-08 19:01:25 -07001478 {
1479 dprintf(CRITICAL, "ERROR: Cannot read device info\n");
1480 return;
1481 }
1482
Shashank Mittal162244e2011-08-08 19:01:25 -07001483}
1484
1485void write_device_info_flash(device_info *dev)
1486{
1487 struct device_info *info = (void *) info_buf;
1488 struct ptentry *ptn;
1489 struct ptable *ptable;
1490
1491 ptable = flash_get_ptable();
1492 if (ptable == NULL)
1493 {
1494 dprintf(CRITICAL, "ERROR: Partition table not found\n");
1495 return;
1496 }
1497
1498 ptn = ptable_find(ptable, "devinfo");
1499 if (ptn == NULL)
1500 {
1501 dprintf(CRITICAL, "ERROR: No boot partition found\n");
1502 return;
1503 }
1504
1505 memcpy(info, dev, sizeof(device_info));
1506
1507 if (flash_write(ptn, 0, (void *)info_buf, page_size))
1508 {
1509 dprintf(CRITICAL, "ERROR: Cannot write device info\n");
1510 return;
1511 }
1512}
1513
1514void read_device_info_flash(device_info *dev)
1515{
1516 struct device_info *info = (void*) info_buf;
1517 struct ptentry *ptn;
1518 struct ptable *ptable;
1519
1520 ptable = flash_get_ptable();
1521 if (ptable == NULL)
1522 {
1523 dprintf(CRITICAL, "ERROR: Partition table not found\n");
1524 return;
1525 }
1526
1527 ptn = ptable_find(ptable, "devinfo");
1528 if (ptn == NULL)
1529 {
1530 dprintf(CRITICAL, "ERROR: No boot partition found\n");
1531 return;
1532 }
1533
1534 if (flash_read(ptn, 0, (void *)info_buf, page_size))
1535 {
1536 dprintf(CRITICAL, "ERROR: Cannot write device info\n");
1537 return;
1538 }
1539
1540 if (memcmp(info->magic, DEVICE_MAGIC, DEVICE_MAGIC_SIZE))
1541 {
Shashank Mittal162244e2011-08-08 19:01:25 -07001542 memcpy(info->magic, DEVICE_MAGIC, DEVICE_MAGIC_SIZE);
1543 info->is_unlocked = 0;
Shashank Mittala0032282011-08-26 14:50:11 -07001544 info->is_tampered = 0;
Shashank Mittal162244e2011-08-08 19:01:25 -07001545 write_device_info_flash(info);
1546 }
1547 memcpy(dev, info, sizeof(device_info));
1548}
1549
1550void write_device_info(device_info *dev)
1551{
1552 if(target_is_emmc_boot())
1553 {
Channagoud Kadabi036c6052015-02-09 15:19:59 -08001554 struct device_info *info = (void*) info_buf;
1555 memcpy(info, dev, sizeof(struct device_info));
1556
1557#if USE_RPMB_FOR_DEVINFO
1558 if (is_secure_boot_enable())
1559 write_device_info_rpmb((void*) info, mmc_get_device_blocksize());
1560#else
1561 write_device_info_mmc(info);
1562#endif
Shashank Mittal162244e2011-08-08 19:01:25 -07001563 }
1564 else
1565 {
1566 write_device_info_flash(dev);
1567 }
1568}
1569
1570void read_device_info(device_info *dev)
1571{
1572 if(target_is_emmc_boot())
1573 {
Channagoud Kadabi036c6052015-02-09 15:19:59 -08001574 struct device_info *info = (void*) info_buf;
1575
1576#if USE_RPMB_FOR_DEVINFO
1577 if (is_secure_boot_enable())
1578 read_device_info_rpmb((void*) info, mmc_get_device_blocksize());
1579#else
1580 read_device_info_mmc(info);
1581#endif
1582
1583 if (memcmp(info->magic, DEVICE_MAGIC, DEVICE_MAGIC_SIZE))
1584 {
1585 memcpy(info->magic, DEVICE_MAGIC, DEVICE_MAGIC_SIZE);
1586 if (is_secure_boot_enable())
1587 info->is_unlocked = 0;
1588 else
1589 info->is_unlocked = 1;
1590 info->is_verified = 0;
1591 info->is_tampered = 0;
Unnati Gandhia49daa12015-03-23 18:08:38 +05301592#if USER_BUILD_VARIANT
1593 info->charger_screen_enabled = 1;
1594#else
Channagoud Kadabi036c6052015-02-09 15:19:59 -08001595 info->charger_screen_enabled = 0;
Unnati Gandhia49daa12015-03-23 18:08:38 +05301596#endif
Channagoud Kadabi036c6052015-02-09 15:19:59 -08001597 write_device_info(info);
1598 }
1599 memcpy(dev, info, sizeof(device_info));
Shashank Mittal162244e2011-08-08 19:01:25 -07001600 }
1601 else
1602 {
1603 read_device_info_flash(dev);
1604 }
1605}
1606
1607void reset_device_info()
1608{
1609 dprintf(ALWAYS, "reset_device_info called.");
Shashank Mittala0032282011-08-26 14:50:11 -07001610 device.is_tampered = 0;
Shashank Mittal162244e2011-08-08 19:01:25 -07001611 write_device_info(&device);
1612}
1613
1614void set_device_root()
1615{
1616 dprintf(ALWAYS, "set_device_root called.");
Shashank Mittala0032282011-08-26 14:50:11 -07001617 device.is_tampered = 1;
Shashank Mittal162244e2011-08-08 19:01:25 -07001618 write_device_info(&device);
1619}
1620
Amol Jadicb524072012-08-09 16:40:18 -07001621#if DEVICE_TREE
1622int copy_dtb(uint8_t *boot_image_start)
1623{
1624 uint32 dt_image_offset = 0;
1625 uint32_t n;
1626 struct dt_table *table;
Joel Kingaa335dc2013-06-03 16:11:08 -07001627 struct dt_entry dt_entry;
Deepa Dinamani19648b42013-09-05 17:05:55 -07001628 uint32_t dt_hdr_size;
Amol Jadicb524072012-08-09 16:40:18 -07001629
1630 struct boot_img_hdr *hdr = (struct boot_img_hdr *) (boot_image_start);
1631
Amol Jadicb524072012-08-09 16:40:18 -07001632 if(hdr->dt_size != 0) {
Amol Jadicb524072012-08-09 16:40:18 -07001633 /* add kernel offset */
1634 dt_image_offset += page_size;
1635 n = ROUND_TO_PAGE(hdr->kernel_size, page_mask);
1636 dt_image_offset += n;
1637
1638 /* add ramdisk offset */
1639 n = ROUND_TO_PAGE(hdr->ramdisk_size, page_mask);
1640 dt_image_offset += n;
1641
1642 /* add second offset */
1643 if(hdr->second_size != 0) {
1644 n = ROUND_TO_PAGE(hdr->second_size, page_mask);
1645 dt_image_offset += n;
1646 }
1647
1648 /* offset now point to start of dt.img */
Deepa Dinamani28c0ffe2012-09-24 11:45:21 -07001649 table = (struct dt_table*)(boot_image_start + dt_image_offset);
Amol Jadicb524072012-08-09 16:40:18 -07001650
Deepa Dinamani19648b42013-09-05 17:05:55 -07001651 if (dev_tree_validate(table, hdr->page_size, &dt_hdr_size) != 0) {
Amol Jadicb524072012-08-09 16:40:18 -07001652 dprintf(CRITICAL, "ERROR: Cannot validate Device Tree Table \n");
1653 return -1;
1654 }
Joel Kingaa335dc2013-06-03 16:11:08 -07001655 /* Find index of device tree within device tree table */
1656 if(dev_tree_get_entry_info(table, &dt_entry) != 0){
Amol Jadicb524072012-08-09 16:40:18 -07001657 dprintf(CRITICAL, "ERROR: Getting device tree address failed\n");
1658 return -1;
1659 }
1660
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001661 /* Validate and Read device device tree in the "tags_add */
Joel Kingaa335dc2013-06-03 16:11:08 -07001662 if (check_aboot_addr_range_overlap(hdr->tags_addr, dt_entry.size))
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001663 {
1664 dprintf(CRITICAL, "Device tree addresses overlap with aboot addresses.\n");
1665 return -1;
1666 }
1667
Amol Jadicb524072012-08-09 16:40:18 -07001668 /* Read device device tree in the "tags_add */
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001669 memmove((void*) hdr->tags_addr,
Joel Kingaa335dc2013-06-03 16:11:08 -07001670 boot_image_start + dt_image_offset + dt_entry.offset,
1671 dt_entry.size);
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001672 } else
1673 return -1;
Amol Jadicb524072012-08-09 16:40:18 -07001674
1675 /* Everything looks fine. Return success. */
1676 return 0;
1677}
1678#endif
1679
Brian Swetland9c4c0752009-01-25 16:23:50 -08001680void cmd_boot(const char *arg, void *data, unsigned sz)
1681{
1682 unsigned kernel_actual;
1683 unsigned ramdisk_actual;
Channagoud Kadabifc3b31f2014-06-18 17:41:01 -07001684 uint32_t image_actual;
1685 uint32_t dt_actual = 0;
Channagoud Kadabi3d839012014-06-26 14:26:39 -07001686 uint32_t sig_actual = SIGNATURE_SIZE;
Matthew Qinbb7923d2015-02-09 10:56:09 +08001687 struct boot_img_hdr *hdr = NULL;
1688 struct kernel64_hdr *kptr = NULL;
Brian Swetland9c4c0752009-01-25 16:23:50 -08001689 char *ptr = ((char*) data);
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001690 int ret = 0;
1691 uint8_t dtb_copied = 0;
Matthew Qinbb7923d2015-02-09 10:56:09 +08001692 unsigned int out_len = 0;
1693 unsigned int out_avai_len = 0;
1694 unsigned char *out_addr = NULL;
1695 uint32_t dtb_offset = 0;
1696 unsigned char *kernel_start_addr = NULL;
1697 unsigned int kernel_size = 0;
1698
Brian Swetland9c4c0752009-01-25 16:23:50 -08001699
Amit Blay6281ebc2015-01-11 14:44:08 +02001700#ifdef MDTP_SUPPORT
1701 /* Go through Firmware Lock verification before continue with boot process */
1702 mdtp_fwlock_verify_lock();
Reut Zysman18411272015-02-09 13:47:27 +02001703 display_image_on_screen();
Amit Blay6281ebc2015-01-11 14:44:08 +02001704#endif /* MDTP_SUPPORT */
1705
Shashank Mittald3e54dd2014-08-28 15:24:02 -07001706#if VERIFIED_BOOT
1707 if(!device.is_unlocked)
1708 {
1709 fastboot_fail("unlock device to use this command");
1710 return;
1711 }
1712#endif
1713
Brian Swetland9c4c0752009-01-25 16:23:50 -08001714 if (sz < sizeof(hdr)) {
1715 fastboot_fail("invalid bootimage header");
1716 return;
1717 }
1718
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001719 hdr = (struct boot_img_hdr *)data;
Brian Swetland9c4c0752009-01-25 16:23:50 -08001720
1721 /* ensure commandline is terminated */
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001722 hdr->cmdline[BOOT_ARGS_SIZE-1] = 0;
Brian Swetland9c4c0752009-01-25 16:23:50 -08001723
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001724 if(target_is_emmc_boot() && hdr->page_size) {
1725 page_size = hdr->page_size;
Subbaraman Narayanamurthyfbe13a02010-09-10 11:51:12 -07001726 page_mask = page_size - 1;
1727 }
1728
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001729 kernel_actual = ROUND_TO_PAGE(hdr->kernel_size, page_mask);
1730 ramdisk_actual = ROUND_TO_PAGE(hdr->ramdisk_size, page_mask);
Channagoud Kadabifc3b31f2014-06-18 17:41:01 -07001731#if DEVICE_TREE
1732 dt_actual = ROUND_TO_PAGE(hdr->dt_size, page_mask);
1733#endif
1734
1735 image_actual = ADD_OF(page_size, kernel_actual);
1736 image_actual = ADD_OF(image_actual, ramdisk_actual);
1737 image_actual = ADD_OF(image_actual, dt_actual);
1738
Channagoud Kadabi3d839012014-06-26 14:26:39 -07001739 if (target_use_signed_kernel() && (!device.is_unlocked))
1740 image_actual = ADD_OF(image_actual, sig_actual);
1741
Channagoud Kadabifc3b31f2014-06-18 17:41:01 -07001742 /* sz should have atleast raw boot image */
1743 if (image_actual > sz) {
Channagoud Kadabi3d839012014-06-26 14:26:39 -07001744 fastboot_fail("bootimage: incomplete or not signed");
Channagoud Kadabifc3b31f2014-06-18 17:41:01 -07001745 return;
1746 }
1747
1748 /* Verify the boot image
1749 * device & page_size are initialized in aboot_init
1750 */
1751 if (target_use_signed_kernel() && (!device.is_unlocked))
Channagoud Kadabi3d839012014-06-26 14:26:39 -07001752 /* Pass size excluding signature size, otherwise we would try to
1753 * access signature beyond its length
1754 */
1755 verify_signed_bootimg((uint32_t)data, (image_actual - sig_actual));
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001756
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001757 /*
Matthew Qinbb7923d2015-02-09 10:56:09 +08001758 * Check if the kernel image is a gzip package. If yes, need to decompress it.
1759 * If not, continue booting.
1760 */
1761 if (is_gzip_package((unsigned char *)(data + page_size), hdr->kernel_size))
1762 {
1763 out_addr = (unsigned char *)target_get_scratch_address();
1764 out_addr = (unsigned char *)(out_addr + image_actual + page_size);
1765 out_avai_len = target_get_max_flash_size() - image_actual - page_size;
1766 dprintf(INFO, "decompress image start\n");
1767 ret = decompress((unsigned char *)(ptr + page_size),
1768 hdr->kernel_size, out_addr, out_avai_len,
1769 &dtb_offset, &out_len);
1770 if (ret)
1771 {
1772 dprintf(INFO, "decompress image failed!!!\n");
1773 ASSERT(0);
1774 }
1775
1776 dprintf(INFO, "decompressed image finished.\n");
1777 kptr = (struct kernel64_hdr *)out_addr;
1778 kernel_start_addr = out_addr;
1779 kernel_size = out_len;
1780 } else {
1781 kptr = (struct kernel64_hdr*)((char *)data + page_size);
1782 kernel_start_addr = (unsigned char *)((char *)data + page_size);
1783 kernel_size = hdr->kernel_size;
1784 }
1785
1786 /*
Channagoud Kadabia22144f2013-03-20 11:49:01 -07001787 * Update the kernel/ramdisk/tags address if the boot image header
1788 * has default values, these default values come from mkbootimg when
1789 * the boot image is flashed using fastboot flash:raw
1790 */
Abhimanyu Kapur0f79d572014-02-19 22:03:02 -08001791 update_ker_tags_rdisk_addr(hdr, IS_ARM64(kptr));
Dima Zavin3cadfff2013-03-21 14:30:48 -07001792
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001793 /* Get virtual addresses since the hdr saves physical addresses. */
1794 hdr->kernel_addr = VA(hdr->kernel_addr);
1795 hdr->ramdisk_addr = VA(hdr->ramdisk_addr);
1796 hdr->tags_addr = VA(hdr->tags_addr);
Brian Swetland9c4c0752009-01-25 16:23:50 -08001797
Matthew Qinbb7923d2015-02-09 10:56:09 +08001798 kernel_size = ROUND_TO_PAGE(kernel_size, page_mask);
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001799 /* Check if the addresses in the header are valid. */
Matthew Qinbb7923d2015-02-09 10:56:09 +08001800 if (check_aboot_addr_range_overlap(hdr->kernel_addr, kernel_size) ||
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001801 check_aboot_addr_range_overlap(hdr->ramdisk_addr, ramdisk_actual))
1802 {
1803 dprintf(CRITICAL, "kernel/ramdisk addresses overlap with aboot addresses.\n");
Channagoud Kadabi881856c2013-12-03 11:19:20 -08001804 return;
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001805 }
1806
Amol Jadicb524072012-08-09 16:40:18 -07001807#if DEVICE_TREE
1808 /* find correct dtb and copy it to right location */
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001809 ret = copy_dtb(data);
1810
1811 dtb_copied = !ret ? 1 : 0;
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001812#else
1813 if (check_aboot_addr_range_overlap(hdr->tags_addr, MAX_TAGS_SIZE))
1814 {
1815 dprintf(CRITICAL, "Tags addresses overlap with aboot addresses.\n");
Channagoud Kadabi881856c2013-12-03 11:19:20 -08001816 return;
Deepa Dinamani0e163a42013-05-24 17:08:15 -07001817 }
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001818#endif
1819
1820 /* Load ramdisk & kernel */
1821 memmove((void*) hdr->ramdisk_addr, ptr + page_size + kernel_actual, hdr->ramdisk_size);
Matthew Qinbb7923d2015-02-09 10:56:09 +08001822 memmove((void*) hdr->kernel_addr, (char*) (kernel_start_addr), kernel_size);
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001823
1824#if DEVICE_TREE
Matthew Qinbb7923d2015-02-09 10:56:09 +08001825 if (check_aboot_addr_range_overlap(hdr->tags_addr, kernel_actual))
1826 {
1827 dprintf(CRITICAL, "Tags addresses overlap with aboot addresses.\n");
1828 return;
1829 }
1830
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001831 /*
1832 * If dtb is not found look for appended DTB in the kernel.
1833 * If appended dev tree is found, update the atags with
1834 * memory address to the DTB appended location on RAM.
1835 * Else update with the atags address in the kernel header
1836 */
1837 if (!dtb_copied) {
1838 void *dtb;
Matthew Qinbb7923d2015-02-09 10:56:09 +08001839 dtb = dev_tree_appended((void*)(ptr + page_size),
1840 hdr->kernel_size, dtb_offset,
Dima Zavine63e5572013-05-03 12:23:06 -07001841 (void *)hdr->tags_addr);
Channagoud Kadabi8e9020f2013-04-16 11:24:32 -07001842 if (!dtb) {
1843 fastboot_fail("dtb not found");
1844 return;
1845 }
Amol Jadicb524072012-08-09 16:40:18 -07001846 }
1847#endif
Brian Swetland9c4c0752009-01-25 16:23:50 -08001848
1849 fastboot_okay("");
Amol Jadi7c4316c2013-10-07 14:19:26 -07001850 fastboot_stop();
Brian Swetland9c4c0752009-01-25 16:23:50 -08001851
Dima Zavin77e41f32013-03-06 16:10:43 -08001852 boot_linux((void*) hdr->kernel_addr, (void*) hdr->tags_addr,
Deepa Dinamani0bf2f442012-10-19 11:41:06 -07001853 (const char*) hdr->cmdline, board_machtype(),
1854 (void*) hdr->ramdisk_addr, hdr->ramdisk_size);
Brian Swetland9c4c0752009-01-25 16:23:50 -08001855}
1856
Sridhar Parasurame94e8152014-10-24 14:06:03 -07001857void cmd_erase_nand(const char *arg, void *data, unsigned sz)
Dima Zavin214cc642009-01-26 11:16:21 -08001858{
1859 struct ptentry *ptn;
1860 struct ptable *ptable;
1861
1862 ptable = flash_get_ptable();
1863 if (ptable == NULL) {
1864 fastboot_fail("partition table doesn't exist");
1865 return;
1866 }
1867
1868 ptn = ptable_find(ptable, arg);
1869 if (ptn == NULL) {
1870 fastboot_fail("unknown partition name");
1871 return;
1872 }
1873
1874 if (flash_erase(ptn)) {
1875 fastboot_fail("failed to erase partition");
1876 return;
1877 }
1878 fastboot_okay("");
1879}
1880
Bikas Gurungd48bd242010-09-04 19:54:32 -07001881
1882void cmd_erase_mmc(const char *arg, void *data, unsigned sz)
1883{
1884 unsigned long long ptn = 0;
Oliver Wangcee448d2013-10-22 18:40:13 +08001885 unsigned long long size = 0;
Kinson Chikf1a43512011-07-14 11:28:39 -07001886 int index = INVALID_PTN;
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08001887 uint8_t lun = 0;
Bikas Gurungd48bd242010-09-04 19:54:32 -07001888
Shashank Mittald3e54dd2014-08-28 15:24:02 -07001889#if VERIFIED_BOOT
1890 if(!strcmp(arg, KEYSTORE_PTN_NAME))
1891 {
1892 if(!device.is_unlocked)
1893 {
1894 fastboot_fail("unlock device to erase keystore");
1895 return;
1896 }
1897 }
1898#endif
1899
Kinson Chikf1a43512011-07-14 11:28:39 -07001900 index = partition_get_index(arg);
1901 ptn = partition_get_offset(index);
Oliver Wangcee448d2013-10-22 18:40:13 +08001902 size = partition_get_size(index);
Neeti Desaica8c9602011-10-06 11:40:00 -07001903
Kinson Chikf1a43512011-07-14 11:28:39 -07001904 if(ptn == 0) {
Neeti Desaica8c9602011-10-06 11:40:00 -07001905 fastboot_fail("Partition table doesn't exist\n");
Bikas Gurungd48bd242010-09-04 19:54:32 -07001906 return;
1907 }
Kun Liang2f1601a2013-08-12 16:29:54 +08001908
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08001909 lun = partition_get_lun(index);
1910 mmc_set_lun(lun);
1911
Sridhar Parasuramd7957122015-02-27 11:33:40 -08001912 if (platform_boot_dev_isemmc())
1913 {
1914 if (mmc_erase_card(ptn, size)) {
1915 fastboot_fail("failed to erase partition\n");
1916 return;
1917 }
1918 } else {
1919 BUF_DMA_ALIGN(out, DEFAULT_ERASE_SIZE);
1920 size = partition_get_size(index);
1921 if (size > DEFAULT_ERASE_SIZE)
1922 size = DEFAULT_ERASE_SIZE;
Kun Liang2f1601a2013-08-12 16:29:54 +08001923
Sridhar Parasuramd7957122015-02-27 11:33:40 -08001924 /* Simple inefficient version of erase. Just writing
1925 0 in first several blocks */
1926 if (mmc_write(ptn , size, (unsigned int *)out)) {
1927 fastboot_fail("failed to erase partition");
1928 return;
1929 }
Bikas Gurungd48bd242010-09-04 19:54:32 -07001930 }
1931 fastboot_okay("");
1932}
1933
Sridhar Parasurame94e8152014-10-24 14:06:03 -07001934void cmd_erase(const char *arg, void *data, unsigned sz)
1935{
1936 if(target_is_emmc_boot())
1937 cmd_erase_mmc(arg, data, sz);
1938 else
1939 cmd_erase_nand(arg, data, sz);
1940}
Bikas Gurungd48bd242010-09-04 19:54:32 -07001941
Ajay Dudani5c761132011-04-07 20:19:04 -07001942void cmd_flash_mmc_img(const char *arg, void *data, unsigned sz)
Shashank Mittal23b8f422010-04-16 19:27:21 -07001943{
1944 unsigned long long ptn = 0;
Subbaraman Narayanamurthyc95b5b12010-08-31 13:19:48 -07001945 unsigned long long size = 0;
Kinson Chikf1a43512011-07-14 11:28:39 -07001946 int index = INVALID_PTN;
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08001947 char *token = NULL;
1948 char *pname = NULL;
1949 uint8_t lun = 0;
1950 bool lun_set = false;
Subbaraman Narayanamurthyc95b5b12010-08-31 13:19:48 -07001951
Unnati Gandhi0c8e7c52014-07-17 14:33:09 +05301952 token = strtok((char *)arg, ":");
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08001953 pname = token;
1954 token = strtok(NULL, ":");
1955 if(token)
1956 {
1957 lun = atoi(token);
1958 mmc_set_lun(lun);
1959 lun_set = true;
1960 }
1961
Mao Jinlong226f33a2014-07-04 17:24:10 +08001962 if (pname)
Greg Grisco6e754772011-06-23 12:19:39 -07001963 {
Mao Jinlong226f33a2014-07-04 17:24:10 +08001964 if (!strcmp(pname, "partition"))
1965 {
1966 dprintf(INFO, "Attempt to write partition image.\n");
1967 if (write_partition(sz, (unsigned char *) data)) {
1968 fastboot_fail("failed to write partition");
Greg Grisco6e754772011-06-23 12:19:39 -07001969 return;
1970 }
1971 }
Mao Jinlong226f33a2014-07-04 17:24:10 +08001972 else
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08001973 {
Shashank Mittald3e54dd2014-08-28 15:24:02 -07001974#if VERIFIED_BOOT
1975 if(!strcmp(pname, KEYSTORE_PTN_NAME))
1976 {
1977 if(!device.is_unlocked)
1978 {
1979 fastboot_fail("unlock device to flash keystore");
1980 return;
1981 }
1982 if(!boot_verify_validate_keystore((unsigned char *)data))
1983 {
1984 fastboot_fail("image is not a keystore file");
1985 return;
1986 }
1987 }
1988#endif
Mao Jinlong226f33a2014-07-04 17:24:10 +08001989 index = partition_get_index(pname);
1990 ptn = partition_get_offset(index);
1991 if(ptn == 0) {
1992 fastboot_fail("partition table doesn't exist");
1993 return;
1994 }
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08001995
Mao Jinlong226f33a2014-07-04 17:24:10 +08001996 if (!strcmp(pname, "boot") || !strcmp(pname, "recovery")) {
1997 if (memcmp((void *)data, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
1998 fastboot_fail("image is not a boot image");
1999 return;
2000 }
2001 }
2002
2003 if(!lun_set)
2004 {
2005 lun = partition_get_lun(index);
2006 mmc_set_lun(lun);
2007 }
2008
2009 size = partition_get_size(index);
2010 if (ROUND_TO_PAGE(sz,511) > size) {
2011 fastboot_fail("size too large");
2012 return;
2013 }
2014 else if (mmc_write(ptn , sz, (unsigned int *)data)) {
2015 fastboot_fail("flash write failure");
2016 return;
2017 }
Greg Grisco6e754772011-06-23 12:19:39 -07002018 }
Shashank Mittal23b8f422010-04-16 19:27:21 -07002019 }
2020 fastboot_okay("");
2021 return;
2022}
2023
Ajay Dudanide984792015-03-02 09:57:41 -08002024void cmd_flash_meta_img(const char *arg, void *data, unsigned sz)
2025{
2026 int i, images;
2027 meta_header_t *meta_header;
2028 img_header_entry_t *img_header_entry;
2029
2030 meta_header = (meta_header_t*) data;
2031 img_header_entry = (img_header_entry_t*) (data+sizeof(meta_header_t));
2032
2033 images = meta_header->img_hdr_sz / sizeof(img_header_entry_t);
2034
2035 for (i=0; i<images; i++) {
2036
2037 if((img_header_entry[i].ptn_name == NULL) ||
2038 (img_header_entry[i].start_offset == 0) ||
2039 (img_header_entry[i].size == 0))
2040 break;
2041
2042 cmd_flash_mmc_img(img_header_entry[i].ptn_name,
2043 (void *) data + img_header_entry[i].start_offset,
2044 img_header_entry[i].size);
2045 }
2046
Channagoud Kadabiaafbbfc2015-03-04 17:52:56 -08002047 if (!strncmp(arg, "bootloader", strlen("bootloader")))
2048 {
2049 strlcpy(device.bootloader_version, TARGET(BOARD), MAX_VERSION_LEN);
2050 strlcat(device.bootloader_version, "-", MAX_VERSION_LEN);
2051 strlcat(device.bootloader_version, meta_header->img_version, MAX_VERSION_LEN);
2052 }
2053 else
2054 {
2055 strlcpy(device.radio_version, TARGET(BOARD), MAX_VERSION_LEN);
2056 strlcat(device.radio_version, "-", MAX_VERSION_LEN);
2057 strlcat(device.radio_version, meta_header->img_version, MAX_VERSION_LEN);
2058 }
2059
2060 write_device_info(&device);
Ajay Dudanide984792015-03-02 09:57:41 -08002061 fastboot_okay("");
2062 return;
2063}
2064
Ajay Dudani5c761132011-04-07 20:19:04 -07002065void cmd_flash_mmc_sparse_img(const char *arg, void *data, unsigned sz)
2066{
2067 unsigned int chunk;
2068 unsigned int chunk_data_sz;
Channagoud Kadabif627cf82013-09-09 14:08:20 -07002069 uint32_t *fill_buf = NULL;
2070 uint32_t fill_val;
2071 uint32_t chunk_blk_cnt = 0;
Ajay Dudani5c761132011-04-07 20:19:04 -07002072 sparse_header_t *sparse_header;
2073 chunk_header_t *chunk_header;
Ajay Dudaniab18f022011-05-12 14:39:22 -07002074 uint32_t total_blocks = 0;
Ajay Dudani5c761132011-04-07 20:19:04 -07002075 unsigned long long ptn = 0;
Channagoud Kadabi65b91002011-10-11 17:34:33 +05302076 unsigned long long size = 0;
Kinson Chikf1a43512011-07-14 11:28:39 -07002077 int index = INVALID_PTN;
Unnati Gandhi0c8e7c52014-07-17 14:33:09 +05302078 uint32_t i;
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08002079 uint8_t lun = 0;
Ajay Dudani5c761132011-04-07 20:19:04 -07002080
Kinson Chikf1a43512011-07-14 11:28:39 -07002081 index = partition_get_index(arg);
2082 ptn = partition_get_offset(index);
2083 if(ptn == 0) {
Ajay Dudani5c761132011-04-07 20:19:04 -07002084 fastboot_fail("partition table doesn't exist");
2085 return;
2086 }
2087
Channagoud Kadabi65b91002011-10-11 17:34:33 +05302088 size = partition_get_size(index);
2089 if (ROUND_TO_PAGE(sz,511) > size) {
2090 fastboot_fail("size too large");
2091 return;
2092 }
2093
Sundarajan Srinivasand3514bb2013-12-04 17:02:00 -08002094 lun = partition_get_lun(index);
2095 mmc_set_lun(lun);
2096
Ajay Dudani5c761132011-04-07 20:19:04 -07002097 /* Read and skip over sparse image header */
2098 sparse_header = (sparse_header_t *) data;
Ajay Dudani876b3282012-12-21 14:12:17 -08002099 if ((sparse_header->total_blks * sparse_header->blk_sz) > size) {
2100 fastboot_fail("size too large");
2101 return;
2102 }
2103
Ajay Dudani5c761132011-04-07 20:19:04 -07002104 data += sparse_header->file_hdr_sz;
2105 if(sparse_header->file_hdr_sz > sizeof(sparse_header_t))
2106 {
2107 /* Skip the remaining bytes in a header that is longer than
2108 * we expected.
2109 */
2110 data += (sparse_header->file_hdr_sz - sizeof(sparse_header_t));
2111 }
2112
Ajay Dudanib06c05f2011-05-12 14:46:10 -07002113 dprintf (SPEW, "=== Sparse Image Header ===\n");
2114 dprintf (SPEW, "magic: 0x%x\n", sparse_header->magic);
2115 dprintf (SPEW, "major_version: 0x%x\n", sparse_header->major_version);
2116 dprintf (SPEW, "minor_version: 0x%x\n", sparse_header->minor_version);
2117 dprintf (SPEW, "file_hdr_sz: %d\n", sparse_header->file_hdr_sz);
2118 dprintf (SPEW, "chunk_hdr_sz: %d\n", sparse_header->chunk_hdr_sz);
2119 dprintf (SPEW, "blk_sz: %d\n", sparse_header->blk_sz);
2120 dprintf (SPEW, "total_blks: %d\n", sparse_header->total_blks);
2121 dprintf (SPEW, "total_chunks: %d\n", sparse_header->total_chunks);
Ajay Dudani5c761132011-04-07 20:19:04 -07002122
2123 /* Start processing chunks */
2124 for (chunk=0; chunk<sparse_header->total_chunks; chunk++)
2125 {
Aparna Mallavarapu2ae741a2015-03-28 01:41:08 +05302126 /* Make sure the total image size does not exceed the partition size */
2127 if(((uint64_t)total_blocks * (uint64_t)sparse_header->blk_sz) >= size) {
2128 fastboot_fail("size too large");
2129 return;
2130 }
Ajay Dudani5c761132011-04-07 20:19:04 -07002131 /* Read and skip over chunk header */
2132 chunk_header = (chunk_header_t *) data;
2133 data += sizeof(chunk_header_t);
2134
2135 dprintf (SPEW, "=== Chunk Header ===\n");
2136 dprintf (SPEW, "chunk_type: 0x%x\n", chunk_header->chunk_type);
2137 dprintf (SPEW, "chunk_data_sz: 0x%x\n", chunk_header->chunk_sz);
2138 dprintf (SPEW, "total_size: 0x%x\n", chunk_header->total_sz);
2139
2140 if(sparse_header->chunk_hdr_sz > sizeof(chunk_header_t))
2141 {
2142 /* Skip the remaining bytes in a header that is longer than
2143 * we expected.
2144 */
2145 data += (sparse_header->chunk_hdr_sz - sizeof(chunk_header_t));
2146 }
2147
2148 chunk_data_sz = sparse_header->blk_sz * chunk_header->chunk_sz;
Aparna Mallavarapu2ae741a2015-03-28 01:41:08 +05302149
2150 /* Make sure multiplication does not overflow uint32 size */
2151 if (sparse_header->blk_sz && (chunk_header->chunk_sz != chunk_data_sz / sparse_header->blk_sz))
2152 {
2153 fastboot_fail("Bogus size sparse and chunk header");
2154 return;
2155 }
2156
2157 /* Make sure that the chunk size calculated from sparse image does not
2158 * exceed partition size
2159 */
2160 if ((uint64_t)total_blocks * (uint64_t)sparse_header->blk_sz + chunk_data_sz > size)
2161 {
2162 fastboot_fail("Chunk data size exceeds partition size");
2163 return;
2164 }
2165
Ajay Dudani5c761132011-04-07 20:19:04 -07002166 switch (chunk_header->chunk_type)
2167 {
2168 case CHUNK_TYPE_RAW:
2169 if(chunk_header->total_sz != (sparse_header->chunk_hdr_sz +
2170 chunk_data_sz))
2171 {
2172 fastboot_fail("Bogus chunk size for chunk type Raw");
2173 return;
2174 }
2175
Ajay Dudaniab18f022011-05-12 14:39:22 -07002176 if(mmc_write(ptn + ((uint64_t)total_blocks*sparse_header->blk_sz),
2177 chunk_data_sz,
2178 (unsigned int*)data))
Ajay Dudani5c761132011-04-07 20:19:04 -07002179 {
2180 fastboot_fail("flash write failure");
2181 return;
2182 }
Aparna Mallavarapu2ae741a2015-03-28 01:41:08 +05302183 if(total_blocks > (UINT_MAX - chunk_header->chunk_sz)) {
2184 fastboot_fail("Bogus size for RAW chunk type");
2185 return;
2186 }
Ajay Dudani5c761132011-04-07 20:19:04 -07002187 total_blocks += chunk_header->chunk_sz;
2188 data += chunk_data_sz;
2189 break;
2190
Channagoud Kadabif627cf82013-09-09 14:08:20 -07002191 case CHUNK_TYPE_FILL:
2192 if(chunk_header->total_sz != (sparse_header->chunk_hdr_sz +
2193 sizeof(uint32_t)))
2194 {
2195 fastboot_fail("Bogus chunk size for chunk type FILL");
2196 return;
2197 }
2198
2199 fill_buf = (uint32_t *)memalign(CACHE_LINE, ROUNDUP(sparse_header->blk_sz, CACHE_LINE));
2200 if (!fill_buf)
2201 {
2202 fastboot_fail("Malloc failed for: CHUNK_TYPE_FILL");
2203 return;
2204 }
2205
2206 fill_val = *(uint32_t *)data;
2207 data = (char *) data + sizeof(uint32_t);
2208 chunk_blk_cnt = chunk_data_sz / sparse_header->blk_sz;
2209
2210 for (i = 0; i < (sparse_header->blk_sz / sizeof(fill_val)); i++)
2211 {
2212 fill_buf[i] = fill_val;
2213 }
2214
2215 for (i = 0; i < chunk_blk_cnt; i++)
2216 {
Aparna Mallavarapu2ae741a2015-03-28 01:41:08 +05302217 /* Make sure that the data written to partition does not exceed partition size */
2218 if ((uint64_t)total_blocks * (uint64_t)sparse_header->blk_sz + sparse_header->blk_sz > size)
2219 {
2220 fastboot_fail("Chunk data size for fill type exceeds partition size");
2221 return;
2222 }
2223
Channagoud Kadabif627cf82013-09-09 14:08:20 -07002224 if(mmc_write(ptn + ((uint64_t)total_blocks*sparse_header->blk_sz),
2225 sparse_header->blk_sz,
2226 fill_buf))
2227 {
2228 fastboot_fail("flash write failure");
2229 free(fill_buf);
2230 return;
2231 }
2232
2233 total_blocks++;
2234 }
2235
2236 free(fill_buf);
2237 break;
2238
Ajay Dudani5c761132011-04-07 20:19:04 -07002239 case CHUNK_TYPE_DONT_CARE:
Aparna Mallavarapu2ae741a2015-03-28 01:41:08 +05302240 if(total_blocks > (UINT_MAX - chunk_header->chunk_sz)) {
2241 fastboot_fail("bogus size for chunk DONT CARE type");
2242 return;
2243 }
Kinson Chik kchik@codeaurora.orgda29b1e2011-05-06 17:36:39 -07002244 total_blocks += chunk_header->chunk_sz;
2245 break;
2246
Ajay Dudani5c761132011-04-07 20:19:04 -07002247 case CHUNK_TYPE_CRC:
2248 if(chunk_header->total_sz != sparse_header->chunk_hdr_sz)
2249 {
2250 fastboot_fail("Bogus chunk size for chunk type Dont Care");
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 chunk CRC 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
Kinson Chik kchik@codeaurora.orgda29b1e2011-05-06 17:36:39 -07002261 default:
Channagoud Kadabif627cf82013-09-09 14:08:20 -07002262 dprintf(CRITICAL, "Unkown chunk type: %x\n",chunk_header->chunk_type);
Ajay Dudani5c761132011-04-07 20:19:04 -07002263 fastboot_fail("Unknown chunk type");
2264 return;
2265 }
2266 }
2267
Ajay Dudani0c6927b2011-05-18 11:12:16 -07002268 dprintf(INFO, "Wrote %d blocks, expected to write %d blocks\n",
2269 total_blocks, sparse_header->total_blks);
2270
2271 if(total_blocks != sparse_header->total_blks)
2272 {
2273 fastboot_fail("sparse image write failure");
2274 }
Ajay Dudani5c761132011-04-07 20:19:04 -07002275
2276 fastboot_okay("");
2277 return;
2278}
2279
2280void cmd_flash_mmc(const char *arg, void *data, unsigned sz)
2281{
2282 sparse_header_t *sparse_header;
Ajay Dudanide984792015-03-02 09:57:41 -08002283 meta_header_t *meta_header;
Ajay Dudani5c761132011-04-07 20:19:04 -07002284
kchik@codeaurora.orgbce18ea2011-04-18 20:22:28 -07002285#ifdef SSD_ENABLE
Veera Sundaram Sankaranf9915462014-12-09 11:54:59 -08002286 /* 8 Byte Magic + 2048 Byte xml + Encrypted Data */
2287 unsigned int *magic_number = (unsigned int *) data;
sundarajan srinivasand4b1c482013-02-27 14:15:43 -08002288 int ret=0;
2289 uint32 major_version=0;
2290 uint32 minor_version=0;
2291
2292 ret = scm_svc_version(&major_version,&minor_version);
2293 if(!ret)
2294 {
2295 if(major_version >= 2)
2296 {
Amir Samuelovbb65ce02013-05-05 12:20:18 +03002297 if( !strcmp(arg, "ssd") || !strcmp(arg, "tqs") )
sundarajan srinivasand4b1c482013-02-27 14:15:43 -08002298 {
2299 ret = encrypt_scm((uint32 **) &data, &sz);
2300 if (ret != 0) {
2301 dprintf(CRITICAL, "ERROR: Encryption Failure\n");
2302 return;
2303 }
2304
Amir Samuelovbb65ce02013-05-05 12:20:18 +03002305 /* Protect only for SSD */
2306 if (!strcmp(arg, "ssd")) {
2307 ret = scm_protect_keystore((uint32 *) data, sz);
2308 if (ret != 0) {
2309 dprintf(CRITICAL, "ERROR: scm_protect_keystore Failed\n");
2310 return;
2311 }
sundarajan srinivasand4b1c482013-02-27 14:15:43 -08002312 }
2313 }
2314 else
2315 {
2316 ret = decrypt_scm_v2((uint32 **) &data, &sz);
2317 if(ret != 0)
2318 {
2319 dprintf(CRITICAL,"ERROR: Decryption Failure\n");
2320 return;
2321 }
2322 }
2323 }
2324 else
2325 {
2326 if (magic_number[0] == DECRYPT_MAGIC_0 &&
2327 magic_number[1] == DECRYPT_MAGIC_1)
2328 {
2329 ret = decrypt_scm((uint32 **) &data, &sz);
2330 if (ret != 0) {
2331 dprintf(CRITICAL, "ERROR: Invalid secure image\n");
2332 return;
2333 }
2334 }
2335 else if (magic_number[0] == ENCRYPT_MAGIC_0 &&
2336 magic_number[1] == ENCRYPT_MAGIC_1)
2337 {
2338 ret = encrypt_scm((uint32 **) &data, &sz);
2339 if (ret != 0) {
2340 dprintf(CRITICAL, "ERROR: Encryption Failure\n");
2341 return;
2342 }
2343 }
kchik@codeaurora.orgbce18ea2011-04-18 20:22:28 -07002344 }
2345 }
sundarajan srinivasand4b1c482013-02-27 14:15:43 -08002346 else
Neeti Desai127b9e02012-03-20 16:11:23 -07002347 {
sundarajan srinivasand4b1c482013-02-27 14:15:43 -08002348 dprintf(CRITICAL,"INVALID SVC Version\n");
2349 return;
Neeti Desai127b9e02012-03-20 16:11:23 -07002350 }
sundarajan srinivasand4b1c482013-02-27 14:15:43 -08002351#endif /* SSD_ENABLE */
Neeti Desai127b9e02012-03-20 16:11:23 -07002352
Shashank Mittald3e54dd2014-08-28 15:24:02 -07002353#if VERIFIED_BOOT
2354 if(!device.is_unlocked && !device.is_verified)
2355 {
2356 fastboot_fail("device is locked. Cannot flash images");
2357 return;
2358 }
2359 if(!device.is_unlocked && device.is_verified)
2360 {
2361 if(!boot_verify_flash_allowed(arg))
2362 {
2363 fastboot_fail("cannot flash this partition in verified state");
2364 return;
2365 }
2366 }
2367#endif
2368
kchik@codeaurora.orgbce18ea2011-04-18 20:22:28 -07002369 sparse_header = (sparse_header_t *) data;
Ajay Dudanide984792015-03-02 09:57:41 -08002370 meta_header = (meta_header_t *) data;
2371 if (sparse_header->magic == SPARSE_HEADER_MAGIC)
Ajay Dudani5c761132011-04-07 20:19:04 -07002372 cmd_flash_mmc_sparse_img(arg, data, sz);
Ajay Dudanide984792015-03-02 09:57:41 -08002373 else if (meta_header->magic == META_HEADER_MAGIC)
2374 cmd_flash_meta_img(arg, data, sz);
2375 else
2376 cmd_flash_mmc_img(arg, data, sz);
Ajay Dudani5c761132011-04-07 20:19:04 -07002377 return;
2378}
2379
Tanya Brokhman84eaaf62015-02-24 21:57:06 +02002380void cmd_updatevol(const char *vol_name, void *data, unsigned sz)
2381{
2382 struct ptentry *sys_ptn;
2383 struct ptable *ptable;
2384
2385 ptable = flash_get_ptable();
2386 if (ptable == NULL) {
2387 fastboot_fail("partition table doesn't exist");
2388 return;
2389 }
2390
2391 sys_ptn = ptable_find(ptable, "system");
2392 if (sys_ptn == NULL) {
2393 fastboot_fail("system partition not found");
2394 return;
2395 }
2396
2397 sz = ROUND_TO_PAGE(sz, page_mask);
2398 if (update_ubi_vol(sys_ptn, vol_name, data, sz))
2399 fastboot_fail("update_ubi_vol failed");
2400 else
2401 fastboot_okay("");
2402}
2403
Sridhar Parasurame94e8152014-10-24 14:06:03 -07002404void cmd_flash_nand(const char *arg, void *data, unsigned sz)
Dima Zavin214cc642009-01-26 11:16:21 -08002405{
2406 struct ptentry *ptn;
2407 struct ptable *ptable;
2408 unsigned extra = 0;
2409
2410 ptable = flash_get_ptable();
2411 if (ptable == NULL) {
2412 fastboot_fail("partition table doesn't exist");
2413 return;
2414 }
2415
2416 ptn = ptable_find(ptable, arg);
2417 if (ptn == NULL) {
Tanya Brokhman84eaaf62015-02-24 21:57:06 +02002418 dprintf(INFO, "unknown partition name (%s). Trying updatevol\n",
2419 arg);
2420 cmd_updatevol(arg, data, sz);
Dima Zavin214cc642009-01-26 11:16:21 -08002421 return;
2422 }
2423
2424 if (!strcmp(ptn->name, "boot") || !strcmp(ptn->name, "recovery")) {
2425 if (memcmp((void *)data, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
2426 fastboot_fail("image is not a boot image");
2427 return;
2428 }
2429 }
2430
Amol Jadi5c61a952012-05-04 17:05:35 -07002431 if (!strcmp(ptn->name, "system")
Deepa Dinamani13e32c42012-03-12 14:34:17 -07002432 || !strcmp(ptn->name, "userdata")
2433 || !strcmp(ptn->name, "persist")
Sundarajan Srinivasanb063a852013-11-19 14:02:27 -08002434 || !strcmp(ptn->name, "recoveryfs")
Sundarajan Srinivasan595b71e2013-11-05 12:44:34 -08002435 || !strcmp(ptn->name, "modem"))
Tanya Brokhman1c94f1a2015-02-15 09:05:03 +02002436 extra = 1;
Sundarajan Srinivasan595b71e2013-11-05 12:44:34 -08002437 else
Shashank Mittaldcc2e352009-11-19 19:11:16 -08002438 sz = ROUND_TO_PAGE(sz, page_mask);
Dima Zavin214cc642009-01-26 11:16:21 -08002439
2440 dprintf(INFO, "writing %d bytes to '%s'\n", sz, ptn->name);
Tanya Brokhman1c94f1a2015-02-15 09:05:03 +02002441 if (!memcmp((void *)data, UBI_MAGIC, UBI_MAGIC_SIZE)) {
2442 if (flash_ubi_img(ptn, data, sz)) {
2443 fastboot_fail("flash write failure");
2444 return;
2445 }
2446 } else {
2447 if (flash_write(ptn, extra, data, sz)) {
2448 fastboot_fail("flash write failure");
2449 return;
2450 }
Dima Zavin214cc642009-01-26 11:16:21 -08002451 }
2452 dprintf(INFO, "partition '%s' updated\n", ptn->name);
2453 fastboot_okay("");
2454}
2455
Sridhar Parasurame94e8152014-10-24 14:06:03 -07002456void cmd_flash(const char *arg, void *data, unsigned sz)
2457{
2458 if(target_is_emmc_boot())
2459 cmd_flash_mmc(arg, data, sz);
2460 else
2461 cmd_flash_nand(arg, data, sz);
2462}
2463
Dima Zavin214cc642009-01-26 11:16:21 -08002464void cmd_continue(const char *arg, void *data, unsigned sz)
2465{
2466 fastboot_okay("");
Amol Jadi7c4316c2013-10-07 14:19:26 -07002467 fastboot_stop();
Shashank Mittald3e54dd2014-08-28 15:24:02 -07002468
Amit Blay6281ebc2015-01-11 14:44:08 +02002469#ifdef MDTP_SUPPORT
2470 /* Go through Firmware Lock verification before continue with boot process */
2471 mdtp_fwlock_verify_lock();
Reut Zysman18411272015-02-09 13:47:27 +02002472 display_image_on_screen();
Amit Blay6281ebc2015-01-11 14:44:08 +02002473#endif /* MDTP_SUPPORT */
2474
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002475 if (target_is_emmc_boot())
2476 {
2477 boot_linux_from_mmc();
2478 }
2479 else
2480 {
2481 boot_linux_from_flash();
2482 }
Dima Zavin214cc642009-01-26 11:16:21 -08002483}
2484
Chandan Uddaraju94183c02010-01-15 15:13:59 -08002485void cmd_reboot(const char *arg, void *data, unsigned sz)
2486{
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002487 dprintf(INFO, "rebooting the device\n");
Chandan Uddaraju94183c02010-01-15 15:13:59 -08002488 fastboot_okay("");
2489 reboot_device(0);
2490}
2491
2492void cmd_reboot_bootloader(const char *arg, void *data, unsigned sz)
2493{
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002494 dprintf(INFO, "rebooting the device\n");
Chandan Uddaraju94183c02010-01-15 15:13:59 -08002495 fastboot_okay("");
2496 reboot_device(FASTBOOT_MODE);
2497}
2498
Ameya Thakur11cf1a62013-08-05 12:44:48 -07002499void cmd_oem_enable_charger_screen(const char *arg, void *data, unsigned size)
2500{
2501 dprintf(INFO, "Enabling charger screen check\n");
2502 device.charger_screen_enabled = 1;
2503 write_device_info(&device);
2504 fastboot_okay("");
2505}
2506
2507void cmd_oem_disable_charger_screen(const char *arg, void *data, unsigned size)
2508{
2509 dprintf(INFO, "Disabling charger screen check\n");
2510 device.charger_screen_enabled = 0;
2511 write_device_info(&device);
2512 fastboot_okay("");
2513}
2514
Unnati Gandhi62c8ab82014-01-24 11:01:01 +05302515void cmd_oem_select_display_panel(const char *arg, void *data, unsigned size)
2516{
2517 dprintf(INFO, "Selecting display panel %s\n", arg);
2518 if (arg)
2519 strlcpy(device.display_panel, arg,
2520 sizeof(device.display_panel));
2521 write_device_info(&device);
2522 fastboot_okay("");
2523}
2524
Shashank Mittal162244e2011-08-08 19:01:25 -07002525void cmd_oem_unlock(const char *arg, void *data, unsigned sz)
2526{
Shashank Mittald3e54dd2014-08-28 15:24:02 -07002527 /* TODO: Wipe user data */
2528 if(!device.is_unlocked || device.is_verified)
Shashank Mittal162244e2011-08-08 19:01:25 -07002529 {
2530 device.is_unlocked = 1;
Shashank Mittald3e54dd2014-08-28 15:24:02 -07002531 device.is_verified = 0;
2532 write_device_info(&device);
2533 }
2534 fastboot_okay("");
2535}
2536
2537void cmd_oem_lock(const char *arg, void *data, unsigned sz)
2538{
2539 /* TODO: Wipe user data */
2540 if(device.is_unlocked || device.is_verified)
2541 {
2542 device.is_unlocked = 0;
2543 device.is_verified = 0;
2544 write_device_info(&device);
2545 }
2546 fastboot_okay("");
2547}
2548
2549void cmd_oem_verified(const char *arg, void *data, unsigned sz)
2550{
2551 /* TODO: Wipe user data */
2552 if(device.is_unlocked || !device.is_verified)
2553 {
2554 device.is_unlocked = 0;
2555 device.is_verified = 1;
Shashank Mittal162244e2011-08-08 19:01:25 -07002556 write_device_info(&device);
2557 }
2558 fastboot_okay("");
2559}
2560
Shashank Mittala0032282011-08-26 14:50:11 -07002561void cmd_oem_devinfo(const char *arg, void *data, unsigned sz)
2562{
Unnati Gandhi62c8ab82014-01-24 11:01:01 +05302563 char response[128];
Ameya Thakur11cf1a62013-08-05 12:44:48 -07002564 snprintf(response, sizeof(response), "\tDevice tampered: %s", (device.is_tampered ? "true" : "false"));
Shashank Mittala0032282011-08-26 14:50:11 -07002565 fastboot_info(response);
Ameya Thakur11cf1a62013-08-05 12:44:48 -07002566 snprintf(response, sizeof(response), "\tDevice unlocked: %s", (device.is_unlocked ? "true" : "false"));
2567 fastboot_info(response);
2568 snprintf(response, sizeof(response), "\tCharger screen enabled: %s", (device.charger_screen_enabled ? "true" : "false"));
Shashank Mittala0032282011-08-26 14:50:11 -07002569 fastboot_info(response);
Unnati Gandhi62c8ab82014-01-24 11:01:01 +05302570 snprintf(response, sizeof(response), "\tDisplay panel: %s", (device.display_panel));
2571 fastboot_info(response);
Shashank Mittala0032282011-08-26 14:50:11 -07002572 fastboot_okay("");
2573}
2574
Channagoud Kadabi4c4884e2013-04-09 17:12:13 -07002575void cmd_preflash(const char *arg, void *data, unsigned sz)
2576{
2577 fastboot_okay("");
2578}
2579
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302580struct fbimage* splash_screen_flash();
2581
2582int splash_screen_check_header(struct fbimage *logo)
2583{
2584 if (memcmp(logo->header.magic, LOGO_IMG_MAGIC, 8))
2585 return -1;
2586 if (logo->header.width == 0 || logo->header.height == 0)
2587 return -1;
2588 return 0;
2589}
2590
2591struct fbimage* splash_screen_flash()
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07002592{
2593 struct ptentry *ptn;
2594 struct ptable *ptable;
2595 struct fbcon_config *fb_display = NULL;
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002596 struct fbimage *logo = NULL;
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07002597
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302598
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002599 logo = (struct fbimage *) malloc(ROUNDUP(page_size, sizeof(struct fbimage)));
2600 ASSERT(logo);
2601
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302602 ptable = flash_get_ptable();
2603 if (ptable == NULL) {
2604 dprintf(CRITICAL, "ERROR: Partition table not found\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002605 goto err;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302606 }
2607 ptn = ptable_find(ptable, "splash");
2608 if (ptn == NULL) {
2609 dprintf(CRITICAL, "ERROR: splash Partition not found\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002610 goto err;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302611 }
2612
2613 if (flash_read(ptn, 0,(unsigned int *) logo, sizeof(logo->header))) {
2614 dprintf(CRITICAL, "ERROR: Cannot read boot image header\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002615 goto err;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302616 }
2617
2618 if (splash_screen_check_header(logo)) {
2619 dprintf(CRITICAL, "ERROR: Boot image header invalid\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002620 goto err;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302621 }
2622
2623 fb_display = fbcon_display();
2624 if (fb_display) {
Vineet Bajaj99291ed2014-09-09 12:29:46 +05302625 if ((logo->header.width != fb_display->width) || (logo->header.height != fb_display->height)) {
2626 dprintf(CRITICAL, "Logo config doesn't match with fb config. Fall back to default logo\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002627 goto err;
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07002628 }
Vineet Bajaj99291ed2014-09-09 12:29:46 +05302629 uint8_t *base = (uint8_t *) fb_display->base;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302630 if (flash_read(ptn + sizeof(logo->header), 0,
2631 base,
2632 ((((logo->header.width * logo->header.height * fb_display->bpp/8) + 511) >> 9) << 9))) {
2633 fbcon_clear();
Vineet Bajaj99291ed2014-09-09 12:29:46 +05302634 dprintf(CRITICAL, "ERROR: Cannot read splash image from partition\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002635 goto err;
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07002636 }
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302637 logo->image = base;
2638 }
2639
2640 return logo;
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002641
2642err:
2643 free(logo);
2644 return NULL;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302645}
2646
2647struct fbimage* splash_screen_mmc()
2648{
2649 int index = INVALID_PTN;
2650 unsigned long long ptn = 0;
2651 struct fbcon_config *fb_display = NULL;
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002652 struct fbimage *logo = NULL;
Channagoud Kadabida117392014-11-24 11:01:12 -08002653 uint32_t blocksize;
2654 uint32_t readsize;
Channagoud Kadabicccd02c2015-02-19 17:51:40 -08002655 uint32_t logosize;
Channagoud Kadabida117392014-11-24 11:01:12 -08002656 uint32_t ptn_size;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302657
2658 index = partition_get_index("splash");
2659 if (index == 0) {
2660 dprintf(CRITICAL, "ERROR: splash Partition table not found\n");
2661 return NULL;
2662 }
2663
2664 ptn = partition_get_offset(index);
2665 if (ptn == 0) {
2666 dprintf(CRITICAL, "ERROR: splash Partition invalid\n");
2667 return NULL;
2668 }
2669
Channagoud Kadabida117392014-11-24 11:01:12 -08002670 ptn_size = partition_get_size(index);
2671 blocksize = mmc_get_device_blocksize();
Channagoud Kadabicccd02c2015-02-19 17:51:40 -08002672 logosize = ROUNDUP(sizeof(logo->header), blocksize);
Channagoud Kadabida117392014-11-24 11:01:12 -08002673
Channagoud Kadabicccd02c2015-02-19 17:51:40 -08002674 logo = (struct fbimage *)memalign(CACHE_LINE, ROUNDUP(logosize, CACHE_LINE));
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002675 ASSERT(logo);
2676
Channagoud Kadabicccd02c2015-02-19 17:51:40 -08002677 if (mmc_read(ptn, (uint32_t *) logo, logosize)) {
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302678 dprintf(CRITICAL, "ERROR: Cannot read splash image header\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002679 goto err;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302680 }
2681
2682 if (splash_screen_check_header(logo)) {
2683 dprintf(CRITICAL, "ERROR: Splash image header invalid\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002684 goto err;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302685 }
2686
2687 fb_display = fbcon_display();
2688 if (fb_display) {
Vineet Bajaj99291ed2014-09-09 12:29:46 +05302689 if ((logo->header.width != fb_display->width) || (logo->header.height != fb_display->height)) {
2690 dprintf(CRITICAL, "Logo config doesn't match with fb config. Fall back default logo\n");
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002691 goto err;
Vineet Bajaj99291ed2014-09-09 12:29:46 +05302692 }
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302693 uint8_t *base = (uint8_t *) fb_display->base;
Channagoud Kadabida117392014-11-24 11:01:12 -08002694 readsize = ROUNDUP((logo->header.width * logo->header.height * fb_display->bpp/8), blocksize);
2695
2696 if (readsize > ptn_size)
2697 {
2698 dprintf(CRITICAL, "@%d:Invalid logo header readsize:%u exceeds ptn_size:%u\n", __LINE__, readsize,ptn_size);
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002699 goto err;
Channagoud Kadabida117392014-11-24 11:01:12 -08002700 }
2701
Channagoud Kadabicccd02c2015-02-19 17:51:40 -08002702 if (mmc_read(ptn + logosize,(uint32_t *)base, readsize)) {
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302703 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;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302706 }
2707
2708 logo->image = base;
2709 }
2710
2711 return logo;
Channagoud Kadabib3ccf5c2014-12-03 12:39:29 -08002712
2713err:
2714 free(logo);
2715 return NULL;
Aparna Mallavarapuad8c1ec2013-08-23 17:55:47 +05302716}
2717
2718
2719struct fbimage* fetch_image_from_partition()
2720{
2721 if (target_is_emmc_boot()) {
2722 return splash_screen_mmc();
2723 } else {
2724 return splash_screen_flash();
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07002725 }
2726}
2727
Channagoud Kadabi4c4884e2013-04-09 17:12:13 -07002728/* Get the size from partiton name */
2729static void get_partition_size(const char *arg, char *response)
2730{
2731 uint64_t ptn = 0;
2732 uint64_t size;
2733 int index = INVALID_PTN;
2734
2735 index = partition_get_index(arg);
2736
2737 if (index == INVALID_PTN)
2738 {
2739 dprintf(CRITICAL, "Invalid partition index\n");
2740 return;
2741 }
2742
2743 ptn = partition_get_offset(index);
2744
2745 if(!ptn)
2746 {
2747 dprintf(CRITICAL, "Invalid partition name %s\n", arg);
2748 return;
2749 }
2750
2751 size = partition_get_size(index);
2752
2753 snprintf(response, MAX_RSP_SIZE, "\t 0x%llx", size);
2754 return;
2755}
2756
2757/*
2758 * Publish the partition type & size info
2759 * fastboot getvar will publish the required information.
2760 * fastboot getvar partition_size:<partition_name>: partition size in hex
2761 * fastboot getvar partition_type:<partition_name>: partition type (ext/fat)
2762 */
2763static void publish_getvar_partition_info(struct getvar_partition_info *info, uint8_t num_parts)
2764{
2765 uint8_t i;
2766
2767 for (i = 0; i < num_parts; i++) {
2768 get_partition_size(info[i].part_name, info[i].size_response);
2769
2770 if (strlcat(info[i].getvar_size, info[i].part_name, MAX_GET_VAR_NAME_SIZE) >= MAX_GET_VAR_NAME_SIZE)
2771 {
2772 dprintf(CRITICAL, "partition size name truncated\n");
2773 return;
2774 }
2775 if (strlcat(info[i].getvar_type, info[i].part_name, MAX_GET_VAR_NAME_SIZE) >= MAX_GET_VAR_NAME_SIZE)
2776 {
2777 dprintf(CRITICAL, "partition type name truncated\n");
2778 return;
2779 }
2780
2781 /* publish partition size & type info */
2782 fastboot_publish((const char *) info[i].getvar_size, (const char *) info[i].size_response);
2783 fastboot_publish((const char *) info[i].getvar_type, (const char *) info[i].type_response);
2784 }
2785}
2786
Amol Jadi5edf3552013-07-23 14:15:34 -07002787/* register commands and variables for fastboot */
2788void aboot_fastboot_register_commands(void)
2789{
Sridhar Parasurame94e8152014-10-24 14:06:03 -07002790 int i;
Amol Jadi5edf3552013-07-23 14:15:34 -07002791
Sridhar Parasurame94e8152014-10-24 14:06:03 -07002792 struct fastboot_cmd_desc cmd_list[] = {
2793 /* By default the enabled list is empty. */
2794 {"", NULL},
2795 /* move commands enclosed within the below ifndef to here
2796 * if they need to be enabled in user build.
2797 */
2798#ifndef DISABLE_FASTBOOT_CMDS
2799 /* Register the following commands only for non-user builds */
2800 {"flash:", cmd_flash},
2801 {"erase:", cmd_erase},
2802 {"boot", cmd_boot},
2803 {"continue", cmd_continue},
2804 {"reboot", cmd_reboot},
2805 {"reboot-bootloader", cmd_reboot_bootloader},
2806 {"oem unlock", cmd_oem_unlock},
2807 {"oem lock", cmd_oem_lock},
2808 {"oem verified", cmd_oem_verified},
2809 {"oem device-info", cmd_oem_devinfo},
2810 {"preflash", cmd_preflash},
2811 {"oem enable-charger-screen", cmd_oem_enable_charger_screen},
2812 {"oem disable-charger-screen", cmd_oem_disable_charger_screen},
Aravind Venkateswaranbcca9b12014-11-04 17:04:01 -08002813 {"oem select-display-panel", cmd_oem_select_display_panel},
Sridhar Parasurame94e8152014-10-24 14:06:03 -07002814#endif
2815 };
2816
2817 int fastboot_cmds_count = sizeof(cmd_list)/sizeof(cmd_list[0]);
2818 for (i = 1; i < fastboot_cmds_count; i++)
2819 fastboot_register(cmd_list[i].name,cmd_list[i].cb);
2820
Amol Jadi5edf3552013-07-23 14:15:34 -07002821 /* publish variables and their values */
2822 fastboot_publish("product", TARGET(BOARD));
2823 fastboot_publish("kernel", "lk");
2824 fastboot_publish("serialno", sn_buf);
2825
2826 /*
2827 * partition info is supported only for emmc partitions
2828 * Calling this for NAND prints some error messages which
2829 * is harmless but misleading. Avoid calling this for NAND
2830 * devices.
2831 */
2832 if (target_is_emmc_boot())
2833 publish_getvar_partition_info(part_info, ARRAY_SIZE(part_info));
2834
2835 /* Max download size supported */
Ameya Thakur11cf1a62013-08-05 12:44:48 -07002836 snprintf(max_download_size, MAX_RSP_SIZE, "\t0x%x",
2837 target_get_max_flash_size());
Amol Jadi5edf3552013-07-23 14:15:34 -07002838 fastboot_publish("max-download-size", (const char *) max_download_size);
Ameya Thakur11cf1a62013-08-05 12:44:48 -07002839 /* Is the charger screen check enabled */
2840 snprintf(charger_screen_enabled, MAX_RSP_SIZE, "%d",
2841 device.charger_screen_enabled);
2842 fastboot_publish("charger-screen-enabled",
2843 (const char *) charger_screen_enabled);
Unnati Gandhi62c8ab82014-01-24 11:01:01 +05302844 snprintf(panel_display_mode, MAX_RSP_SIZE, "%s",
2845 device.display_panel);
2846 fastboot_publish("display-panel",
2847 (const char *) panel_display_mode);
Channagoud Kadabiaafbbfc2015-03-04 17:52:56 -08002848 fastboot_publish("version-bootloader", (const char *) device.bootloader_version);
2849 fastboot_publish("version-baseband", (const char *) device.radio_version);
Amol Jadi5edf3552013-07-23 14:15:34 -07002850}
2851
Brian Swetland9c4c0752009-01-25 16:23:50 -08002852void aboot_init(const struct app_descriptor *app)
2853{
Shashank Mittal4f99a882010-02-01 13:58:50 -08002854 unsigned reboot_mode = 0;
lijuang72875802015-02-10 10:35:12 +08002855 unsigned hard_reboot_mode = 0;
Pavel Nedev5d91d412013-04-29 11:34:24 +03002856 bool boot_into_fastboot = false;
Chandan Uddarajubedca152010-06-02 23:05:15 -07002857
Channagoud Kadabi749b0f82013-09-10 22:36:02 -07002858 /* Setup page size information for nv storage */
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002859 if (target_is_emmc_boot())
2860 {
Channagoud Kadabi749b0f82013-09-10 22:36:02 -07002861 page_size = mmc_page_size();
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002862 page_mask = page_size - 1;
2863 }
2864 else
2865 {
2866 page_size = flash_page_size();
2867 page_mask = page_size - 1;
2868 }
2869
Deepa Dinamani0e163a42013-05-24 17:08:15 -07002870 ASSERT((MEMBASE + MEMSIZE) > MEMBASE);
2871
Ameya Thakur11cf1a62013-08-05 12:44:48 -07002872 read_device_info(&device);
Shashank Mittal162244e2011-08-08 19:01:25 -07002873
Aravind Venkateswaran8f076242014-02-25 16:25:30 -08002874 /* Display splash screen if enabled */
2875#if DISPLAY_SPLASH_SCREEN
lijuang99c02d82015-02-13 19:04:34 +08002876#if NO_ALARM_DISPLAY
2877 if (!check_alarm_boot()) {
Aravind Venkateswaran8f076242014-02-25 16:25:30 -08002878#endif
lijuang99c02d82015-02-13 19:04:34 +08002879 dprintf(SPEW, "Display Init: Start\n");
2880 target_display_init(device.display_panel);
2881 dprintf(SPEW, "Display Init: Done\n");
2882#if NO_ALARM_DISPLAY
2883 }
2884#endif
2885#endif
Aravind Venkateswaran8f076242014-02-25 16:25:30 -08002886
Greg Griscod6250552011-06-29 14:40:23 -07002887 target_serialno((unsigned char *) sn_buf);
Ajay Dudanib06c05f2011-05-12 14:46:10 -07002888 dprintf(SPEW,"serial number: %s\n",sn_buf);
Subbaraman Narayanamurthyf17b4ae2011-02-16 20:19:56 -08002889
Dhaval Patel223ec952013-07-18 14:49:44 -07002890 memset(display_panel_buf, '\0', MAX_PANEL_BUF_SIZE);
2891
Matthew Qindefd5562014-07-11 18:02:40 +08002892 /*
2893 * Check power off reason if user force reset,
2894 * if yes phone will do normal boot.
2895 */
2896 if (is_user_force_reset())
2897 goto normal_boot;
2898
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07002899 /* Check if we should do something other than booting up */
Ameya Thakur0b9c2442013-05-10 13:22:56 -07002900 if (keys_get_state(KEY_VOLUMEUP) && keys_get_state(KEY_VOLUMEDOWN))
Subbaraman Narayanamurthy0e445b02011-06-19 21:34:46 -07002901 {
Pavel Nedeva4c9d3a2013-05-15 14:42:34 +03002902 dprintf(ALWAYS,"dload mode key sequence detected\n");
2903 if (set_download_mode(EMERGENCY_DLOAD))
Ameya Thakur0b9c2442013-05-10 13:22:56 -07002904 {
Pavel Nedeva4c9d3a2013-05-15 14:42:34 +03002905 dprintf(CRITICAL,"dload mode not supported by target\n");
Ameya Thakur0b9c2442013-05-10 13:22:56 -07002906 }
2907 else
2908 {
Aparna Mallavarapu0751f7f2014-04-01 22:40:39 +05302909 reboot_device(DLOAD);
Pavel Nedeva4c9d3a2013-05-15 14:42:34 +03002910 dprintf(CRITICAL,"Failed to reboot into dload mode\n");
Ameya Thakur0b9c2442013-05-10 13:22:56 -07002911 }
2912 boot_into_fastboot = true;
2913 }
2914 if (!boot_into_fastboot)
2915 {
2916 if (keys_get_state(KEY_HOME) || keys_get_state(KEY_VOLUMEUP))
2917 boot_into_recovery = 1;
2918 if (!boot_into_recovery &&
2919 (keys_get_state(KEY_BACK) || keys_get_state(KEY_VOLUMEDOWN)))
Pavel Nedev5d91d412013-04-29 11:34:24 +03002920 boot_into_fastboot = true;
Subbaraman Narayanamurthy0e445b02011-06-19 21:34:46 -07002921 }
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002922 #if NO_KEYPAD_DRIVER
Kinson Chik0b1c8162011-08-31 16:31:57 -07002923 if (fastboot_trigger())
Pavel Nedev5d91d412013-04-29 11:34:24 +03002924 boot_into_fastboot = true;
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002925 #endif
Chandan Uddarajubedca152010-06-02 23:05:15 -07002926
Ajay Dudani77421292010-10-27 19:34:06 -07002927 reboot_mode = check_reboot_mode();
lijuang72875802015-02-10 10:35:12 +08002928 hard_reboot_mode = check_hard_reboot_mode();
2929 if (reboot_mode == RECOVERY_MODE ||
2930 hard_reboot_mode == RECOVERY_HARD_RESET_MODE) {
Ajay Dudani77421292010-10-27 19:34:06 -07002931 boot_into_recovery = 1;
lijuang72875802015-02-10 10:35:12 +08002932 } else if(reboot_mode == FASTBOOT_MODE ||
2933 hard_reboot_mode == FASTBOOT_HARD_RESET_MODE) {
Pavel Nedev5d91d412013-04-29 11:34:24 +03002934 boot_into_fastboot = true;
lijuang72875802015-02-10 10:35:12 +08002935 } else if(reboot_mode == ALARM_BOOT ||
2936 hard_reboot_mode == RTC_HARD_RESET_MODE) {
Matthew Qind886f3c2014-01-17 16:52:01 +08002937 boot_reason_alarm = true;
Ajay Dudani77421292010-10-27 19:34:06 -07002938 }
2939
Matthew Qindefd5562014-07-11 18:02:40 +08002940normal_boot:
Pavel Nedev5d91d412013-04-29 11:34:24 +03002941 if (!boot_into_fastboot)
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002942 {
Pavel Nedev5d91d412013-04-29 11:34:24 +03002943 if (target_is_emmc_boot())
Shashank Mittala0032282011-08-26 14:50:11 -07002944 {
Pavel Nedev5d91d412013-04-29 11:34:24 +03002945 if(emmc_recovery_init())
2946 dprintf(ALWAYS,"error in emmc_recovery_init\n");
2947 if(target_use_signed_kernel())
Shashank Mittala0032282011-08-26 14:50:11 -07002948 {
Pavel Nedev5d91d412013-04-29 11:34:24 +03002949 if((device.is_unlocked) || (device.is_tampered))
2950 {
2951 #ifdef TZ_TAMPER_FUSE
2952 set_tamper_fuse_cmd();
2953 #endif
2954 #if USE_PCOM_SECBOOT
2955 set_tamper_flag(device.is_tampered);
2956 #endif
2957 }
Shashank Mittala0032282011-08-26 14:50:11 -07002958 }
Amit Blay6281ebc2015-01-11 14:44:08 +02002959
2960#ifdef MDTP_SUPPORT
2961 /* Go through Firmware Lock verification before continue with boot process */
2962 mdtp_fwlock_verify_lock();
Reut Zysman18411272015-02-09 13:47:27 +02002963 display_image_on_screen();
Amit Blay6281ebc2015-01-11 14:44:08 +02002964#endif /* MDTP_SUPPORT */
2965
Pavel Nedev5d91d412013-04-29 11:34:24 +03002966 boot_linux_from_mmc();
Shashank Mittala0032282011-08-26 14:50:11 -07002967 }
Pavel Nedev5d91d412013-04-29 11:34:24 +03002968 else
2969 {
2970 recovery_init();
2971 #if USE_PCOM_SECBOOT
2972 if((device.is_unlocked) || (device.is_tampered))
2973 set_tamper_flag(device.is_tampered);
2974 #endif
2975 boot_linux_from_flash();
2976 }
2977 dprintf(CRITICAL, "ERROR: Could not do normal boot. Reverting "
2978 "to fastboot mode.\n");
Shashank Mittald8c42bf2010-06-09 15:44:28 -07002979 }
Chandan Uddaraju2943fd62010-06-21 10:56:39 -07002980
Amol Jadi5edf3552013-07-23 14:15:34 -07002981 /* We are here means regular boot did not happen. Start fastboot. */
Channagoud Kadabi4c4884e2013-04-09 17:12:13 -07002982
Amol Jadi5edf3552013-07-23 14:15:34 -07002983 /* register aboot specific fastboot commands */
2984 aboot_fastboot_register_commands();
Amol Jadi57abe4c2011-05-24 15:47:27 -07002985
Amol Jadi5edf3552013-07-23 14:15:34 -07002986 /* dump partition table for debug info */
Kinson Chikf1a43512011-07-14 11:28:39 -07002987 partition_dump();
Amol Jadi5edf3552013-07-23 14:15:34 -07002988
2989 /* initialize and start fastboot */
2990 fastboot_init(target_get_scratch_address(), target_get_max_flash_size());
Brian Swetland9c4c0752009-01-25 16:23:50 -08002991}
2992
Deepa Dinamani41fa8d62013-05-23 13:25:36 -07002993uint32_t get_page_size()
2994{
2995 return page_size;
2996}
2997
Amir Samuelov57a6fa22013-06-05 16:36:43 +03002998/*
2999 * Calculated and save hash (SHA256) for non-signed boot image.
3000 *
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07003001 * @param image_addr - Boot image address
3002 * @param image_size - Size of the boot image
Amir Samuelov57a6fa22013-06-05 16:36:43 +03003003 *
3004 * @return int - 0 on success, negative value on failure.
3005 */
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07003006static int aboot_save_boot_hash_mmc(uint32_t image_addr, uint32_t image_size)
Amir Samuelov57a6fa22013-06-05 16:36:43 +03003007{
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07003008 unsigned int digest[8];
3009#if IMAGE_VERIF_ALGO_SHA1
3010 uint32_t auth_algo = CRYPTO_AUTH_ALG_SHA1;
3011#else
3012 uint32_t auth_algo = CRYPTO_AUTH_ALG_SHA256;
3013#endif
Amir Samuelov57a6fa22013-06-05 16:36:43 +03003014
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07003015 target_crypto_init_params();
Veera Sundaram Sankaranf9915462014-12-09 11:54:59 -08003016 hash_find((unsigned char *) image_addr, image_size, (unsigned char *)&digest, auth_algo);
Amir Samuelov57a6fa22013-06-05 16:36:43 +03003017
3018 save_kernel_hash_cmd(digest);
Channagoud Kadabi82cf5c62014-08-24 22:17:34 -07003019 dprintf(INFO, "aboot_save_boot_hash_mmc: imagesize_actual size %d bytes.\n", (int) image_size);
Amir Samuelov57a6fa22013-06-05 16:36:43 +03003020
3021 return 0;
3022}
3023
Brian Swetland9c4c0752009-01-25 16:23:50 -08003024APP_START(aboot)
3025 .init = aboot_init,
3026APP_END