blob: 0659133fccfb352bb2f54fcea9ddaf0a9652744c [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>
11#include <watchdog.h>
12
13#ifdef CONFIG_SHOW_BOOT_PROGRESS
14#include <status_led.h>
15#endif
16
Marian Balakowicz2242f532008-02-21 17:27:41 +010017#include <rtc.h>
Marian Balakowicz2242f532008-02-21 17:27:41 +010018
Joe Hershberger1cf0a8b2012-12-11 22:16:28 -060019#include <environment.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010020#include <image.h>
Joe Hershberger0eb25b62015-03-22 17:08:59 -050021#include <mapmem.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010022
Simon Glassaa34fbc2016-02-22 22:55:45 -070023#if IMAGE_ENABLE_FIT || IMAGE_ENABLE_OF_LIBFDT
Masahiro Yamadab08c8c42018-03-05 01:20:11 +090024#include <linux/libfdt.h>
Marian Balakowiczfff888a12008-02-21 17:20:19 +010025#include <fdt_support.h>
Michal Simek62afc602016-05-17 14:03:50 +020026#include <fpga.h>
27#include <xilinx.h>
Marian Balakowiczc8779642008-03-12 10:12:37 +010028#endif
29
Andy Fleming20a14a42008-04-02 16:19:07 -050030#include <u-boot/md5.h>
Jeroen Hofstee2b9912e2014-06-12 22:27:12 +020031#include <u-boot/sha1.h>
Masahiro Yamada1221ce42016-09-21 11:28:55 +090032#include <linux/errno.h>
Simon Glass35e7b0f2013-05-07 06:12:03 +000033#include <asm/io.h>
Marian Balakowiczc8779642008-03-12 10:12:37 +010034
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +010035#ifdef CONFIG_CMD_BDI
Wolfgang Denk54841ab2010-06-28 22:00:46 +020036extern int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +010037#endif
38
39DECLARE_GLOBAL_DATA_PTR;
Marian Balakowicz8a5ea3e2008-02-27 11:01:04 +010040
Heiko Schocher21d29f72014-05-28 11:33:33 +020041#if defined(CONFIG_IMAGE_FORMAT_LEGACY)
Stephen Warren712fbcf2011-10-18 11:11:49 +000042static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +010043 int verify);
Heiko Schocher21d29f72014-05-28 11:33:33 +020044#endif
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010045#else
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +010046#include "mkimage.h"
Andy Fleming20a14a42008-04-02 16:19:07 -050047#include <u-boot/md5.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010048#include <time.h>
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010049#include <image.h>
Heiko Schocher80402f32015-06-29 09:10:46 +020050
51#ifndef __maybe_unused
52# define __maybe_unused /* unimplemented */
53#endif
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010054#endif /* !USE_HOSTCC*/
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010055
Simon Glass0ccff502013-02-24 17:33:25 +000056#include <u-boot/crc.h>
57
Simon Glass13d06982013-05-08 08:06:01 +000058#ifndef CONFIG_SYS_BARGSIZE
59#define CONFIG_SYS_BARGSIZE 512
60#endif
61
Mike Frysinger7edb1862010-10-20 07:17:39 -040062static const table_entry_t uimage_arch[] = {
Simon Glass30495bf2016-06-30 10:52:15 -060063 { IH_ARCH_INVALID, "invalid", "Invalid ARCH", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010064 { IH_ARCH_ALPHA, "alpha", "Alpha", },
65 { IH_ARCH_ARM, "arm", "ARM", },
66 { IH_ARCH_I386, "x86", "Intel x86", },
67 { IH_ARCH_IA64, "ia64", "IA64", },
68 { IH_ARCH_M68K, "m68k", "M68K", },
69 { IH_ARCH_MICROBLAZE, "microblaze", "MicroBlaze", },
70 { IH_ARCH_MIPS, "mips", "MIPS", },
71 { IH_ARCH_MIPS64, "mips64", "MIPS 64 Bit", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010072 { IH_ARCH_NIOS2, "nios2", "NIOS II", },
Grant Ericksone419e122008-05-04 16:45:01 -070073 { IH_ARCH_PPC, "powerpc", "PowerPC", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010074 { IH_ARCH_PPC, "ppc", "PowerPC", },
75 { IH_ARCH_S390, "s390", "IBM S390", },
76 { IH_ARCH_SH, "sh", "SuperH", },
77 { IH_ARCH_SPARC, "sparc", "SPARC", },
78 { IH_ARCH_SPARC64, "sparc64", "SPARC 64 Bit", },
79 { IH_ARCH_BLACKFIN, "blackfin", "Blackfin", },
80 { IH_ARCH_AVR32, "avr32", "AVR32", },
Macpaul Lin64d61462011-10-19 20:41:09 +000081 { IH_ARCH_NDS32, "nds32", "NDS32", },
Stefan Kristiansson3ddcacc2011-11-26 19:04:50 +000082 { IH_ARCH_OPENRISC, "or1k", "OpenRISC 1000",},
Simon Glass35e7b0f2013-05-07 06:12:03 +000083 { IH_ARCH_SANDBOX, "sandbox", "Sandbox", },
David Feng0ae76532013-12-14 11:47:35 +080084 { IH_ARCH_ARM64, "arm64", "AArch64", },
Alexey Brodkinbc5d5422014-02-04 12:56:16 +040085 { IH_ARCH_ARC, "arc", "ARC", },
Simon Glass5bda35c2014-10-10 08:21:57 -060086 { IH_ARCH_X86_64, "x86_64", "AMD x86_64", },
Chris Zankelde5e5ce2016-08-10 18:36:43 +030087 { IH_ARCH_XTENSA, "xtensa", "Xtensa", },
Rick Chen86aa65a2018-03-13 13:37:29 +080088 { IH_ARCH_RISCV, "riscv", "RISC-V", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010089 { -1, "", "", },
90};
91
Mike Frysinger7edb1862010-10-20 07:17:39 -040092static const table_entry_t uimage_os[] = {
Simon Glass30495bf2016-06-30 10:52:15 -060093 { IH_OS_INVALID, "invalid", "Invalid OS", },
Philipp Tomsich4914af12017-09-13 21:29:29 +020094 { IH_OS_ARM_TRUSTED_FIRMWARE, "arm-trusted-firmware", "ARM Trusted Firmware" },
Marian Balakowicz570abb02008-02-29 15:59:59 +010095 { IH_OS_LINUX, "linux", "Linux", },
96#if defined(CONFIG_LYNXKDI) || defined(USE_HOSTCC)
97 { IH_OS_LYNXOS, "lynxos", "LynxOS", },
98#endif
99 { IH_OS_NETBSD, "netbsd", "NetBSD", },
Torkel Lundgren3df61952010-09-28 11:05:36 +0200100 { IH_OS_OSE, "ose", "Enea OSE", },
Steven Stallion04d41402013-03-20 06:31:35 +0000101 { IH_OS_PLAN9, "plan9", "Plan 9", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100102 { IH_OS_RTEMS, "rtems", "RTEMS", },
Bryan O'Donoghue45b55712018-03-13 16:50:35 +0000103 { IH_OS_TEE, "tee", "Trusted Execution Environment" },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100104 { IH_OS_U_BOOT, "u-boot", "U-Boot", },
miao.yan@windriver.com68b15e82013-12-27 16:01:50 +0800105 { IH_OS_VXWORKS, "vxworks", "VxWorks", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100106#if defined(CONFIG_CMD_ELF) || defined(USE_HOSTCC)
107 { IH_OS_QNX, "qnx", "QNX", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100108#endif
Peter Tyserf5ed9e32008-09-08 14:56:49 -0500109#if defined(CONFIG_INTEGRITY) || defined(USE_HOSTCC)
110 { IH_OS_INTEGRITY,"integrity", "INTEGRITY", },
111#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100112#ifdef USE_HOSTCC
113 { IH_OS_4_4BSD, "4_4bsd", "4_4BSD", },
114 { IH_OS_DELL, "dell", "Dell", },
115 { IH_OS_ESIX, "esix", "Esix", },
116 { IH_OS_FREEBSD, "freebsd", "FreeBSD", },
117 { IH_OS_IRIX, "irix", "Irix", },
118 { IH_OS_NCR, "ncr", "NCR", },
119 { IH_OS_OPENBSD, "openbsd", "OpenBSD", },
120 { IH_OS_PSOS, "psos", "pSOS", },
121 { IH_OS_SCO, "sco", "SCO", },
122 { IH_OS_SOLARIS, "solaris", "Solaris", },
123 { IH_OS_SVR4, "svr4", "SVR4", },
124#endif
Marek Vasut67ddd952014-12-16 14:07:21 +0100125#if defined(CONFIG_BOOTM_OPENRTOS) || defined(USE_HOSTCC)
126 { IH_OS_OPENRTOS, "openrtos", "OpenRTOS", },
127#endif
128
Marian Balakowicz570abb02008-02-29 15:59:59 +0100129 { -1, "", "", },
130};
131
Mike Frysinger7edb1862010-10-20 07:17:39 -0400132static const table_entry_t uimage_type[] = {
Stefano Babic4962e382011-10-17 00:07:43 +0000133 { IH_TYPE_AISIMAGE, "aisimage", "Davinci AIS image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100134 { IH_TYPE_FILESYSTEM, "filesystem", "Filesystem Image", },
135 { IH_TYPE_FIRMWARE, "firmware", "Firmware", },
John Rigby3decb142011-07-21 09:10:30 -0400136 { IH_TYPE_FLATDT, "flat_dt", "Flat Device Tree", },
Karicheri, Muralidharanbf411ea2014-04-04 13:16:48 -0400137 { IH_TYPE_GPIMAGE, "gpimage", "TI Keystone SPL Image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100138 { IH_TYPE_KERNEL, "kernel", "Kernel Image", },
Stephen Warrenb9b50e892011-11-10 13:17:53 -0700139 { IH_TYPE_KERNEL_NOLOAD, "kernel_noload", "Kernel Image (no loading done)", },
Stefano Babic4962e382011-10-17 00:07:43 +0000140 { IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",},
141 { IH_TYPE_IMXIMAGE, "imximage", "Freescale i.MX Boot Image",},
Peng Fana2b96ec2018-10-16 04:50:30 +0000142 { IH_TYPE_IMX8IMAGE, "imx8image", "NXP i.MX8 Boot Image",},
Simon Glass30495bf2016-06-30 10:52:15 -0600143 { IH_TYPE_INVALID, "invalid", "Invalid Image", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100144 { IH_TYPE_MULTI, "multi", "Multi-File Image", },
Stefano Babic4962e382011-10-17 00:07:43 +0000145 { IH_TYPE_OMAPIMAGE, "omapimage", "TI OMAP SPL With GP CH",},
Shaohui Xie5d898a02012-08-10 02:49:35 +0000146 { IH_TYPE_PBLIMAGE, "pblimage", "Freescale PBL Boot Image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100147 { IH_TYPE_RAMDISK, "ramdisk", "RAMDisk Image", },
148 { IH_TYPE_SCRIPT, "script", "Script", },
Marek Vasut662abc42018-04-15 13:15:33 +0200149 { IH_TYPE_SOCFPGAIMAGE, "socfpgaimage", "Altera SoCFPGA CV/AV preloader",},
150 { IH_TYPE_SOCFPGAIMAGE_V1, "socfpgaimage_v1", "Altera SoCFPGA A10 preloader",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100151 { IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
Heiko Schocher7816f2c2011-07-16 00:06:42 +0000152 { IH_TYPE_UBLIMAGE, "ublimage", "Davinci UBL image",},
Marek Vasutbce88372013-08-26 20:43:33 +0200153 { IH_TYPE_MXSIMAGE, "mxsimage", "Freescale MXS Boot Image",},
Andreas Bießmann7b1a4112014-05-19 14:23:39 +0200154 { IH_TYPE_ATMELIMAGE, "atmelimage", "ATMEL ROM-Boot Image",},
Simon Glass90268b82014-10-19 21:11:24 -0600155 { IH_TYPE_X86_SETUP, "x86_setup", "x86 setup.bin", },
Albert ARIBAUD \(3ADEV\)39f520b2015-03-31 11:40:49 +0200156 { IH_TYPE_LPC32XXIMAGE, "lpc32xximage", "LPC32XX Boot Image", },
Simon Glassa131c1f2015-08-30 16:55:24 -0600157 { IH_TYPE_RKIMAGE, "rkimage", "Rockchip Boot Image" },
Simon Glassf9a3c272015-08-30 16:55:25 -0600158 { IH_TYPE_RKSD, "rksd", "Rockchip SD Boot Image" },
Simon Glass10b84fe2015-08-30 16:55:26 -0600159 { IH_TYPE_RKSPI, "rkspi", "Rockchip SPI Boot Image" },
Albert ARIBAUD \(3ADEV\)ed0c2c02016-09-26 09:08:06 +0200160 { IH_TYPE_VYBRIDIMAGE, "vybridimage", "Vybrid Boot Image", },
Nathan Rossi66eef1e2015-11-17 22:56:56 +1000161 { IH_TYPE_ZYNQIMAGE, "zynqimage", "Xilinx Zynq Boot Image" },
Michal Simekd9b58b32016-04-27 14:03:29 +0200162 { IH_TYPE_ZYNQMPIMAGE, "zynqmpimage", "Xilinx ZynqMP Boot Image" },
Alexander Graf6915dcf2018-04-13 14:18:52 +0200163 { IH_TYPE_ZYNQMPBIF, "zynqmpbif", "Xilinx ZynqMP Boot Image (bif)" },
Michal Simeked0cea72016-05-17 13:58:44 +0200164 { IH_TYPE_FPGA, "fpga", "FPGA Image" },
Andrew F. Davis7e719ee2016-11-29 16:33:21 -0600165 { IH_TYPE_TEE, "tee", "Trusted Execution Environment Image",},
Sven Ebenfeldd21bd692016-11-06 16:37:56 +0100166 { IH_TYPE_FIRMWARE_IVT, "firmware_ivt", "Firmware with HABv4 IVT" },
Andrew F. Davis6442c962017-07-31 10:58:20 -0500167 { IH_TYPE_PMMC, "pmmc", "TI Power Management Micro-Controller Firmware",},
Patrick Delaunay81260e32018-03-12 10:46:04 +0100168 { IH_TYPE_STM32IMAGE, "stm32image", "STMicroelectronics STM32 Image" },
Ryder Lee3b975a12018-11-15 10:07:49 +0800169 { IH_TYPE_MTKIMAGE, "mtk_image", "MediaTek BootROM loadable Image" },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100170 { -1, "", "", },
171};
172
Mike Frysinger7edb1862010-10-20 07:17:39 -0400173static const table_entry_t uimage_comp[] = {
Marian Balakowicz570abb02008-02-29 15:59:59 +0100174 { IH_COMP_NONE, "none", "uncompressed", },
175 { IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },
176 { IH_COMP_GZIP, "gzip", "gzip compressed", },
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200177 { IH_COMP_LZMA, "lzma", "lzma compressed", },
Peter Korsgaard20dde482009-11-19 11:37:51 +0100178 { IH_COMP_LZO, "lzo", "lzo compressed", },
Julius Werner027b7282015-10-06 20:03:53 -0700179 { IH_COMP_LZ4, "lz4", "lz4 compressed", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100180 { -1, "", "", },
181};
182
Simon Glass56d7ab72016-06-30 10:52:14 -0600183struct table_info {
184 const char *desc;
185 int count;
186 const table_entry_t *table;
187};
188
189static const struct table_info table_info[IH_COUNT] = {
190 { "architecture", IH_ARCH_COUNT, uimage_arch },
191 { "compression", IH_COMP_COUNT, uimage_comp },
192 { "operating system", IH_OS_COUNT, uimage_os },
193 { "image type", IH_TYPE_COUNT, uimage_type },
194};
195
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100196/*****************************************************************************/
197/* Legacy format routines */
198/*****************************************************************************/
Stephen Warren712fbcf2011-10-18 11:11:49 +0000199int image_check_hcrc(const image_header_t *hdr)
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100200{
201 ulong hcrc;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000202 ulong len = image_get_header_size();
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100203 image_header_t header;
204
205 /* Copy header so we can blank CRC field for re-calculation */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000206 memmove(&header, (char *)hdr, image_get_header_size());
207 image_set_hcrc(&header, 0);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100208
Stephen Warren712fbcf2011-10-18 11:11:49 +0000209 hcrc = crc32(0, (unsigned char *)&header, len);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100210
Stephen Warren712fbcf2011-10-18 11:11:49 +0000211 return (hcrc == image_get_hcrc(hdr));
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100212}
213
Stephen Warren712fbcf2011-10-18 11:11:49 +0000214int image_check_dcrc(const image_header_t *hdr)
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100215{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000216 ulong data = image_get_data(hdr);
217 ulong len = image_get_data_size(hdr);
218 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100219
Stephen Warren712fbcf2011-10-18 11:11:49 +0000220 return (dcrc == image_get_dcrc(hdr));
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100221}
222
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100223/**
224 * image_multi_count - get component (sub-image) count
225 * @hdr: pointer to the header of the multi component image
226 *
227 * image_multi_count() returns number of components in a multi
228 * component image.
229 *
230 * Note: no checking of the image type is done, caller must pass
231 * a valid multi component image.
232 *
233 * returns:
234 * number of components
235 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000236ulong image_multi_count(const image_header_t *hdr)
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100237{
238 ulong i, count = 0;
Marian Balakowiczdf6f1b82008-02-29 16:00:06 +0100239 uint32_t *size;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100240
241 /* get start of the image payload, which in case of multi
242 * component images that points to a table of component sizes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000243 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100244
245 /* count non empty slots */
246 for (i = 0; size[i]; ++i)
247 count++;
248
249 return count;
250}
251
252/**
253 * image_multi_getimg - get component data address and size
254 * @hdr: pointer to the header of the multi component image
255 * @idx: index of the requested component
256 * @data: pointer to a ulong variable, will hold component data address
257 * @len: pointer to a ulong variable, will hold component size
258 *
259 * image_multi_getimg() returns size and data address for the requested
260 * component in a multi component image.
261 *
262 * Note: no checking of the image type is done, caller must pass
263 * a valid multi component image.
264 *
265 * returns:
266 * data address and size of the component, if idx is valid
267 * 0 in data and len, if idx is out of range
268 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000269void image_multi_getimg(const image_header_t *hdr, ulong idx,
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100270 ulong *data, ulong *len)
271{
272 int i;
Marian Balakowiczdf6f1b82008-02-29 16:00:06 +0100273 uint32_t *size;
Nick Spence02b9b222008-05-10 14:02:04 -0700274 ulong offset, count, img_data;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100275
276 /* get number of component */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000277 count = image_multi_count(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100278
279 /* get start of the image payload, which in case of multi
280 * component images that points to a table of component sizes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000281 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100282
283 /* get address of the proper component data start, which means
284 * skipping sizes table (add 1 for last, null entry) */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000285 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100286
287 if (idx < count) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000288 *len = uimage_to_cpu(size[idx]);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100289 offset = 0;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100290
291 /* go over all indices preceding requested component idx */
292 for (i = 0; i < idx; i++) {
Nick Spence02b9b222008-05-10 14:02:04 -0700293 /* add up i-th component size, rounding up to 4 bytes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000294 offset += (uimage_to_cpu(size[i]) + 3) & ~3 ;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100295 }
296
297 /* calculate idx-th component data address */
Nick Spence02b9b222008-05-10 14:02:04 -0700298 *data = img_data + offset;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100299 } else {
300 *len = 0;
301 *data = 0;
302 }
303}
Marian Balakowicz42b73e82008-01-31 13:20:07 +0100304
Stephen Warren712fbcf2011-10-18 11:11:49 +0000305static void image_print_type(const image_header_t *hdr)
Marian Balakowicz2242f532008-02-21 17:27:41 +0100306{
Heiko Schocher80402f32015-06-29 09:10:46 +0200307 const char __maybe_unused *os, *arch, *type, *comp;
Marian Balakowicz2242f532008-02-21 17:27:41 +0100308
Stephen Warren712fbcf2011-10-18 11:11:49 +0000309 os = genimg_get_os_name(image_get_os(hdr));
310 arch = genimg_get_arch_name(image_get_arch(hdr));
311 type = genimg_get_type_name(image_get_type(hdr));
312 comp = genimg_get_comp_name(image_get_comp(hdr));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100313
Stephen Warren712fbcf2011-10-18 11:11:49 +0000314 printf("%s %s %s (%s)\n", arch, os, type, comp);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100315}
316
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100317/**
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200318 * image_print_contents - prints out the contents of the legacy format image
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200319 * @ptr: pointer to the legacy format image header
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100320 * @p: pointer to prefix string
321 *
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200322 * image_print_contents() formats a multi line legacy image contents description.
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100323 * The routine prints out all header fields followed by the size/offset data
324 * for MULTI/SCRIPT images.
325 *
326 * returns:
327 * no returned results
328 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000329void image_print_contents(const void *ptr)
Marian Balakowicz2242f532008-02-21 17:27:41 +0100330{
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200331 const image_header_t *hdr = (const image_header_t *)ptr;
Heiko Schocher80402f32015-06-29 09:10:46 +0200332 const char __maybe_unused *p;
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200333
Simon Glass1fe7d932013-05-08 08:05:58 +0000334 p = IMAGE_INDENT_STRING;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000335 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr));
Simon Glass859e92b2013-05-07 06:11:51 +0000336 if (IMAGE_ENABLE_TIMESTAMP) {
337 printf("%sCreated: ", p);
338 genimg_print_time((time_t)image_get_time(hdr));
339 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000340 printf("%sImage Type: ", p);
341 image_print_type(hdr);
342 printf("%sData Size: ", p);
343 genimg_print_size(image_get_data_size(hdr));
344 printf("%sLoad Address: %08x\n", p, image_get_load(hdr));
345 printf("%sEntry Point: %08x\n", p, image_get_ep(hdr));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100346
Stephen Warren712fbcf2011-10-18 11:11:49 +0000347 if (image_check_type(hdr, IH_TYPE_MULTI) ||
348 image_check_type(hdr, IH_TYPE_SCRIPT)) {
Marian Balakowicz2242f532008-02-21 17:27:41 +0100349 int i;
350 ulong data, len;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000351 ulong count = image_multi_count(hdr);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100352
Stephen Warren712fbcf2011-10-18 11:11:49 +0000353 printf("%sContents:\n", p);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100354 for (i = 0; i < count; i++) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000355 image_multi_getimg(hdr, i, &data, &len);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100356
Stephen Warren712fbcf2011-10-18 11:11:49 +0000357 printf("%s Image %d: ", p, i);
358 genimg_print_size(len);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100359
Stephen Warren712fbcf2011-10-18 11:11:49 +0000360 if (image_check_type(hdr, IH_TYPE_SCRIPT) && i > 0) {
Marian Balakowicz570abb02008-02-29 15:59:59 +0100361 /*
362 * the user may need to know offsets
363 * if planning to do something with
364 * multiple files
365 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000366 printf("%s Offset = 0x%08lx\n", p, data);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100367 }
Marian Balakowicz2242f532008-02-21 17:27:41 +0100368 }
Sven Ebenfeldd21bd692016-11-06 16:37:56 +0100369 } else if (image_check_type(hdr, IH_TYPE_FIRMWARE_IVT)) {
370 printf("HAB Blocks: 0x%08x 0x0000 0x%08x\n",
371 image_get_load(hdr) - image_get_header_size(),
372 image_get_size(hdr) + image_get_header_size()
373 - 0x1FE0);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100374 }
375}
376
Marian Balakowicz570abb02008-02-29 15:59:59 +0100377
378#ifndef USE_HOSTCC
Heiko Schocher21d29f72014-05-28 11:33:33 +0200379#if defined(CONFIG_IMAGE_FORMAT_LEGACY)
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100380/**
381 * image_get_ramdisk - get and verify ramdisk image
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100382 * @rd_addr: ramdisk image start address
383 * @arch: expected ramdisk architecture
384 * @verify: checksum verification flag
385 *
386 * image_get_ramdisk() returns a pointer to the verified ramdisk image
387 * header. Routine receives image start address and expected architecture
388 * flag. Verification done covers data and header integrity and os/type/arch
389 * fields checking.
390 *
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100391 * returns:
392 * pointer to a ramdisk image header, if image was found and valid
Kumar Gala274cea22008-02-27 21:51:46 -0600393 * otherwise, return NULL
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100394 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000395static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +0100396 int verify)
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100397{
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200398 const image_header_t *rd_hdr = (const image_header_t *)rd_addr;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100399
Stephen Warren712fbcf2011-10-18 11:11:49 +0000400 if (!image_check_magic(rd_hdr)) {
401 puts("Bad Magic Number\n");
Simon Glass770605e2012-02-13 13:51:18 +0000402 bootstage_error(BOOTSTAGE_ID_RD_MAGIC);
Kumar Gala274cea22008-02-27 21:51:46 -0600403 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100404 }
405
Stephen Warren712fbcf2011-10-18 11:11:49 +0000406 if (!image_check_hcrc(rd_hdr)) {
407 puts("Bad Header Checksum\n");
Simon Glass770605e2012-02-13 13:51:18 +0000408 bootstage_error(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
Kumar Gala274cea22008-02-27 21:51:46 -0600409 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100410 }
411
Simon Glass770605e2012-02-13 13:51:18 +0000412 bootstage_mark(BOOTSTAGE_ID_RD_MAGIC);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000413 image_print_contents(rd_hdr);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100414
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100415 if (verify) {
416 puts(" Verifying Checksum ... ");
Stephen Warren712fbcf2011-10-18 11:11:49 +0000417 if (!image_check_dcrc(rd_hdr)) {
418 puts("Bad Data CRC\n");
Simon Glass770605e2012-02-13 13:51:18 +0000419 bootstage_error(BOOTSTAGE_ID_RD_CHECKSUM);
Kumar Gala274cea22008-02-27 21:51:46 -0600420 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100421 }
422 puts("OK\n");
423 }
424
Simon Glass770605e2012-02-13 13:51:18 +0000425 bootstage_mark(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100426
Stephen Warren712fbcf2011-10-18 11:11:49 +0000427 if (!image_check_os(rd_hdr, IH_OS_LINUX) ||
428 !image_check_arch(rd_hdr, arch) ||
429 !image_check_type(rd_hdr, IH_TYPE_RAMDISK)) {
430 printf("No Linux %s Ramdisk Image\n",
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100431 genimg_get_arch_name(arch));
Simon Glass770605e2012-02-13 13:51:18 +0000432 bootstage_error(BOOTSTAGE_ID_RAMDISK);
Kumar Gala274cea22008-02-27 21:51:46 -0600433 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100434 }
435
436 return rd_hdr;
437}
Heiko Schocher21d29f72014-05-28 11:33:33 +0200438#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100439#endif /* !USE_HOSTCC */
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100440
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100441/*****************************************************************************/
442/* Shared dual-format routines */
443/*****************************************************************************/
Marian Balakowicz570abb02008-02-29 15:59:59 +0100444#ifndef USE_HOSTCC
Joe Hershberger1cf0a8b2012-12-11 22:16:28 -0600445ulong load_addr = CONFIG_SYS_LOAD_ADDR; /* Default Load Address */
446ulong save_addr; /* Default Save Address */
447ulong save_size; /* Default Save Size (in bytes) */
448
449static int on_loadaddr(const char *name, const char *value, enum env_op op,
450 int flags)
451{
452 switch (op) {
453 case env_op_create:
454 case env_op_overwrite:
455 load_addr = simple_strtoul(value, NULL, 16);
456 break;
457 default:
458 break;
459 }
460
461 return 0;
462}
463U_BOOT_ENV_CALLBACK(loadaddr, on_loadaddr);
464
Simon Glass723806c2017-08-03 12:22:15 -0600465ulong env_get_bootm_low(void)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100466{
Simon Glass00caae62017-08-03 12:22:12 -0600467 char *s = env_get("bootm_low");
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100468 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000469 ulong tmp = simple_strtoul(s, NULL, 16);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100470 return tmp;
471 }
472
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200473#if defined(CONFIG_SYS_SDRAM_BASE)
474 return CONFIG_SYS_SDRAM_BASE;
Marian Balakowiczafe45c82008-03-12 12:14:15 +0100475#elif defined(CONFIG_ARM)
476 return gd->bd->bi_dram[0].start;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100477#else
478 return 0;
479#endif
480}
481
Simon Glass723806c2017-08-03 12:22:15 -0600482phys_size_t env_get_bootm_size(void)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100483{
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900484 phys_size_t tmp, size;
485 phys_addr_t start;
Simon Glass00caae62017-08-03 12:22:12 -0600486 char *s = env_get("bootm_size");
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100487 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000488 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100489 return tmp;
490 }
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900491
492#if defined(CONFIG_ARM) && defined(CONFIG_NR_DRAM_BANKS)
493 start = gd->bd->bi_dram[0].start;
494 size = gd->bd->bi_dram[0].size;
495#else
496 start = gd->bd->bi_memstart;
497 size = gd->bd->bi_memsize;
498#endif
499
Simon Glass00caae62017-08-03 12:22:12 -0600500 s = env_get("bootm_low");
Matthew McClintockc519fac2010-07-08 10:11:08 -0500501 if (s)
Stephen Warren712fbcf2011-10-18 11:11:49 +0000502 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Matthew McClintockc519fac2010-07-08 10:11:08 -0500503 else
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900504 tmp = start;
Matthew McClintockc519fac2010-07-08 10:11:08 -0500505
Masahiro Yamada0cb389d2016-02-05 16:12:50 +0900506 return size - (tmp - start);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100507}
508
Simon Glass723806c2017-08-03 12:22:15 -0600509phys_size_t env_get_bootm_mapsize(void)
Grant Likelyc3624e62011-03-28 09:58:43 +0000510{
511 phys_size_t tmp;
Simon Glass00caae62017-08-03 12:22:12 -0600512 char *s = env_get("bootm_mapsize");
Grant Likelyc3624e62011-03-28 09:58:43 +0000513 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000514 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Grant Likelyc3624e62011-03-28 09:58:43 +0000515 return tmp;
516 }
517
518#if defined(CONFIG_SYS_BOOTMAPSZ)
519 return CONFIG_SYS_BOOTMAPSZ;
520#else
Simon Glass723806c2017-08-03 12:22:15 -0600521 return env_get_bootm_size();
Grant Likelyc3624e62011-03-28 09:58:43 +0000522#endif
523}
524
Stephen Warren712fbcf2011-10-18 11:11:49 +0000525void memmove_wd(void *to, void *from, size_t len, ulong chunksz)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100526{
Larry Johnson54fa2c52010-04-20 08:09:43 -0400527 if (to == from)
528 return;
529
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100530#if defined(CONFIG_HW_WATCHDOG) || defined(CONFIG_WATCHDOG)
Sonic Zhang22cfddc2014-12-10 18:20:53 +0800531 if (to > from) {
532 from += len;
533 to += len;
534 }
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100535 while (len > 0) {
536 size_t tail = (len > chunksz) ? chunksz : len;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000537 WATCHDOG_RESET();
Sonic Zhang22cfddc2014-12-10 18:20:53 +0800538 if (to > from) {
539 to -= tail;
540 from -= tail;
541 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000542 memmove(to, from, tail);
Sonic Zhang22cfddc2014-12-10 18:20:53 +0800543 if (to < from) {
544 to += tail;
545 from += tail;
546 }
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100547 len -= tail;
548 }
549#else /* !(CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG) */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000550 memmove(to, from, len);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100551#endif /* CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG */
552}
Marian Balakowicz570abb02008-02-29 15:59:59 +0100553#endif /* !USE_HOSTCC */
554
Stephen Warren712fbcf2011-10-18 11:11:49 +0000555void genimg_print_size(uint32_t size)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100556{
557#ifndef USE_HOSTCC
Stephen Warren712fbcf2011-10-18 11:11:49 +0000558 printf("%d Bytes = ", size);
559 print_size(size, "\n");
Marian Balakowicz570abb02008-02-29 15:59:59 +0100560#else
xypron.glpk@gmx.decec85d42017-01-04 14:04:44 +0100561 printf("%d Bytes = %.2f KiB = %.2f MiB\n",
Marian Balakowicz570abb02008-02-29 15:59:59 +0100562 size, (double)size / 1.024e3,
563 (double)size / 1.048576e6);
564#endif
565}
566
Simon Glass859e92b2013-05-07 06:11:51 +0000567#if IMAGE_ENABLE_TIMESTAMP
568void genimg_print_time(time_t timestamp)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100569{
570#ifndef USE_HOSTCC
571 struct rtc_time tm;
572
Simon Glass9f9276c2015-04-20 12:37:18 -0600573 rtc_to_tm(timestamp, &tm);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000574 printf("%4d-%02d-%02d %2d:%02d:%02d UTC\n",
Marian Balakowicz570abb02008-02-29 15:59:59 +0100575 tm.tm_year, tm.tm_mon, tm.tm_mday,
576 tm.tm_hour, tm.tm_min, tm.tm_sec);
577#else
Stephen Warren712fbcf2011-10-18 11:11:49 +0000578 printf("%s", ctime(&timestamp));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100579#endif
580}
Simon Glass859e92b2013-05-07 06:11:51 +0000581#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100582
Simon Glass5b9d44d2015-06-23 15:38:25 -0600583const table_entry_t *get_table_entry(const table_entry_t *table, int id)
584{
585 for (; table->id >= 0; ++table) {
586 if (table->id == id)
587 return table;
588 }
589 return NULL;
590}
591
Simon Glass14262202016-06-30 10:52:16 -0600592static const char *unknown_msg(enum ih_category category)
593{
Simon Glassae3de0d2016-10-31 10:21:09 -0600594 static const char unknown_str[] = "Unknown ";
Simon Glass14262202016-06-30 10:52:16 -0600595 static char msg[30];
596
Simon Glassae3de0d2016-10-31 10:21:09 -0600597 strcpy(msg, unknown_str);
598 strncat(msg, table_info[category].desc,
599 sizeof(msg) - sizeof(unknown_str));
Simon Glass14262202016-06-30 10:52:16 -0600600
601 return msg;
602}
603
604/**
605 * get_cat_table_entry_name - translate entry id to long name
606 * @category: category to look up (enum ih_category)
607 * @id: entry id to be translated
608 *
609 * This will scan the translation table trying to find the entry that matches
610 * the given id.
611 *
612 * @retur long entry name if translation succeeds; error string on failure
613 */
614const char *genimg_get_cat_name(enum ih_category category, uint id)
615{
616 const table_entry_t *entry;
617
618 entry = get_table_entry(table_info[category].table, id);
619 if (!entry)
620 return unknown_msg(category);
621#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
622 return entry->lname;
623#else
624 return entry->lname + gd->reloc_off;
625#endif
626}
627
628/**
629 * get_cat_table_entry_short_name - translate entry id to short name
630 * @category: category to look up (enum ih_category)
631 * @id: entry id to be translated
632 *
633 * This will scan the translation table trying to find the entry that matches
634 * the given id.
635 *
636 * @retur short entry name if translation succeeds; error string on failure
637 */
638const char *genimg_get_cat_short_name(enum ih_category category, uint id)
639{
640 const table_entry_t *entry;
641
642 entry = get_table_entry(table_info[category].table, id);
643 if (!entry)
644 return unknown_msg(category);
645#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
646 return entry->sname;
647#else
648 return entry->sname + gd->reloc_off;
649#endif
650}
651
652int genimg_get_cat_count(enum ih_category category)
653{
654 return table_info[category].count;
655}
656
657const char *genimg_get_cat_desc(enum ih_category category)
658{
659 return table_info[category].desc;
660}
661
Marian Balakowicz570abb02008-02-29 15:59:59 +0100662/**
663 * get_table_entry_name - translate entry id to long name
664 * @table: pointer to a translation table for entries of a specific type
665 * @msg: message to be returned when translation fails
666 * @id: entry id to be translated
667 *
668 * get_table_entry_name() will go over translation table trying to find
669 * entry that matches given id. If matching entry is found, its long
670 * name is returned to the caller.
671 *
672 * returns:
673 * long entry name if translation succeeds
674 * msg otherwise
675 */
Mike Frysinger7edb1862010-10-20 07:17:39 -0400676char *get_table_entry_name(const table_entry_t *table, char *msg, int id)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100677{
Simon Glass5b9d44d2015-06-23 15:38:25 -0600678 table = get_table_entry(table, id);
679 if (!table)
680 return msg;
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200681#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
Simon Glass5b9d44d2015-06-23 15:38:25 -0600682 return table->lname;
Scott Woode3d1ac72009-04-02 16:15:10 -0500683#else
Simon Glass5b9d44d2015-06-23 15:38:25 -0600684 return table->lname + gd->reloc_off;
Scott Woode3d1ac72009-04-02 16:15:10 -0500685#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100686}
687
Stephen Warren712fbcf2011-10-18 11:11:49 +0000688const char *genimg_get_os_name(uint8_t os)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100689{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000690 return (get_table_entry_name(uimage_os, "Unknown OS", os));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100691}
692
Stephen Warren712fbcf2011-10-18 11:11:49 +0000693const char *genimg_get_arch_name(uint8_t arch)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100694{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000695 return (get_table_entry_name(uimage_arch, "Unknown Architecture",
696 arch));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100697}
698
Stephen Warren712fbcf2011-10-18 11:11:49 +0000699const char *genimg_get_type_name(uint8_t type)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100700{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000701 return (get_table_entry_name(uimage_type, "Unknown Image", type));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100702}
703
Simon Glasscef2e512016-02-22 22:55:50 -0700704static const char *genimg_get_short_name(const table_entry_t *table, int val)
Simon Glass5b9d44d2015-06-23 15:38:25 -0600705{
Simon Glasscef2e512016-02-22 22:55:50 -0700706 table = get_table_entry(table, val);
Simon Glass5b9d44d2015-06-23 15:38:25 -0600707 if (!table)
708 return "unknown";
709#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
710 return table->sname;
711#else
712 return table->sname + gd->reloc_off;
713#endif
714}
715
Simon Glasscef2e512016-02-22 22:55:50 -0700716const char *genimg_get_type_short_name(uint8_t type)
717{
718 return genimg_get_short_name(uimage_type, type);
719}
720
Stephen Warren712fbcf2011-10-18 11:11:49 +0000721const char *genimg_get_comp_name(uint8_t comp)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100722{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000723 return (get_table_entry_name(uimage_comp, "Unknown Compression",
724 comp));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100725}
726
Simon Glasscef2e512016-02-22 22:55:50 -0700727const char *genimg_get_comp_short_name(uint8_t comp)
728{
729 return genimg_get_short_name(uimage_comp, comp);
730}
731
732const char *genimg_get_os_short_name(uint8_t os)
733{
734 return genimg_get_short_name(uimage_os, os);
735}
736
737const char *genimg_get_arch_short_name(uint8_t arch)
738{
739 return genimg_get_short_name(uimage_arch, arch);
740}
741
Marian Balakowicz570abb02008-02-29 15:59:59 +0100742/**
743 * get_table_entry_id - translate short entry name to id
744 * @table: pointer to a translation table for entries of a specific type
745 * @table_name: to be used in case of error
746 * @name: entry short name to be translated
747 *
748 * get_table_entry_id() will go over translation table trying to find
749 * entry that matches given short name. If matching entry is found,
750 * its id returned to the caller.
751 *
752 * returns:
753 * entry id if translation succeeds
754 * -1 otherwise
755 */
Mike Frysinger7edb1862010-10-20 07:17:39 -0400756int get_table_entry_id(const table_entry_t *table,
Marian Balakowicz570abb02008-02-29 15:59:59 +0100757 const char *table_name, const char *name)
758{
Mike Frysinger7edb1862010-10-20 07:17:39 -0400759 const table_entry_t *t;
Marian Balakowicz570abb02008-02-29 15:59:59 +0100760
761 for (t = table; t->id >= 0; ++t) {
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200762#ifdef CONFIG_NEEDS_MANUAL_RELOC
Simon Glass5b9d44d2015-06-23 15:38:25 -0600763 if (t->sname && strcasecmp(t->sname + gd->reloc_off, name) == 0)
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200764#else
Simon Glass5b9d44d2015-06-23 15:38:25 -0600765 if (t->sname && strcasecmp(t->sname, name) == 0)
Peter Tyser521af042009-09-21 11:20:36 -0500766#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100767 return (t->id);
768 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000769 debug("Invalid %s Type: %s\n", table_name, name);
Simon Glass5b9d44d2015-06-23 15:38:25 -0600770
771 return -1;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100772}
773
Stephen Warren712fbcf2011-10-18 11:11:49 +0000774int genimg_get_os_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100775{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000776 return (get_table_entry_id(uimage_os, "OS", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100777}
778
Stephen Warren712fbcf2011-10-18 11:11:49 +0000779int genimg_get_arch_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100780{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000781 return (get_table_entry_id(uimage_arch, "CPU", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100782}
783
Stephen Warren712fbcf2011-10-18 11:11:49 +0000784int genimg_get_type_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100785{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000786 return (get_table_entry_id(uimage_type, "Image", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100787}
788
Stephen Warren712fbcf2011-10-18 11:11:49 +0000789int genimg_get_comp_id(const char *name)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100790{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000791 return (get_table_entry_id(uimage_comp, "Compression", name));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100792}
793
794#ifndef USE_HOSTCC
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100795/**
Bryan Wu6c454fe2014-08-15 16:51:38 -0700796 * genimg_get_kernel_addr_fit - get the real kernel address and return 2
797 * FIT strings
Bryan Wu0f641402014-07-31 17:39:58 -0700798 * @img_addr: a string might contain real image address
Bryan Wu6c454fe2014-08-15 16:51:38 -0700799 * @fit_uname_config: double pointer to a char, will hold pointer to a
800 * configuration unit name
801 * @fit_uname_kernel: double pointer to a char, will hold pointer to a subimage
802 * name
Bryan Wu0f641402014-07-31 17:39:58 -0700803 *
Bryan Wu6c454fe2014-08-15 16:51:38 -0700804 * genimg_get_kernel_addr_fit get the real kernel start address from a string
Bryan Wu0f641402014-07-31 17:39:58 -0700805 * which is normally the first argv of bootm/bootz
806 *
807 * returns:
808 * kernel start address
809 */
Bryan Wu6c454fe2014-08-15 16:51:38 -0700810ulong genimg_get_kernel_addr_fit(char * const img_addr,
811 const char **fit_uname_config,
812 const char **fit_uname_kernel)
Bryan Wu0f641402014-07-31 17:39:58 -0700813{
Bryan Wu0f641402014-07-31 17:39:58 -0700814 ulong kernel_addr;
815
816 /* find out kernel image address */
817 if (!img_addr) {
818 kernel_addr = load_addr;
819 debug("* kernel: default image load address = 0x%08lx\n",
820 load_addr);
Simon Glass73223f02016-02-22 22:55:43 -0700821#if CONFIG_IS_ENABLED(FIT)
Bryan Wu0f641402014-07-31 17:39:58 -0700822 } else if (fit_parse_conf(img_addr, load_addr, &kernel_addr,
Bryan Wu6c454fe2014-08-15 16:51:38 -0700823 fit_uname_config)) {
Bryan Wu0f641402014-07-31 17:39:58 -0700824 debug("* kernel: config '%s' from image at 0x%08lx\n",
Bryan Wu6c454fe2014-08-15 16:51:38 -0700825 *fit_uname_config, kernel_addr);
Bryan Wu0f641402014-07-31 17:39:58 -0700826 } else if (fit_parse_subimage(img_addr, load_addr, &kernel_addr,
Bryan Wu6c454fe2014-08-15 16:51:38 -0700827 fit_uname_kernel)) {
Bryan Wu0f641402014-07-31 17:39:58 -0700828 debug("* kernel: subimage '%s' from image at 0x%08lx\n",
Bryan Wu6c454fe2014-08-15 16:51:38 -0700829 *fit_uname_kernel, kernel_addr);
Bryan Wu0f641402014-07-31 17:39:58 -0700830#endif
831 } else {
832 kernel_addr = simple_strtoul(img_addr, NULL, 16);
833 debug("* kernel: cmdline image address = 0x%08lx\n",
834 kernel_addr);
835 }
836
837 return kernel_addr;
838}
839
840/**
Bryan Wu6c454fe2014-08-15 16:51:38 -0700841 * genimg_get_kernel_addr() is the simple version of
842 * genimg_get_kernel_addr_fit(). It ignores those return FIT strings
843 */
844ulong genimg_get_kernel_addr(char * const img_addr)
845{
846 const char *fit_uname_config = NULL;
847 const char *fit_uname_kernel = NULL;
848
849 return genimg_get_kernel_addr_fit(img_addr, &fit_uname_config,
850 &fit_uname_kernel);
851}
852
853/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100854 * genimg_get_format - get image format type
855 * @img_addr: image start address
856 *
857 * genimg_get_format() checks whether provided address points to a valid
858 * legacy or FIT image.
859 *
860 * New uImage format and FDT blob are based on a libfdt. FDT blob
861 * may be passed directly or embedded in a FIT image. In both situations
862 * genimg_get_format() must be able to dectect libfdt header.
863 *
864 * returns:
865 * image format type or IMAGE_FORMAT_INVALID if no image is present
866 */
Simon Glass35e7b0f2013-05-07 06:12:03 +0000867int genimg_get_format(const void *img_addr)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100868{
Heiko Schocher21d29f72014-05-28 11:33:33 +0200869#if defined(CONFIG_IMAGE_FORMAT_LEGACY)
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200870 const image_header_t *hdr;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100871
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200872 hdr = (const image_header_t *)img_addr;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100873 if (image_check_magic(hdr))
Heiko Schocher21d29f72014-05-28 11:33:33 +0200874 return IMAGE_FORMAT_LEGACY;
875#endif
Simon Glassaa34fbc2016-02-22 22:55:45 -0700876#if IMAGE_ENABLE_FIT || IMAGE_ENABLE_OF_LIBFDT
Heiko Schocher21d29f72014-05-28 11:33:33 +0200877 if (fdt_check_header(img_addr) == 0)
878 return IMAGE_FORMAT_FIT;
Sebastian Siewior9ace3fc2014-05-05 15:08:09 -0500879#endif
880#ifdef CONFIG_ANDROID_BOOT_IMAGE
Heiko Schocher21d29f72014-05-28 11:33:33 +0200881 if (android_image_check_header(img_addr) == 0)
882 return IMAGE_FORMAT_ANDROID;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100883#endif
884
Heiko Schocher21d29f72014-05-28 11:33:33 +0200885 return IMAGE_FORMAT_INVALID;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100886}
887
888/**
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100889 * fit_has_config - check if there is a valid FIT configuration
890 * @images: pointer to the bootm command headers structure
891 *
892 * fit_has_config() checks if there is a FIT configuration in use
893 * (if FTI support is present).
894 *
895 * returns:
896 * 0, no FIT support or no configuration found
897 * 1, configuration found
898 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000899int genimg_has_config(bootm_headers_t *images)
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100900{
Simon Glass73223f02016-02-22 22:55:43 -0700901#if IMAGE_ENABLE_FIT
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100902 if (images->fit_uname_cfg)
903 return 1;
904#endif
905 return 0;
906}
907
908/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100909 * boot_get_ramdisk - main ramdisk handling routine
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100910 * @argc: command argument count
911 * @argv: command argument list
Marian Balakowicz8a5ea3e2008-02-27 11:01:04 +0100912 * @images: pointer to the bootm images structure
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100913 * @arch: expected ramdisk architecture
914 * @rd_start: pointer to a ulong variable, will hold ramdisk start address
915 * @rd_end: pointer to a ulong variable, will hold ramdisk end
916 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100917 * boot_get_ramdisk() is responsible for finding a valid ramdisk image.
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100918 * Curently supported are the following ramdisk sources:
919 * - multicomponent kernel/ramdisk image,
920 * - commandline provided address of decicated ramdisk image.
921 *
922 * returns:
Marian Balakowiczd985c842008-03-12 10:14:38 +0100923 * 0, if ramdisk image was found and valid, or skiped
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100924 * rd_start and rd_end are set to ramdisk start/end addresses if
925 * ramdisk image is found and valid
Marian Balakowiczd985c842008-03-12 10:14:38 +0100926 *
Kumar Galaea86b9e2008-08-29 19:08:29 -0500927 * 1, if ramdisk image is found but corrupted, or invalid
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100928 * rd_start and rd_end are set to 0 if no ramdisk exists
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100929 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000930int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images,
Marian Balakowiczd985c842008-03-12 10:14:38 +0100931 uint8_t arch, ulong *rd_start, ulong *rd_end)
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100932{
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100933 ulong rd_addr, rd_load;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100934 ulong rd_data, rd_len;
Heiko Schocher21d29f72014-05-28 11:33:33 +0200935#if defined(CONFIG_IMAGE_FORMAT_LEGACY)
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200936 const image_header_t *rd_hdr;
Heiko Schocher21d29f72014-05-28 11:33:33 +0200937#endif
Simon Glass35e7b0f2013-05-07 06:12:03 +0000938 void *buf;
Marek Vasut57d40ab2012-03-30 23:19:10 +0200939#ifdef CONFIG_SUPPORT_RAW_INITRD
Marek Vasut017e1f32012-03-18 11:47:58 +0000940 char *end;
Marek Vasut57d40ab2012-03-30 23:19:10 +0200941#endif
Simon Glass73223f02016-02-22 22:55:43 -0700942#if IMAGE_ENABLE_FIT
Simon Glassf320a4d2013-07-10 23:08:10 -0700943 const char *fit_uname_config = images->fit_uname_cfg;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100944 const char *fit_uname_ramdisk = NULL;
945 ulong default_addr;
Marian Balakowiczc8779642008-03-12 10:12:37 +0100946 int rd_noffset;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100947#endif
Simon Glass983c72f2013-06-11 11:14:46 -0700948 const char *select = NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100949
Marian Balakowiczc8779642008-03-12 10:12:37 +0100950 *rd_start = 0;
951 *rd_end = 0;
952
Tom Rini1fec3c52015-08-27 15:42:41 -0400953#ifdef CONFIG_ANDROID_BOOT_IMAGE
954 /*
955 * Look for an Android boot image.
956 */
957 buf = map_sysmem(images->os.start, 0);
Tom Rinic139b5f2015-10-27 19:04:40 -0400958 if (buf && genimg_get_format(buf) == IMAGE_FORMAT_ANDROID)
Tom Rini1fec3c52015-08-27 15:42:41 -0400959 select = argv[0];
960#endif
961
Simon Glass983c72f2013-06-11 11:14:46 -0700962 if (argc >= 2)
963 select = argv[1];
Rob Herring2dd46322015-07-17 10:57:17 -0500964
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100965 /*
966 * Look for a '-' which indicates to ignore the
967 * ramdisk argument
968 */
Simon Glass983c72f2013-06-11 11:14:46 -0700969 if (select && strcmp(select, "-") == 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000970 debug("## Skipping init Ramdisk\n");
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100971 rd_len = rd_data = 0;
Simon Glass983c72f2013-06-11 11:14:46 -0700972 } else if (select || genimg_has_config(images)) {
Simon Glass73223f02016-02-22 22:55:43 -0700973#if IMAGE_ENABLE_FIT
Simon Glass983c72f2013-06-11 11:14:46 -0700974 if (select) {
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100975 /*
976 * If the init ramdisk comes from the FIT image and
977 * the FIT image address is omitted in the command
978 * line argument, try to use os FIT image address or
979 * default load address.
980 */
981 if (images->fit_uname_os)
982 default_addr = (ulong)images->fit_hdr_os;
983 else
984 default_addr = load_addr;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100985
Simon Glass983c72f2013-06-11 11:14:46 -0700986 if (fit_parse_conf(select, default_addr,
987 &rd_addr, &fit_uname_config)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000988 debug("* ramdisk: config '%s' from image at "
989 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100990 fit_uname_config, rd_addr);
Simon Glass983c72f2013-06-11 11:14:46 -0700991 } else if (fit_parse_subimage(select, default_addr,
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100992 &rd_addr, &fit_uname_ramdisk)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000993 debug("* ramdisk: subimage '%s' from image at "
994 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100995 fit_uname_ramdisk, rd_addr);
996 } else
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100997#endif
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100998 {
Simon Glass983c72f2013-06-11 11:14:46 -0700999 rd_addr = simple_strtoul(select, NULL, 16);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001000 debug("* ramdisk: cmdline image address = "
1001 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001002 rd_addr);
1003 }
Simon Glass73223f02016-02-22 22:55:43 -07001004#if IMAGE_ENABLE_FIT
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001005 } else {
1006 /* use FIT configuration provided in first bootm
Simon Glassa51ec632013-05-16 13:53:22 +00001007 * command argument. If the property is not defined,
1008 * quit silently.
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001009 */
Simon Glass35e7b0f2013-05-07 06:12:03 +00001010 rd_addr = map_to_sysmem(images->fit_hdr_os);
Simon Glassa51ec632013-05-16 13:53:22 +00001011 rd_noffset = fit_get_node_from_config(images,
1012 FIT_RAMDISK_PROP, rd_addr);
Paul Burtonbd86ef12016-09-20 18:17:12 +01001013 if (rd_noffset == -ENOENT)
Peter Tyser41266c92008-08-05 10:51:57 -05001014 return 0;
Simon Glassa51ec632013-05-16 13:53:22 +00001015 else if (rd_noffset < 0)
1016 return 1;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001017 }
Marian Balakowiczf773bea2008-03-12 10:35:46 +01001018#endif
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001019
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001020 /*
1021 * Check if there is an initrd image at the
1022 * address provided in the second bootm argument
1023 * check image type, for FIT images get FIT node.
1024 */
Simon Glass35e7b0f2013-05-07 06:12:03 +00001025 buf = map_sysmem(rd_addr, 0);
1026 switch (genimg_get_format(buf)) {
Heiko Schocher21d29f72014-05-28 11:33:33 +02001027#if defined(CONFIG_IMAGE_FORMAT_LEGACY)
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001028 case IMAGE_FORMAT_LEGACY:
Stephen Warren712fbcf2011-10-18 11:11:49 +00001029 printf("## Loading init Ramdisk from Legacy "
Marian Balakowiczc8779642008-03-12 10:12:37 +01001030 "Image at %08lx ...\n", rd_addr);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001031
Simon Glass770605e2012-02-13 13:51:18 +00001032 bootstage_mark(BOOTSTAGE_ID_CHECK_RAMDISK);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001033 rd_hdr = image_get_ramdisk(rd_addr, arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +01001034 images->verify);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001035
Marian Balakowiczc8779642008-03-12 10:12:37 +01001036 if (rd_hdr == NULL)
Kumar Gala274cea22008-02-27 21:51:46 -06001037 return 1;
Kumar Gala274cea22008-02-27 21:51:46 -06001038
Stephen Warren712fbcf2011-10-18 11:11:49 +00001039 rd_data = image_get_data(rd_hdr);
1040 rd_len = image_get_data_size(rd_hdr);
1041 rd_load = image_get_load(rd_hdr);
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001042 break;
Heiko Schocher21d29f72014-05-28 11:33:33 +02001043#endif
Simon Glass73223f02016-02-22 22:55:43 -07001044#if IMAGE_ENABLE_FIT
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001045 case IMAGE_FORMAT_FIT:
Simon Glass126cc862014-06-12 07:24:47 -06001046 rd_noffset = fit_image_load(images,
Simon Glassa51ec632013-05-16 13:53:22 +00001047 rd_addr, &fit_uname_ramdisk,
Simon Glassf320a4d2013-07-10 23:08:10 -07001048 &fit_uname_config, arch,
Simon Glassa51ec632013-05-16 13:53:22 +00001049 IH_TYPE_RAMDISK,
1050 BOOTSTAGE_ID_FIT_RD_START,
Simon Glassfe20a812014-08-22 14:26:43 -06001051 FIT_LOAD_OPTIONAL_NON_ZERO,
1052 &rd_data, &rd_len);
Simon Glassa51ec632013-05-16 13:53:22 +00001053 if (rd_noffset < 0)
Michal Simekc78fce62008-07-11 10:43:13 +02001054 return 1;
Marian Balakowiczc8779642008-03-12 10:12:37 +01001055
Simon Glassa51ec632013-05-16 13:53:22 +00001056 images->fit_hdr_rd = map_sysmem(rd_addr, 0);
Marian Balakowiczc8779642008-03-12 10:12:37 +01001057 images->fit_uname_rd = fit_uname_ramdisk;
Marian Balakowicz3dfe1102008-03-12 10:32:59 +01001058 images->fit_noffset_rd = rd_noffset;
Marian Balakowiczc8779642008-03-12 10:12:37 +01001059 break;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001060#endif
Rob Herring2dd46322015-07-17 10:57:17 -05001061#ifdef CONFIG_ANDROID_BOOT_IMAGE
1062 case IMAGE_FORMAT_ANDROID:
1063 android_image_get_ramdisk((void *)images->os.start,
1064 &rd_data, &rd_len);
1065 break;
1066#endif
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001067 default:
Marek Vasut017e1f32012-03-18 11:47:58 +00001068#ifdef CONFIG_SUPPORT_RAW_INITRD
Simon Glass983c72f2013-06-11 11:14:46 -07001069 end = NULL;
1070 if (select)
1071 end = strchr(select, ':');
1072 if (end) {
Marek Vasut017e1f32012-03-18 11:47:58 +00001073 rd_len = simple_strtoul(++end, NULL, 16);
1074 rd_data = rd_addr;
1075 } else
1076#endif
1077 {
1078 puts("Wrong Ramdisk Image Format\n");
1079 rd_data = rd_len = rd_load = 0;
1080 return 1;
1081 }
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001082 }
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001083 } else if (images->legacy_hdr_valid &&
Stephen Warren712fbcf2011-10-18 11:11:49 +00001084 image_check_type(&images->legacy_hdr_os_copy,
1085 IH_TYPE_MULTI)) {
1086
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001087 /*
1088 * Now check if we have a legacy mult-component image,
1089 * get second entry data start address and len.
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001090 */
Simon Glass770605e2012-02-13 13:51:18 +00001091 bootstage_mark(BOOTSTAGE_ID_RAMDISK);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001092 printf("## Loading init Ramdisk from multi component "
Marian Balakowiczc8779642008-03-12 10:12:37 +01001093 "Legacy Image at %08lx ...\n",
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001094 (ulong)images->legacy_hdr_os);
1095
Stephen Warren712fbcf2011-10-18 11:11:49 +00001096 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len);
Rob Herring2dd46322015-07-17 10:57:17 -05001097 } else {
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001098 /*
1099 * no initrd image
1100 */
Simon Glass770605e2012-02-13 13:51:18 +00001101 bootstage_mark(BOOTSTAGE_ID_NO_RAMDISK);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001102 rd_len = rd_data = 0;
1103 }
1104
1105 if (!rd_data) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001106 debug("## No init Ramdisk\n");
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001107 } else {
1108 *rd_start = rd_data;
1109 *rd_end = rd_data + rd_len;
1110 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001111 debug(" ramdisk start = 0x%08lx, ramdisk end = 0x%08lx\n",
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001112 *rd_start, *rd_end);
Kumar Gala274cea22008-02-27 21:51:46 -06001113
1114 return 0;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001115}
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001116
John Rigbyfca43cc2010-10-13 13:57:35 -06001117#ifdef CONFIG_SYS_BOOT_RAMDISK_HIGH
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001118/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001119 * boot_ramdisk_high - relocate init ramdisk
Kumar Galae822d7f2008-02-27 21:51:49 -06001120 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001121 * @rd_data: ramdisk data start address
1122 * @rd_len: ramdisk data length
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001123 * @initrd_start: pointer to a ulong variable, will hold final init ramdisk
1124 * start address (after possible relocation)
1125 * @initrd_end: pointer to a ulong variable, will hold final init ramdisk
1126 * end address (after possible relocation)
1127 *
Robert P. J. Day1bce2ae2013-09-16 07:15:45 -04001128 * boot_ramdisk_high() takes a relocation hint from "initrd_high" environment
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001129 * variable and if requested ramdisk data is moved to a specified location.
1130 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001131 * Initrd_start and initrd_end are set to final (after relocation) ramdisk
1132 * start/end addresses if ramdisk image start and len were provided,
1133 * otherwise set initrd_start and initrd_end set to zeros.
1134 *
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001135 * returns:
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001136 * 0 - success
1137 * -1 - failure
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001138 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001139int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
Kumar Galae822d7f2008-02-27 21:51:49 -06001140 ulong *initrd_start, ulong *initrd_end)
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001141{
1142 char *s;
1143 ulong initrd_high;
1144 int initrd_copy_to_ram = 1;
1145
Simon Glass00caae62017-08-03 12:22:12 -06001146 s = env_get("initrd_high");
1147 if (s) {
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001148 /* a value of "no" or a similar string will act like 0,
1149 * turning the "load high" feature off. This is intentional.
1150 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001151 initrd_high = simple_strtoul(s, NULL, 16);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001152 if (initrd_high == ~0)
1153 initrd_copy_to_ram = 0;
1154 } else {
Simon Glass723806c2017-08-03 12:22:15 -06001155 initrd_high = env_get_bootm_mapsize() + env_get_bootm_low();
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001156 }
1157
Marian Balakowicz95d449a2008-05-13 15:53:29 +02001158
Stephen Warren712fbcf2011-10-18 11:11:49 +00001159 debug("## initrd_high = 0x%08lx, copy_to_ram = %d\n",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001160 initrd_high, initrd_copy_to_ram);
1161
1162 if (rd_data) {
1163 if (!initrd_copy_to_ram) { /* zero-copy ramdisk support */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001164 debug(" in-place initrd\n");
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001165 *initrd_start = rd_data;
1166 *initrd_end = rd_data + rd_len;
Kumar Galae822d7f2008-02-27 21:51:49 -06001167 lmb_reserve(lmb, rd_data, rd_len);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001168 } else {
Kumar Galae822d7f2008-02-27 21:51:49 -06001169 if (initrd_high)
Stephen Warren712fbcf2011-10-18 11:11:49 +00001170 *initrd_start = (ulong)lmb_alloc_base(lmb,
1171 rd_len, 0x1000, initrd_high);
Kumar Galae822d7f2008-02-27 21:51:49 -06001172 else
Stephen Warren712fbcf2011-10-18 11:11:49 +00001173 *initrd_start = (ulong)lmb_alloc(lmb, rd_len,
1174 0x1000);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001175
Kumar Galae822d7f2008-02-27 21:51:49 -06001176 if (*initrd_start == 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001177 puts("ramdisk - allocation error\n");
Kumar Galae822d7f2008-02-27 21:51:49 -06001178 goto error;
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001179 }
Simon Glass770605e2012-02-13 13:51:18 +00001180 bootstage_mark(BOOTSTAGE_ID_COPY_RAMDISK);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001181
1182 *initrd_end = *initrd_start + rd_len;
Stephen Warren712fbcf2011-10-18 11:11:49 +00001183 printf(" Loading Ramdisk to %08lx, end %08lx ... ",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001184 *initrd_start, *initrd_end);
1185
Stephen Warren712fbcf2011-10-18 11:11:49 +00001186 memmove_wd((void *)*initrd_start,
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001187 (void *)rd_data, rd_len, CHUNKSZ);
1188
Kumar Gala3b200112011-12-07 04:42:58 +00001189#ifdef CONFIG_MP
1190 /*
1191 * Ensure the image is flushed to memory to handle
1192 * AMP boot scenarios in which we might not be
1193 * HW cache coherent
1194 */
Heiko Schocher1a1e7072017-12-14 11:19:22 +01001195 flush_cache((unsigned long)*initrd_start,
1196 ALIGN(rd_len, ARCH_DMA_MINALIGN));
Kumar Gala3b200112011-12-07 04:42:58 +00001197#endif
Stephen Warren712fbcf2011-10-18 11:11:49 +00001198 puts("OK\n");
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001199 }
1200 } else {
1201 *initrd_start = 0;
1202 *initrd_end = 0;
1203 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001204 debug(" ramdisk load start = 0x%08lx, ramdisk load end = 0x%08lx\n",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001205 *initrd_start, *initrd_end);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001206
Kumar Galae822d7f2008-02-27 21:51:49 -06001207 return 0;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001208
Kumar Galae822d7f2008-02-27 21:51:49 -06001209error:
1210 return -1;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001211}
John Rigbyfca43cc2010-10-13 13:57:35 -06001212#endif /* CONFIG_SYS_BOOT_RAMDISK_HIGH */
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001213
Simon Glass90268b82014-10-19 21:11:24 -06001214int boot_get_setup(bootm_headers_t *images, uint8_t arch,
1215 ulong *setup_start, ulong *setup_len)
1216{
Simon Glass73223f02016-02-22 22:55:43 -07001217#if IMAGE_ENABLE_FIT
Simon Glass90268b82014-10-19 21:11:24 -06001218 return boot_get_setup_fit(images, arch, setup_start, setup_len);
1219#else
1220 return -ENOENT;
1221#endif
1222}
1223
Simon Glass73223f02016-02-22 22:55:43 -07001224#if IMAGE_ENABLE_FIT
Goldschmidt Simon8b93a922017-11-10 14:17:41 +00001225#if defined(CONFIG_FPGA)
Michal Simek62afc602016-05-17 14:03:50 +02001226int boot_get_fpga(int argc, char * const argv[], bootm_headers_t *images,
1227 uint8_t arch, const ulong *ld_start, ulong * const ld_len)
1228{
1229 ulong tmp_img_addr, img_data, img_len;
1230 void *buf;
1231 int conf_noffset;
1232 int fit_img_result;
Simon Glassb02e4042016-10-02 17:59:28 -06001233 const char *uname, *name;
Michal Simek62afc602016-05-17 14:03:50 +02001234 int err;
1235 int devnum = 0; /* TODO support multi fpga platforms */
Michal Simek62afc602016-05-17 14:03:50 +02001236
1237 /* Check to see if the images struct has a FIT configuration */
1238 if (!genimg_has_config(images)) {
1239 debug("## FIT configuration was not specified\n");
1240 return 0;
1241 }
1242
1243 /*
1244 * Obtain the os FIT header from the images struct
Michal Simek62afc602016-05-17 14:03:50 +02001245 */
1246 tmp_img_addr = map_to_sysmem(images->fit_hdr_os);
Michal Simek62afc602016-05-17 14:03:50 +02001247 buf = map_sysmem(tmp_img_addr, 0);
1248 /*
1249 * Check image type. For FIT images get FIT node
1250 * and attempt to locate a generic binary.
1251 */
1252 switch (genimg_get_format(buf)) {
1253 case IMAGE_FORMAT_FIT:
1254 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg);
1255
Simon Glassb02e4042016-10-02 17:59:28 -06001256 uname = fdt_stringlist_get(buf, conf_noffset, FIT_FPGA_PROP, 0,
1257 NULL);
1258 if (!uname) {
Michal Simek62afc602016-05-17 14:03:50 +02001259 debug("## FPGA image is not specified\n");
1260 return 0;
1261 }
1262 fit_img_result = fit_image_load(images,
1263 tmp_img_addr,
1264 (const char **)&uname,
1265 &(images->fit_uname_cfg),
1266 arch,
1267 IH_TYPE_FPGA,
1268 BOOTSTAGE_ID_FPGA_INIT,
1269 FIT_LOAD_OPTIONAL_NON_ZERO,
1270 &img_data, &img_len);
1271
1272 debug("FPGA image (%s) loaded to 0x%lx/size 0x%lx\n",
1273 uname, img_data, img_len);
1274
1275 if (fit_img_result < 0) {
1276 /* Something went wrong! */
1277 return fit_img_result;
1278 }
1279
Goldschmidt Simon8b93a922017-11-10 14:17:41 +00001280 if (!fpga_is_partial_data(devnum, img_len)) {
Michal Simek62afc602016-05-17 14:03:50 +02001281 name = "full";
1282 err = fpga_loadbitstream(devnum, (char *)img_data,
1283 img_len, BIT_FULL);
1284 if (err)
1285 err = fpga_load(devnum, (const void *)img_data,
1286 img_len, BIT_FULL);
1287 } else {
1288 name = "partial";
1289 err = fpga_loadbitstream(devnum, (char *)img_data,
1290 img_len, BIT_PARTIAL);
1291 if (err)
1292 err = fpga_load(devnum, (const void *)img_data,
1293 img_len, BIT_PARTIAL);
1294 }
1295
Michal Simek62afc602016-05-17 14:03:50 +02001296 if (err)
Michal Simek611a9422016-12-16 10:35:40 +01001297 return err;
1298
1299 printf(" Programming %s bitstream... OK\n", name);
Michal Simek62afc602016-05-17 14:03:50 +02001300 break;
1301 default:
1302 printf("The given image format is not supported (corrupt?)\n");
1303 return 1;
1304 }
1305
1306 return 0;
1307}
1308#endif
1309
Andrew F. Davisd7be5092016-11-29 16:33:20 -06001310static void fit_loadable_process(uint8_t img_type,
1311 ulong img_data,
1312 ulong img_len)
1313{
1314 int i;
1315 const unsigned int count =
1316 ll_entry_count(struct fit_loadable_tbl, fit_loadable);
1317 struct fit_loadable_tbl *fit_loadable_handler =
1318 ll_entry_start(struct fit_loadable_tbl, fit_loadable);
1319 /* For each loadable handler */
1320 for (i = 0; i < count; i++, fit_loadable_handler++)
1321 /* matching this type */
1322 if (fit_loadable_handler->type == img_type)
1323 /* call that handler with this image data */
1324 fit_loadable_handler->handler(img_data, img_len);
1325}
1326
Karl Apsite84a07db2015-05-21 09:52:48 -04001327int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images,
1328 uint8_t arch, const ulong *ld_start, ulong * const ld_len)
1329{
1330 /*
1331 * These variables are used to hold the current image location
1332 * in system memory.
1333 */
1334 ulong tmp_img_addr;
1335 /*
1336 * These two variables are requirements for fit_image_load, but
1337 * their values are not used
1338 */
1339 ulong img_data, img_len;
1340 void *buf;
1341 int loadables_index;
1342 int conf_noffset;
1343 int fit_img_result;
Simon Glassb02e4042016-10-02 17:59:28 -06001344 const char *uname;
Andrew F. Davisd7be5092016-11-29 16:33:20 -06001345 uint8_t img_type;
Karl Apsite84a07db2015-05-21 09:52:48 -04001346
1347 /* Check to see if the images struct has a FIT configuration */
1348 if (!genimg_has_config(images)) {
1349 debug("## FIT configuration was not specified\n");
1350 return 0;
1351 }
1352
1353 /*
1354 * Obtain the os FIT header from the images struct
Karl Apsite84a07db2015-05-21 09:52:48 -04001355 */
1356 tmp_img_addr = map_to_sysmem(images->fit_hdr_os);
Karl Apsite84a07db2015-05-21 09:52:48 -04001357 buf = map_sysmem(tmp_img_addr, 0);
1358 /*
1359 * Check image type. For FIT images get FIT node
1360 * and attempt to locate a generic binary.
1361 */
1362 switch (genimg_get_format(buf)) {
1363 case IMAGE_FORMAT_FIT:
1364 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg);
1365
1366 for (loadables_index = 0;
Simon Glassb02e4042016-10-02 17:59:28 -06001367 uname = fdt_stringlist_get(buf, conf_noffset,
1368 FIT_LOADABLE_PROP, loadables_index,
1369 NULL), uname;
Karl Apsite84a07db2015-05-21 09:52:48 -04001370 loadables_index++)
1371 {
1372 fit_img_result = fit_image_load(images,
1373 tmp_img_addr,
Simon Glassb02e4042016-10-02 17:59:28 -06001374 &uname,
Karl Apsite84a07db2015-05-21 09:52:48 -04001375 &(images->fit_uname_cfg), arch,
1376 IH_TYPE_LOADABLE,
1377 BOOTSTAGE_ID_FIT_LOADABLE_START,
1378 FIT_LOAD_OPTIONAL_NON_ZERO,
1379 &img_data, &img_len);
1380 if (fit_img_result < 0) {
1381 /* Something went wrong! */
1382 return fit_img_result;
1383 }
Andrew F. Davisd7be5092016-11-29 16:33:20 -06001384
1385 fit_img_result = fit_image_get_node(buf, uname);
1386 if (fit_img_result < 0) {
1387 /* Something went wrong! */
1388 return fit_img_result;
1389 }
1390 fit_img_result = fit_image_get_type(buf,
1391 fit_img_result,
1392 &img_type);
1393 if (fit_img_result < 0) {
1394 /* Something went wrong! */
1395 return fit_img_result;
1396 }
1397
1398 fit_loadable_process(img_type, img_data, img_len);
Karl Apsite84a07db2015-05-21 09:52:48 -04001399 }
1400 break;
1401 default:
1402 printf("The given image format is not supported (corrupt?)\n");
1403 return 1;
1404 }
1405
1406 return 0;
1407}
1408#endif
1409
John Rigbyfca43cc2010-10-13 13:57:35 -06001410#ifdef CONFIG_SYS_BOOT_GET_CMDLINE
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001411/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001412 * boot_get_cmdline - allocate and initialize kernel cmdline
Kumar Galae822d7f2008-02-27 21:51:49 -06001413 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001414 * @cmd_start: pointer to a ulong variable, will hold cmdline start
1415 * @cmd_end: pointer to a ulong variable, will hold cmdline end
1416 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001417 * boot_get_cmdline() allocates space for kernel command line below
Shyam Saini919d25c2018-06-07 19:47:19 +05301418 * BOOTMAPSZ + env_get_bootm_low() address. If "bootargs" U-Boot environment
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001419 * variable is present its contents is copied to allocated kernel
1420 * command line.
1421 *
1422 * returns:
Kumar Galae822d7f2008-02-27 21:51:49 -06001423 * 0 - success
1424 * -1 - failure
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001425 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001426int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end)
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001427{
1428 char *cmdline;
1429 char *s;
1430
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +02001431 cmdline = (char *)(ulong)lmb_alloc_base(lmb, CONFIG_SYS_BARGSIZE, 0xf,
Simon Glass723806c2017-08-03 12:22:15 -06001432 env_get_bootm_mapsize() + env_get_bootm_low());
Kumar Galae822d7f2008-02-27 21:51:49 -06001433
1434 if (cmdline == NULL)
1435 return -1;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001436
Simon Glass00caae62017-08-03 12:22:12 -06001437 s = env_get("bootargs");
1438 if (!s)
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001439 s = "";
1440
1441 strcpy(cmdline, s);
1442
1443 *cmd_start = (ulong) & cmdline[0];
1444 *cmd_end = *cmd_start + strlen(cmdline);
1445
Stephen Warren712fbcf2011-10-18 11:11:49 +00001446 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001447
Kumar Galae822d7f2008-02-27 21:51:49 -06001448 return 0;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001449}
John Rigbyfca43cc2010-10-13 13:57:35 -06001450#endif /* CONFIG_SYS_BOOT_GET_CMDLINE */
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001451
John Rigbyfca43cc2010-10-13 13:57:35 -06001452#ifdef CONFIG_SYS_BOOT_GET_KBD
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001453/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001454 * boot_get_kbd - allocate and initialize kernel copy of board info
Kumar Galae822d7f2008-02-27 21:51:49 -06001455 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001456 * @kbd: double pointer to board info data
1457 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001458 * boot_get_kbd() allocates space for kernel copy of board info data below
Simon Glass723806c2017-08-03 12:22:15 -06001459 * BOOTMAPSZ + env_get_bootm_low() address and kernel board info is initialized
Grant Likely590d3ca2011-03-28 09:58:34 +00001460 * with the current u-boot board info data.
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001461 *
1462 * returns:
Kumar Galae822d7f2008-02-27 21:51:49 -06001463 * 0 - success
1464 * -1 - failure
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001465 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001466int boot_get_kbd(struct lmb *lmb, bd_t **kbd)
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001467{
Becky Bruce391fd932008-06-09 20:37:18 -05001468 *kbd = (bd_t *)(ulong)lmb_alloc_base(lmb, sizeof(bd_t), 0xf,
Simon Glass723806c2017-08-03 12:22:15 -06001469 env_get_bootm_mapsize() + env_get_bootm_low());
Kumar Galae822d7f2008-02-27 21:51:49 -06001470 if (*kbd == NULL)
1471 return -1;
1472
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001473 **kbd = *(gd->bd);
1474
Stephen Warren712fbcf2011-10-18 11:11:49 +00001475 debug("## kernel board info at 0x%08lx\n", (ulong)*kbd);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001476
1477#if defined(DEBUG) && defined(CONFIG_CMD_BDI)
1478 do_bdinfo(NULL, 0, 0, NULL);
1479#endif
1480
Kumar Galae822d7f2008-02-27 21:51:49 -06001481 return 0;
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001482}
John Rigbyfca43cc2010-10-13 13:57:35 -06001483#endif /* CONFIG_SYS_BOOT_GET_KBD */
Simon Glass13d06982013-05-08 08:06:01 +00001484
1485#ifdef CONFIG_LMB
1486int image_setup_linux(bootm_headers_t *images)
1487{
1488 ulong of_size = images->ft_len;
1489 char **of_flat_tree = &images->ft_addr;
Simon Glass13d06982013-05-08 08:06:01 +00001490 struct lmb *lmb = &images->lmb;
Simon Glass13d06982013-05-08 08:06:01 +00001491 int ret;
1492
1493 if (IMAGE_ENABLE_OF_LIBFDT)
1494 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree);
1495
1496 if (IMAGE_BOOT_GET_CMDLINE) {
1497 ret = boot_get_cmdline(lmb, &images->cmdline_start,
1498 &images->cmdline_end);
1499 if (ret) {
1500 puts("ERROR with allocation of cmdline\n");
1501 return ret;
1502 }
1503 }
Simon Glass13d06982013-05-08 08:06:01 +00001504
1505 if (IMAGE_ENABLE_OF_LIBFDT) {
1506 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size);
1507 if (ret)
1508 return ret;
1509 }
1510
1511 if (IMAGE_ENABLE_OF_LIBFDT && of_size) {
1512 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb);
1513 if (ret)
1514 return ret;
1515 }
1516
1517 return 0;
1518}
1519#endif /* CONFIG_LMB */
Marian Balakowicz5dfb5212008-02-29 21:24:06 +01001520#endif /* !USE_HOSTCC */