blob: d8d14e871c6473b68c11938c5357ab7edfefe157 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Marian Balakowiczb97a2a02008-01-08 18:14:09 +01002/*
3 * (C) Copyright 2008 Semihalf
4 *
5 * (C) Copyright 2000-2006
6 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
Marian Balakowiczb97a2a02008-01-08 18:14:09 +01007 */
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01008
Marian Balakowiczb97a2a02008-01-08 18:14:09 +01009#ifndef USE_HOSTCC
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +010010#include <common.h>
Simon Glass1eb69ae2019-11-14 12:57:39 -070011#include <cpu_func.h>
Simon Glass7b51b572019-08-01 09:46:52 -060012#include <env.h>
Simon Glass336d4612020-02-03 07:36:16 -070013#include <malloc.h>
Simon Glass3db71102019-11-14 12:57:16 -070014#include <u-boot/crc.h>
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +010015#include <watchdog.h>
16
17#ifdef CONFIG_SHOW_BOOT_PROGRESS
18#include <status_led.h>
19#endif
20
Marian Balakowicz2242f532008-02-21 17:27:41 +010021#include <rtc.h>
Marian Balakowicz2242f532008-02-21 17:27:41 +010022
Simon Glass0c670fc2019-08-01 09:46:36 -060023#include <gzip.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010024#include <image.h>
Simon Glass6c03f9e2019-11-14 12:57:25 -070025#include <lz4.h>
Joe Hershberger0eb25b62015-03-22 17:08:59 -050026#include <mapmem.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010027
Simon Glassaa34fbc2016-02-22 22:55:45 -070028#if IMAGE_ENABLE_FIT || IMAGE_ENABLE_OF_LIBFDT
Masahiro Yamadab08c8c42018-03-05 01:20:11 +090029#include <linux/libfdt.h>
Marian Balakowiczfff888a12008-02-21 17:20:19 +010030#include <fdt_support.h>
Michal Simek62afc602016-05-17 14:03:50 +020031#include <fpga.h>
32#include <xilinx.h>
Marian Balakowiczc8779642008-03-12 10:12:37 +010033#endif
34
Andy Fleming20a14a42008-04-02 16:19:07 -050035#include <u-boot/md5.h>
Jeroen Hofstee2b9912e2014-06-12 22:27:12 +020036#include <u-boot/sha1.h>
Masahiro Yamada1221ce42016-09-21 11:28:55 +090037#include <linux/errno.h>
Simon Glass35e7b0f2013-05-07 06:12:03 +000038#include <asm/io.h>
Marian Balakowiczc8779642008-03-12 10:12:37 +010039
Julius Werner20908542019-07-24 19:37:54 -070040#include <bzlib.h>
41#include <linux/lzo.h>
42#include <lzma/LzmaTypes.h>
43#include <lzma/LzmaDec.h>
44#include <lzma/LzmaTools.h>
45
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +010046#ifdef CONFIG_CMD_BDI
Wolfgang Denk54841ab2010-06-28 22:00:46 +020047extern int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +010048#endif
49
50DECLARE_GLOBAL_DATA_PTR;
Marian Balakowicz8a5ea3e2008-02-27 11:01:04 +010051
Tom Rinic76c93a2019-05-23 07:14:07 -040052#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Stephen Warren712fbcf2011-10-18 11:11:49 +000053static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +010054 int verify);
Heiko Schocher21d29f72014-05-28 11:33:33 +020055#endif
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010056#else
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +010057#include "mkimage.h"
Andy Fleming20a14a42008-04-02 16:19:07 -050058#include <u-boot/md5.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010059#include <time.h>
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010060#include <image.h>
Heiko Schocher80402f32015-06-29 09:10:46 +020061
62#ifndef __maybe_unused
63# define __maybe_unused /* unimplemented */
64#endif
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010065#endif /* !USE_HOSTCC*/
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010066
Simon Glass0ccff502013-02-24 17:33:25 +000067#include <u-boot/crc.h>
Breno Matheus Lima5b20d142019-09-23 18:39:47 +000068#include <imximage.h>
Simon Glass0ccff502013-02-24 17:33:25 +000069
Simon Glass13d06982013-05-08 08:06:01 +000070#ifndef CONFIG_SYS_BARGSIZE
71#define CONFIG_SYS_BARGSIZE 512
72#endif
73
Mike Frysinger7edb1862010-10-20 07:17:39 -040074static const table_entry_t uimage_arch[] = {
Simon Glass30495bf2016-06-30 10:52:15 -060075 { IH_ARCH_INVALID, "invalid", "Invalid ARCH", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010076 { IH_ARCH_ALPHA, "alpha", "Alpha", },
77 { IH_ARCH_ARM, "arm", "ARM", },
78 { IH_ARCH_I386, "x86", "Intel x86", },
79 { IH_ARCH_IA64, "ia64", "IA64", },
80 { IH_ARCH_M68K, "m68k", "M68K", },
81 { IH_ARCH_MICROBLAZE, "microblaze", "MicroBlaze", },
82 { IH_ARCH_MIPS, "mips", "MIPS", },
83 { IH_ARCH_MIPS64, "mips64", "MIPS 64 Bit", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010084 { IH_ARCH_NIOS2, "nios2", "NIOS II", },
Grant Ericksone419e122008-05-04 16:45:01 -070085 { IH_ARCH_PPC, "powerpc", "PowerPC", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010086 { IH_ARCH_PPC, "ppc", "PowerPC", },
87 { IH_ARCH_S390, "s390", "IBM S390", },
88 { IH_ARCH_SH, "sh", "SuperH", },
89 { IH_ARCH_SPARC, "sparc", "SPARC", },
90 { IH_ARCH_SPARC64, "sparc64", "SPARC 64 Bit", },
91 { IH_ARCH_BLACKFIN, "blackfin", "Blackfin", },
92 { IH_ARCH_AVR32, "avr32", "AVR32", },
Macpaul Lin64d61462011-10-19 20:41:09 +000093 { IH_ARCH_NDS32, "nds32", "NDS32", },
Stefan Kristiansson3ddcacc2011-11-26 19:04:50 +000094 { IH_ARCH_OPENRISC, "or1k", "OpenRISC 1000",},
Simon Glass35e7b0f2013-05-07 06:12:03 +000095 { IH_ARCH_SANDBOX, "sandbox", "Sandbox", },
David Feng0ae76532013-12-14 11:47:35 +080096 { IH_ARCH_ARM64, "arm64", "AArch64", },
Alexey Brodkinbc5d5422014-02-04 12:56:16 +040097 { IH_ARCH_ARC, "arc", "ARC", },
Simon Glass5bda35c2014-10-10 08:21:57 -060098 { IH_ARCH_X86_64, "x86_64", "AMD x86_64", },
Chris Zankelde5e5ce2016-08-10 18:36:43 +030099 { IH_ARCH_XTENSA, "xtensa", "Xtensa", },
Rick Chen86aa65a2018-03-13 13:37:29 +0800100 { IH_ARCH_RISCV, "riscv", "RISC-V", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100101 { -1, "", "", },
102};
103
Mike Frysinger7edb1862010-10-20 07:17:39 -0400104static const table_entry_t uimage_os[] = {
Simon Glass30495bf2016-06-30 10:52:15 -0600105 { IH_OS_INVALID, "invalid", "Invalid OS", },
Philipp Tomsich4914af12017-09-13 21:29:29 +0200106 { IH_OS_ARM_TRUSTED_FIRMWARE, "arm-trusted-firmware", "ARM Trusted Firmware" },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100107 { IH_OS_LINUX, "linux", "Linux", },
108#if defined(CONFIG_LYNXKDI) || defined(USE_HOSTCC)
109 { IH_OS_LYNXOS, "lynxos", "LynxOS", },
110#endif
111 { IH_OS_NETBSD, "netbsd", "NetBSD", },
Torkel Lundgren3df61952010-09-28 11:05:36 +0200112 { IH_OS_OSE, "ose", "Enea OSE", },
Steven Stallion04d41402013-03-20 06:31:35 +0000113 { IH_OS_PLAN9, "plan9", "Plan 9", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100114 { IH_OS_RTEMS, "rtems", "RTEMS", },
Bryan O'Donoghue45b55712018-03-13 16:50:35 +0000115 { IH_OS_TEE, "tee", "Trusted Execution Environment" },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100116 { IH_OS_U_BOOT, "u-boot", "U-Boot", },
miao.yan@windriver.com68b15e82013-12-27 16:01:50 +0800117 { IH_OS_VXWORKS, "vxworks", "VxWorks", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100118#if defined(CONFIG_CMD_ELF) || defined(USE_HOSTCC)
119 { IH_OS_QNX, "qnx", "QNX", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100120#endif
Peter Tyserf5ed9e32008-09-08 14:56:49 -0500121#if defined(CONFIG_INTEGRITY) || defined(USE_HOSTCC)
122 { IH_OS_INTEGRITY,"integrity", "INTEGRITY", },
123#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100124#ifdef USE_HOSTCC
125 { IH_OS_4_4BSD, "4_4bsd", "4_4BSD", },
126 { IH_OS_DELL, "dell", "Dell", },
127 { IH_OS_ESIX, "esix", "Esix", },
128 { IH_OS_FREEBSD, "freebsd", "FreeBSD", },
129 { IH_OS_IRIX, "irix", "Irix", },
130 { IH_OS_NCR, "ncr", "NCR", },
131 { IH_OS_OPENBSD, "openbsd", "OpenBSD", },
132 { IH_OS_PSOS, "psos", "pSOS", },
133 { IH_OS_SCO, "sco", "SCO", },
134 { IH_OS_SOLARIS, "solaris", "Solaris", },
135 { IH_OS_SVR4, "svr4", "SVR4", },
136#endif
Marek Vasut67ddd952014-12-16 14:07:21 +0100137#if defined(CONFIG_BOOTM_OPENRTOS) || defined(USE_HOSTCC)
138 { IH_OS_OPENRTOS, "openrtos", "OpenRTOS", },
139#endif
Lukas Auer5e30e452019-08-21 21:14:44 +0200140 { IH_OS_OPENSBI, "opensbi", "RISC-V OpenSBI", },
Cristian Ciocalteaa031b032019-12-24 18:05:38 +0200141 { IH_OS_EFI, "efi", "EFI Firmware" },
Marek Vasut67ddd952014-12-16 14:07:21 +0100142
Marian Balakowicz570abb02008-02-29 15:59:59 +0100143 { -1, "", "", },
144};
145
Mike Frysinger7edb1862010-10-20 07:17:39 -0400146static const table_entry_t uimage_type[] = {
Stefano Babic4962e382011-10-17 00:07:43 +0000147 { IH_TYPE_AISIMAGE, "aisimage", "Davinci AIS image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100148 { IH_TYPE_FILESYSTEM, "filesystem", "Filesystem Image", },
149 { IH_TYPE_FIRMWARE, "firmware", "Firmware", },
John Rigby3decb142011-07-21 09:10:30 -0400150 { IH_TYPE_FLATDT, "flat_dt", "Flat Device Tree", },
Karicheri, Muralidharanbf411ea2014-04-04 13:16:48 -0400151 { IH_TYPE_GPIMAGE, "gpimage", "TI Keystone SPL Image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100152 { IH_TYPE_KERNEL, "kernel", "Kernel Image", },
Stephen Warrenb9b50e892011-11-10 13:17:53 -0700153 { IH_TYPE_KERNEL_NOLOAD, "kernel_noload", "Kernel Image (no loading done)", },
Stefano Babic4962e382011-10-17 00:07:43 +0000154 { IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",},
155 { IH_TYPE_IMXIMAGE, "imximage", "Freescale i.MX Boot Image",},
Peng Fana2b96ec2018-10-16 04:50:30 +0000156 { IH_TYPE_IMX8IMAGE, "imx8image", "NXP i.MX8 Boot Image",},
Peng Fan6609c262018-11-20 10:19:36 +0000157 { IH_TYPE_IMX8MIMAGE, "imx8mimage", "NXP i.MX8M Boot Image",},
Simon Glass30495bf2016-06-30 10:52:15 -0600158 { IH_TYPE_INVALID, "invalid", "Invalid Image", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100159 { IH_TYPE_MULTI, "multi", "Multi-File Image", },
Stefano Babic4962e382011-10-17 00:07:43 +0000160 { IH_TYPE_OMAPIMAGE, "omapimage", "TI OMAP SPL With GP CH",},
Shaohui Xie5d898a02012-08-10 02:49:35 +0000161 { IH_TYPE_PBLIMAGE, "pblimage", "Freescale PBL Boot Image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100162 { IH_TYPE_RAMDISK, "ramdisk", "RAMDisk Image", },
163 { IH_TYPE_SCRIPT, "script", "Script", },
Marek Vasut662abc42018-04-15 13:15:33 +0200164 { IH_TYPE_SOCFPGAIMAGE, "socfpgaimage", "Altera SoCFPGA CV/AV preloader",},
165 { IH_TYPE_SOCFPGAIMAGE_V1, "socfpgaimage_v1", "Altera SoCFPGA A10 preloader",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100166 { IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
Heiko Schocher7816f2c2011-07-16 00:06:42 +0000167 { IH_TYPE_UBLIMAGE, "ublimage", "Davinci UBL image",},
Marek Vasutbce88372013-08-26 20:43:33 +0200168 { IH_TYPE_MXSIMAGE, "mxsimage", "Freescale MXS Boot Image",},
Andreas Bießmann7b1a4112014-05-19 14:23:39 +0200169 { IH_TYPE_ATMELIMAGE, "atmelimage", "ATMEL ROM-Boot Image",},
Simon Glass90268b82014-10-19 21:11:24 -0600170 { IH_TYPE_X86_SETUP, "x86_setup", "x86 setup.bin", },
Albert ARIBAUD \(3ADEV\)39f520b2015-03-31 11:40:49 +0200171 { IH_TYPE_LPC32XXIMAGE, "lpc32xximage", "LPC32XX Boot Image", },
Simon Glassa131c1f2015-08-30 16:55:24 -0600172 { IH_TYPE_RKIMAGE, "rkimage", "Rockchip Boot Image" },
Simon Glassf9a3c272015-08-30 16:55:25 -0600173 { IH_TYPE_RKSD, "rksd", "Rockchip SD Boot Image" },
Simon Glass10b84fe2015-08-30 16:55:26 -0600174 { IH_TYPE_RKSPI, "rkspi", "Rockchip SPI Boot Image" },
Albert ARIBAUD \(3ADEV\)ed0c2c02016-09-26 09:08:06 +0200175 { IH_TYPE_VYBRIDIMAGE, "vybridimage", "Vybrid Boot Image", },
Nathan Rossi66eef1e2015-11-17 22:56:56 +1000176 { IH_TYPE_ZYNQIMAGE, "zynqimage", "Xilinx Zynq Boot Image" },
Michal Simekd9b58b32016-04-27 14:03:29 +0200177 { IH_TYPE_ZYNQMPIMAGE, "zynqmpimage", "Xilinx ZynqMP Boot Image" },
Alexander Graf6915dcf2018-04-13 14:18:52 +0200178 { IH_TYPE_ZYNQMPBIF, "zynqmpbif", "Xilinx ZynqMP Boot Image (bif)" },
Michal Simeked0cea72016-05-17 13:58:44 +0200179 { IH_TYPE_FPGA, "fpga", "FPGA Image" },
Andrew F. Davis7e719ee2016-11-29 16:33:21 -0600180 { IH_TYPE_TEE, "tee", "Trusted Execution Environment Image",},
Sven Ebenfeldd21bd692016-11-06 16:37:56 +0100181 { IH_TYPE_FIRMWARE_IVT, "firmware_ivt", "Firmware with HABv4 IVT" },
Andrew F. Davis6442c962017-07-31 10:58:20 -0500182 { IH_TYPE_PMMC, "pmmc", "TI Power Management Micro-Controller Firmware",},
Patrick Delaunay81260e32018-03-12 10:46:04 +0100183 { IH_TYPE_STM32IMAGE, "stm32image", "STMicroelectronics STM32 Image" },
Ryder Lee3b975a12018-11-15 10:07:49 +0800184 { IH_TYPE_MTKIMAGE, "mtk_image", "MediaTek BootROM loadable Image" },
Patrick Delaunaye7fabe72019-08-02 15:07:19 +0200185 { IH_TYPE_COPRO, "copro", "Coprocessor Image"},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100186 { -1, "", "", },
187};
188
Mike Frysinger7edb1862010-10-20 07:17:39 -0400189static const table_entry_t uimage_comp[] = {
Marian Balakowicz570abb02008-02-29 15:59:59 +0100190 { IH_COMP_NONE, "none", "uncompressed", },
191 { IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },
192 { IH_COMP_GZIP, "gzip", "gzip compressed", },
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200193 { IH_COMP_LZMA, "lzma", "lzma compressed", },
Peter Korsgaard20dde482009-11-19 11:37:51 +0100194 { IH_COMP_LZO, "lzo", "lzo compressed", },
Julius Werner027b7282015-10-06 20:03:53 -0700195 { IH_COMP_LZ4, "lz4", "lz4 compressed", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100196 { -1, "", "", },
197};
198
Simon Glass56d7ab72016-06-30 10:52:14 -0600199struct table_info {
200 const char *desc;
201 int count;
202 const table_entry_t *table;
203};
204
Atish Patra155d6a32020-03-05 16:24:22 -0800205static const struct comp_magic_map image_comp[] = {
206 { IH_COMP_BZIP2, "bzip2", {0x42, 0x5a},},
207 { IH_COMP_GZIP, "gzip", {0x1f, 0x8b},},
208 { IH_COMP_LZMA, "lzma", {0x5d, 0x00},},
209 { IH_COMP_LZO, "lzo", {0x89, 0x4c},},
210 { IH_COMP_NONE, "none", {}, },
211};
212
Simon Glass56d7ab72016-06-30 10:52:14 -0600213static const struct table_info table_info[IH_COUNT] = {
214 { "architecture", IH_ARCH_COUNT, uimage_arch },
215 { "compression", IH_COMP_COUNT, uimage_comp },
216 { "operating system", IH_OS_COUNT, uimage_os },
217 { "image type", IH_TYPE_COUNT, uimage_type },
218};
219
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100220/*****************************************************************************/
221/* Legacy format routines */
222/*****************************************************************************/
Stephen Warren712fbcf2011-10-18 11:11:49 +0000223int image_check_hcrc(const image_header_t *hdr)
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100224{
225 ulong hcrc;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000226 ulong len = image_get_header_size();
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100227 image_header_t header;
228
229 /* Copy header so we can blank CRC field for re-calculation */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000230 memmove(&header, (char *)hdr, image_get_header_size());
231 image_set_hcrc(&header, 0);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100232
Stephen Warren712fbcf2011-10-18 11:11:49 +0000233 hcrc = crc32(0, (unsigned char *)&header, len);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100234
Stephen Warren712fbcf2011-10-18 11:11:49 +0000235 return (hcrc == image_get_hcrc(hdr));
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100236}
237
Stephen Warren712fbcf2011-10-18 11:11:49 +0000238int image_check_dcrc(const image_header_t *hdr)
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100239{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000240 ulong data = image_get_data(hdr);
241 ulong len = image_get_data_size(hdr);
242 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100243
Stephen Warren712fbcf2011-10-18 11:11:49 +0000244 return (dcrc == image_get_dcrc(hdr));
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100245}
246
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100247/**
248 * image_multi_count - get component (sub-image) count
249 * @hdr: pointer to the header of the multi component image
250 *
251 * image_multi_count() returns number of components in a multi
252 * component image.
253 *
254 * Note: no checking of the image type is done, caller must pass
255 * a valid multi component image.
256 *
257 * returns:
258 * number of components
259 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000260ulong image_multi_count(const image_header_t *hdr)
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100261{
262 ulong i, count = 0;
Marian Balakowiczdf6f1b82008-02-29 16:00:06 +0100263 uint32_t *size;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100264
265 /* get start of the image payload, which in case of multi
266 * component images that points to a table of component sizes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000267 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100268
269 /* count non empty slots */
270 for (i = 0; size[i]; ++i)
271 count++;
272
273 return count;
274}
275
276/**
277 * image_multi_getimg - get component data address and size
278 * @hdr: pointer to the header of the multi component image
279 * @idx: index of the requested component
280 * @data: pointer to a ulong variable, will hold component data address
281 * @len: pointer to a ulong variable, will hold component size
282 *
283 * image_multi_getimg() returns size and data address for the requested
284 * component in a multi component image.
285 *
286 * Note: no checking of the image type is done, caller must pass
287 * a valid multi component image.
288 *
289 * returns:
290 * data address and size of the component, if idx is valid
291 * 0 in data and len, if idx is out of range
292 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000293void image_multi_getimg(const image_header_t *hdr, ulong idx,
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100294 ulong *data, ulong *len)
295{
296 int i;
Marian Balakowiczdf6f1b82008-02-29 16:00:06 +0100297 uint32_t *size;
Nick Spence02b9b222008-05-10 14:02:04 -0700298 ulong offset, count, img_data;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100299
300 /* get number of component */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000301 count = image_multi_count(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100302
303 /* get start of the image payload, which in case of multi
304 * component images that points to a table of component sizes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000305 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100306
307 /* get address of the proper component data start, which means
308 * skipping sizes table (add 1 for last, null entry) */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000309 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100310
311 if (idx < count) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000312 *len = uimage_to_cpu(size[idx]);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100313 offset = 0;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100314
315 /* go over all indices preceding requested component idx */
316 for (i = 0; i < idx; i++) {
Nick Spence02b9b222008-05-10 14:02:04 -0700317 /* add up i-th component size, rounding up to 4 bytes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000318 offset += (uimage_to_cpu(size[i]) + 3) & ~3 ;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100319 }
320
321 /* calculate idx-th component data address */
Nick Spence02b9b222008-05-10 14:02:04 -0700322 *data = img_data + offset;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100323 } else {
324 *len = 0;
325 *data = 0;
326 }
327}
Marian Balakowicz42b73e82008-01-31 13:20:07 +0100328
Stephen Warren712fbcf2011-10-18 11:11:49 +0000329static void image_print_type(const image_header_t *hdr)
Marian Balakowicz2242f532008-02-21 17:27:41 +0100330{
Heiko Schocher80402f32015-06-29 09:10:46 +0200331 const char __maybe_unused *os, *arch, *type, *comp;
Marian Balakowicz2242f532008-02-21 17:27:41 +0100332
Stephen Warren712fbcf2011-10-18 11:11:49 +0000333 os = genimg_get_os_name(image_get_os(hdr));
334 arch = genimg_get_arch_name(image_get_arch(hdr));
335 type = genimg_get_type_name(image_get_type(hdr));
336 comp = genimg_get_comp_name(image_get_comp(hdr));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100337
Stephen Warren712fbcf2011-10-18 11:11:49 +0000338 printf("%s %s %s (%s)\n", arch, os, type, comp);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100339}
340
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100341/**
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200342 * image_print_contents - prints out the contents of the legacy format image
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200343 * @ptr: pointer to the legacy format image header
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100344 * @p: pointer to prefix string
345 *
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200346 * image_print_contents() formats a multi line legacy image contents description.
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100347 * The routine prints out all header fields followed by the size/offset data
348 * for MULTI/SCRIPT images.
349 *
350 * returns:
351 * no returned results
352 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000353void image_print_contents(const void *ptr)
Marian Balakowicz2242f532008-02-21 17:27:41 +0100354{
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200355 const image_header_t *hdr = (const image_header_t *)ptr;
Heiko Schocher80402f32015-06-29 09:10:46 +0200356 const char __maybe_unused *p;
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200357
Simon Glass1fe7d932013-05-08 08:05:58 +0000358 p = IMAGE_INDENT_STRING;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000359 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr));
Simon Glass859e92b2013-05-07 06:11:51 +0000360 if (IMAGE_ENABLE_TIMESTAMP) {
361 printf("%sCreated: ", p);
362 genimg_print_time((time_t)image_get_time(hdr));
363 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000364 printf("%sImage Type: ", p);
365 image_print_type(hdr);
366 printf("%sData Size: ", p);
367 genimg_print_size(image_get_data_size(hdr));
368 printf("%sLoad Address: %08x\n", p, image_get_load(hdr));
369 printf("%sEntry Point: %08x\n", p, image_get_ep(hdr));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100370
Stephen Warren712fbcf2011-10-18 11:11:49 +0000371 if (image_check_type(hdr, IH_TYPE_MULTI) ||
372 image_check_type(hdr, IH_TYPE_SCRIPT)) {
Marian Balakowicz2242f532008-02-21 17:27:41 +0100373 int i;
374 ulong data, len;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000375 ulong count = image_multi_count(hdr);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100376
Stephen Warren712fbcf2011-10-18 11:11:49 +0000377 printf("%sContents:\n", p);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100378 for (i = 0; i < count; i++) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000379 image_multi_getimg(hdr, i, &data, &len);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100380
Stephen Warren712fbcf2011-10-18 11:11:49 +0000381 printf("%s Image %d: ", p, i);
382 genimg_print_size(len);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100383
Stephen Warren712fbcf2011-10-18 11:11:49 +0000384 if (image_check_type(hdr, IH_TYPE_SCRIPT) && i > 0) {
Marian Balakowicz570abb02008-02-29 15:59:59 +0100385 /*
386 * the user may need to know offsets
387 * if planning to do something with
388 * multiple files
389 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000390 printf("%s Offset = 0x%08lx\n", p, data);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100391 }
Marian Balakowicz2242f532008-02-21 17:27:41 +0100392 }
Sven Ebenfeldd21bd692016-11-06 16:37:56 +0100393 } else if (image_check_type(hdr, IH_TYPE_FIRMWARE_IVT)) {
394 printf("HAB Blocks: 0x%08x 0x0000 0x%08x\n",
Breno Matheus Lima5b20d142019-09-23 18:39:47 +0000395 image_get_load(hdr) - image_get_header_size(),
396 (int)(image_get_size(hdr) + image_get_header_size()
397 + sizeof(flash_header_v2_t) - 0x2060));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100398 }
399}
400
Julius Werner20908542019-07-24 19:37:54 -0700401/**
402 * print_decomp_msg() - Print a suitable decompression/loading message
403 *
404 * @type: OS type (IH_OS_...)
405 * @comp_type: Compression type being used (IH_COMP_...)
406 * @is_xip: true if the load address matches the image start
407 */
408static void print_decomp_msg(int comp_type, int type, bool is_xip)
409{
410 const char *name = genimg_get_type_name(type);
411
412 if (comp_type == IH_COMP_NONE)
413 printf(" %s %s\n", is_xip ? "XIP" : "Loading", name);
414 else
415 printf(" Uncompressing %s\n", name);
416}
417
Atish Patra155d6a32020-03-05 16:24:22 -0800418int image_decomp_type(const unsigned char *buf, ulong len)
419{
420 const struct comp_magic_map *cmagic = image_comp;
421
422 if (len < 2)
423 return -EINVAL;
424
425 for (; cmagic->comp_id > 0; cmagic++) {
426 if (!memcmp(buf, cmagic->magic, 2))
427 break;
428 }
429
430 return cmagic->comp_id;
431}
432
Julius Werner20908542019-07-24 19:37:54 -0700433int image_decomp(int comp, ulong load, ulong image_start, int type,
434 void *load_buf, void *image_buf, ulong image_len,
435 uint unc_len, ulong *load_end)
436{
437 int ret = 0;
438
439 *load_end = load;
440 print_decomp_msg(comp, type, load == image_start);
441
442 /*
443 * Load the image to the right place, decompressing if needed. After
444 * this, image_len will be set to the number of uncompressed bytes
445 * loaded, ret will be non-zero on error.
446 */
447 switch (comp) {
448 case IH_COMP_NONE:
449 if (load == image_start)
450 break;
451 if (image_len <= unc_len)
452 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ);
453 else
454 ret = -ENOSPC;
455 break;
456#ifdef CONFIG_GZIP
457 case IH_COMP_GZIP: {
458 ret = gunzip(load_buf, unc_len, image_buf, &image_len);
459 break;
460 }
461#endif /* CONFIG_GZIP */
462#ifdef CONFIG_BZIP2
463 case IH_COMP_BZIP2: {
464 uint size = unc_len;
465
466 /*
467 * If we've got less than 4 MB of malloc() space,
468 * use slower decompression algorithm which requires
469 * at most 2300 KB of memory.
470 */
471 ret = BZ2_bzBuffToBuffDecompress(load_buf, &size,
472 image_buf, image_len,
473 CONFIG_SYS_MALLOC_LEN < (4096 * 1024), 0);
474 image_len = size;
475 break;
476 }
477#endif /* CONFIG_BZIP2 */
478#ifdef CONFIG_LZMA
479 case IH_COMP_LZMA: {
480 SizeT lzma_len = unc_len;
481
482 ret = lzmaBuffToBuffDecompress(load_buf, &lzma_len,
483 image_buf, image_len);
484 image_len = lzma_len;
485 break;
486 }
487#endif /* CONFIG_LZMA */
488#ifdef CONFIG_LZO
489 case IH_COMP_LZO: {
490 size_t size = unc_len;
491
492 ret = lzop_decompress(image_buf, image_len, load_buf, &size);
493 image_len = size;
494 break;
495 }
496#endif /* CONFIG_LZO */
497#ifdef CONFIG_LZ4
498 case IH_COMP_LZ4: {
499 size_t size = unc_len;
500
501 ret = ulz4fn(image_buf, image_len, load_buf, &size);
502 image_len = size;
503 break;
504 }
505#endif /* CONFIG_LZ4 */
506 default:
507 printf("Unimplemented compression type %d\n", comp);
508 return -ENOSYS;
509 }
510
511 *load_end = load + image_len;
512
513 return ret;
514}
515
Marian Balakowicz570abb02008-02-29 15:59:59 +0100516
517#ifndef USE_HOSTCC
Tom Rinic76c93a2019-05-23 07:14:07 -0400518#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100519/**
520 * image_get_ramdisk - get and verify ramdisk image
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100521 * @rd_addr: ramdisk image start address
522 * @arch: expected ramdisk architecture
523 * @verify: checksum verification flag
524 *
525 * image_get_ramdisk() returns a pointer to the verified ramdisk image
526 * header. Routine receives image start address and expected architecture
527 * flag. Verification done covers data and header integrity and os/type/arch
528 * fields checking.
529 *
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100530 * returns:
531 * pointer to a ramdisk image header, if image was found and valid
Kumar Gala274cea22008-02-27 21:51:46 -0600532 * otherwise, return NULL
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100533 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000534static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +0100535 int verify)
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100536{
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200537 const image_header_t *rd_hdr = (const image_header_t *)rd_addr;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100538
Stephen Warren712fbcf2011-10-18 11:11:49 +0000539 if (!image_check_magic(rd_hdr)) {
540 puts("Bad Magic Number\n");
Simon Glass770605e2012-02-13 13:51:18 +0000541 bootstage_error(BOOTSTAGE_ID_RD_MAGIC);
Kumar Gala274cea22008-02-27 21:51:46 -0600542 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100543 }
544
Stephen Warren712fbcf2011-10-18 11:11:49 +0000545 if (!image_check_hcrc(rd_hdr)) {
546 puts("Bad Header Checksum\n");
Simon Glass770605e2012-02-13 13:51:18 +0000547 bootstage_error(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
Kumar Gala274cea22008-02-27 21:51:46 -0600548 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100549 }
550
Simon Glass770605e2012-02-13 13:51:18 +0000551 bootstage_mark(BOOTSTAGE_ID_RD_MAGIC);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000552 image_print_contents(rd_hdr);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100553
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100554 if (verify) {
555 puts(" Verifying Checksum ... ");
Stephen Warren712fbcf2011-10-18 11:11:49 +0000556 if (!image_check_dcrc(rd_hdr)) {
557 puts("Bad Data CRC\n");
Simon Glass770605e2012-02-13 13:51:18 +0000558 bootstage_error(BOOTSTAGE_ID_RD_CHECKSUM);
Kumar Gala274cea22008-02-27 21:51:46 -0600559 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100560 }
561 puts("OK\n");
562 }
563
Simon Glass770605e2012-02-13 13:51:18 +0000564 bootstage_mark(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100565
Stephen Warren712fbcf2011-10-18 11:11:49 +0000566 if (!image_check_os(rd_hdr, IH_OS_LINUX) ||
567 !image_check_arch(rd_hdr, arch) ||
568 !image_check_type(rd_hdr, IH_TYPE_RAMDISK)) {
569 printf("No Linux %s Ramdisk Image\n",
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100570 genimg_get_arch_name(arch));
Simon Glass770605e2012-02-13 13:51:18 +0000571 bootstage_error(BOOTSTAGE_ID_RAMDISK);
Kumar Gala274cea22008-02-27 21:51:46 -0600572 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100573 }
574
575 return rd_hdr;
576}
Heiko Schocher21d29f72014-05-28 11:33:33 +0200577#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100578#endif /* !USE_HOSTCC */
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100579
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100580/*****************************************************************************/
581/* Shared dual-format routines */
582/*****************************************************************************/
Marian Balakowicz570abb02008-02-29 15:59:59 +0100583#ifndef USE_HOSTCC
Simon Glassbb872dd2019-12-28 10:45:02 -0700584ulong image_load_addr = CONFIG_SYS_LOAD_ADDR; /* Default Load Address */
585ulong image_save_addr; /* Default Save Address */
586ulong image_save_size; /* Default Save Size (in bytes) */
Joe Hershberger1cf0a8b2012-12-11 22:16:28 -0600587
588static int on_loadaddr(const char *name, const char *value, enum env_op op,
589 int flags)
590{
591 switch (op) {
592 case env_op_create:
593 case env_op_overwrite:
Simon Glassbb872dd2019-12-28 10:45:02 -0700594 image_load_addr = simple_strtoul(value, NULL, 16);
Joe Hershberger1cf0a8b2012-12-11 22:16:28 -0600595 break;
596 default:
597 break;
598 }
599
600 return 0;
601}
602U_BOOT_ENV_CALLBACK(loadaddr, on_loadaddr);
603
Simon Glass723806c2017-08-03 12:22:15 -0600604ulong env_get_bootm_low(void)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100605{
Simon Glass00caae62017-08-03 12:22:12 -0600606 char *s = env_get("bootm_low");
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100607 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000608 ulong tmp = simple_strtoul(s, NULL, 16);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100609 return tmp;
610 }
611
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200612#if defined(CONFIG_SYS_SDRAM_BASE)
613 return CONFIG_SYS_SDRAM_BASE;
Michal Simeka750ded2019-09-25 09:11:48 +0200614#elif defined(CONFIG_ARM) || defined(CONFIG_MICROBLAZE)
Marian Balakowiczafe45c82008-03-12 12:14:15 +0100615 return gd->bd->bi_dram[0].start;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100616#else
617 return 0;
618#endif
619}
620
Simon Glass723806c2017-08-03 12:22:15 -0600621phys_size_t env_get_bootm_size(void)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100622{
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900623 phys_size_t tmp, size;
624 phys_addr_t start;
Simon Glass00caae62017-08-03 12:22:12 -0600625 char *s = env_get("bootm_size");
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100626 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000627 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100628 return tmp;
629 }
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900630
Michal Simeka750ded2019-09-25 09:11:48 +0200631#if (defined(CONFIG_ARM) || defined(CONFIG_MICROBLAZE)) && \
632 defined(CONFIG_NR_DRAM_BANKS)
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900633 start = gd->bd->bi_dram[0].start;
634 size = gd->bd->bi_dram[0].size;
635#else
636 start = gd->bd->bi_memstart;
637 size = gd->bd->bi_memsize;
638#endif
639
Simon Glass00caae62017-08-03 12:22:12 -0600640 s = env_get("bootm_low");
Matthew McClintockc519fac2010-07-08 10:11:08 -0500641 if (s)
Stephen Warren712fbcf2011-10-18 11:11:49 +0000642 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Matthew McClintockc519fac2010-07-08 10:11:08 -0500643 else
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900644 tmp = start;
Matthew McClintockc519fac2010-07-08 10:11:08 -0500645
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900646 return size - (tmp - start);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100647}
648
Simon Glass723806c2017-08-03 12:22:15 -0600649phys_size_t env_get_bootm_mapsize(void)
Grant Likelyc3624e62011-03-28 09:58:43 +0000650{
651 phys_size_t tmp;
Simon Glass00caae62017-08-03 12:22:12 -0600652 char *s = env_get("bootm_mapsize");
Grant Likelyc3624e62011-03-28 09:58:43 +0000653 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000654 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Grant Likelyc3624e62011-03-28 09:58:43 +0000655 return tmp;
656 }
657
658#if defined(CONFIG_SYS_BOOTMAPSZ)
659 return CONFIG_SYS_BOOTMAPSZ;
660#else
Simon Glass723806c2017-08-03 12:22:15 -0600661 return env_get_bootm_size();
Grant Likelyc3624e62011-03-28 09:58:43 +0000662#endif
663}
664
Stephen Warren712fbcf2011-10-18 11:11:49 +0000665void memmove_wd(void *to, void *from, size_t len, ulong chunksz)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100666{
Larry Johnson54fa2c52010-04-20 08:09:43 -0400667 if (to == from)
668 return;
669
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100670#if defined(CONFIG_HW_WATCHDOG) || defined(CONFIG_WATCHDOG)
Sonic Zhang22cfddc2014-12-10 18:20:53 +0800671 if (to > from) {
672 from += len;
673 to += len;
674 }
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100675 while (len > 0) {
676 size_t tail = (len > chunksz) ? chunksz : len;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000677 WATCHDOG_RESET();
Sonic Zhang22cfddc2014-12-10 18:20:53 +0800678 if (to > from) {
679 to -= tail;
680 from -= tail;
681 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000682 memmove(to, from, tail);
Sonic Zhang22cfddc2014-12-10 18:20:53 +0800683 if (to < from) {
684 to += tail;
685 from += tail;
686 }
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100687 len -= tail;
688 }
689#else /* !(CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG) */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000690 memmove(to, from, len);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100691#endif /* CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG */
692}
Julius Werner20908542019-07-24 19:37:54 -0700693#else /* USE_HOSTCC */
694void memmove_wd(void *to, void *from, size_t len, ulong chunksz)
695{
696 memmove(to, from, len);
697}
Marian Balakowicz570abb02008-02-29 15:59:59 +0100698#endif /* !USE_HOSTCC */
699
Stephen Warren712fbcf2011-10-18 11:11:49 +0000700void genimg_print_size(uint32_t size)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100701{
702#ifndef USE_HOSTCC
Stephen Warren712fbcf2011-10-18 11:11:49 +0000703 printf("%d Bytes = ", size);
704 print_size(size, "\n");
Marian Balakowicz570abb02008-02-29 15:59:59 +0100705#else
xypron.glpk@gmx.decec85d42017-01-04 14:04:44 +0100706 printf("%d Bytes = %.2f KiB = %.2f MiB\n",
Marian Balakowicz570abb02008-02-29 15:59:59 +0100707 size, (double)size / 1.024e3,
708 (double)size / 1.048576e6);
709#endif
710}
711
Simon Glass859e92b2013-05-07 06:11:51 +0000712#if IMAGE_ENABLE_TIMESTAMP
713void genimg_print_time(time_t timestamp)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100714{
715#ifndef USE_HOSTCC
716 struct rtc_time tm;
717
Simon Glass9f9276c2015-04-20 12:37:18 -0600718 rtc_to_tm(timestamp, &tm);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000719 printf("%4d-%02d-%02d %2d:%02d:%02d UTC\n",
Marian Balakowicz570abb02008-02-29 15:59:59 +0100720 tm.tm_year, tm.tm_mon, tm.tm_mday,
721 tm.tm_hour, tm.tm_min, tm.tm_sec);
722#else
Stephen Warren712fbcf2011-10-18 11:11:49 +0000723 printf("%s", ctime(&timestamp));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100724#endif
725}
Simon Glass859e92b2013-05-07 06:11:51 +0000726#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100727
Simon Glass5b9d44d2015-06-23 15:38:25 -0600728const table_entry_t *get_table_entry(const table_entry_t *table, int id)
729{
730 for (; table->id >= 0; ++table) {
731 if (table->id == id)
732 return table;
733 }
734 return NULL;
735}
736
Simon Glass14262202016-06-30 10:52:16 -0600737static const char *unknown_msg(enum ih_category category)
738{
Simon Glassae3de0d2016-10-31 10:21:09 -0600739 static const char unknown_str[] = "Unknown ";
Simon Glass14262202016-06-30 10:52:16 -0600740 static char msg[30];
741
Simon Glassae3de0d2016-10-31 10:21:09 -0600742 strcpy(msg, unknown_str);
743 strncat(msg, table_info[category].desc,
744 sizeof(msg) - sizeof(unknown_str));
Simon Glass14262202016-06-30 10:52:16 -0600745
746 return msg;
747}
748
749/**
750 * get_cat_table_entry_name - translate entry id to long name
751 * @category: category to look up (enum ih_category)
752 * @id: entry id to be translated
753 *
754 * This will scan the translation table trying to find the entry that matches
755 * the given id.
756 *
757 * @retur long entry name if translation succeeds; error string on failure
758 */
759const char *genimg_get_cat_name(enum ih_category category, uint id)
760{
761 const table_entry_t *entry;
762
763 entry = get_table_entry(table_info[category].table, id);
764 if (!entry)
765 return unknown_msg(category);
766#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
767 return entry->lname;
768#else
769 return entry->lname + gd->reloc_off;
770#endif
771}
772
773/**
774 * get_cat_table_entry_short_name - translate entry id to short name
775 * @category: category to look up (enum ih_category)
776 * @id: entry id to be translated
777 *
778 * This will scan the translation table trying to find the entry that matches
779 * the given id.
780 *
781 * @retur short entry name if translation succeeds; error string on failure
782 */
783const char *genimg_get_cat_short_name(enum ih_category category, uint id)
784{
785 const table_entry_t *entry;
786
787 entry = get_table_entry(table_info[category].table, id);
788 if (!entry)
789 return unknown_msg(category);
790#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
791 return entry->sname;
792#else
793 return entry->sname + gd->reloc_off;
794#endif
795}
796
797int genimg_get_cat_count(enum ih_category category)
798{
799 return table_info[category].count;
800}
801
802const char *genimg_get_cat_desc(enum ih_category category)
803{
804 return table_info[category].desc;
805}
806
Marian Balakowicz570abb02008-02-29 15:59:59 +0100807/**
808 * get_table_entry_name - translate entry id to long name
809 * @table: pointer to a translation table for entries of a specific type
810 * @msg: message to be returned when translation fails
811 * @id: entry id to be translated
812 *
813 * get_table_entry_name() will go over translation table trying to find
814 * entry that matches given id. If matching entry is found, its long
815 * name is returned to the caller.
816 *
817 * returns:
818 * long entry name if translation succeeds
819 * msg otherwise
820 */
Mike Frysinger7edb1862010-10-20 07:17:39 -0400821char *get_table_entry_name(const table_entry_t *table, char *msg, int id)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100822{
Simon Glass5b9d44d2015-06-23 15:38:25 -0600823 table = get_table_entry(table, id);
824 if (!table)
825 return msg;
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200826#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
Simon Glass5b9d44d2015-06-23 15:38:25 -0600827 return table->lname;
Scott Woode3d1ac72009-04-02 16:15:10 -0500828#else
Simon Glass5b9d44d2015-06-23 15:38:25 -0600829 return table->lname + gd->reloc_off;
Scott Woode3d1ac72009-04-02 16:15:10 -0500830#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100831}
832
Stephen Warren712fbcf2011-10-18 11:11:49 +0000833const char *genimg_get_os_name(uint8_t os)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100834{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000835 return (get_table_entry_name(uimage_os, "Unknown OS", os));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100836}
837
Stephen Warren712fbcf2011-10-18 11:11:49 +0000838const char *genimg_get_arch_name(uint8_t arch)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100839{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000840 return (get_table_entry_name(uimage_arch, "Unknown Architecture",
841 arch));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100842}
843
Stephen Warren712fbcf2011-10-18 11:11:49 +0000844const char *genimg_get_type_name(uint8_t type)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100845{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000846 return (get_table_entry_name(uimage_type, "Unknown Image", type));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100847}
848
Simon Glasscef2e512016-02-22 22:55:50 -0700849static const char *genimg_get_short_name(const table_entry_t *table, int val)
Simon Glass5b9d44d2015-06-23 15:38:25 -0600850{
Simon Glasscef2e512016-02-22 22:55:50 -0700851 table = get_table_entry(table, val);
Simon Glass5b9d44d2015-06-23 15:38:25 -0600852 if (!table)
853 return "unknown";
854#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
855 return table->sname;
856#else
857 return table->sname + gd->reloc_off;
858#endif
859}
860
Simon Glasscef2e512016-02-22 22:55:50 -0700861const char *genimg_get_type_short_name(uint8_t type)
862{
863 return genimg_get_short_name(uimage_type, type);
864}
865
Stephen Warren712fbcf2011-10-18 11:11:49 +0000866const char *genimg_get_comp_name(uint8_t comp)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100867{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000868 return (get_table_entry_name(uimage_comp, "Unknown Compression",
869 comp));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100870}
871
Simon Glasscef2e512016-02-22 22:55:50 -0700872const char *genimg_get_comp_short_name(uint8_t comp)
873{
874 return genimg_get_short_name(uimage_comp, comp);
875}
876
877const char *genimg_get_os_short_name(uint8_t os)
878{
879 return genimg_get_short_name(uimage_os, os);
880}
881
882const char *genimg_get_arch_short_name(uint8_t arch)
883{
884 return genimg_get_short_name(uimage_arch, arch);
885}
886
Marian Balakowicz570abb02008-02-29 15:59:59 +0100887/**
888 * get_table_entry_id - translate short entry name to id
889 * @table: pointer to a translation table for entries of a specific type
890 * @table_name: to be used in case of error
891 * @name: entry short name to be translated
892 *
893 * get_table_entry_id() will go over translation table trying to find
894 * entry that matches given short name. If matching entry is found,
895 * its id returned to the caller.
896 *
897 * returns:
898 * entry id if translation succeeds
899 * -1 otherwise
900 */
Mike Frysinger7edb1862010-10-20 07:17:39 -0400901int get_table_entry_id(const table_entry_t *table,
Marian Balakowicz570abb02008-02-29 15:59:59 +0100902 const char *table_name, const char *name)
903{
Mike Frysinger7edb1862010-10-20 07:17:39 -0400904 const table_entry_t *t;
Marian Balakowicz570abb02008-02-29 15:59:59 +0100905
906 for (t = table; t->id >= 0; ++t) {
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200907#ifdef CONFIG_NEEDS_MANUAL_RELOC
Simon Glass5b9d44d2015-06-23 15:38:25 -0600908 if (t->sname && strcasecmp(t->sname + gd->reloc_off, name) == 0)
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200909#else
Simon Glass5b9d44d2015-06-23 15:38:25 -0600910 if (t->sname && strcasecmp(t->sname, name) == 0)
Peter Tyser521af042009-09-21 11:20:36 -0500911#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100912 return (t->id);
913 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000914 debug("Invalid %s Type: %s\n", table_name, name);
Simon Glass5b9d44d2015-06-23 15:38:25 -0600915
916 return -1;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100917}
918
Stephen Warren712fbcf2011-10-18 11:11:49 +0000919int genimg_get_os_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100920{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000921 return (get_table_entry_id(uimage_os, "OS", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100922}
923
Stephen Warren712fbcf2011-10-18 11:11:49 +0000924int genimg_get_arch_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100925{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000926 return (get_table_entry_id(uimage_arch, "CPU", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100927}
928
Stephen Warren712fbcf2011-10-18 11:11:49 +0000929int genimg_get_type_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100930{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000931 return (get_table_entry_id(uimage_type, "Image", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100932}
933
Stephen Warren712fbcf2011-10-18 11:11:49 +0000934int genimg_get_comp_id(const char *name)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100935{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000936 return (get_table_entry_id(uimage_comp, "Compression", name));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100937}
938
939#ifndef USE_HOSTCC
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100940/**
Bryan Wu6c454fe2014-08-15 16:51:38 -0700941 * genimg_get_kernel_addr_fit - get the real kernel address and return 2
942 * FIT strings
Bryan Wu0f641402014-07-31 17:39:58 -0700943 * @img_addr: a string might contain real image address
Bryan Wu6c454fe2014-08-15 16:51:38 -0700944 * @fit_uname_config: double pointer to a char, will hold pointer to a
945 * configuration unit name
946 * @fit_uname_kernel: double pointer to a char, will hold pointer to a subimage
947 * name
Bryan Wu0f641402014-07-31 17:39:58 -0700948 *
Bryan Wu6c454fe2014-08-15 16:51:38 -0700949 * genimg_get_kernel_addr_fit get the real kernel start address from a string
Bryan Wu0f641402014-07-31 17:39:58 -0700950 * which is normally the first argv of bootm/bootz
951 *
952 * returns:
953 * kernel start address
954 */
Bryan Wu6c454fe2014-08-15 16:51:38 -0700955ulong genimg_get_kernel_addr_fit(char * const img_addr,
956 const char **fit_uname_config,
957 const char **fit_uname_kernel)
Bryan Wu0f641402014-07-31 17:39:58 -0700958{
Bryan Wu0f641402014-07-31 17:39:58 -0700959 ulong kernel_addr;
960
961 /* find out kernel image address */
962 if (!img_addr) {
Simon Glassbb872dd2019-12-28 10:45:02 -0700963 kernel_addr = image_load_addr;
Bryan Wu0f641402014-07-31 17:39:58 -0700964 debug("* kernel: default image load address = 0x%08lx\n",
Simon Glassbb872dd2019-12-28 10:45:02 -0700965 image_load_addr);
Simon Glass73223f02016-02-22 22:55:43 -0700966#if CONFIG_IS_ENABLED(FIT)
Simon Glassbb872dd2019-12-28 10:45:02 -0700967 } else if (fit_parse_conf(img_addr, image_load_addr, &kernel_addr,
Bryan Wu6c454fe2014-08-15 16:51:38 -0700968 fit_uname_config)) {
Bryan Wu0f641402014-07-31 17:39:58 -0700969 debug("* kernel: config '%s' from image at 0x%08lx\n",
Bryan Wu6c454fe2014-08-15 16:51:38 -0700970 *fit_uname_config, kernel_addr);
Simon Glassbb872dd2019-12-28 10:45:02 -0700971 } else if (fit_parse_subimage(img_addr, image_load_addr, &kernel_addr,
Bryan Wu6c454fe2014-08-15 16:51:38 -0700972 fit_uname_kernel)) {
Bryan Wu0f641402014-07-31 17:39:58 -0700973 debug("* kernel: subimage '%s' from image at 0x%08lx\n",
Bryan Wu6c454fe2014-08-15 16:51:38 -0700974 *fit_uname_kernel, kernel_addr);
Bryan Wu0f641402014-07-31 17:39:58 -0700975#endif
976 } else {
977 kernel_addr = simple_strtoul(img_addr, NULL, 16);
978 debug("* kernel: cmdline image address = 0x%08lx\n",
979 kernel_addr);
980 }
981
982 return kernel_addr;
983}
984
985/**
Bryan Wu6c454fe2014-08-15 16:51:38 -0700986 * genimg_get_kernel_addr() is the simple version of
987 * genimg_get_kernel_addr_fit(). It ignores those return FIT strings
988 */
989ulong genimg_get_kernel_addr(char * const img_addr)
990{
991 const char *fit_uname_config = NULL;
992 const char *fit_uname_kernel = NULL;
993
994 return genimg_get_kernel_addr_fit(img_addr, &fit_uname_config,
995 &fit_uname_kernel);
996}
997
998/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100999 * genimg_get_format - get image format type
1000 * @img_addr: image start address
1001 *
1002 * genimg_get_format() checks whether provided address points to a valid
1003 * legacy or FIT image.
1004 *
1005 * New uImage format and FDT blob are based on a libfdt. FDT blob
1006 * may be passed directly or embedded in a FIT image. In both situations
1007 * genimg_get_format() must be able to dectect libfdt header.
1008 *
1009 * returns:
1010 * image format type or IMAGE_FORMAT_INVALID if no image is present
1011 */
Simon Glass35e7b0f2013-05-07 06:12:03 +00001012int genimg_get_format(const void *img_addr)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001013{
Tom Rinic76c93a2019-05-23 07:14:07 -04001014#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Wolfgang Denk3a2003f2009-08-19 11:42:56 +02001015 const image_header_t *hdr;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001016
Wolfgang Denk3a2003f2009-08-19 11:42:56 +02001017 hdr = (const image_header_t *)img_addr;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001018 if (image_check_magic(hdr))
Heiko Schocher21d29f72014-05-28 11:33:33 +02001019 return IMAGE_FORMAT_LEGACY;
1020#endif
Simon Glassaa34fbc2016-02-22 22:55:45 -07001021#if IMAGE_ENABLE_FIT || IMAGE_ENABLE_OF_LIBFDT
Heiko Schocher21d29f72014-05-28 11:33:33 +02001022 if (fdt_check_header(img_addr) == 0)
1023 return IMAGE_FORMAT_FIT;
Sebastian Siewior9ace3fc2014-05-05 15:08:09 -05001024#endif
1025#ifdef CONFIG_ANDROID_BOOT_IMAGE
Heiko Schocher21d29f72014-05-28 11:33:33 +02001026 if (android_image_check_header(img_addr) == 0)
1027 return IMAGE_FORMAT_ANDROID;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001028#endif
1029
Heiko Schocher21d29f72014-05-28 11:33:33 +02001030 return IMAGE_FORMAT_INVALID;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001031}
1032
1033/**
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001034 * fit_has_config - check if there is a valid FIT configuration
1035 * @images: pointer to the bootm command headers structure
1036 *
1037 * fit_has_config() checks if there is a FIT configuration in use
1038 * (if FTI support is present).
1039 *
1040 * returns:
1041 * 0, no FIT support or no configuration found
1042 * 1, configuration found
1043 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001044int genimg_has_config(bootm_headers_t *images)
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001045{
Simon Glass73223f02016-02-22 22:55:43 -07001046#if IMAGE_ENABLE_FIT
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001047 if (images->fit_uname_cfg)
1048 return 1;
1049#endif
1050 return 0;
1051}
1052
1053/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001054 * boot_get_ramdisk - main ramdisk handling routine
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001055 * @argc: command argument count
1056 * @argv: command argument list
Marian Balakowicz8a5ea3e2008-02-27 11:01:04 +01001057 * @images: pointer to the bootm images structure
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001058 * @arch: expected ramdisk architecture
1059 * @rd_start: pointer to a ulong variable, will hold ramdisk start address
1060 * @rd_end: pointer to a ulong variable, will hold ramdisk end
1061 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001062 * boot_get_ramdisk() is responsible for finding a valid ramdisk image.
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001063 * Curently supported are the following ramdisk sources:
1064 * - multicomponent kernel/ramdisk image,
1065 * - commandline provided address of decicated ramdisk image.
1066 *
1067 * returns:
Marian Balakowiczd985c842008-03-12 10:14:38 +01001068 * 0, if ramdisk image was found and valid, or skiped
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001069 * rd_start and rd_end are set to ramdisk start/end addresses if
1070 * ramdisk image is found and valid
Marian Balakowiczd985c842008-03-12 10:14:38 +01001071 *
Kumar Galaea86b9e2008-08-29 19:08:29 -05001072 * 1, if ramdisk image is found but corrupted, or invalid
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001073 * rd_start and rd_end are set to 0 if no ramdisk exists
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001074 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001075int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images,
Marian Balakowiczd985c842008-03-12 10:14:38 +01001076 uint8_t arch, ulong *rd_start, ulong *rd_end)
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001077{
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001078 ulong rd_addr, rd_load;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001079 ulong rd_data, rd_len;
Tom Rinic76c93a2019-05-23 07:14:07 -04001080#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Wolfgang Denk3a2003f2009-08-19 11:42:56 +02001081 const image_header_t *rd_hdr;
Heiko Schocher21d29f72014-05-28 11:33:33 +02001082#endif
Simon Glass35e7b0f2013-05-07 06:12:03 +00001083 void *buf;
Marek Vasut57d40ab2012-03-30 23:19:10 +02001084#ifdef CONFIG_SUPPORT_RAW_INITRD
Marek Vasut017e1f32012-03-18 11:47:58 +00001085 char *end;
Marek Vasut57d40ab2012-03-30 23:19:10 +02001086#endif
Simon Glass73223f02016-02-22 22:55:43 -07001087#if IMAGE_ENABLE_FIT
Simon Glassf320a4d2013-07-10 23:08:10 -07001088 const char *fit_uname_config = images->fit_uname_cfg;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001089 const char *fit_uname_ramdisk = NULL;
1090 ulong default_addr;
Marian Balakowiczc8779642008-03-12 10:12:37 +01001091 int rd_noffset;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001092#endif
Simon Glass983c72f2013-06-11 11:14:46 -07001093 const char *select = NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001094
Marian Balakowiczc8779642008-03-12 10:12:37 +01001095 *rd_start = 0;
1096 *rd_end = 0;
1097
Tom Rini1fec3c52015-08-27 15:42:41 -04001098#ifdef CONFIG_ANDROID_BOOT_IMAGE
1099 /*
1100 * Look for an Android boot image.
1101 */
1102 buf = map_sysmem(images->os.start, 0);
Tom Rinic139b5f2015-10-27 19:04:40 -04001103 if (buf && genimg_get_format(buf) == IMAGE_FORMAT_ANDROID)
Shawn Guo5e218862019-02-22 16:28:06 +08001104 select = (argc == 0) ? env_get("loadaddr") : argv[0];
Tom Rini1fec3c52015-08-27 15:42:41 -04001105#endif
1106
Simon Glass983c72f2013-06-11 11:14:46 -07001107 if (argc >= 2)
1108 select = argv[1];
Rob Herring2dd46322015-07-17 10:57:17 -05001109
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001110 /*
1111 * Look for a '-' which indicates to ignore the
1112 * ramdisk argument
1113 */
Simon Glass983c72f2013-06-11 11:14:46 -07001114 if (select && strcmp(select, "-") == 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001115 debug("## Skipping init Ramdisk\n");
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001116 rd_len = rd_data = 0;
Simon Glass983c72f2013-06-11 11:14:46 -07001117 } else if (select || genimg_has_config(images)) {
Simon Glass73223f02016-02-22 22:55:43 -07001118#if IMAGE_ENABLE_FIT
Simon Glass983c72f2013-06-11 11:14:46 -07001119 if (select) {
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001120 /*
1121 * If the init ramdisk comes from the FIT image and
1122 * the FIT image address is omitted in the command
1123 * line argument, try to use os FIT image address or
1124 * default load address.
1125 */
1126 if (images->fit_uname_os)
1127 default_addr = (ulong)images->fit_hdr_os;
1128 else
Simon Glassbb872dd2019-12-28 10:45:02 -07001129 default_addr = image_load_addr;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001130
Simon Glass983c72f2013-06-11 11:14:46 -07001131 if (fit_parse_conf(select, default_addr,
1132 &rd_addr, &fit_uname_config)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001133 debug("* ramdisk: config '%s' from image at "
1134 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001135 fit_uname_config, rd_addr);
Simon Glass983c72f2013-06-11 11:14:46 -07001136 } else if (fit_parse_subimage(select, default_addr,
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001137 &rd_addr, &fit_uname_ramdisk)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001138 debug("* ramdisk: subimage '%s' from image at "
1139 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001140 fit_uname_ramdisk, rd_addr);
1141 } else
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001142#endif
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001143 {
Simon Glass983c72f2013-06-11 11:14:46 -07001144 rd_addr = simple_strtoul(select, NULL, 16);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001145 debug("* ramdisk: cmdline image address = "
1146 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001147 rd_addr);
1148 }
Simon Glass73223f02016-02-22 22:55:43 -07001149#if IMAGE_ENABLE_FIT
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001150 } else {
1151 /* use FIT configuration provided in first bootm
Simon Glassa51ec632013-05-16 13:53:22 +00001152 * command argument. If the property is not defined,
1153 * quit silently.
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001154 */
Simon Glass35e7b0f2013-05-07 06:12:03 +00001155 rd_addr = map_to_sysmem(images->fit_hdr_os);
Simon Glassa51ec632013-05-16 13:53:22 +00001156 rd_noffset = fit_get_node_from_config(images,
1157 FIT_RAMDISK_PROP, rd_addr);
Paul Burtonbd86ef12016-09-20 18:17:12 +01001158 if (rd_noffset == -ENOENT)
Peter Tyser41266c92008-08-05 10:51:57 -05001159 return 0;
Simon Glassa51ec632013-05-16 13:53:22 +00001160 else if (rd_noffset < 0)
1161 return 1;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001162 }
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001163#endif
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001164
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001165 /*
1166 * Check if there is an initrd image at the
1167 * address provided in the second bootm argument
1168 * check image type, for FIT images get FIT node.
1169 */
Simon Glass35e7b0f2013-05-07 06:12:03 +00001170 buf = map_sysmem(rd_addr, 0);
1171 switch (genimg_get_format(buf)) {
Tom Rinic76c93a2019-05-23 07:14:07 -04001172#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001173 case IMAGE_FORMAT_LEGACY:
Stephen Warren712fbcf2011-10-18 11:11:49 +00001174 printf("## Loading init Ramdisk from Legacy "
Marian Balakowiczc8779642008-03-12 10:12:37 +01001175 "Image at %08lx ...\n", rd_addr);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001176
Simon Glass770605e2012-02-13 13:51:18 +00001177 bootstage_mark(BOOTSTAGE_ID_CHECK_RAMDISK);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001178 rd_hdr = image_get_ramdisk(rd_addr, arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +01001179 images->verify);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001180
Marian Balakowiczc8779642008-03-12 10:12:37 +01001181 if (rd_hdr == NULL)
Kumar Gala274cea22008-02-27 21:51:46 -06001182 return 1;
Kumar Gala274cea22008-02-27 21:51:46 -06001183
Stephen Warren712fbcf2011-10-18 11:11:49 +00001184 rd_data = image_get_data(rd_hdr);
1185 rd_len = image_get_data_size(rd_hdr);
1186 rd_load = image_get_load(rd_hdr);
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001187 break;
Heiko Schocher21d29f72014-05-28 11:33:33 +02001188#endif
Simon Glass73223f02016-02-22 22:55:43 -07001189#if IMAGE_ENABLE_FIT
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001190 case IMAGE_FORMAT_FIT:
Simon Glass126cc862014-06-12 07:24:47 -06001191 rd_noffset = fit_image_load(images,
Simon Glassa51ec632013-05-16 13:53:22 +00001192 rd_addr, &fit_uname_ramdisk,
Simon Glassf320a4d2013-07-10 23:08:10 -07001193 &fit_uname_config, arch,
Simon Glassa51ec632013-05-16 13:53:22 +00001194 IH_TYPE_RAMDISK,
1195 BOOTSTAGE_ID_FIT_RD_START,
Simon Glassfe20a812014-08-22 14:26:43 -06001196 FIT_LOAD_OPTIONAL_NON_ZERO,
1197 &rd_data, &rd_len);
Simon Glassa51ec632013-05-16 13:53:22 +00001198 if (rd_noffset < 0)
Michal Simekc78fce62008-07-11 10:43:13 +02001199 return 1;
Marian Balakowiczc8779642008-03-12 10:12:37 +01001200
Simon Glassa51ec632013-05-16 13:53:22 +00001201 images->fit_hdr_rd = map_sysmem(rd_addr, 0);
Marian Balakowiczc8779642008-03-12 10:12:37 +01001202 images->fit_uname_rd = fit_uname_ramdisk;
Marian Balakowicz3dfe1102008-03-12 10:32:59 +01001203 images->fit_noffset_rd = rd_noffset;
Marian Balakowiczc8779642008-03-12 10:12:37 +01001204 break;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001205#endif
Rob Herring2dd46322015-07-17 10:57:17 -05001206#ifdef CONFIG_ANDROID_BOOT_IMAGE
1207 case IMAGE_FORMAT_ANDROID:
1208 android_image_get_ramdisk((void *)images->os.start,
1209 &rd_data, &rd_len);
1210 break;
1211#endif
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001212 default:
Marek Vasut017e1f32012-03-18 11:47:58 +00001213#ifdef CONFIG_SUPPORT_RAW_INITRD
Simon Glass983c72f2013-06-11 11:14:46 -07001214 end = NULL;
1215 if (select)
1216 end = strchr(select, ':');
1217 if (end) {
Marek Vasut017e1f32012-03-18 11:47:58 +00001218 rd_len = simple_strtoul(++end, NULL, 16);
1219 rd_data = rd_addr;
1220 } else
1221#endif
1222 {
1223 puts("Wrong Ramdisk Image Format\n");
1224 rd_data = rd_len = rd_load = 0;
1225 return 1;
1226 }
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001227 }
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001228 } else if (images->legacy_hdr_valid &&
Stephen Warren712fbcf2011-10-18 11:11:49 +00001229 image_check_type(&images->legacy_hdr_os_copy,
1230 IH_TYPE_MULTI)) {
1231
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001232 /*
1233 * Now check if we have a legacy mult-component image,
1234 * get second entry data start address and len.
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001235 */
Simon Glass770605e2012-02-13 13:51:18 +00001236 bootstage_mark(BOOTSTAGE_ID_RAMDISK);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001237 printf("## Loading init Ramdisk from multi component "
Marian Balakowiczc8779642008-03-12 10:12:37 +01001238 "Legacy Image at %08lx ...\n",
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001239 (ulong)images->legacy_hdr_os);
1240
Stephen Warren712fbcf2011-10-18 11:11:49 +00001241 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len);
Rob Herring2dd46322015-07-17 10:57:17 -05001242 } else {
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001243 /*
1244 * no initrd image
1245 */
Simon Glass770605e2012-02-13 13:51:18 +00001246 bootstage_mark(BOOTSTAGE_ID_NO_RAMDISK);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001247 rd_len = rd_data = 0;
1248 }
1249
1250 if (!rd_data) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001251 debug("## No init Ramdisk\n");
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001252 } else {
1253 *rd_start = rd_data;
1254 *rd_end = rd_data + rd_len;
1255 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001256 debug(" ramdisk start = 0x%08lx, ramdisk end = 0x%08lx\n",
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001257 *rd_start, *rd_end);
Kumar Gala274cea22008-02-27 21:51:46 -06001258
1259 return 0;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001260}
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001261
John Rigbyfca43cc2010-10-13 13:57:35 -06001262#ifdef CONFIG_SYS_BOOT_RAMDISK_HIGH
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001263/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001264 * boot_ramdisk_high - relocate init ramdisk
Kumar Galae822d7f2008-02-27 21:51:49 -06001265 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001266 * @rd_data: ramdisk data start address
1267 * @rd_len: ramdisk data length
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001268 * @initrd_start: pointer to a ulong variable, will hold final init ramdisk
1269 * start address (after possible relocation)
1270 * @initrd_end: pointer to a ulong variable, will hold final init ramdisk
1271 * end address (after possible relocation)
1272 *
Robert P. J. Day1bce2ae2013-09-16 07:15:45 -04001273 * boot_ramdisk_high() takes a relocation hint from "initrd_high" environment
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001274 * variable and if requested ramdisk data is moved to a specified location.
1275 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001276 * Initrd_start and initrd_end are set to final (after relocation) ramdisk
1277 * start/end addresses if ramdisk image start and len were provided,
1278 * otherwise set initrd_start and initrd_end set to zeros.
1279 *
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001280 * returns:
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001281 * 0 - success
1282 * -1 - failure
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001283 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001284int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
Kumar Galae822d7f2008-02-27 21:51:49 -06001285 ulong *initrd_start, ulong *initrd_end)
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001286{
1287 char *s;
1288 ulong initrd_high;
1289 int initrd_copy_to_ram = 1;
1290
Simon Glass00caae62017-08-03 12:22:12 -06001291 s = env_get("initrd_high");
1292 if (s) {
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001293 /* a value of "no" or a similar string will act like 0,
1294 * turning the "load high" feature off. This is intentional.
1295 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001296 initrd_high = simple_strtoul(s, NULL, 16);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001297 if (initrd_high == ~0)
1298 initrd_copy_to_ram = 0;
1299 } else {
Simon Glass723806c2017-08-03 12:22:15 -06001300 initrd_high = env_get_bootm_mapsize() + env_get_bootm_low();
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001301 }
1302
Marian Balakowicz95d449a2008-05-13 15:53:29 +02001303
Stephen Warren712fbcf2011-10-18 11:11:49 +00001304 debug("## initrd_high = 0x%08lx, copy_to_ram = %d\n",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001305 initrd_high, initrd_copy_to_ram);
1306
1307 if (rd_data) {
1308 if (!initrd_copy_to_ram) { /* zero-copy ramdisk support */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001309 debug(" in-place initrd\n");
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001310 *initrd_start = rd_data;
1311 *initrd_end = rd_data + rd_len;
Kumar Galae822d7f2008-02-27 21:51:49 -06001312 lmb_reserve(lmb, rd_data, rd_len);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001313 } else {
Kumar Galae822d7f2008-02-27 21:51:49 -06001314 if (initrd_high)
Stephen Warren712fbcf2011-10-18 11:11:49 +00001315 *initrd_start = (ulong)lmb_alloc_base(lmb,
1316 rd_len, 0x1000, initrd_high);
Kumar Galae822d7f2008-02-27 21:51:49 -06001317 else
Stephen Warren712fbcf2011-10-18 11:11:49 +00001318 *initrd_start = (ulong)lmb_alloc(lmb, rd_len,
1319 0x1000);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001320
Kumar Galae822d7f2008-02-27 21:51:49 -06001321 if (*initrd_start == 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001322 puts("ramdisk - allocation error\n");
Kumar Galae822d7f2008-02-27 21:51:49 -06001323 goto error;
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001324 }
Simon Glass770605e2012-02-13 13:51:18 +00001325 bootstage_mark(BOOTSTAGE_ID_COPY_RAMDISK);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001326
1327 *initrd_end = *initrd_start + rd_len;
Stephen Warren712fbcf2011-10-18 11:11:49 +00001328 printf(" Loading Ramdisk to %08lx, end %08lx ... ",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001329 *initrd_start, *initrd_end);
1330
Stephen Warren712fbcf2011-10-18 11:11:49 +00001331 memmove_wd((void *)*initrd_start,
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001332 (void *)rd_data, rd_len, CHUNKSZ);
1333
Kumar Gala3b200112011-12-07 04:42:58 +00001334#ifdef CONFIG_MP
1335 /*
1336 * Ensure the image is flushed to memory to handle
1337 * AMP boot scenarios in which we might not be
1338 * HW cache coherent
1339 */
Heiko Schocher1a1e7072017-12-14 11:19:22 +01001340 flush_cache((unsigned long)*initrd_start,
1341 ALIGN(rd_len, ARCH_DMA_MINALIGN));
Kumar Gala3b200112011-12-07 04:42:58 +00001342#endif
Stephen Warren712fbcf2011-10-18 11:11:49 +00001343 puts("OK\n");
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001344 }
1345 } else {
1346 *initrd_start = 0;
1347 *initrd_end = 0;
1348 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001349 debug(" ramdisk load start = 0x%08lx, ramdisk load end = 0x%08lx\n",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001350 *initrd_start, *initrd_end);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001351
Kumar Galae822d7f2008-02-27 21:51:49 -06001352 return 0;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001353
Kumar Galae822d7f2008-02-27 21:51:49 -06001354error:
1355 return -1;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001356}
John Rigbyfca43cc2010-10-13 13:57:35 -06001357#endif /* CONFIG_SYS_BOOT_RAMDISK_HIGH */
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001358
Simon Glass90268b82014-10-19 21:11:24 -06001359int boot_get_setup(bootm_headers_t *images, uint8_t arch,
1360 ulong *setup_start, ulong *setup_len)
1361{
Simon Glass73223f02016-02-22 22:55:43 -07001362#if IMAGE_ENABLE_FIT
Simon Glass90268b82014-10-19 21:11:24 -06001363 return boot_get_setup_fit(images, arch, setup_start, setup_len);
1364#else
1365 return -ENOENT;
1366#endif
1367}
1368
Simon Glass73223f02016-02-22 22:55:43 -07001369#if IMAGE_ENABLE_FIT
Goldschmidt Simon8b93a922017-11-10 14:17:41 +00001370#if defined(CONFIG_FPGA)
Michal Simek62afc602016-05-17 14:03:50 +02001371int boot_get_fpga(int argc, char * const argv[], bootm_headers_t *images,
1372 uint8_t arch, const ulong *ld_start, ulong * const ld_len)
1373{
1374 ulong tmp_img_addr, img_data, img_len;
1375 void *buf;
1376 int conf_noffset;
1377 int fit_img_result;
Simon Glassb02e4042016-10-02 17:59:28 -06001378 const char *uname, *name;
Michal Simek62afc602016-05-17 14:03:50 +02001379 int err;
1380 int devnum = 0; /* TODO support multi fpga platforms */
Michal Simek62afc602016-05-17 14:03:50 +02001381
1382 /* Check to see if the images struct has a FIT configuration */
1383 if (!genimg_has_config(images)) {
1384 debug("## FIT configuration was not specified\n");
1385 return 0;
1386 }
1387
1388 /*
1389 * Obtain the os FIT header from the images struct
Michal Simek62afc602016-05-17 14:03:50 +02001390 */
1391 tmp_img_addr = map_to_sysmem(images->fit_hdr_os);
Michal Simek62afc602016-05-17 14:03:50 +02001392 buf = map_sysmem(tmp_img_addr, 0);
1393 /*
1394 * Check image type. For FIT images get FIT node
1395 * and attempt to locate a generic binary.
1396 */
1397 switch (genimg_get_format(buf)) {
1398 case IMAGE_FORMAT_FIT:
1399 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg);
1400
Simon Glassb02e4042016-10-02 17:59:28 -06001401 uname = fdt_stringlist_get(buf, conf_noffset, FIT_FPGA_PROP, 0,
1402 NULL);
1403 if (!uname) {
Michal Simek62afc602016-05-17 14:03:50 +02001404 debug("## FPGA image is not specified\n");
1405 return 0;
1406 }
1407 fit_img_result = fit_image_load(images,
1408 tmp_img_addr,
1409 (const char **)&uname,
1410 &(images->fit_uname_cfg),
1411 arch,
1412 IH_TYPE_FPGA,
1413 BOOTSTAGE_ID_FPGA_INIT,
1414 FIT_LOAD_OPTIONAL_NON_ZERO,
1415 &img_data, &img_len);
1416
1417 debug("FPGA image (%s) loaded to 0x%lx/size 0x%lx\n",
1418 uname, img_data, img_len);
1419
1420 if (fit_img_result < 0) {
1421 /* Something went wrong! */
1422 return fit_img_result;
1423 }
1424
Goldschmidt Simon8b93a922017-11-10 14:17:41 +00001425 if (!fpga_is_partial_data(devnum, img_len)) {
Michal Simek62afc602016-05-17 14:03:50 +02001426 name = "full";
1427 err = fpga_loadbitstream(devnum, (char *)img_data,
1428 img_len, BIT_FULL);
1429 if (err)
1430 err = fpga_load(devnum, (const void *)img_data,
1431 img_len, BIT_FULL);
1432 } else {
1433 name = "partial";
1434 err = fpga_loadbitstream(devnum, (char *)img_data,
1435 img_len, BIT_PARTIAL);
1436 if (err)
1437 err = fpga_load(devnum, (const void *)img_data,
1438 img_len, BIT_PARTIAL);
1439 }
1440
Michal Simek62afc602016-05-17 14:03:50 +02001441 if (err)
Michal Simek611a9422016-12-16 10:35:40 +01001442 return err;
1443
1444 printf(" Programming %s bitstream... OK\n", name);
Michal Simek62afc602016-05-17 14:03:50 +02001445 break;
1446 default:
1447 printf("The given image format is not supported (corrupt?)\n");
1448 return 1;
1449 }
1450
1451 return 0;
1452}
1453#endif
1454
Andrew F. Davisd7be5092016-11-29 16:33:20 -06001455static void fit_loadable_process(uint8_t img_type,
1456 ulong img_data,
1457 ulong img_len)
1458{
1459 int i;
1460 const unsigned int count =
1461 ll_entry_count(struct fit_loadable_tbl, fit_loadable);
1462 struct fit_loadable_tbl *fit_loadable_handler =
1463 ll_entry_start(struct fit_loadable_tbl, fit_loadable);
1464 /* For each loadable handler */
1465 for (i = 0; i < count; i++, fit_loadable_handler++)
1466 /* matching this type */
1467 if (fit_loadable_handler->type == img_type)
1468 /* call that handler with this image data */
1469 fit_loadable_handler->handler(img_data, img_len);
1470}
1471
Karl Apsite84a07db2015-05-21 09:52:48 -04001472int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images,
1473 uint8_t arch, const ulong *ld_start, ulong * const ld_len)
1474{
1475 /*
1476 * These variables are used to hold the current image location
1477 * in system memory.
1478 */
1479 ulong tmp_img_addr;
1480 /*
1481 * These two variables are requirements for fit_image_load, but
1482 * their values are not used
1483 */
1484 ulong img_data, img_len;
1485 void *buf;
1486 int loadables_index;
1487 int conf_noffset;
1488 int fit_img_result;
Simon Glassb02e4042016-10-02 17:59:28 -06001489 const char *uname;
Andrew F. Davisd7be5092016-11-29 16:33:20 -06001490 uint8_t img_type;
Karl Apsite84a07db2015-05-21 09:52:48 -04001491
1492 /* Check to see if the images struct has a FIT configuration */
1493 if (!genimg_has_config(images)) {
1494 debug("## FIT configuration was not specified\n");
1495 return 0;
1496 }
1497
1498 /*
1499 * Obtain the os FIT header from the images struct
Karl Apsite84a07db2015-05-21 09:52:48 -04001500 */
1501 tmp_img_addr = map_to_sysmem(images->fit_hdr_os);
Karl Apsite84a07db2015-05-21 09:52:48 -04001502 buf = map_sysmem(tmp_img_addr, 0);
1503 /*
1504 * Check image type. For FIT images get FIT node
1505 * and attempt to locate a generic binary.
1506 */
1507 switch (genimg_get_format(buf)) {
1508 case IMAGE_FORMAT_FIT:
1509 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg);
1510
1511 for (loadables_index = 0;
Simon Glassb02e4042016-10-02 17:59:28 -06001512 uname = fdt_stringlist_get(buf, conf_noffset,
1513 FIT_LOADABLE_PROP, loadables_index,
1514 NULL), uname;
Karl Apsite84a07db2015-05-21 09:52:48 -04001515 loadables_index++)
1516 {
1517 fit_img_result = fit_image_load(images,
1518 tmp_img_addr,
Simon Glassb02e4042016-10-02 17:59:28 -06001519 &uname,
Karl Apsite84a07db2015-05-21 09:52:48 -04001520 &(images->fit_uname_cfg), arch,
1521 IH_TYPE_LOADABLE,
1522 BOOTSTAGE_ID_FIT_LOADABLE_START,
1523 FIT_LOAD_OPTIONAL_NON_ZERO,
1524 &img_data, &img_len);
1525 if (fit_img_result < 0) {
1526 /* Something went wrong! */
1527 return fit_img_result;
1528 }
Andrew F. Davisd7be5092016-11-29 16:33:20 -06001529
1530 fit_img_result = fit_image_get_node(buf, uname);
1531 if (fit_img_result < 0) {
1532 /* Something went wrong! */
1533 return fit_img_result;
1534 }
1535 fit_img_result = fit_image_get_type(buf,
1536 fit_img_result,
1537 &img_type);
1538 if (fit_img_result < 0) {
1539 /* Something went wrong! */
1540 return fit_img_result;
1541 }
1542
1543 fit_loadable_process(img_type, img_data, img_len);
Karl Apsite84a07db2015-05-21 09:52:48 -04001544 }
1545 break;
1546 default:
1547 printf("The given image format is not supported (corrupt?)\n");
1548 return 1;
1549 }
1550
1551 return 0;
1552}
1553#endif
1554
John Rigbyfca43cc2010-10-13 13:57:35 -06001555#ifdef CONFIG_SYS_BOOT_GET_CMDLINE
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001556/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001557 * boot_get_cmdline - allocate and initialize kernel cmdline
Kumar Galae822d7f2008-02-27 21:51:49 -06001558 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001559 * @cmd_start: pointer to a ulong variable, will hold cmdline start
1560 * @cmd_end: pointer to a ulong variable, will hold cmdline end
1561 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001562 * boot_get_cmdline() allocates space for kernel command line below
Shyam Saini919d25c2018-06-07 19:47:19 +05301563 * BOOTMAPSZ + env_get_bootm_low() address. If "bootargs" U-Boot environment
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001564 * variable is present its contents is copied to allocated kernel
1565 * command line.
1566 *
1567 * returns:
Kumar Galae822d7f2008-02-27 21:51:49 -06001568 * 0 - success
1569 * -1 - failure
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001570 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001571int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end)
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001572{
1573 char *cmdline;
1574 char *s;
1575
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +02001576 cmdline = (char *)(ulong)lmb_alloc_base(lmb, CONFIG_SYS_BARGSIZE, 0xf,
Simon Glass723806c2017-08-03 12:22:15 -06001577 env_get_bootm_mapsize() + env_get_bootm_low());
Kumar Galae822d7f2008-02-27 21:51:49 -06001578
1579 if (cmdline == NULL)
1580 return -1;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001581
Simon Glass00caae62017-08-03 12:22:12 -06001582 s = env_get("bootargs");
1583 if (!s)
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001584 s = "";
1585
1586 strcpy(cmdline, s);
1587
1588 *cmd_start = (ulong) & cmdline[0];
1589 *cmd_end = *cmd_start + strlen(cmdline);
1590
Stephen Warren712fbcf2011-10-18 11:11:49 +00001591 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001592
Kumar Galae822d7f2008-02-27 21:51:49 -06001593 return 0;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001594}
John Rigbyfca43cc2010-10-13 13:57:35 -06001595#endif /* CONFIG_SYS_BOOT_GET_CMDLINE */
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001596
John Rigbyfca43cc2010-10-13 13:57:35 -06001597#ifdef CONFIG_SYS_BOOT_GET_KBD
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001598/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001599 * boot_get_kbd - allocate and initialize kernel copy of board info
Kumar Galae822d7f2008-02-27 21:51:49 -06001600 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001601 * @kbd: double pointer to board info data
1602 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001603 * boot_get_kbd() allocates space for kernel copy of board info data below
Simon Glass723806c2017-08-03 12:22:15 -06001604 * BOOTMAPSZ + env_get_bootm_low() address and kernel board info is initialized
Grant Likely590d3ca2011-03-28 09:58:34 +00001605 * with the current u-boot board info data.
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001606 *
1607 * returns:
Kumar Galae822d7f2008-02-27 21:51:49 -06001608 * 0 - success
1609 * -1 - failure
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001610 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001611int boot_get_kbd(struct lmb *lmb, bd_t **kbd)
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001612{
Becky Bruce391fd932008-06-09 20:37:18 -05001613 *kbd = (bd_t *)(ulong)lmb_alloc_base(lmb, sizeof(bd_t), 0xf,
Simon Glass723806c2017-08-03 12:22:15 -06001614 env_get_bootm_mapsize() + env_get_bootm_low());
Kumar Galae822d7f2008-02-27 21:51:49 -06001615 if (*kbd == NULL)
1616 return -1;
1617
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001618 **kbd = *(gd->bd);
1619
Stephen Warren712fbcf2011-10-18 11:11:49 +00001620 debug("## kernel board info at 0x%08lx\n", (ulong)*kbd);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001621
1622#if defined(DEBUG) && defined(CONFIG_CMD_BDI)
1623 do_bdinfo(NULL, 0, 0, NULL);
1624#endif
1625
Kumar Galae822d7f2008-02-27 21:51:49 -06001626 return 0;
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001627}
John Rigbyfca43cc2010-10-13 13:57:35 -06001628#endif /* CONFIG_SYS_BOOT_GET_KBD */
Simon Glass13d06982013-05-08 08:06:01 +00001629
1630#ifdef CONFIG_LMB
1631int image_setup_linux(bootm_headers_t *images)
1632{
1633 ulong of_size = images->ft_len;
1634 char **of_flat_tree = &images->ft_addr;
Simon Glass13d06982013-05-08 08:06:01 +00001635 struct lmb *lmb = &images->lmb;
Simon Glass13d06982013-05-08 08:06:01 +00001636 int ret;
1637
1638 if (IMAGE_ENABLE_OF_LIBFDT)
1639 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree);
1640
1641 if (IMAGE_BOOT_GET_CMDLINE) {
1642 ret = boot_get_cmdline(lmb, &images->cmdline_start,
1643 &images->cmdline_end);
1644 if (ret) {
1645 puts("ERROR with allocation of cmdline\n");
1646 return ret;
1647 }
1648 }
Simon Glass13d06982013-05-08 08:06:01 +00001649
1650 if (IMAGE_ENABLE_OF_LIBFDT) {
1651 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size);
1652 if (ret)
1653 return ret;
1654 }
1655
1656 if (IMAGE_ENABLE_OF_LIBFDT && of_size) {
1657 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb);
1658 if (ret)
1659 return ret;
1660 }
1661
1662 return 0;
1663}
1664#endif /* CONFIG_LMB */
Marian Balakowicz5dfb5212008-02-29 21:24:06 +01001665#endif /* !USE_HOSTCC */