blob: 645584b5ba2274b7e90b50cc9efc614e175e9a31 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Marian Balakowicz41d71ed2008-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 Balakowicz41d71ed2008-01-08 18:14:09 +01007 */
Marian Balakowicz9c701e82008-01-31 13:57:17 +01008
Marian Balakowicz41d71ed2008-01-08 18:14:09 +01009#ifndef USE_HOSTCC
Marian Balakowicz95418502008-01-31 13:55:39 +010010#include <common.h>
Simon Glass0af6e2d2019-08-01 09:46:52 -060011#include <env.h>
Marian Balakowicz95418502008-01-31 13:55:39 +010012#include <watchdog.h>
13
14#ifdef CONFIG_SHOW_BOOT_PROGRESS
15#include <status_led.h>
16#endif
17
Marian Balakowicza1cc1472008-02-21 17:27:41 +010018#include <rtc.h>
Marian Balakowicza1cc1472008-02-21 17:27:41 +010019
Simon Glass1a974af2019-08-01 09:46:36 -060020#include <gzip.h>
Marian Balakowicze227fbb2008-02-29 21:24:06 +010021#include <image.h>
Joe Hershberger65b905b2015-03-22 17:08:59 -050022#include <mapmem.h>
Marian Balakowicze227fbb2008-02-29 21:24:06 +010023
Simon Glass8b426922016-02-22 22:55:45 -070024#if IMAGE_ENABLE_FIT || IMAGE_ENABLE_OF_LIBFDT
Masahiro Yamada75f82d02018-03-05 01:20:11 +090025#include <linux/libfdt.h>
Marian Balakowiczc536d6f2008-02-21 17:20:19 +010026#include <fdt_support.h>
Michal Simekebae78b2016-05-17 14:03:50 +020027#include <fpga.h>
28#include <xilinx.h>
Marian Balakowicza50d5152008-03-12 10:12:37 +010029#endif
30
Andy Fleming72c23be2008-04-02 16:19:07 -050031#include <u-boot/md5.h>
Jeroen Hofsteebfe88fe2014-06-12 22:27:12 +020032#include <u-boot/sha1.h>
Masahiro Yamada56a931c2016-09-21 11:28:55 +090033#include <linux/errno.h>
Simon Glass49648062013-05-07 06:12:03 +000034#include <asm/io.h>
Marian Balakowicza50d5152008-03-12 10:12:37 +010035
Julius Werner47ef9862019-07-24 19:37:54 -070036#include <bzlib.h>
37#include <linux/lzo.h>
38#include <lzma/LzmaTypes.h>
39#include <lzma/LzmaDec.h>
40#include <lzma/LzmaTools.h>
41
Marian Balakowicz2efc2642008-01-31 13:58:13 +010042#ifdef CONFIG_CMD_BDI
Wolfgang Denk6262d0212010-06-28 22:00:46 +020043extern int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
Marian Balakowicz2efc2642008-01-31 13:58:13 +010044#endif
45
46DECLARE_GLOBAL_DATA_PTR;
Marian Balakowicz61fde552008-02-27 11:01:04 +010047
Tom Rinic220bd92019-05-23 07:14:07 -040048#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Stephen Warren6904b6e2011-10-18 11:11:49 +000049static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
Marian Balakowicza0ffb422008-03-12 10:14:38 +010050 int verify);
Heiko Schocher515eb122014-05-28 11:33:33 +020051#endif
Marian Balakowicz41d71ed2008-01-08 18:14:09 +010052#else
Marian Balakowicz95418502008-01-31 13:55:39 +010053#include "mkimage.h"
Andy Fleming72c23be2008-04-02 16:19:07 -050054#include <u-boot/md5.h>
Marian Balakowicze227fbb2008-02-29 21:24:06 +010055#include <time.h>
Marian Balakowicz41d71ed2008-01-08 18:14:09 +010056#include <image.h>
Heiko Schocher62cb1562015-06-29 09:10:46 +020057
58#ifndef __maybe_unused
59# define __maybe_unused /* unimplemented */
60#endif
Marian Balakowicze227fbb2008-02-29 21:24:06 +010061#endif /* !USE_HOSTCC*/
Marian Balakowicz41d71ed2008-01-08 18:14:09 +010062
Simon Glass9adb6862013-02-24 17:33:25 +000063#include <u-boot/crc.h>
64
Simon Glass9ca37422013-05-08 08:06:01 +000065#ifndef CONFIG_SYS_BARGSIZE
66#define CONFIG_SYS_BARGSIZE 512
67#endif
68
Mike Frysingercf2feb12010-10-20 07:17:39 -040069static const table_entry_t uimage_arch[] = {
Simon Glassa3ed7372016-06-30 10:52:15 -060070 { IH_ARCH_INVALID, "invalid", "Invalid ARCH", },
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +010071 { IH_ARCH_ALPHA, "alpha", "Alpha", },
72 { IH_ARCH_ARM, "arm", "ARM", },
73 { IH_ARCH_I386, "x86", "Intel x86", },
74 { IH_ARCH_IA64, "ia64", "IA64", },
75 { IH_ARCH_M68K, "m68k", "M68K", },
76 { IH_ARCH_MICROBLAZE, "microblaze", "MicroBlaze", },
77 { IH_ARCH_MIPS, "mips", "MIPS", },
78 { IH_ARCH_MIPS64, "mips64", "MIPS 64 Bit", },
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +010079 { IH_ARCH_NIOS2, "nios2", "NIOS II", },
Grant Erickson80f51b82008-05-04 16:45:01 -070080 { IH_ARCH_PPC, "powerpc", "PowerPC", },
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +010081 { IH_ARCH_PPC, "ppc", "PowerPC", },
82 { IH_ARCH_S390, "s390", "IBM S390", },
83 { IH_ARCH_SH, "sh", "SuperH", },
84 { IH_ARCH_SPARC, "sparc", "SPARC", },
85 { IH_ARCH_SPARC64, "sparc64", "SPARC 64 Bit", },
86 { IH_ARCH_BLACKFIN, "blackfin", "Blackfin", },
87 { IH_ARCH_AVR32, "avr32", "AVR32", },
Macpaul Lin354b4e32011-10-19 20:41:09 +000088 { IH_ARCH_NDS32, "nds32", "NDS32", },
Stefan Kristiansson15c669c2011-11-26 19:04:50 +000089 { IH_ARCH_OPENRISC, "or1k", "OpenRISC 1000",},
Simon Glass49648062013-05-07 06:12:03 +000090 { IH_ARCH_SANDBOX, "sandbox", "Sandbox", },
David Feng85fd5f12013-12-14 11:47:35 +080091 { IH_ARCH_ARM64, "arm64", "AArch64", },
Alexey Brodkin78bc86f2014-02-04 12:56:16 +040092 { IH_ARCH_ARC, "arc", "ARC", },
Simon Glass9d428302014-10-10 08:21:57 -060093 { IH_ARCH_X86_64, "x86_64", "AMD x86_64", },
Chris Zankel41e37372016-08-10 18:36:43 +030094 { IH_ARCH_XTENSA, "xtensa", "Xtensa", },
Rick Chencda20702018-03-13 13:37:29 +080095 { IH_ARCH_RISCV, "riscv", "RISC-V", },
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +010096 { -1, "", "", },
97};
98
Mike Frysingercf2feb12010-10-20 07:17:39 -040099static const table_entry_t uimage_os[] = {
Simon Glassa3ed7372016-06-30 10:52:15 -0600100 { IH_OS_INVALID, "invalid", "Invalid OS", },
Philipp Tomsich1bf3eb22017-09-13 21:29:29 +0200101 { IH_OS_ARM_TRUSTED_FIRMWARE, "arm-trusted-firmware", "ARM Trusted Firmware" },
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100102 { IH_OS_LINUX, "linux", "Linux", },
103#if defined(CONFIG_LYNXKDI) || defined(USE_HOSTCC)
104 { IH_OS_LYNXOS, "lynxos", "LynxOS", },
105#endif
106 { IH_OS_NETBSD, "netbsd", "NetBSD", },
Torkel Lundgren29a58662010-09-28 11:05:36 +0200107 { IH_OS_OSE, "ose", "Enea OSE", },
Steven Stallion36ec8ac2013-03-20 06:31:35 +0000108 { IH_OS_PLAN9, "plan9", "Plan 9", },
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100109 { IH_OS_RTEMS, "rtems", "RTEMS", },
Bryan O'Donoghue2f72dec2018-03-13 16:50:35 +0000110 { IH_OS_TEE, "tee", "Trusted Execution Environment" },
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100111 { IH_OS_U_BOOT, "u-boot", "U-Boot", },
miao.yan@windriver.com8bb64242013-12-27 16:01:50 +0800112 { IH_OS_VXWORKS, "vxworks", "VxWorks", },
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100113#if defined(CONFIG_CMD_ELF) || defined(USE_HOSTCC)
114 { IH_OS_QNX, "qnx", "QNX", },
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100115#endif
Peter Tyser56b8dd12008-09-08 14:56:49 -0500116#if defined(CONFIG_INTEGRITY) || defined(USE_HOSTCC)
117 { IH_OS_INTEGRITY,"integrity", "INTEGRITY", },
118#endif
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100119#ifdef USE_HOSTCC
120 { IH_OS_4_4BSD, "4_4bsd", "4_4BSD", },
121 { IH_OS_DELL, "dell", "Dell", },
122 { IH_OS_ESIX, "esix", "Esix", },
123 { IH_OS_FREEBSD, "freebsd", "FreeBSD", },
124 { IH_OS_IRIX, "irix", "Irix", },
125 { IH_OS_NCR, "ncr", "NCR", },
126 { IH_OS_OPENBSD, "openbsd", "OpenBSD", },
127 { IH_OS_PSOS, "psos", "pSOS", },
128 { IH_OS_SCO, "sco", "SCO", },
129 { IH_OS_SOLARIS, "solaris", "Solaris", },
130 { IH_OS_SVR4, "svr4", "SVR4", },
131#endif
Marek Vasut0e3b5122014-12-16 14:07:21 +0100132#if defined(CONFIG_BOOTM_OPENRTOS) || defined(USE_HOSTCC)
133 { IH_OS_OPENRTOS, "openrtos", "OpenRTOS", },
134#endif
Lukas Auer515b9342019-08-21 21:14:44 +0200135 { IH_OS_OPENSBI, "opensbi", "RISC-V OpenSBI", },
Marek Vasut0e3b5122014-12-16 14:07:21 +0100136
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100137 { -1, "", "", },
138};
139
Mike Frysingercf2feb12010-10-20 07:17:39 -0400140static const table_entry_t uimage_type[] = {
Stefano Babic38855512011-10-17 00:07:43 +0000141 { IH_TYPE_AISIMAGE, "aisimage", "Davinci AIS image",},
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100142 { IH_TYPE_FILESYSTEM, "filesystem", "Filesystem Image", },
143 { IH_TYPE_FIRMWARE, "firmware", "Firmware", },
John Rigby34d12a12011-07-21 09:10:30 -0400144 { IH_TYPE_FLATDT, "flat_dt", "Flat Device Tree", },
Karicheri, Muralidharan82777932014-04-04 13:16:48 -0400145 { IH_TYPE_GPIMAGE, "gpimage", "TI Keystone SPL Image",},
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100146 { IH_TYPE_KERNEL, "kernel", "Kernel Image", },
Stephen Warren8c87eba2011-11-10 13:17:53 -0700147 { IH_TYPE_KERNEL_NOLOAD, "kernel_noload", "Kernel Image (no loading done)", },
Stefano Babic38855512011-10-17 00:07:43 +0000148 { IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",},
149 { IH_TYPE_IMXIMAGE, "imximage", "Freescale i.MX Boot Image",},
Peng Fan60a56072018-10-16 04:50:30 +0000150 { IH_TYPE_IMX8IMAGE, "imx8image", "NXP i.MX8 Boot Image",},
Peng Fan31c51da2018-11-20 10:19:36 +0000151 { IH_TYPE_IMX8MIMAGE, "imx8mimage", "NXP i.MX8M Boot Image",},
Simon Glassa3ed7372016-06-30 10:52:15 -0600152 { IH_TYPE_INVALID, "invalid", "Invalid Image", },
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100153 { IH_TYPE_MULTI, "multi", "Multi-File Image", },
Stefano Babic38855512011-10-17 00:07:43 +0000154 { IH_TYPE_OMAPIMAGE, "omapimage", "TI OMAP SPL With GP CH",},
Shaohui Xieea65fd82012-08-10 02:49:35 +0000155 { IH_TYPE_PBLIMAGE, "pblimage", "Freescale PBL Boot Image",},
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100156 { IH_TYPE_RAMDISK, "ramdisk", "RAMDisk Image", },
157 { IH_TYPE_SCRIPT, "script", "Script", },
Marek Vasut83f69282018-04-15 13:15:33 +0200158 { IH_TYPE_SOCFPGAIMAGE, "socfpgaimage", "Altera SoCFPGA CV/AV preloader",},
159 { IH_TYPE_SOCFPGAIMAGE_V1, "socfpgaimage_v1", "Altera SoCFPGA A10 preloader",},
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100160 { IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
Heiko Schocher58cb84d2011-07-16 00:06:42 +0000161 { IH_TYPE_UBLIMAGE, "ublimage", "Davinci UBL image",},
Marek Vasut4a0e05d2013-08-26 20:43:33 +0200162 { IH_TYPE_MXSIMAGE, "mxsimage", "Freescale MXS Boot Image",},
Andreas Bießmann7c75d3e2014-05-19 14:23:39 +0200163 { IH_TYPE_ATMELIMAGE, "atmelimage", "ATMEL ROM-Boot Image",},
Simon Glass0129b522014-10-19 21:11:24 -0600164 { IH_TYPE_X86_SETUP, "x86_setup", "x86 setup.bin", },
Albert ARIBAUD \(3ADEV\)ed1cb1a2015-03-31 11:40:49 +0200165 { IH_TYPE_LPC32XXIMAGE, "lpc32xximage", "LPC32XX Boot Image", },
Simon Glassc9c74032015-08-30 16:55:24 -0600166 { IH_TYPE_RKIMAGE, "rkimage", "Rockchip Boot Image" },
Simon Glass3b1e5072015-08-30 16:55:25 -0600167 { IH_TYPE_RKSD, "rksd", "Rockchip SD Boot Image" },
Simon Glassc17b1452015-08-30 16:55:26 -0600168 { IH_TYPE_RKSPI, "rkspi", "Rockchip SPI Boot Image" },
Albert ARIBAUD \(3ADEV\)2e9f4942016-09-26 09:08:06 +0200169 { IH_TYPE_VYBRIDIMAGE, "vybridimage", "Vybrid Boot Image", },
Nathan Rossice1771e2015-11-17 22:56:56 +1000170 { IH_TYPE_ZYNQIMAGE, "zynqimage", "Xilinx Zynq Boot Image" },
Michal Simekfa124662016-04-27 14:03:29 +0200171 { IH_TYPE_ZYNQMPIMAGE, "zynqmpimage", "Xilinx ZynqMP Boot Image" },
Alexander Graf5329d672018-04-13 14:18:52 +0200172 { IH_TYPE_ZYNQMPBIF, "zynqmpbif", "Xilinx ZynqMP Boot Image (bif)" },
Michal Simek0a130b12016-05-17 13:58:44 +0200173 { IH_TYPE_FPGA, "fpga", "FPGA Image" },
Andrew F. Davis378bcff2016-11-29 16:33:21 -0600174 { IH_TYPE_TEE, "tee", "Trusted Execution Environment Image",},
Sven Ebenfeld59697a22016-11-06 16:37:56 +0100175 { IH_TYPE_FIRMWARE_IVT, "firmware_ivt", "Firmware with HABv4 IVT" },
Andrew F. Davis30f9d562017-07-31 10:58:20 -0500176 { IH_TYPE_PMMC, "pmmc", "TI Power Management Micro-Controller Firmware",},
Patrick Delaunaye6db5df2018-03-12 10:46:04 +0100177 { IH_TYPE_STM32IMAGE, "stm32image", "STMicroelectronics STM32 Image" },
developere1de5d42018-11-15 10:07:49 +0800178 { IH_TYPE_MTKIMAGE, "mtk_image", "MediaTek BootROM loadable Image" },
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100179 { -1, "", "", },
180};
181
Mike Frysingercf2feb12010-10-20 07:17:39 -0400182static const table_entry_t uimage_comp[] = {
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100183 { IH_COMP_NONE, "none", "uncompressed", },
184 { IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },
185 { IH_COMP_GZIP, "gzip", "gzip compressed", },
Luigi 'Comio' Mantellini35afc062008-09-08 02:46:13 +0200186 { IH_COMP_LZMA, "lzma", "lzma compressed", },
Peter Korsgaardf7440cd2009-11-19 11:37:51 +0100187 { IH_COMP_LZO, "lzo", "lzo compressed", },
Julius Wernerf41a3ca2015-10-06 20:03:53 -0700188 { IH_COMP_LZ4, "lz4", "lz4 compressed", },
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100189 { -1, "", "", },
190};
191
Simon Glass7da41d52016-06-30 10:52:14 -0600192struct table_info {
193 const char *desc;
194 int count;
195 const table_entry_t *table;
196};
197
198static const struct table_info table_info[IH_COUNT] = {
199 { "architecture", IH_ARCH_COUNT, uimage_arch },
200 { "compression", IH_COMP_COUNT, uimage_comp },
201 { "operating system", IH_OS_COUNT, uimage_os },
202 { "image type", IH_TYPE_COUNT, uimage_type },
203};
204
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100205/*****************************************************************************/
206/* Legacy format routines */
207/*****************************************************************************/
Stephen Warren6904b6e2011-10-18 11:11:49 +0000208int image_check_hcrc(const image_header_t *hdr)
Marian Balakowicz41d71ed2008-01-08 18:14:09 +0100209{
210 ulong hcrc;
Stephen Warren6904b6e2011-10-18 11:11:49 +0000211 ulong len = image_get_header_size();
Marian Balakowicz41d71ed2008-01-08 18:14:09 +0100212 image_header_t header;
213
214 /* Copy header so we can blank CRC field for re-calculation */
Stephen Warren6904b6e2011-10-18 11:11:49 +0000215 memmove(&header, (char *)hdr, image_get_header_size());
216 image_set_hcrc(&header, 0);
Marian Balakowicz41d71ed2008-01-08 18:14:09 +0100217
Stephen Warren6904b6e2011-10-18 11:11:49 +0000218 hcrc = crc32(0, (unsigned char *)&header, len);
Marian Balakowicz41d71ed2008-01-08 18:14:09 +0100219
Stephen Warren6904b6e2011-10-18 11:11:49 +0000220 return (hcrc == image_get_hcrc(hdr));
Marian Balakowicz41d71ed2008-01-08 18:14:09 +0100221}
222
Stephen Warren6904b6e2011-10-18 11:11:49 +0000223int image_check_dcrc(const image_header_t *hdr)
Marian Balakowicz41d71ed2008-01-08 18:14:09 +0100224{
Stephen Warren6904b6e2011-10-18 11:11:49 +0000225 ulong data = image_get_data(hdr);
226 ulong len = image_get_data_size(hdr);
227 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32);
Marian Balakowicz41d71ed2008-01-08 18:14:09 +0100228
Stephen Warren6904b6e2011-10-18 11:11:49 +0000229 return (dcrc == image_get_dcrc(hdr));
Marian Balakowicz41d71ed2008-01-08 18:14:09 +0100230}
231
Marian Balakowiczb4a12a92008-01-08 18:12:17 +0100232/**
233 * image_multi_count - get component (sub-image) count
234 * @hdr: pointer to the header of the multi component image
235 *
236 * image_multi_count() returns number of components in a multi
237 * component image.
238 *
239 * Note: no checking of the image type is done, caller must pass
240 * a valid multi component image.
241 *
242 * returns:
243 * number of components
244 */
Stephen Warren6904b6e2011-10-18 11:11:49 +0000245ulong image_multi_count(const image_header_t *hdr)
Marian Balakowiczb4a12a92008-01-08 18:12:17 +0100246{
247 ulong i, count = 0;
Marian Balakowicza1474212008-02-29 16:00:06 +0100248 uint32_t *size;
Marian Balakowiczb4a12a92008-01-08 18:12:17 +0100249
250 /* get start of the image payload, which in case of multi
251 * component images that points to a table of component sizes */
Stephen Warren6904b6e2011-10-18 11:11:49 +0000252 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczb4a12a92008-01-08 18:12:17 +0100253
254 /* count non empty slots */
255 for (i = 0; size[i]; ++i)
256 count++;
257
258 return count;
259}
260
261/**
262 * image_multi_getimg - get component data address and size
263 * @hdr: pointer to the header of the multi component image
264 * @idx: index of the requested component
265 * @data: pointer to a ulong variable, will hold component data address
266 * @len: pointer to a ulong variable, will hold component size
267 *
268 * image_multi_getimg() returns size and data address for the requested
269 * component in a multi component image.
270 *
271 * Note: no checking of the image type is done, caller must pass
272 * a valid multi component image.
273 *
274 * returns:
275 * data address and size of the component, if idx is valid
276 * 0 in data and len, if idx is out of range
277 */
Stephen Warren6904b6e2011-10-18 11:11:49 +0000278void image_multi_getimg(const image_header_t *hdr, ulong idx,
Marian Balakowiczb4a12a92008-01-08 18:12:17 +0100279 ulong *data, ulong *len)
280{
281 int i;
Marian Balakowicza1474212008-02-29 16:00:06 +0100282 uint32_t *size;
Nick Spence143a1592008-05-10 14:02:04 -0700283 ulong offset, count, img_data;
Marian Balakowiczb4a12a92008-01-08 18:12:17 +0100284
285 /* get number of component */
Stephen Warren6904b6e2011-10-18 11:11:49 +0000286 count = image_multi_count(hdr);
Marian Balakowiczb4a12a92008-01-08 18:12:17 +0100287
288 /* get start of the image payload, which in case of multi
289 * component images that points to a table of component sizes */
Stephen Warren6904b6e2011-10-18 11:11:49 +0000290 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczb4a12a92008-01-08 18:12:17 +0100291
292 /* get address of the proper component data start, which means
293 * skipping sizes table (add 1 for last, null entry) */
Stephen Warren6904b6e2011-10-18 11:11:49 +0000294 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t);
Marian Balakowiczb4a12a92008-01-08 18:12:17 +0100295
296 if (idx < count) {
Stephen Warren6904b6e2011-10-18 11:11:49 +0000297 *len = uimage_to_cpu(size[idx]);
Marian Balakowiczb4a12a92008-01-08 18:12:17 +0100298 offset = 0;
Marian Balakowiczb4a12a92008-01-08 18:12:17 +0100299
300 /* go over all indices preceding requested component idx */
301 for (i = 0; i < idx; i++) {
Nick Spence143a1592008-05-10 14:02:04 -0700302 /* add up i-th component size, rounding up to 4 bytes */
Stephen Warren6904b6e2011-10-18 11:11:49 +0000303 offset += (uimage_to_cpu(size[i]) + 3) & ~3 ;
Marian Balakowiczb4a12a92008-01-08 18:12:17 +0100304 }
305
306 /* calculate idx-th component data address */
Nick Spence143a1592008-05-10 14:02:04 -0700307 *data = img_data + offset;
Marian Balakowiczb4a12a92008-01-08 18:12:17 +0100308 } else {
309 *len = 0;
310 *data = 0;
311 }
312}
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100313
Stephen Warren6904b6e2011-10-18 11:11:49 +0000314static void image_print_type(const image_header_t *hdr)
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100315{
Heiko Schocher62cb1562015-06-29 09:10:46 +0200316 const char __maybe_unused *os, *arch, *type, *comp;
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100317
Stephen Warren6904b6e2011-10-18 11:11:49 +0000318 os = genimg_get_os_name(image_get_os(hdr));
319 arch = genimg_get_arch_name(image_get_arch(hdr));
320 type = genimg_get_type_name(image_get_type(hdr));
321 comp = genimg_get_comp_name(image_get_comp(hdr));
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100322
Stephen Warren6904b6e2011-10-18 11:11:49 +0000323 printf("%s %s %s (%s)\n", arch, os, type, comp);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100324}
325
Marian Balakowicze227fbb2008-02-29 21:24:06 +0100326/**
Bartlomiej Sieka47868592008-04-18 12:39:23 +0200327 * image_print_contents - prints out the contents of the legacy format image
Wolfgang Denk3b506772009-08-19 11:42:56 +0200328 * @ptr: pointer to the legacy format image header
Marian Balakowicze227fbb2008-02-29 21:24:06 +0100329 * @p: pointer to prefix string
330 *
Bartlomiej Sieka47868592008-04-18 12:39:23 +0200331 * image_print_contents() formats a multi line legacy image contents description.
Marian Balakowicze227fbb2008-02-29 21:24:06 +0100332 * The routine prints out all header fields followed by the size/offset data
333 * for MULTI/SCRIPT images.
334 *
335 * returns:
336 * no returned results
337 */
Stephen Warren6904b6e2011-10-18 11:11:49 +0000338void image_print_contents(const void *ptr)
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100339{
Wolfgang Denk3b506772009-08-19 11:42:56 +0200340 const image_header_t *hdr = (const image_header_t *)ptr;
Heiko Schocher62cb1562015-06-29 09:10:46 +0200341 const char __maybe_unused *p;
Bartlomiej Sieka47868592008-04-18 12:39:23 +0200342
Simon Glass1030f162013-05-08 08:05:58 +0000343 p = IMAGE_INDENT_STRING;
Stephen Warren6904b6e2011-10-18 11:11:49 +0000344 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr));
Simon Glassaf0ec0d2013-05-07 06:11:51 +0000345 if (IMAGE_ENABLE_TIMESTAMP) {
346 printf("%sCreated: ", p);
347 genimg_print_time((time_t)image_get_time(hdr));
348 }
Stephen Warren6904b6e2011-10-18 11:11:49 +0000349 printf("%sImage Type: ", p);
350 image_print_type(hdr);
351 printf("%sData Size: ", p);
352 genimg_print_size(image_get_data_size(hdr));
353 printf("%sLoad Address: %08x\n", p, image_get_load(hdr));
354 printf("%sEntry Point: %08x\n", p, image_get_ep(hdr));
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100355
Stephen Warren6904b6e2011-10-18 11:11:49 +0000356 if (image_check_type(hdr, IH_TYPE_MULTI) ||
357 image_check_type(hdr, IH_TYPE_SCRIPT)) {
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100358 int i;
359 ulong data, len;
Stephen Warren6904b6e2011-10-18 11:11:49 +0000360 ulong count = image_multi_count(hdr);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100361
Stephen Warren6904b6e2011-10-18 11:11:49 +0000362 printf("%sContents:\n", p);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100363 for (i = 0; i < count; i++) {
Stephen Warren6904b6e2011-10-18 11:11:49 +0000364 image_multi_getimg(hdr, i, &data, &len);
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100365
Stephen Warren6904b6e2011-10-18 11:11:49 +0000366 printf("%s Image %d: ", p, i);
367 genimg_print_size(len);
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100368
Stephen Warren6904b6e2011-10-18 11:11:49 +0000369 if (image_check_type(hdr, IH_TYPE_SCRIPT) && i > 0) {
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100370 /*
371 * the user may need to know offsets
372 * if planning to do something with
373 * multiple files
374 */
Stephen Warren6904b6e2011-10-18 11:11:49 +0000375 printf("%s Offset = 0x%08lx\n", p, data);
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100376 }
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100377 }
Sven Ebenfeld59697a22016-11-06 16:37:56 +0100378 } else if (image_check_type(hdr, IH_TYPE_FIRMWARE_IVT)) {
379 printf("HAB Blocks: 0x%08x 0x0000 0x%08x\n",
380 image_get_load(hdr) - image_get_header_size(),
381 image_get_size(hdr) + image_get_header_size()
382 - 0x1FE0);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100383 }
384}
385
Julius Werner47ef9862019-07-24 19:37:54 -0700386/**
387 * print_decomp_msg() - Print a suitable decompression/loading message
388 *
389 * @type: OS type (IH_OS_...)
390 * @comp_type: Compression type being used (IH_COMP_...)
391 * @is_xip: true if the load address matches the image start
392 */
393static void print_decomp_msg(int comp_type, int type, bool is_xip)
394{
395 const char *name = genimg_get_type_name(type);
396
397 if (comp_type == IH_COMP_NONE)
398 printf(" %s %s\n", is_xip ? "XIP" : "Loading", name);
399 else
400 printf(" Uncompressing %s\n", name);
401}
402
403int image_decomp(int comp, ulong load, ulong image_start, int type,
404 void *load_buf, void *image_buf, ulong image_len,
405 uint unc_len, ulong *load_end)
406{
407 int ret = 0;
408
409 *load_end = load;
410 print_decomp_msg(comp, type, load == image_start);
411
412 /*
413 * Load the image to the right place, decompressing if needed. After
414 * this, image_len will be set to the number of uncompressed bytes
415 * loaded, ret will be non-zero on error.
416 */
417 switch (comp) {
418 case IH_COMP_NONE:
419 if (load == image_start)
420 break;
421 if (image_len <= unc_len)
422 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ);
423 else
424 ret = -ENOSPC;
425 break;
426#ifdef CONFIG_GZIP
427 case IH_COMP_GZIP: {
428 ret = gunzip(load_buf, unc_len, image_buf, &image_len);
429 break;
430 }
431#endif /* CONFIG_GZIP */
432#ifdef CONFIG_BZIP2
433 case IH_COMP_BZIP2: {
434 uint size = unc_len;
435
436 /*
437 * If we've got less than 4 MB of malloc() space,
438 * use slower decompression algorithm which requires
439 * at most 2300 KB of memory.
440 */
441 ret = BZ2_bzBuffToBuffDecompress(load_buf, &size,
442 image_buf, image_len,
443 CONFIG_SYS_MALLOC_LEN < (4096 * 1024), 0);
444 image_len = size;
445 break;
446 }
447#endif /* CONFIG_BZIP2 */
448#ifdef CONFIG_LZMA
449 case IH_COMP_LZMA: {
450 SizeT lzma_len = unc_len;
451
452 ret = lzmaBuffToBuffDecompress(load_buf, &lzma_len,
453 image_buf, image_len);
454 image_len = lzma_len;
455 break;
456 }
457#endif /* CONFIG_LZMA */
458#ifdef CONFIG_LZO
459 case IH_COMP_LZO: {
460 size_t size = unc_len;
461
462 ret = lzop_decompress(image_buf, image_len, load_buf, &size);
463 image_len = size;
464 break;
465 }
466#endif /* CONFIG_LZO */
467#ifdef CONFIG_LZ4
468 case IH_COMP_LZ4: {
469 size_t size = unc_len;
470
471 ret = ulz4fn(image_buf, image_len, load_buf, &size);
472 image_len = size;
473 break;
474 }
475#endif /* CONFIG_LZ4 */
476 default:
477 printf("Unimplemented compression type %d\n", comp);
478 return -ENOSYS;
479 }
480
481 *load_end = load + image_len;
482
483 return ret;
484}
485
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100486
487#ifndef USE_HOSTCC
Tom Rinic220bd92019-05-23 07:14:07 -0400488#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100489/**
490 * image_get_ramdisk - get and verify ramdisk image
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100491 * @rd_addr: ramdisk image start address
492 * @arch: expected ramdisk architecture
493 * @verify: checksum verification flag
494 *
495 * image_get_ramdisk() returns a pointer to the verified ramdisk image
496 * header. Routine receives image start address and expected architecture
497 * flag. Verification done covers data and header integrity and os/type/arch
498 * fields checking.
499 *
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100500 * returns:
501 * pointer to a ramdisk image header, if image was found and valid
502 * otherwise, return NULL
503 */
Stephen Warren6904b6e2011-10-18 11:11:49 +0000504static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
Marian Balakowicza0ffb422008-03-12 10:14:38 +0100505 int verify)
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100506{
Wolfgang Denk3b506772009-08-19 11:42:56 +0200507 const image_header_t *rd_hdr = (const image_header_t *)rd_addr;
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100508
Stephen Warren6904b6e2011-10-18 11:11:49 +0000509 if (!image_check_magic(rd_hdr)) {
510 puts("Bad Magic Number\n");
Simon Glass0169e6b2012-02-13 13:51:18 +0000511 bootstage_error(BOOTSTAGE_ID_RD_MAGIC);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100512 return NULL;
513 }
514
Stephen Warren6904b6e2011-10-18 11:11:49 +0000515 if (!image_check_hcrc(rd_hdr)) {
516 puts("Bad Header Checksum\n");
Simon Glass0169e6b2012-02-13 13:51:18 +0000517 bootstage_error(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100518 return NULL;
519 }
520
Simon Glass0169e6b2012-02-13 13:51:18 +0000521 bootstage_mark(BOOTSTAGE_ID_RD_MAGIC);
Stephen Warren6904b6e2011-10-18 11:11:49 +0000522 image_print_contents(rd_hdr);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100523
524 if (verify) {
525 puts(" Verifying Checksum ... ");
Stephen Warren6904b6e2011-10-18 11:11:49 +0000526 if (!image_check_dcrc(rd_hdr)) {
527 puts("Bad Data CRC\n");
Simon Glass0169e6b2012-02-13 13:51:18 +0000528 bootstage_error(BOOTSTAGE_ID_RD_CHECKSUM);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100529 return NULL;
530 }
531 puts("OK\n");
532 }
533
Simon Glass0169e6b2012-02-13 13:51:18 +0000534 bootstage_mark(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100535
Stephen Warren6904b6e2011-10-18 11:11:49 +0000536 if (!image_check_os(rd_hdr, IH_OS_LINUX) ||
537 !image_check_arch(rd_hdr, arch) ||
538 !image_check_type(rd_hdr, IH_TYPE_RAMDISK)) {
539 printf("No Linux %s Ramdisk Image\n",
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100540 genimg_get_arch_name(arch));
Simon Glass0169e6b2012-02-13 13:51:18 +0000541 bootstage_error(BOOTSTAGE_ID_RAMDISK);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100542 return NULL;
543 }
544
545 return rd_hdr;
546}
Heiko Schocher515eb122014-05-28 11:33:33 +0200547#endif
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100548#endif /* !USE_HOSTCC */
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100549
550/*****************************************************************************/
551/* Shared dual-format routines */
552/*****************************************************************************/
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100553#ifndef USE_HOSTCC
Joe Hershbergerd1f5ae92012-12-11 22:16:28 -0600554ulong load_addr = CONFIG_SYS_LOAD_ADDR; /* Default Load Address */
555ulong save_addr; /* Default Save Address */
556ulong save_size; /* Default Save Size (in bytes) */
557
558static int on_loadaddr(const char *name, const char *value, enum env_op op,
559 int flags)
560{
561 switch (op) {
562 case env_op_create:
563 case env_op_overwrite:
564 load_addr = simple_strtoul(value, NULL, 16);
565 break;
566 default:
567 break;
568 }
569
570 return 0;
571}
572U_BOOT_ENV_CALLBACK(loadaddr, on_loadaddr);
573
Simon Glassda1a1342017-08-03 12:22:15 -0600574ulong env_get_bootm_low(void)
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100575{
Simon Glass64b723f2017-08-03 12:22:12 -0600576 char *s = env_get("bootm_low");
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100577 if (s) {
Stephen Warren6904b6e2011-10-18 11:11:49 +0000578 ulong tmp = simple_strtoul(s, NULL, 16);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100579 return tmp;
580 }
581
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200582#if defined(CONFIG_SYS_SDRAM_BASE)
583 return CONFIG_SYS_SDRAM_BASE;
Marian Balakowicz2499b042008-03-12 12:14:15 +0100584#elif defined(CONFIG_ARM)
585 return gd->bd->bi_dram[0].start;
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100586#else
587 return 0;
588#endif
589}
590
Simon Glassda1a1342017-08-03 12:22:15 -0600591phys_size_t env_get_bootm_size(void)
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100592{
Masahiro Yamadabee2f4b2016-02-05 16:12:50 +0900593 phys_size_t tmp, size;
594 phys_addr_t start;
Simon Glass64b723f2017-08-03 12:22:12 -0600595 char *s = env_get("bootm_size");
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100596 if (s) {
Stephen Warren6904b6e2011-10-18 11:11:49 +0000597 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100598 return tmp;
599 }
Masahiro Yamadabee2f4b2016-02-05 16:12:50 +0900600
601#if defined(CONFIG_ARM) && defined(CONFIG_NR_DRAM_BANKS)
602 start = gd->bd->bi_dram[0].start;
603 size = gd->bd->bi_dram[0].size;
604#else
605 start = gd->bd->bi_memstart;
606 size = gd->bd->bi_memsize;
607#endif
608
Simon Glass64b723f2017-08-03 12:22:12 -0600609 s = env_get("bootm_low");
Matthew McClintock6fc7d3a2010-07-08 10:11:08 -0500610 if (s)
Stephen Warren6904b6e2011-10-18 11:11:49 +0000611 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Matthew McClintock6fc7d3a2010-07-08 10:11:08 -0500612 else
Masahiro Yamadabee2f4b2016-02-05 16:12:50 +0900613 tmp = start;
Matthew McClintock6fc7d3a2010-07-08 10:11:08 -0500614
Masahiro Yamadabee2f4b2016-02-05 16:12:50 +0900615 return size - (tmp - start);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100616}
617
Simon Glassda1a1342017-08-03 12:22:15 -0600618phys_size_t env_get_bootm_mapsize(void)
Grant Likely26396382011-03-28 09:58:43 +0000619{
620 phys_size_t tmp;
Simon Glass64b723f2017-08-03 12:22:12 -0600621 char *s = env_get("bootm_mapsize");
Grant Likely26396382011-03-28 09:58:43 +0000622 if (s) {
Stephen Warren6904b6e2011-10-18 11:11:49 +0000623 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Grant Likely26396382011-03-28 09:58:43 +0000624 return tmp;
625 }
626
627#if defined(CONFIG_SYS_BOOTMAPSZ)
628 return CONFIG_SYS_BOOTMAPSZ;
629#else
Simon Glassda1a1342017-08-03 12:22:15 -0600630 return env_get_bootm_size();
Grant Likely26396382011-03-28 09:58:43 +0000631#endif
632}
633
Stephen Warren6904b6e2011-10-18 11:11:49 +0000634void memmove_wd(void *to, void *from, size_t len, ulong chunksz)
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100635{
Larry Johnsone4551002010-04-20 08:09:43 -0400636 if (to == from)
637 return;
638
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100639#if defined(CONFIG_HW_WATCHDOG) || defined(CONFIG_WATCHDOG)
Sonic Zhang76ae5d92014-12-10 18:20:53 +0800640 if (to > from) {
641 from += len;
642 to += len;
643 }
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100644 while (len > 0) {
645 size_t tail = (len > chunksz) ? chunksz : len;
Stephen Warren6904b6e2011-10-18 11:11:49 +0000646 WATCHDOG_RESET();
Sonic Zhang76ae5d92014-12-10 18:20:53 +0800647 if (to > from) {
648 to -= tail;
649 from -= tail;
650 }
Stephen Warren6904b6e2011-10-18 11:11:49 +0000651 memmove(to, from, tail);
Sonic Zhang76ae5d92014-12-10 18:20:53 +0800652 if (to < from) {
653 to += tail;
654 from += tail;
655 }
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100656 len -= tail;
657 }
658#else /* !(CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG) */
Stephen Warren6904b6e2011-10-18 11:11:49 +0000659 memmove(to, from, len);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100660#endif /* CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG */
661}
Julius Werner47ef9862019-07-24 19:37:54 -0700662#else /* USE_HOSTCC */
663void memmove_wd(void *to, void *from, size_t len, ulong chunksz)
664{
665 memmove(to, from, len);
666}
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100667#endif /* !USE_HOSTCC */
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100668
Stephen Warren6904b6e2011-10-18 11:11:49 +0000669void genimg_print_size(uint32_t size)
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100670{
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100671#ifndef USE_HOSTCC
Stephen Warren6904b6e2011-10-18 11:11:49 +0000672 printf("%d Bytes = ", size);
673 print_size(size, "\n");
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100674#else
xypron.glpk@gmx.de1377bff2017-01-04 14:04:44 +0100675 printf("%d Bytes = %.2f KiB = %.2f MiB\n",
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100676 size, (double)size / 1.024e3,
677 (double)size / 1.048576e6);
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100678#endif
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100679}
680
Simon Glassaf0ec0d2013-05-07 06:11:51 +0000681#if IMAGE_ENABLE_TIMESTAMP
682void genimg_print_time(time_t timestamp)
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100683{
684#ifndef USE_HOSTCC
685 struct rtc_time tm;
686
Simon Glass12994662015-04-20 12:37:18 -0600687 rtc_to_tm(timestamp, &tm);
Stephen Warren6904b6e2011-10-18 11:11:49 +0000688 printf("%4d-%02d-%02d %2d:%02d:%02d UTC\n",
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100689 tm.tm_year, tm.tm_mon, tm.tm_mday,
690 tm.tm_hour, tm.tm_min, tm.tm_sec);
691#else
Stephen Warren6904b6e2011-10-18 11:11:49 +0000692 printf("%s", ctime(&timestamp));
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100693#endif
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100694}
Simon Glassaf0ec0d2013-05-07 06:11:51 +0000695#endif
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100696
Simon Glass434a31b2015-06-23 15:38:25 -0600697const table_entry_t *get_table_entry(const table_entry_t *table, int id)
698{
699 for (; table->id >= 0; ++table) {
700 if (table->id == id)
701 return table;
702 }
703 return NULL;
704}
705
Simon Glass19864332016-06-30 10:52:16 -0600706static const char *unknown_msg(enum ih_category category)
707{
Simon Glassddb26072016-10-31 10:21:09 -0600708 static const char unknown_str[] = "Unknown ";
Simon Glass19864332016-06-30 10:52:16 -0600709 static char msg[30];
710
Simon Glassddb26072016-10-31 10:21:09 -0600711 strcpy(msg, unknown_str);
712 strncat(msg, table_info[category].desc,
713 sizeof(msg) - sizeof(unknown_str));
Simon Glass19864332016-06-30 10:52:16 -0600714
715 return msg;
716}
717
718/**
719 * get_cat_table_entry_name - translate entry id to long name
720 * @category: category to look up (enum ih_category)
721 * @id: entry id to be translated
722 *
723 * This will scan the translation table trying to find the entry that matches
724 * the given id.
725 *
726 * @retur long entry name if translation succeeds; error string on failure
727 */
728const char *genimg_get_cat_name(enum ih_category category, uint id)
729{
730 const table_entry_t *entry;
731
732 entry = get_table_entry(table_info[category].table, id);
733 if (!entry)
734 return unknown_msg(category);
735#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
736 return entry->lname;
737#else
738 return entry->lname + gd->reloc_off;
739#endif
740}
741
742/**
743 * get_cat_table_entry_short_name - translate entry id to short name
744 * @category: category to look up (enum ih_category)
745 * @id: entry id to be translated
746 *
747 * This will scan the translation table trying to find the entry that matches
748 * the given id.
749 *
750 * @retur short entry name if translation succeeds; error string on failure
751 */
752const char *genimg_get_cat_short_name(enum ih_category category, uint id)
753{
754 const table_entry_t *entry;
755
756 entry = get_table_entry(table_info[category].table, id);
757 if (!entry)
758 return unknown_msg(category);
759#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
760 return entry->sname;
761#else
762 return entry->sname + gd->reloc_off;
763#endif
764}
765
766int genimg_get_cat_count(enum ih_category category)
767{
768 return table_info[category].count;
769}
770
771const char *genimg_get_cat_desc(enum ih_category category)
772{
773 return table_info[category].desc;
774}
775
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100776/**
777 * get_table_entry_name - translate entry id to long name
778 * @table: pointer to a translation table for entries of a specific type
779 * @msg: message to be returned when translation fails
780 * @id: entry id to be translated
781 *
782 * get_table_entry_name() will go over translation table trying to find
783 * entry that matches given id. If matching entry is found, its long
784 * name is returned to the caller.
785 *
786 * returns:
787 * long entry name if translation succeeds
788 * msg otherwise
789 */
Mike Frysingercf2feb12010-10-20 07:17:39 -0400790char *get_table_entry_name(const table_entry_t *table, char *msg, int id)
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100791{
Simon Glass434a31b2015-06-23 15:38:25 -0600792 table = get_table_entry(table, id);
793 if (!table)
794 return msg;
Wolfgang Denkd0813e52010-10-28 20:00:11 +0200795#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
Simon Glass434a31b2015-06-23 15:38:25 -0600796 return table->lname;
Scott Wood68498ab2009-04-02 16:15:10 -0500797#else
Simon Glass434a31b2015-06-23 15:38:25 -0600798 return table->lname + gd->reloc_off;
Scott Wood68498ab2009-04-02 16:15:10 -0500799#endif
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100800}
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100801
Stephen Warren6904b6e2011-10-18 11:11:49 +0000802const char *genimg_get_os_name(uint8_t os)
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100803{
Stephen Warren6904b6e2011-10-18 11:11:49 +0000804 return (get_table_entry_name(uimage_os, "Unknown OS", os));
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100805}
806
Stephen Warren6904b6e2011-10-18 11:11:49 +0000807const char *genimg_get_arch_name(uint8_t arch)
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100808{
Stephen Warren6904b6e2011-10-18 11:11:49 +0000809 return (get_table_entry_name(uimage_arch, "Unknown Architecture",
810 arch));
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100811}
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100812
Stephen Warren6904b6e2011-10-18 11:11:49 +0000813const char *genimg_get_type_name(uint8_t type)
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100814{
Stephen Warren6904b6e2011-10-18 11:11:49 +0000815 return (get_table_entry_name(uimage_type, "Unknown Image", type));
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100816}
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100817
Simon Glass86c362d2016-02-22 22:55:50 -0700818static const char *genimg_get_short_name(const table_entry_t *table, int val)
Simon Glass434a31b2015-06-23 15:38:25 -0600819{
Simon Glass86c362d2016-02-22 22:55:50 -0700820 table = get_table_entry(table, val);
Simon Glass434a31b2015-06-23 15:38:25 -0600821 if (!table)
822 return "unknown";
823#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
824 return table->sname;
825#else
826 return table->sname + gd->reloc_off;
827#endif
828}
829
Simon Glass86c362d2016-02-22 22:55:50 -0700830const char *genimg_get_type_short_name(uint8_t type)
831{
832 return genimg_get_short_name(uimage_type, type);
833}
834
Stephen Warren6904b6e2011-10-18 11:11:49 +0000835const char *genimg_get_comp_name(uint8_t comp)
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100836{
Stephen Warren6904b6e2011-10-18 11:11:49 +0000837 return (get_table_entry_name(uimage_comp, "Unknown Compression",
838 comp));
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100839}
840
Simon Glass86c362d2016-02-22 22:55:50 -0700841const char *genimg_get_comp_short_name(uint8_t comp)
842{
843 return genimg_get_short_name(uimage_comp, comp);
844}
845
846const char *genimg_get_os_short_name(uint8_t os)
847{
848 return genimg_get_short_name(uimage_os, os);
849}
850
851const char *genimg_get_arch_short_name(uint8_t arch)
852{
853 return genimg_get_short_name(uimage_arch, arch);
854}
855
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100856/**
857 * get_table_entry_id - translate short entry name to id
858 * @table: pointer to a translation table for entries of a specific type
859 * @table_name: to be used in case of error
860 * @name: entry short name to be translated
861 *
862 * get_table_entry_id() will go over translation table trying to find
863 * entry that matches given short name. If matching entry is found,
864 * its id returned to the caller.
865 *
866 * returns:
867 * entry id if translation succeeds
868 * -1 otherwise
869 */
Mike Frysingercf2feb12010-10-20 07:17:39 -0400870int get_table_entry_id(const table_entry_t *table,
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100871 const char *table_name, const char *name)
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100872{
Mike Frysingercf2feb12010-10-20 07:17:39 -0400873 const table_entry_t *t;
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100874
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100875 for (t = table; t->id >= 0; ++t) {
Wolfgang Denkd0813e52010-10-28 20:00:11 +0200876#ifdef CONFIG_NEEDS_MANUAL_RELOC
Simon Glass434a31b2015-06-23 15:38:25 -0600877 if (t->sname && strcasecmp(t->sname + gd->reloc_off, name) == 0)
Wolfgang Denkd0813e52010-10-28 20:00:11 +0200878#else
Simon Glass434a31b2015-06-23 15:38:25 -0600879 if (t->sname && strcasecmp(t->sname, name) == 0)
Peter Tyser9057cbf2009-09-21 11:20:36 -0500880#endif
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100881 return (t->id);
882 }
Stephen Warren6904b6e2011-10-18 11:11:49 +0000883 debug("Invalid %s Type: %s\n", table_name, name);
Simon Glass434a31b2015-06-23 15:38:25 -0600884
885 return -1;
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100886}
887
Stephen Warren6904b6e2011-10-18 11:11:49 +0000888int genimg_get_os_id(const char *name)
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100889{
Stephen Warren6904b6e2011-10-18 11:11:49 +0000890 return (get_table_entry_id(uimage_os, "OS", name));
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100891}
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100892
Stephen Warren6904b6e2011-10-18 11:11:49 +0000893int genimg_get_arch_id(const char *name)
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100894{
Stephen Warren6904b6e2011-10-18 11:11:49 +0000895 return (get_table_entry_id(uimage_arch, "CPU", name));
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100896}
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100897
Stephen Warren6904b6e2011-10-18 11:11:49 +0000898int genimg_get_type_id(const char *name)
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100899{
Stephen Warren6904b6e2011-10-18 11:11:49 +0000900 return (get_table_entry_id(uimage_type, "Image", name));
Marian Balakowicz05c1d3f2008-01-31 13:20:07 +0100901}
Marian Balakowicz95418502008-01-31 13:55:39 +0100902
Stephen Warren6904b6e2011-10-18 11:11:49 +0000903int genimg_get_comp_id(const char *name)
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100904{
Stephen Warren6904b6e2011-10-18 11:11:49 +0000905 return (get_table_entry_id(uimage_comp, "Compression", name));
Marian Balakowiczc3c7eb22008-02-29 15:59:59 +0100906}
907
908#ifndef USE_HOSTCC
Marian Balakowicz95418502008-01-31 13:55:39 +0100909/**
Bryan Wuf5c377a2014-08-15 16:51:38 -0700910 * genimg_get_kernel_addr_fit - get the real kernel address and return 2
911 * FIT strings
Bryan Wuaf7b0de2014-07-31 17:39:58 -0700912 * @img_addr: a string might contain real image address
Bryan Wuf5c377a2014-08-15 16:51:38 -0700913 * @fit_uname_config: double pointer to a char, will hold pointer to a
914 * configuration unit name
915 * @fit_uname_kernel: double pointer to a char, will hold pointer to a subimage
916 * name
Bryan Wuaf7b0de2014-07-31 17:39:58 -0700917 *
Bryan Wuf5c377a2014-08-15 16:51:38 -0700918 * genimg_get_kernel_addr_fit get the real kernel start address from a string
Bryan Wuaf7b0de2014-07-31 17:39:58 -0700919 * which is normally the first argv of bootm/bootz
920 *
921 * returns:
922 * kernel start address
923 */
Bryan Wuf5c377a2014-08-15 16:51:38 -0700924ulong genimg_get_kernel_addr_fit(char * const img_addr,
925 const char **fit_uname_config,
926 const char **fit_uname_kernel)
Bryan Wuaf7b0de2014-07-31 17:39:58 -0700927{
Bryan Wuaf7b0de2014-07-31 17:39:58 -0700928 ulong kernel_addr;
929
930 /* find out kernel image address */
931 if (!img_addr) {
932 kernel_addr = load_addr;
933 debug("* kernel: default image load address = 0x%08lx\n",
934 load_addr);
Simon Glasse3ee2fb2016-02-22 22:55:43 -0700935#if CONFIG_IS_ENABLED(FIT)
Bryan Wuaf7b0de2014-07-31 17:39:58 -0700936 } else if (fit_parse_conf(img_addr, load_addr, &kernel_addr,
Bryan Wuf5c377a2014-08-15 16:51:38 -0700937 fit_uname_config)) {
Bryan Wuaf7b0de2014-07-31 17:39:58 -0700938 debug("* kernel: config '%s' from image at 0x%08lx\n",
Bryan Wuf5c377a2014-08-15 16:51:38 -0700939 *fit_uname_config, kernel_addr);
Bryan Wuaf7b0de2014-07-31 17:39:58 -0700940 } else if (fit_parse_subimage(img_addr, load_addr, &kernel_addr,
Bryan Wuf5c377a2014-08-15 16:51:38 -0700941 fit_uname_kernel)) {
Bryan Wuaf7b0de2014-07-31 17:39:58 -0700942 debug("* kernel: subimage '%s' from image at 0x%08lx\n",
Bryan Wuf5c377a2014-08-15 16:51:38 -0700943 *fit_uname_kernel, kernel_addr);
Bryan Wuaf7b0de2014-07-31 17:39:58 -0700944#endif
945 } else {
946 kernel_addr = simple_strtoul(img_addr, NULL, 16);
947 debug("* kernel: cmdline image address = 0x%08lx\n",
948 kernel_addr);
949 }
950
951 return kernel_addr;
952}
953
954/**
Bryan Wuf5c377a2014-08-15 16:51:38 -0700955 * genimg_get_kernel_addr() is the simple version of
956 * genimg_get_kernel_addr_fit(). It ignores those return FIT strings
957 */
958ulong genimg_get_kernel_addr(char * const img_addr)
959{
960 const char *fit_uname_config = NULL;
961 const char *fit_uname_kernel = NULL;
962
963 return genimg_get_kernel_addr_fit(img_addr, &fit_uname_config,
964 &fit_uname_kernel);
965}
966
967/**
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100968 * genimg_get_format - get image format type
Marian Balakowiczc536d6f2008-02-21 17:20:19 +0100969 * @img_addr: image start address
970 *
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100971 * genimg_get_format() checks whether provided address points to a valid
Marian Balakowiczc536d6f2008-02-21 17:20:19 +0100972 * legacy or FIT image.
973 *
Marian Balakowicz12560682008-02-27 11:02:26 +0100974 * New uImage format and FDT blob are based on a libfdt. FDT blob
975 * may be passed directly or embedded in a FIT image. In both situations
Marian Balakowiczd7c88a42008-02-29 14:58:34 +0100976 * genimg_get_format() must be able to dectect libfdt header.
Marian Balakowicz12560682008-02-27 11:02:26 +0100977 *
Marian Balakowiczc536d6f2008-02-21 17:20:19 +0100978 * returns:
979 * image format type or IMAGE_FORMAT_INVALID if no image is present
980 */
Simon Glass49648062013-05-07 06:12:03 +0000981int genimg_get_format(const void *img_addr)
Marian Balakowiczc536d6f2008-02-21 17:20:19 +0100982{
Tom Rinic220bd92019-05-23 07:14:07 -0400983#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Wolfgang Denk3b506772009-08-19 11:42:56 +0200984 const image_header_t *hdr;
Marian Balakowiczc536d6f2008-02-21 17:20:19 +0100985
Wolfgang Denk3b506772009-08-19 11:42:56 +0200986 hdr = (const image_header_t *)img_addr;
Marian Balakowiczc536d6f2008-02-21 17:20:19 +0100987 if (image_check_magic(hdr))
Heiko Schocher515eb122014-05-28 11:33:33 +0200988 return IMAGE_FORMAT_LEGACY;
989#endif
Simon Glass8b426922016-02-22 22:55:45 -0700990#if IMAGE_ENABLE_FIT || IMAGE_ENABLE_OF_LIBFDT
Heiko Schocher515eb122014-05-28 11:33:33 +0200991 if (fdt_check_header(img_addr) == 0)
992 return IMAGE_FORMAT_FIT;
Sebastian Siewior686d6672014-05-05 15:08:09 -0500993#endif
994#ifdef CONFIG_ANDROID_BOOT_IMAGE
Heiko Schocher515eb122014-05-28 11:33:33 +0200995 if (android_image_check_header(img_addr) == 0)
996 return IMAGE_FORMAT_ANDROID;
Marian Balakowiczc536d6f2008-02-21 17:20:19 +0100997#endif
998
Heiko Schocher515eb122014-05-28 11:33:33 +0200999 return IMAGE_FORMAT_INVALID;
Marian Balakowiczc536d6f2008-02-21 17:20:19 +01001000}
1001
1002/**
Marian Balakowicz0cd4f3d2008-03-12 10:35:46 +01001003 * fit_has_config - check if there is a valid FIT configuration
1004 * @images: pointer to the bootm command headers structure
1005 *
1006 * fit_has_config() checks if there is a FIT configuration in use
1007 * (if FTI support is present).
1008 *
1009 * returns:
1010 * 0, no FIT support or no configuration found
1011 * 1, configuration found
1012 */
Stephen Warren6904b6e2011-10-18 11:11:49 +00001013int genimg_has_config(bootm_headers_t *images)
Marian Balakowicz0cd4f3d2008-03-12 10:35:46 +01001014{
Simon Glasse3ee2fb2016-02-22 22:55:43 -07001015#if IMAGE_ENABLE_FIT
Marian Balakowicz0cd4f3d2008-03-12 10:35:46 +01001016 if (images->fit_uname_cfg)
1017 return 1;
1018#endif
1019 return 0;
1020}
1021
1022/**
Marian Balakowiczd7c88a42008-02-29 14:58:34 +01001023 * boot_get_ramdisk - main ramdisk handling routine
Marian Balakowicz95418502008-01-31 13:55:39 +01001024 * @argc: command argument count
1025 * @argv: command argument list
Marian Balakowicz61fde552008-02-27 11:01:04 +01001026 * @images: pointer to the bootm images structure
Marian Balakowicz95418502008-01-31 13:55:39 +01001027 * @arch: expected ramdisk architecture
1028 * @rd_start: pointer to a ulong variable, will hold ramdisk start address
1029 * @rd_end: pointer to a ulong variable, will hold ramdisk end
1030 *
Marian Balakowiczd7c88a42008-02-29 14:58:34 +01001031 * boot_get_ramdisk() is responsible for finding a valid ramdisk image.
Marian Balakowicz95418502008-01-31 13:55:39 +01001032 * Curently supported are the following ramdisk sources:
1033 * - multicomponent kernel/ramdisk image,
1034 * - commandline provided address of decicated ramdisk image.
1035 *
1036 * returns:
Marian Balakowicza0ffb422008-03-12 10:14:38 +01001037 * 0, if ramdisk image was found and valid, or skiped
Marian Balakowicz95418502008-01-31 13:55:39 +01001038 * rd_start and rd_end are set to ramdisk start/end addresses if
1039 * ramdisk image is found and valid
Marian Balakowicza0ffb422008-03-12 10:14:38 +01001040 *
Kumar Galab8ca7342008-08-29 19:08:29 -05001041 * 1, if ramdisk image is found but corrupted, or invalid
Marian Balakowicz95418502008-01-31 13:55:39 +01001042 * rd_start and rd_end are set to 0 if no ramdisk exists
Marian Balakowicz95418502008-01-31 13:55:39 +01001043 */
Stephen Warren6904b6e2011-10-18 11:11:49 +00001044int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images,
Marian Balakowicza0ffb422008-03-12 10:14:38 +01001045 uint8_t arch, ulong *rd_start, ulong *rd_end)
Marian Balakowicz95418502008-01-31 13:55:39 +01001046{
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001047 ulong rd_addr, rd_load;
Marian Balakowicz95418502008-01-31 13:55:39 +01001048 ulong rd_data, rd_len;
Tom Rinic220bd92019-05-23 07:14:07 -04001049#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Wolfgang Denk3b506772009-08-19 11:42:56 +02001050 const image_header_t *rd_hdr;
Heiko Schocher515eb122014-05-28 11:33:33 +02001051#endif
Simon Glass49648062013-05-07 06:12:03 +00001052 void *buf;
Marek Vasut6988d132012-03-30 23:19:10 +02001053#ifdef CONFIG_SUPPORT_RAW_INITRD
Marek Vasut28850d02012-03-18 11:47:58 +00001054 char *end;
Marek Vasut6988d132012-03-30 23:19:10 +02001055#endif
Simon Glasse3ee2fb2016-02-22 22:55:43 -07001056#if IMAGE_ENABLE_FIT
Simon Glassad68fc32013-07-10 23:08:10 -07001057 const char *fit_uname_config = images->fit_uname_cfg;
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001058 const char *fit_uname_ramdisk = NULL;
1059 ulong default_addr;
Marian Balakowicza50d5152008-03-12 10:12:37 +01001060 int rd_noffset;
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001061#endif
Simon Glass794a9212013-06-11 11:14:46 -07001062 const char *select = NULL;
Marian Balakowicz95418502008-01-31 13:55:39 +01001063
Marian Balakowicza50d5152008-03-12 10:12:37 +01001064 *rd_start = 0;
1065 *rd_end = 0;
1066
Tom Rinifc1ae4c2015-08-27 15:42:41 -04001067#ifdef CONFIG_ANDROID_BOOT_IMAGE
1068 /*
1069 * Look for an Android boot image.
1070 */
1071 buf = map_sysmem(images->os.start, 0);
Tom Rini648c4442015-10-27 19:04:40 -04001072 if (buf && genimg_get_format(buf) == IMAGE_FORMAT_ANDROID)
Shawn Guo1706a502019-02-22 16:28:06 +08001073 select = (argc == 0) ? env_get("loadaddr") : argv[0];
Tom Rinifc1ae4c2015-08-27 15:42:41 -04001074#endif
1075
Simon Glass794a9212013-06-11 11:14:46 -07001076 if (argc >= 2)
1077 select = argv[1];
Rob Herringad8b3a52015-07-17 10:57:17 -05001078
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001079 /*
1080 * Look for a '-' which indicates to ignore the
1081 * ramdisk argument
1082 */
Simon Glass794a9212013-06-11 11:14:46 -07001083 if (select && strcmp(select, "-") == 0) {
Stephen Warren6904b6e2011-10-18 11:11:49 +00001084 debug("## Skipping init Ramdisk\n");
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001085 rd_len = rd_data = 0;
Simon Glass794a9212013-06-11 11:14:46 -07001086 } else if (select || genimg_has_config(images)) {
Simon Glasse3ee2fb2016-02-22 22:55:43 -07001087#if IMAGE_ENABLE_FIT
Simon Glass794a9212013-06-11 11:14:46 -07001088 if (select) {
Marian Balakowicz0cd4f3d2008-03-12 10:35:46 +01001089 /*
1090 * If the init ramdisk comes from the FIT image and
1091 * the FIT image address is omitted in the command
1092 * line argument, try to use os FIT image address or
1093 * default load address.
1094 */
1095 if (images->fit_uname_os)
1096 default_addr = (ulong)images->fit_hdr_os;
1097 else
1098 default_addr = load_addr;
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001099
Simon Glass794a9212013-06-11 11:14:46 -07001100 if (fit_parse_conf(select, default_addr,
1101 &rd_addr, &fit_uname_config)) {
Stephen Warren6904b6e2011-10-18 11:11:49 +00001102 debug("* ramdisk: config '%s' from image at "
1103 "0x%08lx\n",
Marian Balakowicz0cd4f3d2008-03-12 10:35:46 +01001104 fit_uname_config, rd_addr);
Simon Glass794a9212013-06-11 11:14:46 -07001105 } else if (fit_parse_subimage(select, default_addr,
Marian Balakowicz0cd4f3d2008-03-12 10:35:46 +01001106 &rd_addr, &fit_uname_ramdisk)) {
Stephen Warren6904b6e2011-10-18 11:11:49 +00001107 debug("* ramdisk: subimage '%s' from image at "
1108 "0x%08lx\n",
Marian Balakowicz0cd4f3d2008-03-12 10:35:46 +01001109 fit_uname_ramdisk, rd_addr);
1110 } else
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001111#endif
Marian Balakowicz0cd4f3d2008-03-12 10:35:46 +01001112 {
Simon Glass794a9212013-06-11 11:14:46 -07001113 rd_addr = simple_strtoul(select, NULL, 16);
Stephen Warren6904b6e2011-10-18 11:11:49 +00001114 debug("* ramdisk: cmdline image address = "
1115 "0x%08lx\n",
Marian Balakowicz0cd4f3d2008-03-12 10:35:46 +01001116 rd_addr);
1117 }
Simon Glasse3ee2fb2016-02-22 22:55:43 -07001118#if IMAGE_ENABLE_FIT
Marian Balakowicz0cd4f3d2008-03-12 10:35:46 +01001119 } else {
1120 /* use FIT configuration provided in first bootm
Simon Glass65817a62013-05-16 13:53:22 +00001121 * command argument. If the property is not defined,
1122 * quit silently.
Marian Balakowicz0cd4f3d2008-03-12 10:35:46 +01001123 */
Simon Glass49648062013-05-07 06:12:03 +00001124 rd_addr = map_to_sysmem(images->fit_hdr_os);
Simon Glass65817a62013-05-16 13:53:22 +00001125 rd_noffset = fit_get_node_from_config(images,
1126 FIT_RAMDISK_PROP, rd_addr);
Paul Burton14171b12016-09-20 18:17:12 +01001127 if (rd_noffset == -ENOENT)
Peter Tyser190ee482008-08-05 10:51:57 -05001128 return 0;
Simon Glass65817a62013-05-16 13:53:22 +00001129 else if (rd_noffset < 0)
1130 return 1;
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001131 }
Marian Balakowicz0cd4f3d2008-03-12 10:35:46 +01001132#endif
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001133
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001134 /*
1135 * Check if there is an initrd image at the
1136 * address provided in the second bootm argument
1137 * check image type, for FIT images get FIT node.
1138 */
Simon Glass49648062013-05-07 06:12:03 +00001139 buf = map_sysmem(rd_addr, 0);
1140 switch (genimg_get_format(buf)) {
Tom Rinic220bd92019-05-23 07:14:07 -04001141#if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001142 case IMAGE_FORMAT_LEGACY:
Stephen Warren6904b6e2011-10-18 11:11:49 +00001143 printf("## Loading init Ramdisk from Legacy "
Marian Balakowicza50d5152008-03-12 10:12:37 +01001144 "Image at %08lx ...\n", rd_addr);
Marian Balakowicz95418502008-01-31 13:55:39 +01001145
Simon Glass0169e6b2012-02-13 13:51:18 +00001146 bootstage_mark(BOOTSTAGE_ID_CHECK_RAMDISK);
Stephen Warren6904b6e2011-10-18 11:11:49 +00001147 rd_hdr = image_get_ramdisk(rd_addr, arch,
Marian Balakowicza0ffb422008-03-12 10:14:38 +01001148 images->verify);
Marian Balakowicz95418502008-01-31 13:55:39 +01001149
Marian Balakowicza50d5152008-03-12 10:12:37 +01001150 if (rd_hdr == NULL)
Kumar Gala18f4c0f2008-02-27 21:51:46 -06001151 return 1;
Kumar Gala18f4c0f2008-02-27 21:51:46 -06001152
Stephen Warren6904b6e2011-10-18 11:11:49 +00001153 rd_data = image_get_data(rd_hdr);
1154 rd_len = image_get_data_size(rd_hdr);
1155 rd_load = image_get_load(rd_hdr);
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001156 break;
Heiko Schocher515eb122014-05-28 11:33:33 +02001157#endif
Simon Glasse3ee2fb2016-02-22 22:55:43 -07001158#if IMAGE_ENABLE_FIT
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001159 case IMAGE_FORMAT_FIT:
Simon Glassa0c0b632014-06-12 07:24:47 -06001160 rd_noffset = fit_image_load(images,
Simon Glass65817a62013-05-16 13:53:22 +00001161 rd_addr, &fit_uname_ramdisk,
Simon Glassad68fc32013-07-10 23:08:10 -07001162 &fit_uname_config, arch,
Simon Glass65817a62013-05-16 13:53:22 +00001163 IH_TYPE_RAMDISK,
1164 BOOTSTAGE_ID_FIT_RD_START,
Simon Glass05a9ad72014-08-22 14:26:43 -06001165 FIT_LOAD_OPTIONAL_NON_ZERO,
1166 &rd_data, &rd_len);
Simon Glass65817a62013-05-16 13:53:22 +00001167 if (rd_noffset < 0)
Michal Simekb2474002008-07-11 10:43:13 +02001168 return 1;
Marian Balakowicza50d5152008-03-12 10:12:37 +01001169
Simon Glass65817a62013-05-16 13:53:22 +00001170 images->fit_hdr_rd = map_sysmem(rd_addr, 0);
Marian Balakowicza50d5152008-03-12 10:12:37 +01001171 images->fit_uname_rd = fit_uname_ramdisk;
Marian Balakowicz61c1ad52008-03-12 10:32:59 +01001172 images->fit_noffset_rd = rd_noffset;
Marian Balakowicza50d5152008-03-12 10:12:37 +01001173 break;
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001174#endif
Rob Herringad8b3a52015-07-17 10:57:17 -05001175#ifdef CONFIG_ANDROID_BOOT_IMAGE
1176 case IMAGE_FORMAT_ANDROID:
1177 android_image_get_ramdisk((void *)images->os.start,
1178 &rd_data, &rd_len);
1179 break;
1180#endif
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001181 default:
Marek Vasut28850d02012-03-18 11:47:58 +00001182#ifdef CONFIG_SUPPORT_RAW_INITRD
Simon Glass794a9212013-06-11 11:14:46 -07001183 end = NULL;
1184 if (select)
1185 end = strchr(select, ':');
1186 if (end) {
Marek Vasut28850d02012-03-18 11:47:58 +00001187 rd_len = simple_strtoul(++end, NULL, 16);
1188 rd_data = rd_addr;
1189 } else
1190#endif
1191 {
1192 puts("Wrong Ramdisk Image Format\n");
1193 rd_data = rd_len = rd_load = 0;
1194 return 1;
1195 }
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001196 }
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001197 } else if (images->legacy_hdr_valid &&
Stephen Warren6904b6e2011-10-18 11:11:49 +00001198 image_check_type(&images->legacy_hdr_os_copy,
1199 IH_TYPE_MULTI)) {
1200
Marian Balakowicz95418502008-01-31 13:55:39 +01001201 /*
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001202 * Now check if we have a legacy mult-component image,
1203 * get second entry data start address and len.
Marian Balakowicz95418502008-01-31 13:55:39 +01001204 */
Simon Glass0169e6b2012-02-13 13:51:18 +00001205 bootstage_mark(BOOTSTAGE_ID_RAMDISK);
Stephen Warren6904b6e2011-10-18 11:11:49 +00001206 printf("## Loading init Ramdisk from multi component "
Marian Balakowicza50d5152008-03-12 10:12:37 +01001207 "Legacy Image at %08lx ...\n",
Marian Balakowiczdbdd16a2008-02-04 08:28:09 +01001208 (ulong)images->legacy_hdr_os);
1209
Stephen Warren6904b6e2011-10-18 11:11:49 +00001210 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len);
Rob Herringad8b3a52015-07-17 10:57:17 -05001211 } else {
Marian Balakowicz95418502008-01-31 13:55:39 +01001212 /*
1213 * no initrd image
1214 */
Simon Glass0169e6b2012-02-13 13:51:18 +00001215 bootstage_mark(BOOTSTAGE_ID_NO_RAMDISK);
Marian Balakowicz95418502008-01-31 13:55:39 +01001216 rd_len = rd_data = 0;
1217 }
1218
1219 if (!rd_data) {
Stephen Warren6904b6e2011-10-18 11:11:49 +00001220 debug("## No init Ramdisk\n");
Marian Balakowicz95418502008-01-31 13:55:39 +01001221 } else {
1222 *rd_start = rd_data;
1223 *rd_end = rd_data + rd_len;
1224 }
Stephen Warren6904b6e2011-10-18 11:11:49 +00001225 debug(" ramdisk start = 0x%08lx, ramdisk end = 0x%08lx\n",
Marian Balakowicz95418502008-01-31 13:55:39 +01001226 *rd_start, *rd_end);
Kumar Gala18f4c0f2008-02-27 21:51:46 -06001227
1228 return 0;
Marian Balakowicz95418502008-01-31 13:55:39 +01001229}
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001230
John Rigbyeea8e692010-10-13 13:57:35 -06001231#ifdef CONFIG_SYS_BOOT_RAMDISK_HIGH
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001232/**
Marian Balakowiczd7c88a42008-02-29 14:58:34 +01001233 * boot_ramdisk_high - relocate init ramdisk
Kumar Galab937bb72008-02-27 21:51:49 -06001234 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001235 * @rd_data: ramdisk data start address
1236 * @rd_len: ramdisk data length
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001237 * @initrd_start: pointer to a ulong variable, will hold final init ramdisk
1238 * start address (after possible relocation)
1239 * @initrd_end: pointer to a ulong variable, will hold final init ramdisk
1240 * end address (after possible relocation)
1241 *
Robert P. J. Day832d36e2013-09-16 07:15:45 -04001242 * boot_ramdisk_high() takes a relocation hint from "initrd_high" environment
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001243 * variable and if requested ramdisk data is moved to a specified location.
1244 *
Marian Balakowiczd7c88a42008-02-29 14:58:34 +01001245 * Initrd_start and initrd_end are set to final (after relocation) ramdisk
1246 * start/end addresses if ramdisk image start and len were provided,
1247 * otherwise set initrd_start and initrd_end set to zeros.
1248 *
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001249 * returns:
Marian Balakowiczd7c88a42008-02-29 14:58:34 +01001250 * 0 - success
1251 * -1 - failure
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001252 */
Stephen Warren6904b6e2011-10-18 11:11:49 +00001253int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
Kumar Galab937bb72008-02-27 21:51:49 -06001254 ulong *initrd_start, ulong *initrd_end)
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001255{
1256 char *s;
1257 ulong initrd_high;
1258 int initrd_copy_to_ram = 1;
1259
Simon Glass64b723f2017-08-03 12:22:12 -06001260 s = env_get("initrd_high");
1261 if (s) {
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001262 /* a value of "no" or a similar string will act like 0,
1263 * turning the "load high" feature off. This is intentional.
1264 */
Stephen Warren6904b6e2011-10-18 11:11:49 +00001265 initrd_high = simple_strtoul(s, NULL, 16);
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001266 if (initrd_high == ~0)
1267 initrd_copy_to_ram = 0;
1268 } else {
Simon Glassda1a1342017-08-03 12:22:15 -06001269 initrd_high = env_get_bootm_mapsize() + env_get_bootm_low();
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001270 }
1271
Marian Balakowicz902ce702008-05-13 15:53:29 +02001272
Stephen Warren6904b6e2011-10-18 11:11:49 +00001273 debug("## initrd_high = 0x%08lx, copy_to_ram = %d\n",
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001274 initrd_high, initrd_copy_to_ram);
1275
1276 if (rd_data) {
1277 if (!initrd_copy_to_ram) { /* zero-copy ramdisk support */
Stephen Warren6904b6e2011-10-18 11:11:49 +00001278 debug(" in-place initrd\n");
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001279 *initrd_start = rd_data;
1280 *initrd_end = rd_data + rd_len;
Kumar Galab937bb72008-02-27 21:51:49 -06001281 lmb_reserve(lmb, rd_data, rd_len);
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001282 } else {
Kumar Galab937bb72008-02-27 21:51:49 -06001283 if (initrd_high)
Stephen Warren6904b6e2011-10-18 11:11:49 +00001284 *initrd_start = (ulong)lmb_alloc_base(lmb,
1285 rd_len, 0x1000, initrd_high);
Kumar Galab937bb72008-02-27 21:51:49 -06001286 else
Stephen Warren6904b6e2011-10-18 11:11:49 +00001287 *initrd_start = (ulong)lmb_alloc(lmb, rd_len,
1288 0x1000);
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001289
Kumar Galab937bb72008-02-27 21:51:49 -06001290 if (*initrd_start == 0) {
Stephen Warren6904b6e2011-10-18 11:11:49 +00001291 puts("ramdisk - allocation error\n");
Kumar Galab937bb72008-02-27 21:51:49 -06001292 goto error;
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001293 }
Simon Glass0169e6b2012-02-13 13:51:18 +00001294 bootstage_mark(BOOTSTAGE_ID_COPY_RAMDISK);
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001295
1296 *initrd_end = *initrd_start + rd_len;
Stephen Warren6904b6e2011-10-18 11:11:49 +00001297 printf(" Loading Ramdisk to %08lx, end %08lx ... ",
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001298 *initrd_start, *initrd_end);
1299
Stephen Warren6904b6e2011-10-18 11:11:49 +00001300 memmove_wd((void *)*initrd_start,
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001301 (void *)rd_data, rd_len, CHUNKSZ);
1302
Kumar Gala180c5812011-12-07 04:42:58 +00001303#ifdef CONFIG_MP
1304 /*
1305 * Ensure the image is flushed to memory to handle
1306 * AMP boot scenarios in which we might not be
1307 * HW cache coherent
1308 */
Heiko Schocherd2611aa2017-12-14 11:19:22 +01001309 flush_cache((unsigned long)*initrd_start,
1310 ALIGN(rd_len, ARCH_DMA_MINALIGN));
Kumar Gala180c5812011-12-07 04:42:58 +00001311#endif
Stephen Warren6904b6e2011-10-18 11:11:49 +00001312 puts("OK\n");
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001313 }
1314 } else {
1315 *initrd_start = 0;
1316 *initrd_end = 0;
1317 }
Stephen Warren6904b6e2011-10-18 11:11:49 +00001318 debug(" ramdisk load start = 0x%08lx, ramdisk load end = 0x%08lx\n",
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001319 *initrd_start, *initrd_end);
Marian Balakowiczd7c88a42008-02-29 14:58:34 +01001320
Kumar Galab937bb72008-02-27 21:51:49 -06001321 return 0;
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001322
Kumar Galab937bb72008-02-27 21:51:49 -06001323error:
1324 return -1;
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001325}
John Rigbyeea8e692010-10-13 13:57:35 -06001326#endif /* CONFIG_SYS_BOOT_RAMDISK_HIGH */
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001327
Simon Glass0129b522014-10-19 21:11:24 -06001328int boot_get_setup(bootm_headers_t *images, uint8_t arch,
1329 ulong *setup_start, ulong *setup_len)
1330{
Simon Glasse3ee2fb2016-02-22 22:55:43 -07001331#if IMAGE_ENABLE_FIT
Simon Glass0129b522014-10-19 21:11:24 -06001332 return boot_get_setup_fit(images, arch, setup_start, setup_len);
1333#else
1334 return -ENOENT;
1335#endif
1336}
1337
Simon Glasse3ee2fb2016-02-22 22:55:43 -07001338#if IMAGE_ENABLE_FIT
Goldschmidt Simon9179c812017-11-10 14:17:41 +00001339#if defined(CONFIG_FPGA)
Michal Simekebae78b2016-05-17 14:03:50 +02001340int boot_get_fpga(int argc, char * const argv[], bootm_headers_t *images,
1341 uint8_t arch, const ulong *ld_start, ulong * const ld_len)
1342{
1343 ulong tmp_img_addr, img_data, img_len;
1344 void *buf;
1345 int conf_noffset;
1346 int fit_img_result;
Simon Glassb0ea7402016-10-02 17:59:28 -06001347 const char *uname, *name;
Michal Simekebae78b2016-05-17 14:03:50 +02001348 int err;
1349 int devnum = 0; /* TODO support multi fpga platforms */
Michal Simekebae78b2016-05-17 14:03:50 +02001350
1351 /* Check to see if the images struct has a FIT configuration */
1352 if (!genimg_has_config(images)) {
1353 debug("## FIT configuration was not specified\n");
1354 return 0;
1355 }
1356
1357 /*
1358 * Obtain the os FIT header from the images struct
Michal Simekebae78b2016-05-17 14:03:50 +02001359 */
1360 tmp_img_addr = map_to_sysmem(images->fit_hdr_os);
Michal Simekebae78b2016-05-17 14:03:50 +02001361 buf = map_sysmem(tmp_img_addr, 0);
1362 /*
1363 * Check image type. For FIT images get FIT node
1364 * and attempt to locate a generic binary.
1365 */
1366 switch (genimg_get_format(buf)) {
1367 case IMAGE_FORMAT_FIT:
1368 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg);
1369
Simon Glassb0ea7402016-10-02 17:59:28 -06001370 uname = fdt_stringlist_get(buf, conf_noffset, FIT_FPGA_PROP, 0,
1371 NULL);
1372 if (!uname) {
Michal Simekebae78b2016-05-17 14:03:50 +02001373 debug("## FPGA image is not specified\n");
1374 return 0;
1375 }
1376 fit_img_result = fit_image_load(images,
1377 tmp_img_addr,
1378 (const char **)&uname,
1379 &(images->fit_uname_cfg),
1380 arch,
1381 IH_TYPE_FPGA,
1382 BOOTSTAGE_ID_FPGA_INIT,
1383 FIT_LOAD_OPTIONAL_NON_ZERO,
1384 &img_data, &img_len);
1385
1386 debug("FPGA image (%s) loaded to 0x%lx/size 0x%lx\n",
1387 uname, img_data, img_len);
1388
1389 if (fit_img_result < 0) {
1390 /* Something went wrong! */
1391 return fit_img_result;
1392 }
1393
Goldschmidt Simon9179c812017-11-10 14:17:41 +00001394 if (!fpga_is_partial_data(devnum, img_len)) {
Michal Simekebae78b2016-05-17 14:03:50 +02001395 name = "full";
1396 err = fpga_loadbitstream(devnum, (char *)img_data,
1397 img_len, BIT_FULL);
1398 if (err)
1399 err = fpga_load(devnum, (const void *)img_data,
1400 img_len, BIT_FULL);
1401 } else {
1402 name = "partial";
1403 err = fpga_loadbitstream(devnum, (char *)img_data,
1404 img_len, BIT_PARTIAL);
1405 if (err)
1406 err = fpga_load(devnum, (const void *)img_data,
1407 img_len, BIT_PARTIAL);
1408 }
1409
Michal Simekebae78b2016-05-17 14:03:50 +02001410 if (err)
Michal Simek7fa20302016-12-16 10:35:40 +01001411 return err;
1412
1413 printf(" Programming %s bitstream... OK\n", name);
Michal Simekebae78b2016-05-17 14:03:50 +02001414 break;
1415 default:
1416 printf("The given image format is not supported (corrupt?)\n");
1417 return 1;
1418 }
1419
1420 return 0;
1421}
1422#endif
1423
Andrew F. Davis28b28f72016-11-29 16:33:20 -06001424static void fit_loadable_process(uint8_t img_type,
1425 ulong img_data,
1426 ulong img_len)
1427{
1428 int i;
1429 const unsigned int count =
1430 ll_entry_count(struct fit_loadable_tbl, fit_loadable);
1431 struct fit_loadable_tbl *fit_loadable_handler =
1432 ll_entry_start(struct fit_loadable_tbl, fit_loadable);
1433 /* For each loadable handler */
1434 for (i = 0; i < count; i++, fit_loadable_handler++)
1435 /* matching this type */
1436 if (fit_loadable_handler->type == img_type)
1437 /* call that handler with this image data */
1438 fit_loadable_handler->handler(img_data, img_len);
1439}
1440
Karl Apsite1b21c282015-05-21 09:52:48 -04001441int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images,
1442 uint8_t arch, const ulong *ld_start, ulong * const ld_len)
1443{
1444 /*
1445 * These variables are used to hold the current image location
1446 * in system memory.
1447 */
1448 ulong tmp_img_addr;
1449 /*
1450 * These two variables are requirements for fit_image_load, but
1451 * their values are not used
1452 */
1453 ulong img_data, img_len;
1454 void *buf;
1455 int loadables_index;
1456 int conf_noffset;
1457 int fit_img_result;
Simon Glassb0ea7402016-10-02 17:59:28 -06001458 const char *uname;
Andrew F. Davis28b28f72016-11-29 16:33:20 -06001459 uint8_t img_type;
Karl Apsite1b21c282015-05-21 09:52:48 -04001460
1461 /* Check to see if the images struct has a FIT configuration */
1462 if (!genimg_has_config(images)) {
1463 debug("## FIT configuration was not specified\n");
1464 return 0;
1465 }
1466
1467 /*
1468 * Obtain the os FIT header from the images struct
Karl Apsite1b21c282015-05-21 09:52:48 -04001469 */
1470 tmp_img_addr = map_to_sysmem(images->fit_hdr_os);
Karl Apsite1b21c282015-05-21 09:52:48 -04001471 buf = map_sysmem(tmp_img_addr, 0);
1472 /*
1473 * Check image type. For FIT images get FIT node
1474 * and attempt to locate a generic binary.
1475 */
1476 switch (genimg_get_format(buf)) {
1477 case IMAGE_FORMAT_FIT:
1478 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg);
1479
1480 for (loadables_index = 0;
Simon Glassb0ea7402016-10-02 17:59:28 -06001481 uname = fdt_stringlist_get(buf, conf_noffset,
1482 FIT_LOADABLE_PROP, loadables_index,
1483 NULL), uname;
Karl Apsite1b21c282015-05-21 09:52:48 -04001484 loadables_index++)
1485 {
1486 fit_img_result = fit_image_load(images,
1487 tmp_img_addr,
Simon Glassb0ea7402016-10-02 17:59:28 -06001488 &uname,
Karl Apsite1b21c282015-05-21 09:52:48 -04001489 &(images->fit_uname_cfg), arch,
1490 IH_TYPE_LOADABLE,
1491 BOOTSTAGE_ID_FIT_LOADABLE_START,
1492 FIT_LOAD_OPTIONAL_NON_ZERO,
1493 &img_data, &img_len);
1494 if (fit_img_result < 0) {
1495 /* Something went wrong! */
1496 return fit_img_result;
1497 }
Andrew F. Davis28b28f72016-11-29 16:33:20 -06001498
1499 fit_img_result = fit_image_get_node(buf, uname);
1500 if (fit_img_result < 0) {
1501 /* Something went wrong! */
1502 return fit_img_result;
1503 }
1504 fit_img_result = fit_image_get_type(buf,
1505 fit_img_result,
1506 &img_type);
1507 if (fit_img_result < 0) {
1508 /* Something went wrong! */
1509 return fit_img_result;
1510 }
1511
1512 fit_loadable_process(img_type, img_data, img_len);
Karl Apsite1b21c282015-05-21 09:52:48 -04001513 }
1514 break;
1515 default:
1516 printf("The given image format is not supported (corrupt?)\n");
1517 return 1;
1518 }
1519
1520 return 0;
1521}
1522#endif
1523
John Rigbyeea8e692010-10-13 13:57:35 -06001524#ifdef CONFIG_SYS_BOOT_GET_CMDLINE
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001525/**
Marian Balakowiczd7c88a42008-02-29 14:58:34 +01001526 * boot_get_cmdline - allocate and initialize kernel cmdline
Kumar Galab937bb72008-02-27 21:51:49 -06001527 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001528 * @cmd_start: pointer to a ulong variable, will hold cmdline start
1529 * @cmd_end: pointer to a ulong variable, will hold cmdline end
1530 *
Marian Balakowiczd7c88a42008-02-29 14:58:34 +01001531 * boot_get_cmdline() allocates space for kernel command line below
Shyam Sainiefe757c2018-06-07 19:47:19 +05301532 * BOOTMAPSZ + env_get_bootm_low() address. If "bootargs" U-Boot environment
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001533 * variable is present its contents is copied to allocated kernel
1534 * command line.
1535 *
1536 * returns:
Kumar Galab937bb72008-02-27 21:51:49 -06001537 * 0 - success
1538 * -1 - failure
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001539 */
Stephen Warren6904b6e2011-10-18 11:11:49 +00001540int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end)
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001541{
1542 char *cmdline;
1543 char *s;
1544
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +02001545 cmdline = (char *)(ulong)lmb_alloc_base(lmb, CONFIG_SYS_BARGSIZE, 0xf,
Simon Glassda1a1342017-08-03 12:22:15 -06001546 env_get_bootm_mapsize() + env_get_bootm_low());
Kumar Galab937bb72008-02-27 21:51:49 -06001547
1548 if (cmdline == NULL)
1549 return -1;
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001550
Simon Glass64b723f2017-08-03 12:22:12 -06001551 s = env_get("bootargs");
1552 if (!s)
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001553 s = "";
1554
1555 strcpy(cmdline, s);
1556
1557 *cmd_start = (ulong) & cmdline[0];
1558 *cmd_end = *cmd_start + strlen(cmdline);
1559
Stephen Warren6904b6e2011-10-18 11:11:49 +00001560 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end);
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001561
Kumar Galab937bb72008-02-27 21:51:49 -06001562 return 0;
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001563}
John Rigbyeea8e692010-10-13 13:57:35 -06001564#endif /* CONFIG_SYS_BOOT_GET_CMDLINE */
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001565
John Rigbyeea8e692010-10-13 13:57:35 -06001566#ifdef CONFIG_SYS_BOOT_GET_KBD
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001567/**
Marian Balakowiczd7c88a42008-02-29 14:58:34 +01001568 * boot_get_kbd - allocate and initialize kernel copy of board info
Kumar Galab937bb72008-02-27 21:51:49 -06001569 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001570 * @kbd: double pointer to board info data
1571 *
Marian Balakowiczd7c88a42008-02-29 14:58:34 +01001572 * boot_get_kbd() allocates space for kernel copy of board info data below
Simon Glassda1a1342017-08-03 12:22:15 -06001573 * BOOTMAPSZ + env_get_bootm_low() address and kernel board info is initialized
Grant Likelydfff7a22011-03-28 09:58:34 +00001574 * with the current u-boot board info data.
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001575 *
1576 * returns:
Kumar Galab937bb72008-02-27 21:51:49 -06001577 * 0 - success
1578 * -1 - failure
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001579 */
Stephen Warren6904b6e2011-10-18 11:11:49 +00001580int boot_get_kbd(struct lmb *lmb, bd_t **kbd)
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001581{
Becky Bruced26d67c2008-06-09 20:37:18 -05001582 *kbd = (bd_t *)(ulong)lmb_alloc_base(lmb, sizeof(bd_t), 0xf,
Simon Glassda1a1342017-08-03 12:22:15 -06001583 env_get_bootm_mapsize() + env_get_bootm_low());
Kumar Galab937bb72008-02-27 21:51:49 -06001584 if (*kbd == NULL)
1585 return -1;
1586
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001587 **kbd = *(gd->bd);
1588
Stephen Warren6904b6e2011-10-18 11:11:49 +00001589 debug("## kernel board info at 0x%08lx\n", (ulong)*kbd);
Marian Balakowicz2efc2642008-01-31 13:58:13 +01001590
1591#if defined(DEBUG) && defined(CONFIG_CMD_BDI)
1592 do_bdinfo(NULL, 0, 0, NULL);
1593#endif
1594
Kumar Galab937bb72008-02-27 21:51:49 -06001595 return 0;
Marian Balakowicz9c701e82008-01-31 13:57:17 +01001596}
John Rigbyeea8e692010-10-13 13:57:35 -06001597#endif /* CONFIG_SYS_BOOT_GET_KBD */
Simon Glass9ca37422013-05-08 08:06:01 +00001598
1599#ifdef CONFIG_LMB
1600int image_setup_linux(bootm_headers_t *images)
1601{
1602 ulong of_size = images->ft_len;
1603 char **of_flat_tree = &images->ft_addr;
Simon Glass9ca37422013-05-08 08:06:01 +00001604 struct lmb *lmb = &images->lmb;
Simon Glass9ca37422013-05-08 08:06:01 +00001605 int ret;
1606
1607 if (IMAGE_ENABLE_OF_LIBFDT)
1608 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree);
1609
1610 if (IMAGE_BOOT_GET_CMDLINE) {
1611 ret = boot_get_cmdline(lmb, &images->cmdline_start,
1612 &images->cmdline_end);
1613 if (ret) {
1614 puts("ERROR with allocation of cmdline\n");
1615 return ret;
1616 }
1617 }
Simon Glass9ca37422013-05-08 08:06:01 +00001618
1619 if (IMAGE_ENABLE_OF_LIBFDT) {
1620 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size);
1621 if (ret)
1622 return ret;
1623 }
1624
1625 if (IMAGE_ENABLE_OF_LIBFDT && of_size) {
1626 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb);
1627 if (ret)
1628 return ret;
1629 }
1630
1631 return 0;
1632}
1633#endif /* CONFIG_LMB */
Marian Balakowicze227fbb2008-02-29 21:24:06 +01001634#endif /* !USE_HOSTCC */