blob: 94873cb6ed50cb4c37e142393d5d244bd3159181 [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
205static const struct table_info table_info[IH_COUNT] = {
206 { "architecture", IH_ARCH_COUNT, uimage_arch },
207 { "compression", IH_COMP_COUNT, uimage_comp },
208 { "operating system", IH_OS_COUNT, uimage_os },
209 { "image type", IH_TYPE_COUNT, uimage_type },
210};
211
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100212/*****************************************************************************/
213/* Legacy format routines */
214/*****************************************************************************/
Stephen Warren712fbcf2011-10-18 11:11:49 +0000215int image_check_hcrc(const image_header_t *hdr)
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100216{
217 ulong hcrc;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000218 ulong len = image_get_header_size();
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100219 image_header_t header;
220
221 /* Copy header so we can blank CRC field for re-calculation */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000222 memmove(&header, (char *)hdr, image_get_header_size());
223 image_set_hcrc(&header, 0);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100224
Stephen Warren712fbcf2011-10-18 11:11:49 +0000225 hcrc = crc32(0, (unsigned char *)&header, len);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100226
Stephen Warren712fbcf2011-10-18 11:11:49 +0000227 return (hcrc == image_get_hcrc(hdr));
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100228}
229
Stephen Warren712fbcf2011-10-18 11:11:49 +0000230int image_check_dcrc(const image_header_t *hdr)
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100231{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000232 ulong data = image_get_data(hdr);
233 ulong len = image_get_data_size(hdr);
234 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100235
Stephen Warren712fbcf2011-10-18 11:11:49 +0000236 return (dcrc == image_get_dcrc(hdr));
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100237}
238
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100239/**
240 * image_multi_count - get component (sub-image) count
241 * @hdr: pointer to the header of the multi component image
242 *
243 * image_multi_count() returns number of components in a multi
244 * component image.
245 *
246 * Note: no checking of the image type is done, caller must pass
247 * a valid multi component image.
248 *
249 * returns:
250 * number of components
251 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000252ulong image_multi_count(const image_header_t *hdr)
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100253{
254 ulong i, count = 0;
Marian Balakowiczdf6f1b82008-02-29 16:00:06 +0100255 uint32_t *size;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100256
257 /* get start of the image payload, which in case of multi
258 * component images that points to a table of component sizes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000259 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100260
261 /* count non empty slots */
262 for (i = 0; size[i]; ++i)
263 count++;
264
265 return count;
266}
267
268/**
269 * image_multi_getimg - get component data address and size
270 * @hdr: pointer to the header of the multi component image
271 * @idx: index of the requested component
272 * @data: pointer to a ulong variable, will hold component data address
273 * @len: pointer to a ulong variable, will hold component size
274 *
275 * image_multi_getimg() returns size and data address for the requested
276 * component in a multi component image.
277 *
278 * Note: no checking of the image type is done, caller must pass
279 * a valid multi component image.
280 *
281 * returns:
282 * data address and size of the component, if idx is valid
283 * 0 in data and len, if idx is out of range
284 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000285void image_multi_getimg(const image_header_t *hdr, ulong idx,
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100286 ulong *data, ulong *len)
287{
288 int i;
Marian Balakowiczdf6f1b82008-02-29 16:00:06 +0100289 uint32_t *size;
Nick Spence02b9b222008-05-10 14:02:04 -0700290 ulong offset, count, img_data;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100291
292 /* get number of component */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000293 count = image_multi_count(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100294
295 /* get start of the image payload, which in case of multi
296 * component images that points to a table of component sizes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000297 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100298
299 /* get address of the proper component data start, which means
300 * skipping sizes table (add 1 for last, null entry) */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000301 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100302
303 if (idx < count) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000304 *len = uimage_to_cpu(size[idx]);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100305 offset = 0;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100306
307 /* go over all indices preceding requested component idx */
308 for (i = 0; i < idx; i++) {
Nick Spence02b9b222008-05-10 14:02:04 -0700309 /* add up i-th component size, rounding up to 4 bytes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000310 offset += (uimage_to_cpu(size[i]) + 3) & ~3 ;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100311 }
312
313 /* calculate idx-th component data address */
Nick Spence02b9b222008-05-10 14:02:04 -0700314 *data = img_data + offset;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100315 } else {
316 *len = 0;
317 *data = 0;
318 }
319}
Marian Balakowicz42b73e82008-01-31 13:20:07 +0100320
Stephen Warren712fbcf2011-10-18 11:11:49 +0000321static void image_print_type(const image_header_t *hdr)
Marian Balakowicz2242f532008-02-21 17:27:41 +0100322{
Heiko Schocher80402f32015-06-29 09:10:46 +0200323 const char __maybe_unused *os, *arch, *type, *comp;
Marian Balakowicz2242f532008-02-21 17:27:41 +0100324
Stephen Warren712fbcf2011-10-18 11:11:49 +0000325 os = genimg_get_os_name(image_get_os(hdr));
326 arch = genimg_get_arch_name(image_get_arch(hdr));
327 type = genimg_get_type_name(image_get_type(hdr));
328 comp = genimg_get_comp_name(image_get_comp(hdr));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100329
Stephen Warren712fbcf2011-10-18 11:11:49 +0000330 printf("%s %s %s (%s)\n", arch, os, type, comp);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100331}
332
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100333/**
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200334 * image_print_contents - prints out the contents of the legacy format image
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200335 * @ptr: pointer to the legacy format image header
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100336 * @p: pointer to prefix string
337 *
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200338 * image_print_contents() formats a multi line legacy image contents description.
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100339 * The routine prints out all header fields followed by the size/offset data
340 * for MULTI/SCRIPT images.
341 *
342 * returns:
343 * no returned results
344 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000345void image_print_contents(const void *ptr)
Marian Balakowicz2242f532008-02-21 17:27:41 +0100346{
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200347 const image_header_t *hdr = (const image_header_t *)ptr;
Heiko Schocher80402f32015-06-29 09:10:46 +0200348 const char __maybe_unused *p;
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200349
Simon Glass1fe7d932013-05-08 08:05:58 +0000350 p = IMAGE_INDENT_STRING;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000351 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr));
Simon Glass859e92b2013-05-07 06:11:51 +0000352 if (IMAGE_ENABLE_TIMESTAMP) {
353 printf("%sCreated: ", p);
354 genimg_print_time((time_t)image_get_time(hdr));
355 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000356 printf("%sImage Type: ", p);
357 image_print_type(hdr);
358 printf("%sData Size: ", p);
359 genimg_print_size(image_get_data_size(hdr));
360 printf("%sLoad Address: %08x\n", p, image_get_load(hdr));
361 printf("%sEntry Point: %08x\n", p, image_get_ep(hdr));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100362
Stephen Warren712fbcf2011-10-18 11:11:49 +0000363 if (image_check_type(hdr, IH_TYPE_MULTI) ||
364 image_check_type(hdr, IH_TYPE_SCRIPT)) {
Marian Balakowicz2242f532008-02-21 17:27:41 +0100365 int i;
366 ulong data, len;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000367 ulong count = image_multi_count(hdr);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100368
Stephen Warren712fbcf2011-10-18 11:11:49 +0000369 printf("%sContents:\n", p);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100370 for (i = 0; i < count; i++) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000371 image_multi_getimg(hdr, i, &data, &len);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100372
Stephen Warren712fbcf2011-10-18 11:11:49 +0000373 printf("%s Image %d: ", p, i);
374 genimg_print_size(len);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100375
Stephen Warren712fbcf2011-10-18 11:11:49 +0000376 if (image_check_type(hdr, IH_TYPE_SCRIPT) && i > 0) {
Marian Balakowicz570abb02008-02-29 15:59:59 +0100377 /*
378 * the user may need to know offsets
379 * if planning to do something with
380 * multiple files
381 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000382 printf("%s Offset = 0x%08lx\n", p, data);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100383 }
Marian Balakowicz2242f532008-02-21 17:27:41 +0100384 }
Sven Ebenfeldd21bd692016-11-06 16:37:56 +0100385 } else if (image_check_type(hdr, IH_TYPE_FIRMWARE_IVT)) {
386 printf("HAB Blocks: 0x%08x 0x0000 0x%08x\n",
Breno Matheus Lima5b20d142019-09-23 18:39:47 +0000387 image_get_load(hdr) - image_get_header_size(),
388 (int)(image_get_size(hdr) + image_get_header_size()
389 + sizeof(flash_header_v2_t) - 0x2060));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100390 }
391}
392
Julius Werner20908542019-07-24 19:37:54 -0700393/**
394 * print_decomp_msg() - Print a suitable decompression/loading message
395 *
396 * @type: OS type (IH_OS_...)
397 * @comp_type: Compression type being used (IH_COMP_...)
398 * @is_xip: true if the load address matches the image start
399 */
400static void print_decomp_msg(int comp_type, int type, bool is_xip)
401{
402 const char *name = genimg_get_type_name(type);
403
404 if (comp_type == IH_COMP_NONE)
405 printf(" %s %s\n", is_xip ? "XIP" : "Loading", name);
406 else
407 printf(" Uncompressing %s\n", name);
408}
409
410int image_decomp(int comp, ulong load, ulong image_start, int type,
411 void *load_buf, void *image_buf, ulong image_len,
412 uint unc_len, ulong *load_end)
413{
414 int ret = 0;
415
416 *load_end = load;
417 print_decomp_msg(comp, type, load == image_start);
418
419 /*
420 * Load the image to the right place, decompressing if needed. After
421 * this, image_len will be set to the number of uncompressed bytes
422 * loaded, ret will be non-zero on error.
423 */
424 switch (comp) {
425 case IH_COMP_NONE:
426 if (load == image_start)
427 break;
428 if (image_len <= unc_len)
429 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ);
430 else
431 ret = -ENOSPC;
432 break;
433#ifdef CONFIG_GZIP
434 case IH_COMP_GZIP: {
435 ret = gunzip(load_buf, unc_len, image_buf, &image_len);
436 break;
437 }
438#endif /* CONFIG_GZIP */
439#ifdef CONFIG_BZIP2
440 case IH_COMP_BZIP2: {
441 uint size = unc_len;
442
443 /*
444 * If we've got less than 4 MB of malloc() space,
445 * use slower decompression algorithm which requires
446 * at most 2300 KB of memory.
447 */
448 ret = BZ2_bzBuffToBuffDecompress(load_buf, &size,
449 image_buf, image_len,
450 CONFIG_SYS_MALLOC_LEN < (4096 * 1024), 0);
451 image_len = size;
452 break;
453 }
454#endif /* CONFIG_BZIP2 */
455#ifdef CONFIG_LZMA
456 case IH_COMP_LZMA: {
457 SizeT lzma_len = unc_len;
458
459 ret = lzmaBuffToBuffDecompress(load_buf, &lzma_len,
460 image_buf, image_len);
461 image_len = lzma_len;
462 break;
463 }
464#endif /* CONFIG_LZMA */
465#ifdef CONFIG_LZO
466 case IH_COMP_LZO: {
467 size_t size = unc_len;
468
469 ret = lzop_decompress(image_buf, image_len, load_buf, &size);
470 image_len = size;
471 break;
472 }
473#endif /* CONFIG_LZO */
474#ifdef CONFIG_LZ4
475 case IH_COMP_LZ4: {
476 size_t size = unc_len;
477
478 ret = ulz4fn(image_buf, image_len, load_buf, &size);
479 image_len = size;
480 break;
481 }
482#endif /* CONFIG_LZ4 */
483 default:
484 printf("Unimplemented compression type %d\n", comp);
485 return -ENOSYS;
486 }
487
488 *load_end = load + image_len;
489
490 return ret;
491}
492
Marian Balakowicz570abb02008-02-29 15:59:59 +0100493
494#ifndef USE_HOSTCC
Tom Rinic76c93a2019-05-23 07:14:07 -0400495#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100496/**
497 * image_get_ramdisk - get and verify ramdisk image
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100498 * @rd_addr: ramdisk image start address
499 * @arch: expected ramdisk architecture
500 * @verify: checksum verification flag
501 *
502 * image_get_ramdisk() returns a pointer to the verified ramdisk image
503 * header. Routine receives image start address and expected architecture
504 * flag. Verification done covers data and header integrity and os/type/arch
505 * fields checking.
506 *
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100507 * returns:
508 * pointer to a ramdisk image header, if image was found and valid
Kumar Gala274cea22008-02-27 21:51:46 -0600509 * otherwise, return NULL
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100510 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000511static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +0100512 int verify)
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100513{
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200514 const image_header_t *rd_hdr = (const image_header_t *)rd_addr;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100515
Stephen Warren712fbcf2011-10-18 11:11:49 +0000516 if (!image_check_magic(rd_hdr)) {
517 puts("Bad Magic Number\n");
Simon Glass770605e2012-02-13 13:51:18 +0000518 bootstage_error(BOOTSTAGE_ID_RD_MAGIC);
Kumar Gala274cea22008-02-27 21:51:46 -0600519 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100520 }
521
Stephen Warren712fbcf2011-10-18 11:11:49 +0000522 if (!image_check_hcrc(rd_hdr)) {
523 puts("Bad Header Checksum\n");
Simon Glass770605e2012-02-13 13:51:18 +0000524 bootstage_error(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
Kumar Gala274cea22008-02-27 21:51:46 -0600525 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100526 }
527
Simon Glass770605e2012-02-13 13:51:18 +0000528 bootstage_mark(BOOTSTAGE_ID_RD_MAGIC);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000529 image_print_contents(rd_hdr);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100530
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100531 if (verify) {
532 puts(" Verifying Checksum ... ");
Stephen Warren712fbcf2011-10-18 11:11:49 +0000533 if (!image_check_dcrc(rd_hdr)) {
534 puts("Bad Data CRC\n");
Simon Glass770605e2012-02-13 13:51:18 +0000535 bootstage_error(BOOTSTAGE_ID_RD_CHECKSUM);
Kumar Gala274cea22008-02-27 21:51:46 -0600536 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100537 }
538 puts("OK\n");
539 }
540
Simon Glass770605e2012-02-13 13:51:18 +0000541 bootstage_mark(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100542
Stephen Warren712fbcf2011-10-18 11:11:49 +0000543 if (!image_check_os(rd_hdr, IH_OS_LINUX) ||
544 !image_check_arch(rd_hdr, arch) ||
545 !image_check_type(rd_hdr, IH_TYPE_RAMDISK)) {
546 printf("No Linux %s Ramdisk Image\n",
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100547 genimg_get_arch_name(arch));
Simon Glass770605e2012-02-13 13:51:18 +0000548 bootstage_error(BOOTSTAGE_ID_RAMDISK);
Kumar Gala274cea22008-02-27 21:51:46 -0600549 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100550 }
551
552 return rd_hdr;
553}
Heiko Schocher21d29f72014-05-28 11:33:33 +0200554#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100555#endif /* !USE_HOSTCC */
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100556
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100557/*****************************************************************************/
558/* Shared dual-format routines */
559/*****************************************************************************/
Marian Balakowicz570abb02008-02-29 15:59:59 +0100560#ifndef USE_HOSTCC
Simon Glassbb872dd2019-12-28 10:45:02 -0700561ulong image_load_addr = CONFIG_SYS_LOAD_ADDR; /* Default Load Address */
562ulong image_save_addr; /* Default Save Address */
563ulong image_save_size; /* Default Save Size (in bytes) */
Joe Hershberger1cf0a8b2012-12-11 22:16:28 -0600564
565static int on_loadaddr(const char *name, const char *value, enum env_op op,
566 int flags)
567{
568 switch (op) {
569 case env_op_create:
570 case env_op_overwrite:
Simon Glassbb872dd2019-12-28 10:45:02 -0700571 image_load_addr = simple_strtoul(value, NULL, 16);
Joe Hershberger1cf0a8b2012-12-11 22:16:28 -0600572 break;
573 default:
574 break;
575 }
576
577 return 0;
578}
579U_BOOT_ENV_CALLBACK(loadaddr, on_loadaddr);
580
Simon Glass723806c2017-08-03 12:22:15 -0600581ulong env_get_bootm_low(void)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100582{
Simon Glass00caae62017-08-03 12:22:12 -0600583 char *s = env_get("bootm_low");
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100584 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000585 ulong tmp = simple_strtoul(s, NULL, 16);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100586 return tmp;
587 }
588
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200589#if defined(CONFIG_SYS_SDRAM_BASE)
590 return CONFIG_SYS_SDRAM_BASE;
Michal Simeka750ded2019-09-25 09:11:48 +0200591#elif defined(CONFIG_ARM) || defined(CONFIG_MICROBLAZE)
Marian Balakowiczafe45c82008-03-12 12:14:15 +0100592 return gd->bd->bi_dram[0].start;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100593#else
594 return 0;
595#endif
596}
597
Simon Glass723806c2017-08-03 12:22:15 -0600598phys_size_t env_get_bootm_size(void)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100599{
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900600 phys_size_t tmp, size;
601 phys_addr_t start;
Simon Glass00caae62017-08-03 12:22:12 -0600602 char *s = env_get("bootm_size");
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100603 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000604 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100605 return tmp;
606 }
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900607
Michal Simeka750ded2019-09-25 09:11:48 +0200608#if (defined(CONFIG_ARM) || defined(CONFIG_MICROBLAZE)) && \
609 defined(CONFIG_NR_DRAM_BANKS)
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900610 start = gd->bd->bi_dram[0].start;
611 size = gd->bd->bi_dram[0].size;
612#else
613 start = gd->bd->bi_memstart;
614 size = gd->bd->bi_memsize;
615#endif
616
Simon Glass00caae62017-08-03 12:22:12 -0600617 s = env_get("bootm_low");
Matthew McClintockc519fac2010-07-08 10:11:08 -0500618 if (s)
Stephen Warren712fbcf2011-10-18 11:11:49 +0000619 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Matthew McClintockc519fac2010-07-08 10:11:08 -0500620 else
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900621 tmp = start;
Matthew McClintockc519fac2010-07-08 10:11:08 -0500622
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900623 return size - (tmp - start);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100624}
625
Simon Glass723806c2017-08-03 12:22:15 -0600626phys_size_t env_get_bootm_mapsize(void)
Grant Likelyc3624e62011-03-28 09:58:43 +0000627{
628 phys_size_t tmp;
Simon Glass00caae62017-08-03 12:22:12 -0600629 char *s = env_get("bootm_mapsize");
Grant Likelyc3624e62011-03-28 09:58:43 +0000630 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000631 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Grant Likelyc3624e62011-03-28 09:58:43 +0000632 return tmp;
633 }
634
635#if defined(CONFIG_SYS_BOOTMAPSZ)
636 return CONFIG_SYS_BOOTMAPSZ;
637#else
Simon Glass723806c2017-08-03 12:22:15 -0600638 return env_get_bootm_size();
Grant Likelyc3624e62011-03-28 09:58:43 +0000639#endif
640}
641
Stephen Warren712fbcf2011-10-18 11:11:49 +0000642void memmove_wd(void *to, void *from, size_t len, ulong chunksz)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100643{
Larry Johnson54fa2c52010-04-20 08:09:43 -0400644 if (to == from)
645 return;
646
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100647#if defined(CONFIG_HW_WATCHDOG) || defined(CONFIG_WATCHDOG)
Sonic Zhang22cfddc2014-12-10 18:20:53 +0800648 if (to > from) {
649 from += len;
650 to += len;
651 }
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100652 while (len > 0) {
653 size_t tail = (len > chunksz) ? chunksz : len;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000654 WATCHDOG_RESET();
Sonic Zhang22cfddc2014-12-10 18:20:53 +0800655 if (to > from) {
656 to -= tail;
657 from -= tail;
658 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000659 memmove(to, from, tail);
Sonic Zhang22cfddc2014-12-10 18:20:53 +0800660 if (to < from) {
661 to += tail;
662 from += tail;
663 }
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100664 len -= tail;
665 }
666#else /* !(CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG) */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000667 memmove(to, from, len);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100668#endif /* CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG */
669}
Julius Werner20908542019-07-24 19:37:54 -0700670#else /* USE_HOSTCC */
671void memmove_wd(void *to, void *from, size_t len, ulong chunksz)
672{
673 memmove(to, from, len);
674}
Marian Balakowicz570abb02008-02-29 15:59:59 +0100675#endif /* !USE_HOSTCC */
676
Stephen Warren712fbcf2011-10-18 11:11:49 +0000677void genimg_print_size(uint32_t size)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100678{
679#ifndef USE_HOSTCC
Stephen Warren712fbcf2011-10-18 11:11:49 +0000680 printf("%d Bytes = ", size);
681 print_size(size, "\n");
Marian Balakowicz570abb02008-02-29 15:59:59 +0100682#else
xypron.glpk@gmx.decec85d42017-01-04 14:04:44 +0100683 printf("%d Bytes = %.2f KiB = %.2f MiB\n",
Marian Balakowicz570abb02008-02-29 15:59:59 +0100684 size, (double)size / 1.024e3,
685 (double)size / 1.048576e6);
686#endif
687}
688
Simon Glass859e92b2013-05-07 06:11:51 +0000689#if IMAGE_ENABLE_TIMESTAMP
690void genimg_print_time(time_t timestamp)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100691{
692#ifndef USE_HOSTCC
693 struct rtc_time tm;
694
Simon Glass9f9276c2015-04-20 12:37:18 -0600695 rtc_to_tm(timestamp, &tm);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000696 printf("%4d-%02d-%02d %2d:%02d:%02d UTC\n",
Marian Balakowicz570abb02008-02-29 15:59:59 +0100697 tm.tm_year, tm.tm_mon, tm.tm_mday,
698 tm.tm_hour, tm.tm_min, tm.tm_sec);
699#else
Stephen Warren712fbcf2011-10-18 11:11:49 +0000700 printf("%s", ctime(&timestamp));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100701#endif
702}
Simon Glass859e92b2013-05-07 06:11:51 +0000703#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100704
Simon Glass5b9d44d2015-06-23 15:38:25 -0600705const table_entry_t *get_table_entry(const table_entry_t *table, int id)
706{
707 for (; table->id >= 0; ++table) {
708 if (table->id == id)
709 return table;
710 }
711 return NULL;
712}
713
Simon Glass14262202016-06-30 10:52:16 -0600714static const char *unknown_msg(enum ih_category category)
715{
Simon Glassae3de0d2016-10-31 10:21:09 -0600716 static const char unknown_str[] = "Unknown ";
Simon Glass14262202016-06-30 10:52:16 -0600717 static char msg[30];
718
Simon Glassae3de0d2016-10-31 10:21:09 -0600719 strcpy(msg, unknown_str);
720 strncat(msg, table_info[category].desc,
721 sizeof(msg) - sizeof(unknown_str));
Simon Glass14262202016-06-30 10:52:16 -0600722
723 return msg;
724}
725
726/**
727 * get_cat_table_entry_name - translate entry id to long name
728 * @category: category to look up (enum ih_category)
729 * @id: entry id to be translated
730 *
731 * This will scan the translation table trying to find the entry that matches
732 * the given id.
733 *
734 * @retur long entry name if translation succeeds; error string on failure
735 */
736const char *genimg_get_cat_name(enum ih_category category, uint id)
737{
738 const table_entry_t *entry;
739
740 entry = get_table_entry(table_info[category].table, id);
741 if (!entry)
742 return unknown_msg(category);
743#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
744 return entry->lname;
745#else
746 return entry->lname + gd->reloc_off;
747#endif
748}
749
750/**
751 * get_cat_table_entry_short_name - translate entry id to short name
752 * @category: category to look up (enum ih_category)
753 * @id: entry id to be translated
754 *
755 * This will scan the translation table trying to find the entry that matches
756 * the given id.
757 *
758 * @retur short entry name if translation succeeds; error string on failure
759 */
760const char *genimg_get_cat_short_name(enum ih_category category, uint id)
761{
762 const table_entry_t *entry;
763
764 entry = get_table_entry(table_info[category].table, id);
765 if (!entry)
766 return unknown_msg(category);
767#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
768 return entry->sname;
769#else
770 return entry->sname + gd->reloc_off;
771#endif
772}
773
774int genimg_get_cat_count(enum ih_category category)
775{
776 return table_info[category].count;
777}
778
779const char *genimg_get_cat_desc(enum ih_category category)
780{
781 return table_info[category].desc;
782}
783
Marian Balakowicz570abb02008-02-29 15:59:59 +0100784/**
785 * get_table_entry_name - translate entry id to long name
786 * @table: pointer to a translation table for entries of a specific type
787 * @msg: message to be returned when translation fails
788 * @id: entry id to be translated
789 *
790 * get_table_entry_name() will go over translation table trying to find
791 * entry that matches given id. If matching entry is found, its long
792 * name is returned to the caller.
793 *
794 * returns:
795 * long entry name if translation succeeds
796 * msg otherwise
797 */
Mike Frysinger7edb1862010-10-20 07:17:39 -0400798char *get_table_entry_name(const table_entry_t *table, char *msg, int id)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100799{
Simon Glass5b9d44d2015-06-23 15:38:25 -0600800 table = get_table_entry(table, id);
801 if (!table)
802 return msg;
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200803#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
Simon Glass5b9d44d2015-06-23 15:38:25 -0600804 return table->lname;
Scott Woode3d1ac72009-04-02 16:15:10 -0500805#else
Simon Glass5b9d44d2015-06-23 15:38:25 -0600806 return table->lname + gd->reloc_off;
Scott Woode3d1ac72009-04-02 16:15:10 -0500807#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100808}
809
Stephen Warren712fbcf2011-10-18 11:11:49 +0000810const char *genimg_get_os_name(uint8_t os)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100811{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000812 return (get_table_entry_name(uimage_os, "Unknown OS", os));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100813}
814
Stephen Warren712fbcf2011-10-18 11:11:49 +0000815const char *genimg_get_arch_name(uint8_t arch)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100816{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000817 return (get_table_entry_name(uimage_arch, "Unknown Architecture",
818 arch));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100819}
820
Stephen Warren712fbcf2011-10-18 11:11:49 +0000821const char *genimg_get_type_name(uint8_t type)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100822{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000823 return (get_table_entry_name(uimage_type, "Unknown Image", type));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100824}
825
Simon Glasscef2e512016-02-22 22:55:50 -0700826static const char *genimg_get_short_name(const table_entry_t *table, int val)
Simon Glass5b9d44d2015-06-23 15:38:25 -0600827{
Simon Glasscef2e512016-02-22 22:55:50 -0700828 table = get_table_entry(table, val);
Simon Glass5b9d44d2015-06-23 15:38:25 -0600829 if (!table)
830 return "unknown";
831#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
832 return table->sname;
833#else
834 return table->sname + gd->reloc_off;
835#endif
836}
837
Simon Glasscef2e512016-02-22 22:55:50 -0700838const char *genimg_get_type_short_name(uint8_t type)
839{
840 return genimg_get_short_name(uimage_type, type);
841}
842
Stephen Warren712fbcf2011-10-18 11:11:49 +0000843const char *genimg_get_comp_name(uint8_t comp)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100844{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000845 return (get_table_entry_name(uimage_comp, "Unknown Compression",
846 comp));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100847}
848
Simon Glasscef2e512016-02-22 22:55:50 -0700849const char *genimg_get_comp_short_name(uint8_t comp)
850{
851 return genimg_get_short_name(uimage_comp, comp);
852}
853
854const char *genimg_get_os_short_name(uint8_t os)
855{
856 return genimg_get_short_name(uimage_os, os);
857}
858
859const char *genimg_get_arch_short_name(uint8_t arch)
860{
861 return genimg_get_short_name(uimage_arch, arch);
862}
863
Marian Balakowicz570abb02008-02-29 15:59:59 +0100864/**
865 * get_table_entry_id - translate short entry name to id
866 * @table: pointer to a translation table for entries of a specific type
867 * @table_name: to be used in case of error
868 * @name: entry short name to be translated
869 *
870 * get_table_entry_id() will go over translation table trying to find
871 * entry that matches given short name. If matching entry is found,
872 * its id returned to the caller.
873 *
874 * returns:
875 * entry id if translation succeeds
876 * -1 otherwise
877 */
Mike Frysinger7edb1862010-10-20 07:17:39 -0400878int get_table_entry_id(const table_entry_t *table,
Marian Balakowicz570abb02008-02-29 15:59:59 +0100879 const char *table_name, const char *name)
880{
Mike Frysinger7edb1862010-10-20 07:17:39 -0400881 const table_entry_t *t;
Marian Balakowicz570abb02008-02-29 15:59:59 +0100882
883 for (t = table; t->id >= 0; ++t) {
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200884#ifdef CONFIG_NEEDS_MANUAL_RELOC
Simon Glass5b9d44d2015-06-23 15:38:25 -0600885 if (t->sname && strcasecmp(t->sname + gd->reloc_off, name) == 0)
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200886#else
Simon Glass5b9d44d2015-06-23 15:38:25 -0600887 if (t->sname && strcasecmp(t->sname, name) == 0)
Peter Tyser521af042009-09-21 11:20:36 -0500888#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100889 return (t->id);
890 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000891 debug("Invalid %s Type: %s\n", table_name, name);
Simon Glass5b9d44d2015-06-23 15:38:25 -0600892
893 return -1;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100894}
895
Stephen Warren712fbcf2011-10-18 11:11:49 +0000896int genimg_get_os_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100897{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000898 return (get_table_entry_id(uimage_os, "OS", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100899}
900
Stephen Warren712fbcf2011-10-18 11:11:49 +0000901int genimg_get_arch_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100902{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000903 return (get_table_entry_id(uimage_arch, "CPU", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100904}
905
Stephen Warren712fbcf2011-10-18 11:11:49 +0000906int genimg_get_type_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100907{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000908 return (get_table_entry_id(uimage_type, "Image", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100909}
910
Stephen Warren712fbcf2011-10-18 11:11:49 +0000911int genimg_get_comp_id(const char *name)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100912{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000913 return (get_table_entry_id(uimage_comp, "Compression", name));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100914}
915
916#ifndef USE_HOSTCC
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100917/**
Bryan Wu6c454fe2014-08-15 16:51:38 -0700918 * genimg_get_kernel_addr_fit - get the real kernel address and return 2
919 * FIT strings
Bryan Wu0f641402014-07-31 17:39:58 -0700920 * @img_addr: a string might contain real image address
Bryan Wu6c454fe2014-08-15 16:51:38 -0700921 * @fit_uname_config: double pointer to a char, will hold pointer to a
922 * configuration unit name
923 * @fit_uname_kernel: double pointer to a char, will hold pointer to a subimage
924 * name
Bryan Wu0f641402014-07-31 17:39:58 -0700925 *
Bryan Wu6c454fe2014-08-15 16:51:38 -0700926 * genimg_get_kernel_addr_fit get the real kernel start address from a string
Bryan Wu0f641402014-07-31 17:39:58 -0700927 * which is normally the first argv of bootm/bootz
928 *
929 * returns:
930 * kernel start address
931 */
Bryan Wu6c454fe2014-08-15 16:51:38 -0700932ulong genimg_get_kernel_addr_fit(char * const img_addr,
933 const char **fit_uname_config,
934 const char **fit_uname_kernel)
Bryan Wu0f641402014-07-31 17:39:58 -0700935{
Bryan Wu0f641402014-07-31 17:39:58 -0700936 ulong kernel_addr;
937
938 /* find out kernel image address */
939 if (!img_addr) {
Simon Glassbb872dd2019-12-28 10:45:02 -0700940 kernel_addr = image_load_addr;
Bryan Wu0f641402014-07-31 17:39:58 -0700941 debug("* kernel: default image load address = 0x%08lx\n",
Simon Glassbb872dd2019-12-28 10:45:02 -0700942 image_load_addr);
Simon Glass73223f02016-02-22 22:55:43 -0700943#if CONFIG_IS_ENABLED(FIT)
Simon Glassbb872dd2019-12-28 10:45:02 -0700944 } else if (fit_parse_conf(img_addr, image_load_addr, &kernel_addr,
Bryan Wu6c454fe2014-08-15 16:51:38 -0700945 fit_uname_config)) {
Bryan Wu0f641402014-07-31 17:39:58 -0700946 debug("* kernel: config '%s' from image at 0x%08lx\n",
Bryan Wu6c454fe2014-08-15 16:51:38 -0700947 *fit_uname_config, kernel_addr);
Simon Glassbb872dd2019-12-28 10:45:02 -0700948 } else if (fit_parse_subimage(img_addr, image_load_addr, &kernel_addr,
Bryan Wu6c454fe2014-08-15 16:51:38 -0700949 fit_uname_kernel)) {
Bryan Wu0f641402014-07-31 17:39:58 -0700950 debug("* kernel: subimage '%s' from image at 0x%08lx\n",
Bryan Wu6c454fe2014-08-15 16:51:38 -0700951 *fit_uname_kernel, kernel_addr);
Bryan Wu0f641402014-07-31 17:39:58 -0700952#endif
953 } else {
954 kernel_addr = simple_strtoul(img_addr, NULL, 16);
955 debug("* kernel: cmdline image address = 0x%08lx\n",
956 kernel_addr);
957 }
958
959 return kernel_addr;
960}
961
962/**
Bryan Wu6c454fe2014-08-15 16:51:38 -0700963 * genimg_get_kernel_addr() is the simple version of
964 * genimg_get_kernel_addr_fit(). It ignores those return FIT strings
965 */
966ulong genimg_get_kernel_addr(char * const img_addr)
967{
968 const char *fit_uname_config = NULL;
969 const char *fit_uname_kernel = NULL;
970
971 return genimg_get_kernel_addr_fit(img_addr, &fit_uname_config,
972 &fit_uname_kernel);
973}
974
975/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100976 * genimg_get_format - get image format type
977 * @img_addr: image start address
978 *
979 * genimg_get_format() checks whether provided address points to a valid
980 * legacy or FIT image.
981 *
982 * New uImage format and FDT blob are based on a libfdt. FDT blob
983 * may be passed directly or embedded in a FIT image. In both situations
984 * genimg_get_format() must be able to dectect libfdt header.
985 *
986 * returns:
987 * image format type or IMAGE_FORMAT_INVALID if no image is present
988 */
Simon Glass35e7b0f2013-05-07 06:12:03 +0000989int genimg_get_format(const void *img_addr)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100990{
Tom Rinic76c93a2019-05-23 07:14:07 -0400991#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200992 const image_header_t *hdr;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100993
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200994 hdr = (const image_header_t *)img_addr;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100995 if (image_check_magic(hdr))
Heiko Schocher21d29f72014-05-28 11:33:33 +0200996 return IMAGE_FORMAT_LEGACY;
997#endif
Simon Glassaa34fbc2016-02-22 22:55:45 -0700998#if IMAGE_ENABLE_FIT || IMAGE_ENABLE_OF_LIBFDT
Heiko Schocher21d29f72014-05-28 11:33:33 +0200999 if (fdt_check_header(img_addr) == 0)
1000 return IMAGE_FORMAT_FIT;
Sebastian Siewior9ace3fc2014-05-05 15:08:09 -05001001#endif
1002#ifdef CONFIG_ANDROID_BOOT_IMAGE
Heiko Schocher21d29f72014-05-28 11:33:33 +02001003 if (android_image_check_header(img_addr) == 0)
1004 return IMAGE_FORMAT_ANDROID;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001005#endif
1006
Heiko Schocher21d29f72014-05-28 11:33:33 +02001007 return IMAGE_FORMAT_INVALID;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001008}
1009
1010/**
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001011 * fit_has_config - check if there is a valid FIT configuration
1012 * @images: pointer to the bootm command headers structure
1013 *
1014 * fit_has_config() checks if there is a FIT configuration in use
1015 * (if FTI support is present).
1016 *
1017 * returns:
1018 * 0, no FIT support or no configuration found
1019 * 1, configuration found
1020 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001021int genimg_has_config(bootm_headers_t *images)
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001022{
Simon Glass73223f02016-02-22 22:55:43 -07001023#if IMAGE_ENABLE_FIT
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001024 if (images->fit_uname_cfg)
1025 return 1;
1026#endif
1027 return 0;
1028}
1029
1030/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001031 * boot_get_ramdisk - main ramdisk handling routine
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001032 * @argc: command argument count
1033 * @argv: command argument list
Marian Balakowicz8a5ea3e2008-02-27 11:01:04 +01001034 * @images: pointer to the bootm images structure
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001035 * @arch: expected ramdisk architecture
1036 * @rd_start: pointer to a ulong variable, will hold ramdisk start address
1037 * @rd_end: pointer to a ulong variable, will hold ramdisk end
1038 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001039 * boot_get_ramdisk() is responsible for finding a valid ramdisk image.
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001040 * Curently supported are the following ramdisk sources:
1041 * - multicomponent kernel/ramdisk image,
1042 * - commandline provided address of decicated ramdisk image.
1043 *
1044 * returns:
Marian Balakowiczd985c842008-03-12 10:14:38 +01001045 * 0, if ramdisk image was found and valid, or skiped
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001046 * rd_start and rd_end are set to ramdisk start/end addresses if
1047 * ramdisk image is found and valid
Marian Balakowiczd985c842008-03-12 10:14:38 +01001048 *
Kumar Galaea86b9e2008-08-29 19:08:29 -05001049 * 1, if ramdisk image is found but corrupted, or invalid
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001050 * rd_start and rd_end are set to 0 if no ramdisk exists
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001051 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001052int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images,
Marian Balakowiczd985c842008-03-12 10:14:38 +01001053 uint8_t arch, ulong *rd_start, ulong *rd_end)
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001054{
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001055 ulong rd_addr, rd_load;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001056 ulong rd_data, rd_len;
Tom Rinic76c93a2019-05-23 07:14:07 -04001057#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Wolfgang Denk3a2003f2009-08-19 11:42:56 +02001058 const image_header_t *rd_hdr;
Heiko Schocher21d29f72014-05-28 11:33:33 +02001059#endif
Simon Glass35e7b0f2013-05-07 06:12:03 +00001060 void *buf;
Marek Vasut57d40ab2012-03-30 23:19:10 +02001061#ifdef CONFIG_SUPPORT_RAW_INITRD
Marek Vasut017e1f32012-03-18 11:47:58 +00001062 char *end;
Marek Vasut57d40ab2012-03-30 23:19:10 +02001063#endif
Simon Glass73223f02016-02-22 22:55:43 -07001064#if IMAGE_ENABLE_FIT
Simon Glassf320a4d2013-07-10 23:08:10 -07001065 const char *fit_uname_config = images->fit_uname_cfg;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001066 const char *fit_uname_ramdisk = NULL;
1067 ulong default_addr;
Marian Balakowiczc8779642008-03-12 10:12:37 +01001068 int rd_noffset;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001069#endif
Simon Glass983c72f2013-06-11 11:14:46 -07001070 const char *select = NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001071
Marian Balakowiczc8779642008-03-12 10:12:37 +01001072 *rd_start = 0;
1073 *rd_end = 0;
1074
Tom Rini1fec3c52015-08-27 15:42:41 -04001075#ifdef CONFIG_ANDROID_BOOT_IMAGE
1076 /*
1077 * Look for an Android boot image.
1078 */
1079 buf = map_sysmem(images->os.start, 0);
Tom Rinic139b5f2015-10-27 19:04:40 -04001080 if (buf && genimg_get_format(buf) == IMAGE_FORMAT_ANDROID)
Shawn Guo5e218862019-02-22 16:28:06 +08001081 select = (argc == 0) ? env_get("loadaddr") : argv[0];
Tom Rini1fec3c52015-08-27 15:42:41 -04001082#endif
1083
Simon Glass983c72f2013-06-11 11:14:46 -07001084 if (argc >= 2)
1085 select = argv[1];
Rob Herring2dd46322015-07-17 10:57:17 -05001086
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001087 /*
1088 * Look for a '-' which indicates to ignore the
1089 * ramdisk argument
1090 */
Simon Glass983c72f2013-06-11 11:14:46 -07001091 if (select && strcmp(select, "-") == 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001092 debug("## Skipping init Ramdisk\n");
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001093 rd_len = rd_data = 0;
Simon Glass983c72f2013-06-11 11:14:46 -07001094 } else if (select || genimg_has_config(images)) {
Simon Glass73223f02016-02-22 22:55:43 -07001095#if IMAGE_ENABLE_FIT
Simon Glass983c72f2013-06-11 11:14:46 -07001096 if (select) {
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001097 /*
1098 * If the init ramdisk comes from the FIT image and
1099 * the FIT image address is omitted in the command
1100 * line argument, try to use os FIT image address or
1101 * default load address.
1102 */
1103 if (images->fit_uname_os)
1104 default_addr = (ulong)images->fit_hdr_os;
1105 else
Simon Glassbb872dd2019-12-28 10:45:02 -07001106 default_addr = image_load_addr;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001107
Simon Glass983c72f2013-06-11 11:14:46 -07001108 if (fit_parse_conf(select, default_addr,
1109 &rd_addr, &fit_uname_config)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001110 debug("* ramdisk: config '%s' from image at "
1111 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001112 fit_uname_config, rd_addr);
Simon Glass983c72f2013-06-11 11:14:46 -07001113 } else if (fit_parse_subimage(select, default_addr,
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001114 &rd_addr, &fit_uname_ramdisk)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001115 debug("* ramdisk: subimage '%s' from image at "
1116 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001117 fit_uname_ramdisk, rd_addr);
1118 } else
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001119#endif
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001120 {
Simon Glass983c72f2013-06-11 11:14:46 -07001121 rd_addr = simple_strtoul(select, NULL, 16);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001122 debug("* ramdisk: cmdline image address = "
1123 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001124 rd_addr);
1125 }
Simon Glass73223f02016-02-22 22:55:43 -07001126#if IMAGE_ENABLE_FIT
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001127 } else {
1128 /* use FIT configuration provided in first bootm
Simon Glassa51ec632013-05-16 13:53:22 +00001129 * command argument. If the property is not defined,
1130 * quit silently.
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001131 */
Simon Glass35e7b0f2013-05-07 06:12:03 +00001132 rd_addr = map_to_sysmem(images->fit_hdr_os);
Simon Glassa51ec632013-05-16 13:53:22 +00001133 rd_noffset = fit_get_node_from_config(images,
1134 FIT_RAMDISK_PROP, rd_addr);
Paul Burtonbd86ef12016-09-20 18:17:12 +01001135 if (rd_noffset == -ENOENT)
Peter Tyser41266c92008-08-05 10:51:57 -05001136 return 0;
Simon Glassa51ec632013-05-16 13:53:22 +00001137 else if (rd_noffset < 0)
1138 return 1;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001139 }
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001140#endif
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001141
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001142 /*
1143 * Check if there is an initrd image at the
1144 * address provided in the second bootm argument
1145 * check image type, for FIT images get FIT node.
1146 */
Simon Glass35e7b0f2013-05-07 06:12:03 +00001147 buf = map_sysmem(rd_addr, 0);
1148 switch (genimg_get_format(buf)) {
Tom Rinic76c93a2019-05-23 07:14:07 -04001149#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001150 case IMAGE_FORMAT_LEGACY:
Stephen Warren712fbcf2011-10-18 11:11:49 +00001151 printf("## Loading init Ramdisk from Legacy "
Marian Balakowiczc8779642008-03-12 10:12:37 +01001152 "Image at %08lx ...\n", rd_addr);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001153
Simon Glass770605e2012-02-13 13:51:18 +00001154 bootstage_mark(BOOTSTAGE_ID_CHECK_RAMDISK);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001155 rd_hdr = image_get_ramdisk(rd_addr, arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +01001156 images->verify);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001157
Marian Balakowiczc8779642008-03-12 10:12:37 +01001158 if (rd_hdr == NULL)
Kumar Gala274cea22008-02-27 21:51:46 -06001159 return 1;
Kumar Gala274cea22008-02-27 21:51:46 -06001160
Stephen Warren712fbcf2011-10-18 11:11:49 +00001161 rd_data = image_get_data(rd_hdr);
1162 rd_len = image_get_data_size(rd_hdr);
1163 rd_load = image_get_load(rd_hdr);
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001164 break;
Heiko Schocher21d29f72014-05-28 11:33:33 +02001165#endif
Simon Glass73223f02016-02-22 22:55:43 -07001166#if IMAGE_ENABLE_FIT
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001167 case IMAGE_FORMAT_FIT:
Simon Glass126cc862014-06-12 07:24:47 -06001168 rd_noffset = fit_image_load(images,
Simon Glassa51ec632013-05-16 13:53:22 +00001169 rd_addr, &fit_uname_ramdisk,
Simon Glassf320a4d2013-07-10 23:08:10 -07001170 &fit_uname_config, arch,
Simon Glassa51ec632013-05-16 13:53:22 +00001171 IH_TYPE_RAMDISK,
1172 BOOTSTAGE_ID_FIT_RD_START,
Simon Glassfe20a812014-08-22 14:26:43 -06001173 FIT_LOAD_OPTIONAL_NON_ZERO,
1174 &rd_data, &rd_len);
Simon Glassa51ec632013-05-16 13:53:22 +00001175 if (rd_noffset < 0)
Michal Simekc78fce62008-07-11 10:43:13 +02001176 return 1;
Marian Balakowiczc8779642008-03-12 10:12:37 +01001177
Simon Glassa51ec632013-05-16 13:53:22 +00001178 images->fit_hdr_rd = map_sysmem(rd_addr, 0);
Marian Balakowiczc8779642008-03-12 10:12:37 +01001179 images->fit_uname_rd = fit_uname_ramdisk;
Marian Balakowicz3dfe1102008-03-12 10:32:59 +01001180 images->fit_noffset_rd = rd_noffset;
Marian Balakowiczc8779642008-03-12 10:12:37 +01001181 break;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001182#endif
Rob Herring2dd46322015-07-17 10:57:17 -05001183#ifdef CONFIG_ANDROID_BOOT_IMAGE
1184 case IMAGE_FORMAT_ANDROID:
1185 android_image_get_ramdisk((void *)images->os.start,
1186 &rd_data, &rd_len);
1187 break;
1188#endif
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001189 default:
Marek Vasut017e1f32012-03-18 11:47:58 +00001190#ifdef CONFIG_SUPPORT_RAW_INITRD
Simon Glass983c72f2013-06-11 11:14:46 -07001191 end = NULL;
1192 if (select)
1193 end = strchr(select, ':');
1194 if (end) {
Marek Vasut017e1f32012-03-18 11:47:58 +00001195 rd_len = simple_strtoul(++end, NULL, 16);
1196 rd_data = rd_addr;
1197 } else
1198#endif
1199 {
1200 puts("Wrong Ramdisk Image Format\n");
1201 rd_data = rd_len = rd_load = 0;
1202 return 1;
1203 }
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001204 }
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001205 } else if (images->legacy_hdr_valid &&
Stephen Warren712fbcf2011-10-18 11:11:49 +00001206 image_check_type(&images->legacy_hdr_os_copy,
1207 IH_TYPE_MULTI)) {
1208
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001209 /*
1210 * Now check if we have a legacy mult-component image,
1211 * get second entry data start address and len.
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001212 */
Simon Glass770605e2012-02-13 13:51:18 +00001213 bootstage_mark(BOOTSTAGE_ID_RAMDISK);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001214 printf("## Loading init Ramdisk from multi component "
Marian Balakowiczc8779642008-03-12 10:12:37 +01001215 "Legacy Image at %08lx ...\n",
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001216 (ulong)images->legacy_hdr_os);
1217
Stephen Warren712fbcf2011-10-18 11:11:49 +00001218 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len);
Rob Herring2dd46322015-07-17 10:57:17 -05001219 } else {
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001220 /*
1221 * no initrd image
1222 */
Simon Glass770605e2012-02-13 13:51:18 +00001223 bootstage_mark(BOOTSTAGE_ID_NO_RAMDISK);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001224 rd_len = rd_data = 0;
1225 }
1226
1227 if (!rd_data) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001228 debug("## No init Ramdisk\n");
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001229 } else {
1230 *rd_start = rd_data;
1231 *rd_end = rd_data + rd_len;
1232 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001233 debug(" ramdisk start = 0x%08lx, ramdisk end = 0x%08lx\n",
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001234 *rd_start, *rd_end);
Kumar Gala274cea22008-02-27 21:51:46 -06001235
1236 return 0;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001237}
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001238
John Rigbyfca43cc2010-10-13 13:57:35 -06001239#ifdef CONFIG_SYS_BOOT_RAMDISK_HIGH
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001240/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001241 * boot_ramdisk_high - relocate init ramdisk
Kumar Galae822d7f2008-02-27 21:51:49 -06001242 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001243 * @rd_data: ramdisk data start address
1244 * @rd_len: ramdisk data length
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001245 * @initrd_start: pointer to a ulong variable, will hold final init ramdisk
1246 * start address (after possible relocation)
1247 * @initrd_end: pointer to a ulong variable, will hold final init ramdisk
1248 * end address (after possible relocation)
1249 *
Robert P. J. Day1bce2ae2013-09-16 07:15:45 -04001250 * boot_ramdisk_high() takes a relocation hint from "initrd_high" environment
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001251 * variable and if requested ramdisk data is moved to a specified location.
1252 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001253 * Initrd_start and initrd_end are set to final (after relocation) ramdisk
1254 * start/end addresses if ramdisk image start and len were provided,
1255 * otherwise set initrd_start and initrd_end set to zeros.
1256 *
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001257 * returns:
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001258 * 0 - success
1259 * -1 - failure
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001260 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001261int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
Kumar Galae822d7f2008-02-27 21:51:49 -06001262 ulong *initrd_start, ulong *initrd_end)
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001263{
1264 char *s;
1265 ulong initrd_high;
1266 int initrd_copy_to_ram = 1;
1267
Simon Glass00caae62017-08-03 12:22:12 -06001268 s = env_get("initrd_high");
1269 if (s) {
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001270 /* a value of "no" or a similar string will act like 0,
1271 * turning the "load high" feature off. This is intentional.
1272 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001273 initrd_high = simple_strtoul(s, NULL, 16);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001274 if (initrd_high == ~0)
1275 initrd_copy_to_ram = 0;
1276 } else {
Simon Glass723806c2017-08-03 12:22:15 -06001277 initrd_high = env_get_bootm_mapsize() + env_get_bootm_low();
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001278 }
1279
Marian Balakowicz95d449a2008-05-13 15:53:29 +02001280
Stephen Warren712fbcf2011-10-18 11:11:49 +00001281 debug("## initrd_high = 0x%08lx, copy_to_ram = %d\n",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001282 initrd_high, initrd_copy_to_ram);
1283
1284 if (rd_data) {
1285 if (!initrd_copy_to_ram) { /* zero-copy ramdisk support */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001286 debug(" in-place initrd\n");
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001287 *initrd_start = rd_data;
1288 *initrd_end = rd_data + rd_len;
Kumar Galae822d7f2008-02-27 21:51:49 -06001289 lmb_reserve(lmb, rd_data, rd_len);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001290 } else {
Kumar Galae822d7f2008-02-27 21:51:49 -06001291 if (initrd_high)
Stephen Warren712fbcf2011-10-18 11:11:49 +00001292 *initrd_start = (ulong)lmb_alloc_base(lmb,
1293 rd_len, 0x1000, initrd_high);
Kumar Galae822d7f2008-02-27 21:51:49 -06001294 else
Stephen Warren712fbcf2011-10-18 11:11:49 +00001295 *initrd_start = (ulong)lmb_alloc(lmb, rd_len,
1296 0x1000);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001297
Kumar Galae822d7f2008-02-27 21:51:49 -06001298 if (*initrd_start == 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001299 puts("ramdisk - allocation error\n");
Kumar Galae822d7f2008-02-27 21:51:49 -06001300 goto error;
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001301 }
Simon Glass770605e2012-02-13 13:51:18 +00001302 bootstage_mark(BOOTSTAGE_ID_COPY_RAMDISK);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001303
1304 *initrd_end = *initrd_start + rd_len;
Stephen Warren712fbcf2011-10-18 11:11:49 +00001305 printf(" Loading Ramdisk to %08lx, end %08lx ... ",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001306 *initrd_start, *initrd_end);
1307
Stephen Warren712fbcf2011-10-18 11:11:49 +00001308 memmove_wd((void *)*initrd_start,
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001309 (void *)rd_data, rd_len, CHUNKSZ);
1310
Kumar Gala3b200112011-12-07 04:42:58 +00001311#ifdef CONFIG_MP
1312 /*
1313 * Ensure the image is flushed to memory to handle
1314 * AMP boot scenarios in which we might not be
1315 * HW cache coherent
1316 */
Heiko Schocher1a1e7072017-12-14 11:19:22 +01001317 flush_cache((unsigned long)*initrd_start,
1318 ALIGN(rd_len, ARCH_DMA_MINALIGN));
Kumar Gala3b200112011-12-07 04:42:58 +00001319#endif
Stephen Warren712fbcf2011-10-18 11:11:49 +00001320 puts("OK\n");
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001321 }
1322 } else {
1323 *initrd_start = 0;
1324 *initrd_end = 0;
1325 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001326 debug(" ramdisk load start = 0x%08lx, ramdisk load end = 0x%08lx\n",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001327 *initrd_start, *initrd_end);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001328
Kumar Galae822d7f2008-02-27 21:51:49 -06001329 return 0;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001330
Kumar Galae822d7f2008-02-27 21:51:49 -06001331error:
1332 return -1;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001333}
John Rigbyfca43cc2010-10-13 13:57:35 -06001334#endif /* CONFIG_SYS_BOOT_RAMDISK_HIGH */
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001335
Simon Glass90268b82014-10-19 21:11:24 -06001336int boot_get_setup(bootm_headers_t *images, uint8_t arch,
1337 ulong *setup_start, ulong *setup_len)
1338{
Simon Glass73223f02016-02-22 22:55:43 -07001339#if IMAGE_ENABLE_FIT
Simon Glass90268b82014-10-19 21:11:24 -06001340 return boot_get_setup_fit(images, arch, setup_start, setup_len);
1341#else
1342 return -ENOENT;
1343#endif
1344}
1345
Simon Glass73223f02016-02-22 22:55:43 -07001346#if IMAGE_ENABLE_FIT
Goldschmidt Simon8b93a922017-11-10 14:17:41 +00001347#if defined(CONFIG_FPGA)
Michal Simek62afc602016-05-17 14:03:50 +02001348int boot_get_fpga(int argc, char * const argv[], bootm_headers_t *images,
1349 uint8_t arch, const ulong *ld_start, ulong * const ld_len)
1350{
1351 ulong tmp_img_addr, img_data, img_len;
1352 void *buf;
1353 int conf_noffset;
1354 int fit_img_result;
Simon Glassb02e4042016-10-02 17:59:28 -06001355 const char *uname, *name;
Michal Simek62afc602016-05-17 14:03:50 +02001356 int err;
1357 int devnum = 0; /* TODO support multi fpga platforms */
Michal Simek62afc602016-05-17 14:03:50 +02001358
1359 /* Check to see if the images struct has a FIT configuration */
1360 if (!genimg_has_config(images)) {
1361 debug("## FIT configuration was not specified\n");
1362 return 0;
1363 }
1364
1365 /*
1366 * Obtain the os FIT header from the images struct
Michal Simek62afc602016-05-17 14:03:50 +02001367 */
1368 tmp_img_addr = map_to_sysmem(images->fit_hdr_os);
Michal Simek62afc602016-05-17 14:03:50 +02001369 buf = map_sysmem(tmp_img_addr, 0);
1370 /*
1371 * Check image type. For FIT images get FIT node
1372 * and attempt to locate a generic binary.
1373 */
1374 switch (genimg_get_format(buf)) {
1375 case IMAGE_FORMAT_FIT:
1376 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg);
1377
Simon Glassb02e4042016-10-02 17:59:28 -06001378 uname = fdt_stringlist_get(buf, conf_noffset, FIT_FPGA_PROP, 0,
1379 NULL);
1380 if (!uname) {
Michal Simek62afc602016-05-17 14:03:50 +02001381 debug("## FPGA image is not specified\n");
1382 return 0;
1383 }
1384 fit_img_result = fit_image_load(images,
1385 tmp_img_addr,
1386 (const char **)&uname,
1387 &(images->fit_uname_cfg),
1388 arch,
1389 IH_TYPE_FPGA,
1390 BOOTSTAGE_ID_FPGA_INIT,
1391 FIT_LOAD_OPTIONAL_NON_ZERO,
1392 &img_data, &img_len);
1393
1394 debug("FPGA image (%s) loaded to 0x%lx/size 0x%lx\n",
1395 uname, img_data, img_len);
1396
1397 if (fit_img_result < 0) {
1398 /* Something went wrong! */
1399 return fit_img_result;
1400 }
1401
Goldschmidt Simon8b93a922017-11-10 14:17:41 +00001402 if (!fpga_is_partial_data(devnum, img_len)) {
Michal Simek62afc602016-05-17 14:03:50 +02001403 name = "full";
1404 err = fpga_loadbitstream(devnum, (char *)img_data,
1405 img_len, BIT_FULL);
1406 if (err)
1407 err = fpga_load(devnum, (const void *)img_data,
1408 img_len, BIT_FULL);
1409 } else {
1410 name = "partial";
1411 err = fpga_loadbitstream(devnum, (char *)img_data,
1412 img_len, BIT_PARTIAL);
1413 if (err)
1414 err = fpga_load(devnum, (const void *)img_data,
1415 img_len, BIT_PARTIAL);
1416 }
1417
Michal Simek62afc602016-05-17 14:03:50 +02001418 if (err)
Michal Simek611a9422016-12-16 10:35:40 +01001419 return err;
1420
1421 printf(" Programming %s bitstream... OK\n", name);
Michal Simek62afc602016-05-17 14:03:50 +02001422 break;
1423 default:
1424 printf("The given image format is not supported (corrupt?)\n");
1425 return 1;
1426 }
1427
1428 return 0;
1429}
1430#endif
1431
Andrew F. Davisd7be5092016-11-29 16:33:20 -06001432static void fit_loadable_process(uint8_t img_type,
1433 ulong img_data,
1434 ulong img_len)
1435{
1436 int i;
1437 const unsigned int count =
1438 ll_entry_count(struct fit_loadable_tbl, fit_loadable);
1439 struct fit_loadable_tbl *fit_loadable_handler =
1440 ll_entry_start(struct fit_loadable_tbl, fit_loadable);
1441 /* For each loadable handler */
1442 for (i = 0; i < count; i++, fit_loadable_handler++)
1443 /* matching this type */
1444 if (fit_loadable_handler->type == img_type)
1445 /* call that handler with this image data */
1446 fit_loadable_handler->handler(img_data, img_len);
1447}
1448
Karl Apsite84a07db2015-05-21 09:52:48 -04001449int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images,
1450 uint8_t arch, const ulong *ld_start, ulong * const ld_len)
1451{
1452 /*
1453 * These variables are used to hold the current image location
1454 * in system memory.
1455 */
1456 ulong tmp_img_addr;
1457 /*
1458 * These two variables are requirements for fit_image_load, but
1459 * their values are not used
1460 */
1461 ulong img_data, img_len;
1462 void *buf;
1463 int loadables_index;
1464 int conf_noffset;
1465 int fit_img_result;
Simon Glassb02e4042016-10-02 17:59:28 -06001466 const char *uname;
Andrew F. Davisd7be5092016-11-29 16:33:20 -06001467 uint8_t img_type;
Karl Apsite84a07db2015-05-21 09:52:48 -04001468
1469 /* Check to see if the images struct has a FIT configuration */
1470 if (!genimg_has_config(images)) {
1471 debug("## FIT configuration was not specified\n");
1472 return 0;
1473 }
1474
1475 /*
1476 * Obtain the os FIT header from the images struct
Karl Apsite84a07db2015-05-21 09:52:48 -04001477 */
1478 tmp_img_addr = map_to_sysmem(images->fit_hdr_os);
Karl Apsite84a07db2015-05-21 09:52:48 -04001479 buf = map_sysmem(tmp_img_addr, 0);
1480 /*
1481 * Check image type. For FIT images get FIT node
1482 * and attempt to locate a generic binary.
1483 */
1484 switch (genimg_get_format(buf)) {
1485 case IMAGE_FORMAT_FIT:
1486 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg);
1487
1488 for (loadables_index = 0;
Simon Glassb02e4042016-10-02 17:59:28 -06001489 uname = fdt_stringlist_get(buf, conf_noffset,
1490 FIT_LOADABLE_PROP, loadables_index,
1491 NULL), uname;
Karl Apsite84a07db2015-05-21 09:52:48 -04001492 loadables_index++)
1493 {
1494 fit_img_result = fit_image_load(images,
1495 tmp_img_addr,
Simon Glassb02e4042016-10-02 17:59:28 -06001496 &uname,
Karl Apsite84a07db2015-05-21 09:52:48 -04001497 &(images->fit_uname_cfg), arch,
1498 IH_TYPE_LOADABLE,
1499 BOOTSTAGE_ID_FIT_LOADABLE_START,
1500 FIT_LOAD_OPTIONAL_NON_ZERO,
1501 &img_data, &img_len);
1502 if (fit_img_result < 0) {
1503 /* Something went wrong! */
1504 return fit_img_result;
1505 }
Andrew F. Davisd7be5092016-11-29 16:33:20 -06001506
1507 fit_img_result = fit_image_get_node(buf, uname);
1508 if (fit_img_result < 0) {
1509 /* Something went wrong! */
1510 return fit_img_result;
1511 }
1512 fit_img_result = fit_image_get_type(buf,
1513 fit_img_result,
1514 &img_type);
1515 if (fit_img_result < 0) {
1516 /* Something went wrong! */
1517 return fit_img_result;
1518 }
1519
1520 fit_loadable_process(img_type, img_data, img_len);
Karl Apsite84a07db2015-05-21 09:52:48 -04001521 }
1522 break;
1523 default:
1524 printf("The given image format is not supported (corrupt?)\n");
1525 return 1;
1526 }
1527
1528 return 0;
1529}
1530#endif
1531
John Rigbyfca43cc2010-10-13 13:57:35 -06001532#ifdef CONFIG_SYS_BOOT_GET_CMDLINE
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001533/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001534 * boot_get_cmdline - allocate and initialize kernel cmdline
Kumar Galae822d7f2008-02-27 21:51:49 -06001535 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001536 * @cmd_start: pointer to a ulong variable, will hold cmdline start
1537 * @cmd_end: pointer to a ulong variable, will hold cmdline end
1538 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001539 * boot_get_cmdline() allocates space for kernel command line below
Shyam Saini919d25c2018-06-07 19:47:19 +05301540 * BOOTMAPSZ + env_get_bootm_low() address. If "bootargs" U-Boot environment
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001541 * variable is present its contents is copied to allocated kernel
1542 * command line.
1543 *
1544 * returns:
Kumar Galae822d7f2008-02-27 21:51:49 -06001545 * 0 - success
1546 * -1 - failure
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001547 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001548int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end)
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001549{
1550 char *cmdline;
1551 char *s;
1552
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +02001553 cmdline = (char *)(ulong)lmb_alloc_base(lmb, CONFIG_SYS_BARGSIZE, 0xf,
Simon Glass723806c2017-08-03 12:22:15 -06001554 env_get_bootm_mapsize() + env_get_bootm_low());
Kumar Galae822d7f2008-02-27 21:51:49 -06001555
1556 if (cmdline == NULL)
1557 return -1;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001558
Simon Glass00caae62017-08-03 12:22:12 -06001559 s = env_get("bootargs");
1560 if (!s)
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001561 s = "";
1562
1563 strcpy(cmdline, s);
1564
1565 *cmd_start = (ulong) & cmdline[0];
1566 *cmd_end = *cmd_start + strlen(cmdline);
1567
Stephen Warren712fbcf2011-10-18 11:11:49 +00001568 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001569
Kumar Galae822d7f2008-02-27 21:51:49 -06001570 return 0;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001571}
John Rigbyfca43cc2010-10-13 13:57:35 -06001572#endif /* CONFIG_SYS_BOOT_GET_CMDLINE */
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001573
John Rigbyfca43cc2010-10-13 13:57:35 -06001574#ifdef CONFIG_SYS_BOOT_GET_KBD
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001575/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001576 * boot_get_kbd - allocate and initialize kernel copy of board info
Kumar Galae822d7f2008-02-27 21:51:49 -06001577 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001578 * @kbd: double pointer to board info data
1579 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001580 * boot_get_kbd() allocates space for kernel copy of board info data below
Simon Glass723806c2017-08-03 12:22:15 -06001581 * BOOTMAPSZ + env_get_bootm_low() address and kernel board info is initialized
Grant Likely590d3ca2011-03-28 09:58:34 +00001582 * with the current u-boot board info data.
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001583 *
1584 * returns:
Kumar Galae822d7f2008-02-27 21:51:49 -06001585 * 0 - success
1586 * -1 - failure
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001587 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001588int boot_get_kbd(struct lmb *lmb, bd_t **kbd)
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001589{
Becky Bruce391fd932008-06-09 20:37:18 -05001590 *kbd = (bd_t *)(ulong)lmb_alloc_base(lmb, sizeof(bd_t), 0xf,
Simon Glass723806c2017-08-03 12:22:15 -06001591 env_get_bootm_mapsize() + env_get_bootm_low());
Kumar Galae822d7f2008-02-27 21:51:49 -06001592 if (*kbd == NULL)
1593 return -1;
1594
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001595 **kbd = *(gd->bd);
1596
Stephen Warren712fbcf2011-10-18 11:11:49 +00001597 debug("## kernel board info at 0x%08lx\n", (ulong)*kbd);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001598
1599#if defined(DEBUG) && defined(CONFIG_CMD_BDI)
1600 do_bdinfo(NULL, 0, 0, NULL);
1601#endif
1602
Kumar Galae822d7f2008-02-27 21:51:49 -06001603 return 0;
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001604}
John Rigbyfca43cc2010-10-13 13:57:35 -06001605#endif /* CONFIG_SYS_BOOT_GET_KBD */
Simon Glass13d06982013-05-08 08:06:01 +00001606
1607#ifdef CONFIG_LMB
1608int image_setup_linux(bootm_headers_t *images)
1609{
1610 ulong of_size = images->ft_len;
1611 char **of_flat_tree = &images->ft_addr;
Simon Glass13d06982013-05-08 08:06:01 +00001612 struct lmb *lmb = &images->lmb;
Simon Glass13d06982013-05-08 08:06:01 +00001613 int ret;
1614
1615 if (IMAGE_ENABLE_OF_LIBFDT)
1616 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree);
1617
1618 if (IMAGE_BOOT_GET_CMDLINE) {
1619 ret = boot_get_cmdline(lmb, &images->cmdline_start,
1620 &images->cmdline_end);
1621 if (ret) {
1622 puts("ERROR with allocation of cmdline\n");
1623 return ret;
1624 }
1625 }
Simon Glass13d06982013-05-08 08:06:01 +00001626
1627 if (IMAGE_ENABLE_OF_LIBFDT) {
1628 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size);
1629 if (ret)
1630 return ret;
1631 }
1632
1633 if (IMAGE_ENABLE_OF_LIBFDT && of_size) {
1634 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb);
1635 if (ret)
1636 return ret;
1637 }
1638
1639 return 0;
1640}
1641#endif /* CONFIG_LMB */
Marian Balakowicz5dfb5212008-02-29 21:24:06 +01001642#endif /* !USE_HOSTCC */