blob: d249758d573c3425856caa6c70679ab4a0cc3b87 [file] [log] [blame]
Marian Balakowiczb97a2a02008-01-08 18:14:09 +01001/*
2 * (C) Copyright 2008 Semihalf
3 *
4 * (C) Copyright 2000-2006
5 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6 *
7 * See file CREDITS for list of people who contributed to this
8 * project.
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of
13 * the License, or (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
23 * MA 02111-1307 USA
24 */
Marian Balakowiczceaed2b2008-01-31 13:57:17 +010025
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010026#ifndef USE_HOSTCC
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +010027#include <common.h>
28#include <watchdog.h>
29
30#ifdef CONFIG_SHOW_BOOT_PROGRESS
31#include <status_led.h>
32#endif
33
34#ifdef CONFIG_HAS_DATAFLASH
35#include <dataflash.h>
36#endif
37
Marian Balakowicz95d449a2008-05-13 15:53:29 +020038#ifdef CONFIG_LOGBUFFER
39#include <logbuff.h>
40#endif
41
Marian Balakowicz2242f532008-02-21 17:27:41 +010042#include <rtc.h>
Marian Balakowicz2242f532008-02-21 17:27:41 +010043
Joe Hershberger1cf0a8b2012-12-11 22:16:28 -060044#include <environment.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010045#include <image.h>
46
Stephen Warren712fbcf2011-10-18 11:11:49 +000047#if defined(CONFIG_FIT) || defined(CONFIG_OF_LIBFDT)
Marian Balakowiczfff888a12008-02-21 17:20:19 +010048#include <libfdt.h>
49#include <fdt_support.h>
Marian Balakowiczc8779642008-03-12 10:12:37 +010050#endif
51
Andy Fleming20a14a42008-04-02 16:19:07 -050052#include <u-boot/md5.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010053#include <sha1.h>
Simon Glass35e7b0f2013-05-07 06:12:03 +000054#include <asm/io.h>
Marian Balakowiczc8779642008-03-12 10:12:37 +010055
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +010056#ifdef CONFIG_CMD_BDI
Wolfgang Denk54841ab2010-06-28 22:00:46 +020057extern int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +010058#endif
59
60DECLARE_GLOBAL_DATA_PTR;
Marian Balakowicz8a5ea3e2008-02-27 11:01:04 +010061
Stephen Warren712fbcf2011-10-18 11:11:49 +000062static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +010063 int verify);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010064#else
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +010065#include "mkimage.h"
Andy Fleming20a14a42008-04-02 16:19:07 -050066#include <u-boot/md5.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010067#include <time.h>
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010068#include <image.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010069#endif /* !USE_HOSTCC*/
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010070
Simon Glass0ccff502013-02-24 17:33:25 +000071#include <u-boot/crc.h>
72
Mike Frysinger7edb1862010-10-20 07:17:39 -040073static const table_entry_t uimage_arch[] = {
Marian Balakowicz570abb02008-02-29 15:59:59 +010074 { IH_ARCH_INVALID, NULL, "Invalid ARCH", },
75 { IH_ARCH_ALPHA, "alpha", "Alpha", },
76 { IH_ARCH_ARM, "arm", "ARM", },
77 { IH_ARCH_I386, "x86", "Intel x86", },
78 { IH_ARCH_IA64, "ia64", "IA64", },
79 { IH_ARCH_M68K, "m68k", "M68K", },
80 { IH_ARCH_MICROBLAZE, "microblaze", "MicroBlaze", },
81 { IH_ARCH_MIPS, "mips", "MIPS", },
82 { IH_ARCH_MIPS64, "mips64", "MIPS 64 Bit", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010083 { IH_ARCH_NIOS2, "nios2", "NIOS II", },
Grant Ericksone419e122008-05-04 16:45:01 -070084 { IH_ARCH_PPC, "powerpc", "PowerPC", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010085 { IH_ARCH_PPC, "ppc", "PowerPC", },
86 { IH_ARCH_S390, "s390", "IBM S390", },
87 { IH_ARCH_SH, "sh", "SuperH", },
88 { IH_ARCH_SPARC, "sparc", "SPARC", },
89 { IH_ARCH_SPARC64, "sparc64", "SPARC 64 Bit", },
90 { IH_ARCH_BLACKFIN, "blackfin", "Blackfin", },
91 { IH_ARCH_AVR32, "avr32", "AVR32", },
Macpaul Lin64d61462011-10-19 20:41:09 +000092 { IH_ARCH_NDS32, "nds32", "NDS32", },
Stefan Kristiansson3ddcacc2011-11-26 19:04:50 +000093 { IH_ARCH_OPENRISC, "or1k", "OpenRISC 1000",},
Simon Glass35e7b0f2013-05-07 06:12:03 +000094 { IH_ARCH_SANDBOX, "sandbox", "Sandbox", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010095 { -1, "", "", },
96};
97
Mike Frysinger7edb1862010-10-20 07:17:39 -040098static const table_entry_t uimage_os[] = {
Marian Balakowicz570abb02008-02-29 15:59:59 +010099 { IH_OS_INVALID, NULL, "Invalid OS", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100100 { IH_OS_LINUX, "linux", "Linux", },
101#if defined(CONFIG_LYNXKDI) || defined(USE_HOSTCC)
102 { IH_OS_LYNXOS, "lynxos", "LynxOS", },
103#endif
104 { IH_OS_NETBSD, "netbsd", "NetBSD", },
Torkel Lundgren3df61952010-09-28 11:05:36 +0200105 { IH_OS_OSE, "ose", "Enea OSE", },
Steven Stallion04d41402013-03-20 06:31:35 +0000106 { IH_OS_PLAN9, "plan9", "Plan 9", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100107 { IH_OS_RTEMS, "rtems", "RTEMS", },
108 { IH_OS_U_BOOT, "u-boot", "U-Boot", },
109#if defined(CONFIG_CMD_ELF) || defined(USE_HOSTCC)
110 { IH_OS_QNX, "qnx", "QNX", },
111 { IH_OS_VXWORKS, "vxworks", "VxWorks", },
112#endif
Peter Tyserf5ed9e32008-09-08 14:56:49 -0500113#if defined(CONFIG_INTEGRITY) || defined(USE_HOSTCC)
114 { IH_OS_INTEGRITY,"integrity", "INTEGRITY", },
115#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100116#ifdef USE_HOSTCC
117 { IH_OS_4_4BSD, "4_4bsd", "4_4BSD", },
118 { IH_OS_DELL, "dell", "Dell", },
119 { IH_OS_ESIX, "esix", "Esix", },
120 { IH_OS_FREEBSD, "freebsd", "FreeBSD", },
121 { IH_OS_IRIX, "irix", "Irix", },
122 { IH_OS_NCR, "ncr", "NCR", },
123 { IH_OS_OPENBSD, "openbsd", "OpenBSD", },
124 { IH_OS_PSOS, "psos", "pSOS", },
125 { IH_OS_SCO, "sco", "SCO", },
126 { IH_OS_SOLARIS, "solaris", "Solaris", },
127 { IH_OS_SVR4, "svr4", "SVR4", },
128#endif
129 { -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", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100137 { IH_TYPE_KERNEL, "kernel", "Kernel Image", },
Stephen Warrenb9b50e892011-11-10 13:17:53 -0700138 { IH_TYPE_KERNEL_NOLOAD, "kernel_noload", "Kernel Image (no loading done)", },
Stefano Babic4962e382011-10-17 00:07:43 +0000139 { IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",},
140 { IH_TYPE_IMXIMAGE, "imximage", "Freescale i.MX Boot Image",},
141 { IH_TYPE_INVALID, NULL, "Invalid Image", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100142 { IH_TYPE_MULTI, "multi", "Multi-File Image", },
Stefano Babic4962e382011-10-17 00:07:43 +0000143 { IH_TYPE_OMAPIMAGE, "omapimage", "TI OMAP SPL With GP CH",},
Shaohui Xie5d898a02012-08-10 02:49:35 +0000144 { IH_TYPE_PBLIMAGE, "pblimage", "Freescale PBL Boot Image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100145 { IH_TYPE_RAMDISK, "ramdisk", "RAMDisk Image", },
146 { IH_TYPE_SCRIPT, "script", "Script", },
147 { IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
Heiko Schocher7816f2c2011-07-16 00:06:42 +0000148 { IH_TYPE_UBLIMAGE, "ublimage", "Davinci UBL image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100149 { -1, "", "", },
150};
151
Mike Frysinger7edb1862010-10-20 07:17:39 -0400152static const table_entry_t uimage_comp[] = {
Marian Balakowicz570abb02008-02-29 15:59:59 +0100153 { IH_COMP_NONE, "none", "uncompressed", },
154 { IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },
155 { IH_COMP_GZIP, "gzip", "gzip compressed", },
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200156 { IH_COMP_LZMA, "lzma", "lzma compressed", },
Peter Korsgaard20dde482009-11-19 11:37:51 +0100157 { IH_COMP_LZO, "lzo", "lzo compressed", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100158 { -1, "", "", },
159};
160
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100161/*****************************************************************************/
162/* Legacy format routines */
163/*****************************************************************************/
Stephen Warren712fbcf2011-10-18 11:11:49 +0000164int image_check_hcrc(const image_header_t *hdr)
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100165{
166 ulong hcrc;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000167 ulong len = image_get_header_size();
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100168 image_header_t header;
169
170 /* Copy header so we can blank CRC field for re-calculation */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000171 memmove(&header, (char *)hdr, image_get_header_size());
172 image_set_hcrc(&header, 0);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100173
Stephen Warren712fbcf2011-10-18 11:11:49 +0000174 hcrc = crc32(0, (unsigned char *)&header, len);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100175
Stephen Warren712fbcf2011-10-18 11:11:49 +0000176 return (hcrc == image_get_hcrc(hdr));
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100177}
178
Stephen Warren712fbcf2011-10-18 11:11:49 +0000179int image_check_dcrc(const image_header_t *hdr)
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100180{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000181 ulong data = image_get_data(hdr);
182 ulong len = image_get_data_size(hdr);
183 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100184
Stephen Warren712fbcf2011-10-18 11:11:49 +0000185 return (dcrc == image_get_dcrc(hdr));
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100186}
187
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100188/**
189 * image_multi_count - get component (sub-image) count
190 * @hdr: pointer to the header of the multi component image
191 *
192 * image_multi_count() returns number of components in a multi
193 * component image.
194 *
195 * Note: no checking of the image type is done, caller must pass
196 * a valid multi component image.
197 *
198 * returns:
199 * number of components
200 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000201ulong image_multi_count(const image_header_t *hdr)
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100202{
203 ulong i, count = 0;
Marian Balakowiczdf6f1b82008-02-29 16:00:06 +0100204 uint32_t *size;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100205
206 /* get start of the image payload, which in case of multi
207 * component images that points to a table of component sizes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000208 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100209
210 /* count non empty slots */
211 for (i = 0; size[i]; ++i)
212 count++;
213
214 return count;
215}
216
217/**
218 * image_multi_getimg - get component data address and size
219 * @hdr: pointer to the header of the multi component image
220 * @idx: index of the requested component
221 * @data: pointer to a ulong variable, will hold component data address
222 * @len: pointer to a ulong variable, will hold component size
223 *
224 * image_multi_getimg() returns size and data address for the requested
225 * component in a multi component image.
226 *
227 * Note: no checking of the image type is done, caller must pass
228 * a valid multi component image.
229 *
230 * returns:
231 * data address and size of the component, if idx is valid
232 * 0 in data and len, if idx is out of range
233 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000234void image_multi_getimg(const image_header_t *hdr, ulong idx,
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100235 ulong *data, ulong *len)
236{
237 int i;
Marian Balakowiczdf6f1b82008-02-29 16:00:06 +0100238 uint32_t *size;
Nick Spence02b9b222008-05-10 14:02:04 -0700239 ulong offset, count, img_data;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100240
241 /* get number of component */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000242 count = image_multi_count(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100243
244 /* get start of the image payload, which in case of multi
245 * component images that points to a table of component sizes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000246 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100247
248 /* get address of the proper component data start, which means
249 * skipping sizes table (add 1 for last, null entry) */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000250 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100251
252 if (idx < count) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000253 *len = uimage_to_cpu(size[idx]);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100254 offset = 0;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100255
256 /* go over all indices preceding requested component idx */
257 for (i = 0; i < idx; i++) {
Nick Spence02b9b222008-05-10 14:02:04 -0700258 /* add up i-th component size, rounding up to 4 bytes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000259 offset += (uimage_to_cpu(size[i]) + 3) & ~3 ;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100260 }
261
262 /* calculate idx-th component data address */
Nick Spence02b9b222008-05-10 14:02:04 -0700263 *data = img_data + offset;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100264 } else {
265 *len = 0;
266 *data = 0;
267 }
268}
Marian Balakowicz42b73e82008-01-31 13:20:07 +0100269
Stephen Warren712fbcf2011-10-18 11:11:49 +0000270static void image_print_type(const image_header_t *hdr)
Marian Balakowicz2242f532008-02-21 17:27:41 +0100271{
272 const char *os, *arch, *type, *comp;
273
Stephen Warren712fbcf2011-10-18 11:11:49 +0000274 os = genimg_get_os_name(image_get_os(hdr));
275 arch = genimg_get_arch_name(image_get_arch(hdr));
276 type = genimg_get_type_name(image_get_type(hdr));
277 comp = genimg_get_comp_name(image_get_comp(hdr));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100278
Stephen Warren712fbcf2011-10-18 11:11:49 +0000279 printf("%s %s %s (%s)\n", arch, os, type, comp);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100280}
281
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100282/**
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200283 * image_print_contents - prints out the contents of the legacy format image
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200284 * @ptr: pointer to the legacy format image header
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100285 * @p: pointer to prefix string
286 *
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200287 * image_print_contents() formats a multi line legacy image contents description.
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100288 * The routine prints out all header fields followed by the size/offset data
289 * for MULTI/SCRIPT images.
290 *
291 * returns:
292 * no returned results
293 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000294void image_print_contents(const void *ptr)
Marian Balakowicz2242f532008-02-21 17:27:41 +0100295{
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200296 const image_header_t *hdr = (const image_header_t *)ptr;
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200297 const char *p;
298
Simon Glass1fe7d932013-05-08 08:05:58 +0000299 p = IMAGE_INDENT_STRING;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000300 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr));
Simon Glass859e92b2013-05-07 06:11:51 +0000301 if (IMAGE_ENABLE_TIMESTAMP) {
302 printf("%sCreated: ", p);
303 genimg_print_time((time_t)image_get_time(hdr));
304 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000305 printf("%sImage Type: ", p);
306 image_print_type(hdr);
307 printf("%sData Size: ", p);
308 genimg_print_size(image_get_data_size(hdr));
309 printf("%sLoad Address: %08x\n", p, image_get_load(hdr));
310 printf("%sEntry Point: %08x\n", p, image_get_ep(hdr));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100311
Stephen Warren712fbcf2011-10-18 11:11:49 +0000312 if (image_check_type(hdr, IH_TYPE_MULTI) ||
313 image_check_type(hdr, IH_TYPE_SCRIPT)) {
Marian Balakowicz2242f532008-02-21 17:27:41 +0100314 int i;
315 ulong data, len;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000316 ulong count = image_multi_count(hdr);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100317
Stephen Warren712fbcf2011-10-18 11:11:49 +0000318 printf("%sContents:\n", p);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100319 for (i = 0; i < count; i++) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000320 image_multi_getimg(hdr, i, &data, &len);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100321
Stephen Warren712fbcf2011-10-18 11:11:49 +0000322 printf("%s Image %d: ", p, i);
323 genimg_print_size(len);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100324
Stephen Warren712fbcf2011-10-18 11:11:49 +0000325 if (image_check_type(hdr, IH_TYPE_SCRIPT) && i > 0) {
Marian Balakowicz570abb02008-02-29 15:59:59 +0100326 /*
327 * the user may need to know offsets
328 * if planning to do something with
329 * multiple files
330 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000331 printf("%s Offset = 0x%08lx\n", p, data);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100332 }
Marian Balakowicz2242f532008-02-21 17:27:41 +0100333 }
334 }
335}
336
Marian Balakowicz570abb02008-02-29 15:59:59 +0100337
338#ifndef USE_HOSTCC
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100339/**
340 * image_get_ramdisk - get and verify ramdisk image
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100341 * @rd_addr: ramdisk image start address
342 * @arch: expected ramdisk architecture
343 * @verify: checksum verification flag
344 *
345 * image_get_ramdisk() returns a pointer to the verified ramdisk image
346 * header. Routine receives image start address and expected architecture
347 * flag. Verification done covers data and header integrity and os/type/arch
348 * fields checking.
349 *
350 * If dataflash support is enabled routine checks for dataflash addresses
351 * and handles required dataflash reads.
352 *
353 * returns:
354 * pointer to a ramdisk image header, if image was found and valid
Kumar Gala274cea22008-02-27 21:51:46 -0600355 * otherwise, return NULL
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100356 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000357static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +0100358 int verify)
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100359{
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200360 const image_header_t *rd_hdr = (const image_header_t *)rd_addr;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100361
Stephen Warren712fbcf2011-10-18 11:11:49 +0000362 if (!image_check_magic(rd_hdr)) {
363 puts("Bad Magic Number\n");
Simon Glass770605e2012-02-13 13:51:18 +0000364 bootstage_error(BOOTSTAGE_ID_RD_MAGIC);
Kumar Gala274cea22008-02-27 21:51:46 -0600365 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100366 }
367
Stephen Warren712fbcf2011-10-18 11:11:49 +0000368 if (!image_check_hcrc(rd_hdr)) {
369 puts("Bad Header Checksum\n");
Simon Glass770605e2012-02-13 13:51:18 +0000370 bootstage_error(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
Kumar Gala274cea22008-02-27 21:51:46 -0600371 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100372 }
373
Simon Glass770605e2012-02-13 13:51:18 +0000374 bootstage_mark(BOOTSTAGE_ID_RD_MAGIC);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000375 image_print_contents(rd_hdr);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100376
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100377 if (verify) {
378 puts(" Verifying Checksum ... ");
Stephen Warren712fbcf2011-10-18 11:11:49 +0000379 if (!image_check_dcrc(rd_hdr)) {
380 puts("Bad Data CRC\n");
Simon Glass770605e2012-02-13 13:51:18 +0000381 bootstage_error(BOOTSTAGE_ID_RD_CHECKSUM);
Kumar Gala274cea22008-02-27 21:51:46 -0600382 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100383 }
384 puts("OK\n");
385 }
386
Simon Glass770605e2012-02-13 13:51:18 +0000387 bootstage_mark(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100388
Stephen Warren712fbcf2011-10-18 11:11:49 +0000389 if (!image_check_os(rd_hdr, IH_OS_LINUX) ||
390 !image_check_arch(rd_hdr, arch) ||
391 !image_check_type(rd_hdr, IH_TYPE_RAMDISK)) {
392 printf("No Linux %s Ramdisk Image\n",
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100393 genimg_get_arch_name(arch));
Simon Glass770605e2012-02-13 13:51:18 +0000394 bootstage_error(BOOTSTAGE_ID_RAMDISK);
Kumar Gala274cea22008-02-27 21:51:46 -0600395 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100396 }
397
398 return rd_hdr;
399}
Marian Balakowicz570abb02008-02-29 15:59:59 +0100400#endif /* !USE_HOSTCC */
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100401
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100402/*****************************************************************************/
403/* Shared dual-format routines */
404/*****************************************************************************/
Marian Balakowicz570abb02008-02-29 15:59:59 +0100405#ifndef USE_HOSTCC
Joe Hershberger1cf0a8b2012-12-11 22:16:28 -0600406ulong load_addr = CONFIG_SYS_LOAD_ADDR; /* Default Load Address */
407ulong save_addr; /* Default Save Address */
408ulong save_size; /* Default Save Size (in bytes) */
409
410static int on_loadaddr(const char *name, const char *value, enum env_op op,
411 int flags)
412{
413 switch (op) {
414 case env_op_create:
415 case env_op_overwrite:
416 load_addr = simple_strtoul(value, NULL, 16);
417 break;
418 default:
419 break;
420 }
421
422 return 0;
423}
424U_BOOT_ENV_CALLBACK(loadaddr, on_loadaddr);
425
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100426ulong getenv_bootm_low(void)
427{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000428 char *s = getenv("bootm_low");
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100429 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000430 ulong tmp = simple_strtoul(s, NULL, 16);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100431 return tmp;
432 }
433
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200434#if defined(CONFIG_SYS_SDRAM_BASE)
435 return CONFIG_SYS_SDRAM_BASE;
Marian Balakowiczafe45c82008-03-12 12:14:15 +0100436#elif defined(CONFIG_ARM)
437 return gd->bd->bi_dram[0].start;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100438#else
439 return 0;
440#endif
441}
442
Becky Bruce391fd932008-06-09 20:37:18 -0500443phys_size_t getenv_bootm_size(void)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100444{
Matthew McClintockc519fac2010-07-08 10:11:08 -0500445 phys_size_t tmp;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000446 char *s = getenv("bootm_size");
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100447 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000448 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100449 return tmp;
450 }
Matthew McClintockc519fac2010-07-08 10:11:08 -0500451 s = getenv("bootm_low");
452 if (s)
Stephen Warren712fbcf2011-10-18 11:11:49 +0000453 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Matthew McClintockc519fac2010-07-08 10:11:08 -0500454 else
455 tmp = 0;
456
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100457
Marian Balakowiczafe45c82008-03-12 12:14:15 +0100458#if defined(CONFIG_ARM)
Matthew McClintockc519fac2010-07-08 10:11:08 -0500459 return gd->bd->bi_dram[0].size - tmp;
Marian Balakowiczafe45c82008-03-12 12:14:15 +0100460#else
Matthew McClintockc519fac2010-07-08 10:11:08 -0500461 return gd->bd->bi_memsize - tmp;
Marian Balakowiczafe45c82008-03-12 12:14:15 +0100462#endif
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100463}
464
Grant Likelyc3624e62011-03-28 09:58:43 +0000465phys_size_t getenv_bootm_mapsize(void)
466{
467 phys_size_t tmp;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000468 char *s = getenv("bootm_mapsize");
Grant Likelyc3624e62011-03-28 09:58:43 +0000469 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000470 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Grant Likelyc3624e62011-03-28 09:58:43 +0000471 return tmp;
472 }
473
474#if defined(CONFIG_SYS_BOOTMAPSZ)
475 return CONFIG_SYS_BOOTMAPSZ;
476#else
477 return getenv_bootm_size();
478#endif
479}
480
Stephen Warren712fbcf2011-10-18 11:11:49 +0000481void memmove_wd(void *to, void *from, size_t len, ulong chunksz)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100482{
Larry Johnson54fa2c52010-04-20 08:09:43 -0400483 if (to == from)
484 return;
485
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100486#if defined(CONFIG_HW_WATCHDOG) || defined(CONFIG_WATCHDOG)
487 while (len > 0) {
488 size_t tail = (len > chunksz) ? chunksz : len;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000489 WATCHDOG_RESET();
490 memmove(to, from, tail);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100491 to += tail;
492 from += tail;
493 len -= tail;
494 }
495#else /* !(CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG) */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000496 memmove(to, from, len);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100497#endif /* CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG */
498}
Marian Balakowicz570abb02008-02-29 15:59:59 +0100499#endif /* !USE_HOSTCC */
500
Stephen Warren712fbcf2011-10-18 11:11:49 +0000501void genimg_print_size(uint32_t size)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100502{
503#ifndef USE_HOSTCC
Stephen Warren712fbcf2011-10-18 11:11:49 +0000504 printf("%d Bytes = ", size);
505 print_size(size, "\n");
Marian Balakowicz570abb02008-02-29 15:59:59 +0100506#else
Stephen Warren712fbcf2011-10-18 11:11:49 +0000507 printf("%d Bytes = %.2f kB = %.2f MB\n",
Marian Balakowicz570abb02008-02-29 15:59:59 +0100508 size, (double)size / 1.024e3,
509 (double)size / 1.048576e6);
510#endif
511}
512
Simon Glass859e92b2013-05-07 06:11:51 +0000513#if IMAGE_ENABLE_TIMESTAMP
514void genimg_print_time(time_t timestamp)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100515{
516#ifndef USE_HOSTCC
517 struct rtc_time tm;
518
Stephen Warren712fbcf2011-10-18 11:11:49 +0000519 to_tm(timestamp, &tm);
520 printf("%4d-%02d-%02d %2d:%02d:%02d UTC\n",
Marian Balakowicz570abb02008-02-29 15:59:59 +0100521 tm.tm_year, tm.tm_mon, tm.tm_mday,
522 tm.tm_hour, tm.tm_min, tm.tm_sec);
523#else
Stephen Warren712fbcf2011-10-18 11:11:49 +0000524 printf("%s", ctime(&timestamp));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100525#endif
526}
Simon Glass859e92b2013-05-07 06:11:51 +0000527#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100528
529/**
530 * get_table_entry_name - translate entry id to long name
531 * @table: pointer to a translation table for entries of a specific type
532 * @msg: message to be returned when translation fails
533 * @id: entry id to be translated
534 *
535 * get_table_entry_name() will go over translation table trying to find
536 * entry that matches given id. If matching entry is found, its long
537 * name is returned to the caller.
538 *
539 * returns:
540 * long entry name if translation succeeds
541 * msg otherwise
542 */
Mike Frysinger7edb1862010-10-20 07:17:39 -0400543char *get_table_entry_name(const table_entry_t *table, char *msg, int id)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100544{
545 for (; table->id >= 0; ++table) {
546 if (table->id == id)
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200547#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
Scott Woode3d1ac72009-04-02 16:15:10 -0500548 return table->lname;
549#else
550 return table->lname + gd->reloc_off;
551#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100552 }
553 return (msg);
554}
555
Stephen Warren712fbcf2011-10-18 11:11:49 +0000556const char *genimg_get_os_name(uint8_t os)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100557{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000558 return (get_table_entry_name(uimage_os, "Unknown OS", os));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100559}
560
Stephen Warren712fbcf2011-10-18 11:11:49 +0000561const char *genimg_get_arch_name(uint8_t arch)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100562{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000563 return (get_table_entry_name(uimage_arch, "Unknown Architecture",
564 arch));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100565}
566
Stephen Warren712fbcf2011-10-18 11:11:49 +0000567const char *genimg_get_type_name(uint8_t type)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100568{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000569 return (get_table_entry_name(uimage_type, "Unknown Image", type));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100570}
571
Stephen Warren712fbcf2011-10-18 11:11:49 +0000572const char *genimg_get_comp_name(uint8_t comp)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100573{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000574 return (get_table_entry_name(uimage_comp, "Unknown Compression",
575 comp));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100576}
577
578/**
579 * get_table_entry_id - translate short entry name to id
580 * @table: pointer to a translation table for entries of a specific type
581 * @table_name: to be used in case of error
582 * @name: entry short name to be translated
583 *
584 * get_table_entry_id() will go over translation table trying to find
585 * entry that matches given short name. If matching entry is found,
586 * its id returned to the caller.
587 *
588 * returns:
589 * entry id if translation succeeds
590 * -1 otherwise
591 */
Mike Frysinger7edb1862010-10-20 07:17:39 -0400592int get_table_entry_id(const table_entry_t *table,
Marian Balakowicz570abb02008-02-29 15:59:59 +0100593 const char *table_name, const char *name)
594{
Mike Frysinger7edb1862010-10-20 07:17:39 -0400595 const table_entry_t *t;
Marian Balakowicz570abb02008-02-29 15:59:59 +0100596#ifdef USE_HOSTCC
597 int first = 1;
598
599 for (t = table; t->id >= 0; ++t) {
600 if (t->sname && strcasecmp(t->sname, name) == 0)
Stephen Warren712fbcf2011-10-18 11:11:49 +0000601 return(t->id);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100602 }
603
Stephen Warren712fbcf2011-10-18 11:11:49 +0000604 fprintf(stderr, "\nInvalid %s Type - valid names are", table_name);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100605 for (t = table; t->id >= 0; ++t) {
606 if (t->sname == NULL)
607 continue;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000608 fprintf(stderr, "%c %s", (first) ? ':' : ',', t->sname);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100609 first = 0;
610 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000611 fprintf(stderr, "\n");
Marian Balakowicz570abb02008-02-29 15:59:59 +0100612#else
613 for (t = table; t->id >= 0; ++t) {
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200614#ifdef CONFIG_NEEDS_MANUAL_RELOC
Scott Woode3d1ac72009-04-02 16:15:10 -0500615 if (t->sname && strcmp(t->sname + gd->reloc_off, name) == 0)
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200616#else
617 if (t->sname && strcmp(t->sname, name) == 0)
Peter Tyser521af042009-09-21 11:20:36 -0500618#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100619 return (t->id);
620 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000621 debug("Invalid %s Type: %s\n", table_name, name);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100622#endif /* USE_HOSTCC */
Marian Balakowicz570abb02008-02-29 15:59:59 +0100623 return (-1);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100624}
625
Stephen Warren712fbcf2011-10-18 11:11:49 +0000626int genimg_get_os_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100627{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000628 return (get_table_entry_id(uimage_os, "OS", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100629}
630
Stephen Warren712fbcf2011-10-18 11:11:49 +0000631int genimg_get_arch_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100632{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000633 return (get_table_entry_id(uimage_arch, "CPU", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100634}
635
Stephen Warren712fbcf2011-10-18 11:11:49 +0000636int genimg_get_type_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100637{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000638 return (get_table_entry_id(uimage_type, "Image", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100639}
640
Stephen Warren712fbcf2011-10-18 11:11:49 +0000641int genimg_get_comp_id(const char *name)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100642{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000643 return (get_table_entry_id(uimage_comp, "Compression", name));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100644}
645
646#ifndef USE_HOSTCC
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100647/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100648 * genimg_get_format - get image format type
649 * @img_addr: image start address
650 *
651 * genimg_get_format() checks whether provided address points to a valid
652 * legacy or FIT image.
653 *
654 * New uImage format and FDT blob are based on a libfdt. FDT blob
655 * may be passed directly or embedded in a FIT image. In both situations
656 * genimg_get_format() must be able to dectect libfdt header.
657 *
658 * returns:
659 * image format type or IMAGE_FORMAT_INVALID if no image is present
660 */
Simon Glass35e7b0f2013-05-07 06:12:03 +0000661int genimg_get_format(const void *img_addr)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100662{
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200663 ulong format = IMAGE_FORMAT_INVALID;
664 const image_header_t *hdr;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100665#if defined(CONFIG_FIT) || defined(CONFIG_OF_LIBFDT)
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200666 char *fit_hdr;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100667#endif
668
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200669 hdr = (const image_header_t *)img_addr;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100670 if (image_check_magic(hdr))
671 format = IMAGE_FORMAT_LEGACY;
672#if defined(CONFIG_FIT) || defined(CONFIG_OF_LIBFDT)
673 else {
674 fit_hdr = (char *)img_addr;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000675 if (fdt_check_header(fit_hdr) == 0)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100676 format = IMAGE_FORMAT_FIT;
677 }
678#endif
679
680 return format;
681}
682
683/**
684 * genimg_get_image - get image from special storage (if necessary)
685 * @img_addr: image start address
686 *
687 * genimg_get_image() checks if provided image start adddress is located
688 * in a dataflash storage. If so, image is moved to a system RAM memory.
689 *
690 * returns:
691 * image start address after possible relocation from special storage
692 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000693ulong genimg_get_image(ulong img_addr)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100694{
695 ulong ram_addr = img_addr;
696
697#ifdef CONFIG_HAS_DATAFLASH
698 ulong h_size, d_size;
699
Stephen Warren712fbcf2011-10-18 11:11:49 +0000700 if (addr_dataflash(img_addr)) {
Simon Glass35e7b0f2013-05-07 06:12:03 +0000701 void *buf;
702
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100703 /* ger RAM address */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200704 ram_addr = CONFIG_SYS_LOAD_ADDR;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100705
706 /* get header size */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000707 h_size = image_get_header_size();
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100708#if defined(CONFIG_FIT)
709 if (sizeof(struct fdt_header) > h_size)
710 h_size = sizeof(struct fdt_header);
711#endif
712
713 /* read in header */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000714 debug(" Reading image header from dataflash address "
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100715 "%08lx to RAM address %08lx\n", img_addr, ram_addr);
716
Simon Glass35e7b0f2013-05-07 06:12:03 +0000717 buf = map_sysmem(ram_addr, 0);
718 read_dataflash(img_addr, h_size, buf);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100719
720 /* get data size */
Simon Glass35e7b0f2013-05-07 06:12:03 +0000721 switch (genimg_get_format(buf)) {
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100722 case IMAGE_FORMAT_LEGACY:
Simon Glass35e7b0f2013-05-07 06:12:03 +0000723 d_size = image_get_data_size(buf);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000724 debug(" Legacy format image found at 0x%08lx, "
725 "size 0x%08lx\n",
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100726 ram_addr, d_size);
727 break;
728#if defined(CONFIG_FIT)
729 case IMAGE_FORMAT_FIT:
Simon Glass35e7b0f2013-05-07 06:12:03 +0000730 d_size = fit_get_size(buf) - h_size;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000731 debug(" FIT/FDT format image found at 0x%08lx, "
732 "size 0x%08lx\n",
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100733 ram_addr, d_size);
734 break;
735#endif
736 default:
Stephen Warren712fbcf2011-10-18 11:11:49 +0000737 printf(" No valid image found at 0x%08lx\n",
738 img_addr);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100739 return ram_addr;
740 }
741
742 /* read in image data */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000743 debug(" Reading image remaining data from dataflash address "
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100744 "%08lx to RAM address %08lx\n", img_addr + h_size,
745 ram_addr + h_size);
746
Stephen Warren712fbcf2011-10-18 11:11:49 +0000747 read_dataflash(img_addr + h_size, d_size,
Simon Glass35e7b0f2013-05-07 06:12:03 +0000748 (char *)(buf + h_size));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100749
750 }
751#endif /* CONFIG_HAS_DATAFLASH */
752
753 return ram_addr;
754}
755
756/**
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100757 * fit_has_config - check if there is a valid FIT configuration
758 * @images: pointer to the bootm command headers structure
759 *
760 * fit_has_config() checks if there is a FIT configuration in use
761 * (if FTI support is present).
762 *
763 * returns:
764 * 0, no FIT support or no configuration found
765 * 1, configuration found
766 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000767int genimg_has_config(bootm_headers_t *images)
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100768{
769#if defined(CONFIG_FIT)
770 if (images->fit_uname_cfg)
771 return 1;
772#endif
773 return 0;
774}
775
776/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100777 * boot_get_ramdisk - main ramdisk handling routine
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100778 * @argc: command argument count
779 * @argv: command argument list
Marian Balakowicz8a5ea3e2008-02-27 11:01:04 +0100780 * @images: pointer to the bootm images structure
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100781 * @arch: expected ramdisk architecture
782 * @rd_start: pointer to a ulong variable, will hold ramdisk start address
783 * @rd_end: pointer to a ulong variable, will hold ramdisk end
784 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100785 * boot_get_ramdisk() is responsible for finding a valid ramdisk image.
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100786 * Curently supported are the following ramdisk sources:
787 * - multicomponent kernel/ramdisk image,
788 * - commandline provided address of decicated ramdisk image.
789 *
790 * returns:
Marian Balakowiczd985c842008-03-12 10:14:38 +0100791 * 0, if ramdisk image was found and valid, or skiped
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100792 * rd_start and rd_end are set to ramdisk start/end addresses if
793 * ramdisk image is found and valid
Marian Balakowiczd985c842008-03-12 10:14:38 +0100794 *
Kumar Galaea86b9e2008-08-29 19:08:29 -0500795 * 1, if ramdisk image is found but corrupted, or invalid
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100796 * rd_start and rd_end are set to 0 if no ramdisk exists
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100797 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000798int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images,
Marian Balakowiczd985c842008-03-12 10:14:38 +0100799 uint8_t arch, ulong *rd_start, ulong *rd_end)
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100800{
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100801 ulong rd_addr, rd_load;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100802 ulong rd_data, rd_len;
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200803 const image_header_t *rd_hdr;
Simon Glass35e7b0f2013-05-07 06:12:03 +0000804 void *buf;
Marek Vasut57d40ab2012-03-30 23:19:10 +0200805#ifdef CONFIG_SUPPORT_RAW_INITRD
Marek Vasut017e1f32012-03-18 11:47:58 +0000806 char *end;
Marek Vasut57d40ab2012-03-30 23:19:10 +0200807#endif
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100808#if defined(CONFIG_FIT)
809 void *fit_hdr;
810 const char *fit_uname_config = NULL;
811 const char *fit_uname_ramdisk = NULL;
812 ulong default_addr;
Marian Balakowiczc8779642008-03-12 10:12:37 +0100813 int rd_noffset;
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100814 int cfg_noffset;
Marian Balakowiczc8779642008-03-12 10:12:37 +0100815 const void *data;
816 size_t size;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100817#endif
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100818
Marian Balakowiczc8779642008-03-12 10:12:37 +0100819 *rd_start = 0;
820 *rd_end = 0;
821
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100822 /*
823 * Look for a '-' which indicates to ignore the
824 * ramdisk argument
825 */
826 if ((argc >= 3) && (strcmp(argv[2], "-") == 0)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000827 debug("## Skipping init Ramdisk\n");
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100828 rd_len = rd_data = 0;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000829 } else if (argc >= 3 || genimg_has_config(images)) {
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100830#if defined(CONFIG_FIT)
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100831 if (argc >= 3) {
832 /*
833 * If the init ramdisk comes from the FIT image and
834 * the FIT image address is omitted in the command
835 * line argument, try to use os FIT image address or
836 * default load address.
837 */
838 if (images->fit_uname_os)
839 default_addr = (ulong)images->fit_hdr_os;
840 else
841 default_addr = load_addr;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100842
Stephen Warren712fbcf2011-10-18 11:11:49 +0000843 if (fit_parse_conf(argv[2], default_addr,
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100844 &rd_addr, &fit_uname_config)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000845 debug("* ramdisk: config '%s' from image at "
846 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100847 fit_uname_config, rd_addr);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000848 } else if (fit_parse_subimage(argv[2], default_addr,
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100849 &rd_addr, &fit_uname_ramdisk)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000850 debug("* ramdisk: subimage '%s' from image at "
851 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100852 fit_uname_ramdisk, rd_addr);
853 } else
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100854#endif
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100855 {
856 rd_addr = simple_strtoul(argv[2], NULL, 16);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000857 debug("* ramdisk: cmdline image address = "
858 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100859 rd_addr);
860 }
861#if defined(CONFIG_FIT)
862 } else {
863 /* use FIT configuration provided in first bootm
864 * command argument
865 */
Simon Glass35e7b0f2013-05-07 06:12:03 +0000866 rd_addr = map_to_sysmem(images->fit_hdr_os);
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100867 fit_uname_config = images->fit_uname_cfg;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000868 debug("* ramdisk: using config '%s' from image "
869 "at 0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100870 fit_uname_config, rd_addr);
871
872 /*
873 * Check whether configuration has ramdisk defined,
874 * if not, don't try to use it, quit silently.
875 */
Simon Glass35e7b0f2013-05-07 06:12:03 +0000876 fit_hdr = images->fit_hdr_os;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000877 cfg_noffset = fit_conf_get_node(fit_hdr,
878 fit_uname_config);
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100879 if (cfg_noffset < 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000880 debug("* ramdisk: no such config\n");
Michal Simekc78fce62008-07-11 10:43:13 +0200881 return 1;
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100882 }
883
Stephen Warren712fbcf2011-10-18 11:11:49 +0000884 rd_noffset = fit_conf_get_ramdisk_node(fit_hdr,
885 cfg_noffset);
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100886 if (rd_noffset < 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000887 debug("* ramdisk: no ramdisk in config\n");
Peter Tyser41266c92008-08-05 10:51:57 -0500888 return 0;
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100889 }
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100890 }
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100891#endif
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100892
893 /* copy from dataflash if needed */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000894 rd_addr = genimg_get_image(rd_addr);
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100895
896 /*
897 * Check if there is an initrd image at the
898 * address provided in the second bootm argument
899 * check image type, for FIT images get FIT node.
900 */
Simon Glass35e7b0f2013-05-07 06:12:03 +0000901 buf = map_sysmem(rd_addr, 0);
902 switch (genimg_get_format(buf)) {
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100903 case IMAGE_FORMAT_LEGACY:
Stephen Warren712fbcf2011-10-18 11:11:49 +0000904 printf("## Loading init Ramdisk from Legacy "
Marian Balakowiczc8779642008-03-12 10:12:37 +0100905 "Image at %08lx ...\n", rd_addr);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100906
Simon Glass770605e2012-02-13 13:51:18 +0000907 bootstage_mark(BOOTSTAGE_ID_CHECK_RAMDISK);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000908 rd_hdr = image_get_ramdisk(rd_addr, arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +0100909 images->verify);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100910
Marian Balakowiczc8779642008-03-12 10:12:37 +0100911 if (rd_hdr == NULL)
Kumar Gala274cea22008-02-27 21:51:46 -0600912 return 1;
Kumar Gala274cea22008-02-27 21:51:46 -0600913
Stephen Warren712fbcf2011-10-18 11:11:49 +0000914 rd_data = image_get_data(rd_hdr);
915 rd_len = image_get_data_size(rd_hdr);
916 rd_load = image_get_load(rd_hdr);
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100917 break;
918#if defined(CONFIG_FIT)
919 case IMAGE_FORMAT_FIT:
Simon Glass35e7b0f2013-05-07 06:12:03 +0000920 fit_hdr = buf;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000921 printf("## Loading init Ramdisk from FIT "
Marian Balakowiczc8779642008-03-12 10:12:37 +0100922 "Image at %08lx ...\n", rd_addr);
923
Simon Glass770605e2012-02-13 13:51:18 +0000924 bootstage_mark(BOOTSTAGE_ID_FIT_RD_FORMAT);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000925 if (!fit_check_format(fit_hdr)) {
926 puts("Bad FIT ramdisk image format!\n");
Simon Glass770605e2012-02-13 13:51:18 +0000927 bootstage_error(
Simon Glassaacc8c12011-12-10 11:08:02 +0000928 BOOTSTAGE_ID_FIT_RD_FORMAT);
Michal Simekc78fce62008-07-11 10:43:13 +0200929 return 1;
Marian Balakowiczc8779642008-03-12 10:12:37 +0100930 }
Simon Glass770605e2012-02-13 13:51:18 +0000931 bootstage_mark(BOOTSTAGE_ID_FIT_RD_FORMAT_OK);
Marian Balakowiczc8779642008-03-12 10:12:37 +0100932
933 if (!fit_uname_ramdisk) {
934 /*
935 * no ramdisk image node unit name, try to get config
936 * node first. If config unit node name is NULL
937 * fit_conf_get_node() will try to find default config node
938 */
Simon Glass770605e2012-02-13 13:51:18 +0000939 bootstage_mark(
Simon Glassaacc8c12011-12-10 11:08:02 +0000940 BOOTSTAGE_ID_FIT_RD_NO_UNIT_NAME);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000941 cfg_noffset = fit_conf_get_node(fit_hdr,
942 fit_uname_config);
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100943 if (cfg_noffset < 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000944 puts("Could not find configuration "
945 "node\n");
Simon Glass770605e2012-02-13 13:51:18 +0000946 bootstage_error(
Simon Glassaacc8c12011-12-10 11:08:02 +0000947 BOOTSTAGE_ID_FIT_RD_NO_UNIT_NAME);
Michal Simekc78fce62008-07-11 10:43:13 +0200948 return 1;
Marian Balakowicz1372cce2008-03-12 10:33:01 +0100949 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000950 fit_uname_config = fdt_get_name(fit_hdr,
951 cfg_noffset, NULL);
952 printf(" Using '%s' configuration\n",
953 fit_uname_config);
Marian Balakowiczc8779642008-03-12 10:12:37 +0100954
Stephen Warren712fbcf2011-10-18 11:11:49 +0000955 rd_noffset = fit_conf_get_ramdisk_node(fit_hdr,
956 cfg_noffset);
957 fit_uname_ramdisk = fit_get_name(fit_hdr,
958 rd_noffset, NULL);
Marian Balakowiczc8779642008-03-12 10:12:37 +0100959 } else {
960 /* get ramdisk component image node offset */
Simon Glass770605e2012-02-13 13:51:18 +0000961 bootstage_mark(
Simon Glassaacc8c12011-12-10 11:08:02 +0000962 BOOTSTAGE_ID_FIT_RD_UNIT_NAME);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000963 rd_noffset = fit_image_get_node(fit_hdr,
964 fit_uname_ramdisk);
Marian Balakowiczc8779642008-03-12 10:12:37 +0100965 }
Marian Balakowicz1372cce2008-03-12 10:33:01 +0100966 if (rd_noffset < 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000967 puts("Could not find subimage node\n");
Simon Glass770605e2012-02-13 13:51:18 +0000968 bootstage_error(BOOTSTAGE_ID_FIT_RD_SUBNODE);
Michal Simekc78fce62008-07-11 10:43:13 +0200969 return 1;
Marian Balakowicz1372cce2008-03-12 10:33:01 +0100970 }
Marian Balakowiczc8779642008-03-12 10:12:37 +0100971
Stephen Warren712fbcf2011-10-18 11:11:49 +0000972 printf(" Trying '%s' ramdisk subimage\n",
973 fit_uname_ramdisk);
Marian Balakowiczc8779642008-03-12 10:12:37 +0100974
Simon Glass770605e2012-02-13 13:51:18 +0000975 bootstage_mark(BOOTSTAGE_ID_FIT_RD_CHECK);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000976 if (!fit_check_ramdisk(fit_hdr, rd_noffset, arch,
977 images->verify))
Michal Simekc78fce62008-07-11 10:43:13 +0200978 return 1;
Marian Balakowiczc8779642008-03-12 10:12:37 +0100979
980 /* get ramdisk image data address and length */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000981 if (fit_image_get_data(fit_hdr, rd_noffset, &data,
982 &size)) {
983 puts("Could not find ramdisk subimage data!\n");
Simon Glass770605e2012-02-13 13:51:18 +0000984 bootstage_error(BOOTSTAGE_ID_FIT_RD_GET_DATA);
Michal Simekc78fce62008-07-11 10:43:13 +0200985 return 1;
Marian Balakowiczc8779642008-03-12 10:12:37 +0100986 }
Simon Glass770605e2012-02-13 13:51:18 +0000987 bootstage_mark(BOOTSTAGE_ID_FIT_RD_GET_DATA_OK);
Marian Balakowiczc8779642008-03-12 10:12:37 +0100988
989 rd_data = (ulong)data;
990 rd_len = size;
991
Stephen Warren712fbcf2011-10-18 11:11:49 +0000992 if (fit_image_get_load(fit_hdr, rd_noffset, &rd_load)) {
993 puts("Can't get ramdisk subimage load "
994 "address!\n");
Simon Glass770605e2012-02-13 13:51:18 +0000995 bootstage_error(BOOTSTAGE_ID_FIT_RD_LOAD);
Michal Simekc78fce62008-07-11 10:43:13 +0200996 return 1;
Marian Balakowiczc8779642008-03-12 10:12:37 +0100997 }
Simon Glass770605e2012-02-13 13:51:18 +0000998 bootstage_mark(BOOTSTAGE_ID_FIT_RD_LOAD);
Marian Balakowiczc8779642008-03-12 10:12:37 +0100999
1000 images->fit_hdr_rd = fit_hdr;
1001 images->fit_uname_rd = fit_uname_ramdisk;
Marian Balakowicz3dfe1102008-03-12 10:32:59 +01001002 images->fit_noffset_rd = rd_noffset;
Marian Balakowiczc8779642008-03-12 10:12:37 +01001003 break;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001004#endif
1005 default:
Marek Vasut017e1f32012-03-18 11:47:58 +00001006#ifdef CONFIG_SUPPORT_RAW_INITRD
1007 if (argc >= 3 && (end = strchr(argv[2], ':'))) {
1008 rd_len = simple_strtoul(++end, NULL, 16);
1009 rd_data = rd_addr;
1010 } else
1011#endif
1012 {
1013 puts("Wrong Ramdisk Image Format\n");
1014 rd_data = rd_len = rd_load = 0;
1015 return 1;
1016 }
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001017 }
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001018 } else if (images->legacy_hdr_valid &&
Stephen Warren712fbcf2011-10-18 11:11:49 +00001019 image_check_type(&images->legacy_hdr_os_copy,
1020 IH_TYPE_MULTI)) {
1021
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001022 /*
1023 * Now check if we have a legacy mult-component image,
1024 * get second entry data start address and len.
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001025 */
Simon Glass770605e2012-02-13 13:51:18 +00001026 bootstage_mark(BOOTSTAGE_ID_RAMDISK);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001027 printf("## Loading init Ramdisk from multi component "
Marian Balakowiczc8779642008-03-12 10:12:37 +01001028 "Legacy Image at %08lx ...\n",
Marian Balakowiczd5934ad2008-02-04 08:28:09 +01001029 (ulong)images->legacy_hdr_os);
1030
Stephen Warren712fbcf2011-10-18 11:11:49 +00001031 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001032 } else {
1033 /*
1034 * no initrd image
1035 */
Simon Glass770605e2012-02-13 13:51:18 +00001036 bootstage_mark(BOOTSTAGE_ID_NO_RAMDISK);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001037 rd_len = rd_data = 0;
1038 }
1039
1040 if (!rd_data) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001041 debug("## No init Ramdisk\n");
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001042 } else {
1043 *rd_start = rd_data;
1044 *rd_end = rd_data + rd_len;
1045 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001046 debug(" ramdisk start = 0x%08lx, ramdisk end = 0x%08lx\n",
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001047 *rd_start, *rd_end);
Kumar Gala274cea22008-02-27 21:51:46 -06001048
1049 return 0;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +01001050}
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001051
John Rigbyfca43cc2010-10-13 13:57:35 -06001052#ifdef CONFIG_SYS_BOOT_RAMDISK_HIGH
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001053/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001054 * boot_ramdisk_high - relocate init ramdisk
Kumar Galae822d7f2008-02-27 21:51:49 -06001055 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001056 * @rd_data: ramdisk data start address
1057 * @rd_len: ramdisk data length
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001058 * @initrd_start: pointer to a ulong variable, will hold final init ramdisk
1059 * start address (after possible relocation)
1060 * @initrd_end: pointer to a ulong variable, will hold final init ramdisk
1061 * end address (after possible relocation)
1062 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001063 * boot_ramdisk_high() takes a relocation hint from "initrd_high" environement
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001064 * variable and if requested ramdisk data is moved to a specified location.
1065 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001066 * Initrd_start and initrd_end are set to final (after relocation) ramdisk
1067 * start/end addresses if ramdisk image start and len were provided,
1068 * otherwise set initrd_start and initrd_end set to zeros.
1069 *
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001070 * returns:
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001071 * 0 - success
1072 * -1 - failure
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001073 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001074int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
Kumar Galae822d7f2008-02-27 21:51:49 -06001075 ulong *initrd_start, ulong *initrd_end)
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001076{
1077 char *s;
1078 ulong initrd_high;
1079 int initrd_copy_to_ram = 1;
1080
Stephen Warren712fbcf2011-10-18 11:11:49 +00001081 if ((s = getenv("initrd_high")) != NULL) {
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001082 /* a value of "no" or a similar string will act like 0,
1083 * turning the "load high" feature off. This is intentional.
1084 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001085 initrd_high = simple_strtoul(s, NULL, 16);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001086 if (initrd_high == ~0)
1087 initrd_copy_to_ram = 0;
1088 } else {
1089 /* not set, no restrictions to load high */
1090 initrd_high = ~0;
1091 }
1092
Marian Balakowicz95d449a2008-05-13 15:53:29 +02001093
1094#ifdef CONFIG_LOGBUFFER
1095 /* Prevent initrd from overwriting logbuffer */
1096 lmb_reserve(lmb, logbuffer_base() - LOGBUFF_OVERHEAD, LOGBUFF_RESERVE);
1097#endif
1098
Stephen Warren712fbcf2011-10-18 11:11:49 +00001099 debug("## initrd_high = 0x%08lx, copy_to_ram = %d\n",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001100 initrd_high, initrd_copy_to_ram);
1101
1102 if (rd_data) {
1103 if (!initrd_copy_to_ram) { /* zero-copy ramdisk support */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001104 debug(" in-place initrd\n");
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001105 *initrd_start = rd_data;
1106 *initrd_end = rd_data + rd_len;
Kumar Galae822d7f2008-02-27 21:51:49 -06001107 lmb_reserve(lmb, rd_data, rd_len);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001108 } else {
Kumar Galae822d7f2008-02-27 21:51:49 -06001109 if (initrd_high)
Stephen Warren712fbcf2011-10-18 11:11:49 +00001110 *initrd_start = (ulong)lmb_alloc_base(lmb,
1111 rd_len, 0x1000, initrd_high);
Kumar Galae822d7f2008-02-27 21:51:49 -06001112 else
Stephen Warren712fbcf2011-10-18 11:11:49 +00001113 *initrd_start = (ulong)lmb_alloc(lmb, rd_len,
1114 0x1000);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001115
Kumar Galae822d7f2008-02-27 21:51:49 -06001116 if (*initrd_start == 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001117 puts("ramdisk - allocation error\n");
Kumar Galae822d7f2008-02-27 21:51:49 -06001118 goto error;
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001119 }
Simon Glass770605e2012-02-13 13:51:18 +00001120 bootstage_mark(BOOTSTAGE_ID_COPY_RAMDISK);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001121
1122 *initrd_end = *initrd_start + rd_len;
Stephen Warren712fbcf2011-10-18 11:11:49 +00001123 printf(" Loading Ramdisk to %08lx, end %08lx ... ",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001124 *initrd_start, *initrd_end);
1125
Stephen Warren712fbcf2011-10-18 11:11:49 +00001126 memmove_wd((void *)*initrd_start,
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001127 (void *)rd_data, rd_len, CHUNKSZ);
1128
Kumar Gala3b200112011-12-07 04:42:58 +00001129#ifdef CONFIG_MP
1130 /*
1131 * Ensure the image is flushed to memory to handle
1132 * AMP boot scenarios in which we might not be
1133 * HW cache coherent
1134 */
1135 flush_cache((unsigned long)*initrd_start, rd_len);
1136#endif
Stephen Warren712fbcf2011-10-18 11:11:49 +00001137 puts("OK\n");
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001138 }
1139 } else {
1140 *initrd_start = 0;
1141 *initrd_end = 0;
1142 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001143 debug(" ramdisk load start = 0x%08lx, ramdisk load end = 0x%08lx\n",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001144 *initrd_start, *initrd_end);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001145
Kumar Galae822d7f2008-02-27 21:51:49 -06001146 return 0;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001147
Kumar Galae822d7f2008-02-27 21:51:49 -06001148error:
1149 return -1;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001150}
John Rigbyfca43cc2010-10-13 13:57:35 -06001151#endif /* CONFIG_SYS_BOOT_RAMDISK_HIGH */
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001152
Kumar Gala06a09912008-08-15 08:24:38 -05001153#ifdef CONFIG_OF_LIBFDT
Stephen Warren712fbcf2011-10-18 11:11:49 +00001154static void fdt_error(const char *msg)
Kumar Gala06a09912008-08-15 08:24:38 -05001155{
Stephen Warren712fbcf2011-10-18 11:11:49 +00001156 puts("ERROR: ");
1157 puts(msg);
1158 puts(" - must RESET the board to recover.\n");
Kumar Gala06a09912008-08-15 08:24:38 -05001159}
1160
Stephen Warren712fbcf2011-10-18 11:11:49 +00001161static const image_header_t *image_get_fdt(ulong fdt_addr)
Kumar Gala06a09912008-08-15 08:24:38 -05001162{
Simon Glass35e7b0f2013-05-07 06:12:03 +00001163 const image_header_t *fdt_hdr = map_sysmem(fdt_addr, 0);
Kumar Gala06a09912008-08-15 08:24:38 -05001164
Stephen Warren712fbcf2011-10-18 11:11:49 +00001165 image_print_contents(fdt_hdr);
Kumar Gala06a09912008-08-15 08:24:38 -05001166
Stephen Warren712fbcf2011-10-18 11:11:49 +00001167 puts(" Verifying Checksum ... ");
1168 if (!image_check_hcrc(fdt_hdr)) {
1169 fdt_error("fdt header checksum invalid");
Kumar Gala06a09912008-08-15 08:24:38 -05001170 return NULL;
1171 }
1172
Stephen Warren712fbcf2011-10-18 11:11:49 +00001173 if (!image_check_dcrc(fdt_hdr)) {
1174 fdt_error("fdt checksum invalid");
Kumar Gala06a09912008-08-15 08:24:38 -05001175 return NULL;
1176 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001177 puts("OK\n");
Kumar Gala06a09912008-08-15 08:24:38 -05001178
Stephen Warren712fbcf2011-10-18 11:11:49 +00001179 if (!image_check_type(fdt_hdr, IH_TYPE_FLATDT)) {
1180 fdt_error("uImage is not a fdt");
Kumar Gala06a09912008-08-15 08:24:38 -05001181 return NULL;
1182 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001183 if (image_get_comp(fdt_hdr) != IH_COMP_NONE) {
1184 fdt_error("uImage is compressed");
Kumar Gala06a09912008-08-15 08:24:38 -05001185 return NULL;
1186 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001187 if (fdt_check_header((char *)image_get_data(fdt_hdr)) != 0) {
1188 fdt_error("uImage data is not a fdt");
Kumar Gala06a09912008-08-15 08:24:38 -05001189 return NULL;
1190 }
1191 return fdt_hdr;
1192}
1193
1194/**
1195 * fit_check_fdt - verify FIT format FDT subimage
1196 * @fit_hdr: pointer to the FIT header
1197 * fdt_noffset: FDT subimage node offset within FIT image
1198 * @verify: data CRC verification flag
1199 *
1200 * fit_check_fdt() verifies integrity of the FDT subimage and from
1201 * specified FIT image.
1202 *
1203 * returns:
1204 * 1, on success
1205 * 0, on failure
1206 */
1207#if defined(CONFIG_FIT)
Stephen Warren712fbcf2011-10-18 11:11:49 +00001208static int fit_check_fdt(const void *fit, int fdt_noffset, int verify)
Kumar Gala06a09912008-08-15 08:24:38 -05001209{
Stephen Warren712fbcf2011-10-18 11:11:49 +00001210 fit_image_print(fit, fdt_noffset, " ");
Kumar Gala06a09912008-08-15 08:24:38 -05001211
1212 if (verify) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001213 puts(" Verifying Hash Integrity ... ");
Simon Glassb8da8362013-05-07 06:11:57 +00001214 if (!fit_image_verify(fit, fdt_noffset)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001215 fdt_error("Bad Data Hash");
Kumar Gala06a09912008-08-15 08:24:38 -05001216 return 0;
1217 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001218 puts("OK\n");
Kumar Gala06a09912008-08-15 08:24:38 -05001219 }
1220
Stephen Warren712fbcf2011-10-18 11:11:49 +00001221 if (!fit_image_check_type(fit, fdt_noffset, IH_TYPE_FLATDT)) {
1222 fdt_error("Not a FDT image");
Kumar Gala06a09912008-08-15 08:24:38 -05001223 return 0;
1224 }
1225
Stephen Warren712fbcf2011-10-18 11:11:49 +00001226 if (!fit_image_check_comp(fit, fdt_noffset, IH_COMP_NONE)) {
1227 fdt_error("FDT image is compressed");
Kumar Gala06a09912008-08-15 08:24:38 -05001228 return 0;
1229 }
1230
1231 return 1;
1232}
1233#endif /* CONFIG_FIT */
1234
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +02001235#ifndef CONFIG_SYS_FDT_PAD
1236#define CONFIG_SYS_FDT_PAD 0x3000
Kumar Gala06a09912008-08-15 08:24:38 -05001237#endif
1238
Grant Likely55b0a392011-03-28 09:59:01 +00001239#if defined(CONFIG_OF_LIBFDT)
1240/**
1241 * boot_fdt_add_mem_rsv_regions - Mark the memreserve sections as unusable
1242 * @lmb: pointer to lmb handle, will be used for memory mgmt
1243 * @fdt_blob: pointer to fdt blob base address
1244 *
1245 * Adds the memreserve regions in the dtb to the lmb block. Adding the
1246 * memreserve regions prevents u-boot from using them to store the initrd
1247 * or the fdt blob.
1248 */
1249void boot_fdt_add_mem_rsv_regions(struct lmb *lmb, void *fdt_blob)
1250{
1251 uint64_t addr, size;
1252 int i, total;
1253
Stephen Warren712fbcf2011-10-18 11:11:49 +00001254 if (fdt_check_header(fdt_blob) != 0)
Grant Likely55b0a392011-03-28 09:59:01 +00001255 return;
1256
1257 total = fdt_num_mem_rsv(fdt_blob);
1258 for (i = 0; i < total; i++) {
1259 if (fdt_get_mem_rsv(fdt_blob, i, &addr, &size) != 0)
1260 continue;
1261 printf(" reserving fdt memory region: addr=%llx size=%llx\n",
1262 (unsigned long long)addr, (unsigned long long)size);
1263 lmb_reserve(lmb, addr, size);
1264 }
1265}
1266
Kumar Gala06a09912008-08-15 08:24:38 -05001267/**
1268 * boot_relocate_fdt - relocate flat device tree
1269 * @lmb: pointer to lmb handle, will be used for memory mgmt
Kumar Gala06a09912008-08-15 08:24:38 -05001270 * @of_flat_tree: pointer to a char* variable, will hold fdt start address
1271 * @of_size: pointer to a ulong variable, will hold fdt length
1272 *
Timur Tabi43b08af2010-05-24 15:10:25 -05001273 * boot_relocate_fdt() allocates a region of memory within the bootmap and
1274 * relocates the of_flat_tree into that region, even if the fdt is already in
1275 * the bootmap. It also expands the size of the fdt by CONFIG_SYS_FDT_PAD
1276 * bytes.
Kumar Gala06a09912008-08-15 08:24:38 -05001277 *
1278 * of_flat_tree and of_size are set to final (after relocation) values
1279 *
1280 * returns:
1281 * 0 - success
1282 * 1 - failure
1283 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001284int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size)
Kumar Gala06a09912008-08-15 08:24:38 -05001285{
Timur Tabi43b08af2010-05-24 15:10:25 -05001286 void *fdt_blob = *of_flat_tree;
Kim Phillips199adb62012-10-29 13:34:32 +00001287 void *of_start = NULL;
David A. Longa28afca2011-07-09 16:40:19 -04001288 char *fdt_high;
Kumar Gala06a09912008-08-15 08:24:38 -05001289 ulong of_len = 0;
Timur Tabi43b08af2010-05-24 15:10:25 -05001290 int err;
David A. Longa28afca2011-07-09 16:40:19 -04001291 int disable_relocation = 0;
Kumar Gala06a09912008-08-15 08:24:38 -05001292
1293 /* nothing to do */
1294 if (*of_size == 0)
1295 return 0;
1296
Stephen Warren712fbcf2011-10-18 11:11:49 +00001297 if (fdt_check_header(fdt_blob) != 0) {
1298 fdt_error("image is not a fdt");
Kumar Gala06a09912008-08-15 08:24:38 -05001299 goto error;
1300 }
1301
Timur Tabi43b08af2010-05-24 15:10:25 -05001302 /* position on a 4K boundary before the alloc_current */
1303 /* Pad the FDT by a specified amount */
1304 of_len = *of_size + CONFIG_SYS_FDT_PAD;
David A. Longa28afca2011-07-09 16:40:19 -04001305
1306 /* If fdt_high is set use it to select the relocation address */
1307 fdt_high = getenv("fdt_high");
1308 if (fdt_high) {
1309 void *desired_addr = (void *)simple_strtoul(fdt_high, NULL, 16);
1310
1311 if (((ulong) desired_addr) == ~0UL) {
1312 /* All ones means use fdt in place */
Shawn Guofa34f6b2012-01-09 21:54:08 +00001313 of_start = fdt_blob;
1314 lmb_reserve(lmb, (ulong)of_start, of_len);
David A. Longa28afca2011-07-09 16:40:19 -04001315 disable_relocation = 1;
Shawn Guofa34f6b2012-01-09 21:54:08 +00001316 } else if (desired_addr) {
David A. Longa28afca2011-07-09 16:40:19 -04001317 of_start =
1318 (void *)(ulong) lmb_alloc_base(lmb, of_len, 0x1000,
Shawn Guofa34f6b2012-01-09 21:54:08 +00001319 (ulong)desired_addr);
Kim Phillips199adb62012-10-29 13:34:32 +00001320 if (of_start == NULL) {
David A. Longa28afca2011-07-09 16:40:19 -04001321 puts("Failed using fdt_high value for Device Tree");
1322 goto error;
1323 }
1324 } else {
1325 of_start =
Matthew McClintock1bb5e902011-07-18 13:08:05 +00001326 (void *)(ulong) lmb_alloc(lmb, of_len, 0x1000);
David A. Longa28afca2011-07-09 16:40:19 -04001327 }
1328 } else {
1329 of_start =
1330 (void *)(ulong) lmb_alloc_base(lmb, of_len, 0x1000,
1331 getenv_bootm_mapsize()
1332 + getenv_bootm_low());
1333 }
Kumar Gala06a09912008-08-15 08:24:38 -05001334
Kim Phillips199adb62012-10-29 13:34:32 +00001335 if (of_start == NULL) {
Timur Tabi43b08af2010-05-24 15:10:25 -05001336 puts("device tree - allocation error\n");
1337 goto error;
Kumar Gala06a09912008-08-15 08:24:38 -05001338 }
1339
David A. Longa28afca2011-07-09 16:40:19 -04001340 if (disable_relocation) {
1341 /* We assume there is space after the existing fdt to use for padding */
1342 fdt_set_totalsize(of_start, of_len);
1343 printf(" Using Device Tree in place at %p, end %p\n",
1344 of_start, of_start + of_len - 1);
1345 } else {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001346 debug("## device tree at %p ... %p (len=%ld [0x%lX])\n",
David A. Longa28afca2011-07-09 16:40:19 -04001347 fdt_blob, fdt_blob + *of_size - 1, of_len, of_len);
Timur Tabi43b08af2010-05-24 15:10:25 -05001348
Stephen Warren712fbcf2011-10-18 11:11:49 +00001349 printf(" Loading Device Tree to %p, end %p ... ",
David A. Longa28afca2011-07-09 16:40:19 -04001350 of_start, of_start + of_len - 1);
Timur Tabi43b08af2010-05-24 15:10:25 -05001351
Stephen Warren712fbcf2011-10-18 11:11:49 +00001352 err = fdt_open_into(fdt_blob, of_start, of_len);
David A. Longa28afca2011-07-09 16:40:19 -04001353 if (err != 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001354 fdt_error("fdt move failed");
David A. Longa28afca2011-07-09 16:40:19 -04001355 goto error;
1356 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001357 puts("OK\n");
Timur Tabi43b08af2010-05-24 15:10:25 -05001358 }
Timur Tabi43b08af2010-05-24 15:10:25 -05001359
1360 *of_flat_tree = of_start;
1361 *of_size = of_len;
1362
Kumar Gala54f9c862008-08-15 08:24:39 -05001363 set_working_fdt_addr(*of_flat_tree);
Kumar Gala06a09912008-08-15 08:24:38 -05001364 return 0;
1365
1366error:
1367 return 1;
1368}
Grant Likelyed59e582011-03-28 09:58:49 +00001369#endif /* CONFIG_OF_LIBFDT */
Kumar Gala06a09912008-08-15 08:24:38 -05001370
1371/**
1372 * boot_get_fdt - main fdt handling routine
1373 * @argc: command argument count
1374 * @argv: command argument list
1375 * @images: pointer to the bootm images structure
1376 * @of_flat_tree: pointer to a char* variable, will hold fdt start address
1377 * @of_size: pointer to a ulong variable, will hold fdt length
1378 *
1379 * boot_get_fdt() is responsible for finding a valid flat device tree image.
1380 * Curently supported are the following ramdisk sources:
1381 * - multicomponent kernel/ramdisk image,
1382 * - commandline provided address of decicated ramdisk image.
1383 *
1384 * returns:
1385 * 0, if fdt image was found and valid, or skipped
1386 * of_flat_tree and of_size are set to fdt start address and length if
1387 * fdt image is found and valid
1388 *
1389 * 1, if fdt image is found but corrupted
1390 * of_flat_tree and of_size are set to 0 if no fdt exists
1391 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001392int boot_get_fdt(int flag, int argc, char * const argv[],
1393 bootm_headers_t *images, char **of_flat_tree, ulong *of_size)
Kumar Gala06a09912008-08-15 08:24:38 -05001394{
Wolfgang Denk3a2003f2009-08-19 11:42:56 +02001395 const image_header_t *fdt_hdr;
Kumar Gala06a09912008-08-15 08:24:38 -05001396 ulong fdt_addr;
Kumar Gala06a09912008-08-15 08:24:38 -05001397 char *fdt_blob = NULL;
Stephen Warrene37ae402011-11-01 06:28:21 +00001398 ulong image_start, image_data, image_end;
Kumar Gala06a09912008-08-15 08:24:38 -05001399 ulong load_start, load_end;
Simon Glass35e7b0f2013-05-07 06:12:03 +00001400 void *buf;
Kumar Gala06a09912008-08-15 08:24:38 -05001401#if defined(CONFIG_FIT)
1402 void *fit_hdr;
1403 const char *fit_uname_config = NULL;
1404 const char *fit_uname_fdt = NULL;
1405 ulong default_addr;
1406 int cfg_noffset;
1407 int fdt_noffset;
1408 const void *data;
1409 size_t size;
1410#endif
1411
1412 *of_flat_tree = NULL;
1413 *of_size = 0;
1414
Stephen Warren712fbcf2011-10-18 11:11:49 +00001415 if (argc > 3 || genimg_has_config(images)) {
Kumar Gala06a09912008-08-15 08:24:38 -05001416#if defined(CONFIG_FIT)
1417 if (argc > 3) {
1418 /*
1419 * If the FDT blob comes from the FIT image and the
1420 * FIT image address is omitted in the command line
1421 * argument, try to use ramdisk or os FIT image
1422 * address or default load address.
1423 */
1424 if (images->fit_uname_rd)
1425 default_addr = (ulong)images->fit_hdr_rd;
1426 else if (images->fit_uname_os)
1427 default_addr = (ulong)images->fit_hdr_os;
1428 else
1429 default_addr = load_addr;
1430
Stephen Warren712fbcf2011-10-18 11:11:49 +00001431 if (fit_parse_conf(argv[3], default_addr,
Kumar Gala06a09912008-08-15 08:24:38 -05001432 &fdt_addr, &fit_uname_config)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001433 debug("* fdt: config '%s' from image at "
1434 "0x%08lx\n",
Kumar Gala06a09912008-08-15 08:24:38 -05001435 fit_uname_config, fdt_addr);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001436 } else if (fit_parse_subimage(argv[3], default_addr,
Kumar Gala06a09912008-08-15 08:24:38 -05001437 &fdt_addr, &fit_uname_fdt)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001438 debug("* fdt: subimage '%s' from image at "
1439 "0x%08lx\n",
Kumar Gala06a09912008-08-15 08:24:38 -05001440 fit_uname_fdt, fdt_addr);
1441 } else
1442#endif
1443 {
1444 fdt_addr = simple_strtoul(argv[3], NULL, 16);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001445 debug("* fdt: cmdline image address = "
1446 "0x%08lx\n",
Kumar Gala06a09912008-08-15 08:24:38 -05001447 fdt_addr);
1448 }
1449#if defined(CONFIG_FIT)
1450 } else {
1451 /* use FIT configuration provided in first bootm
1452 * command argument
1453 */
Simon Glass35e7b0f2013-05-07 06:12:03 +00001454 fdt_addr = map_to_sysmem(images->fit_hdr_os);
Kumar Gala06a09912008-08-15 08:24:38 -05001455 fit_uname_config = images->fit_uname_cfg;
Stephen Warren712fbcf2011-10-18 11:11:49 +00001456 debug("* fdt: using config '%s' from image "
1457 "at 0x%08lx\n",
Kumar Gala06a09912008-08-15 08:24:38 -05001458 fit_uname_config, fdt_addr);
1459
1460 /*
1461 * Check whether configuration has FDT blob defined,
1462 * if not quit silently.
1463 */
Simon Glass35e7b0f2013-05-07 06:12:03 +00001464 fit_hdr = images->fit_hdr_os;
Stephen Warren712fbcf2011-10-18 11:11:49 +00001465 cfg_noffset = fit_conf_get_node(fit_hdr,
Kumar Gala06a09912008-08-15 08:24:38 -05001466 fit_uname_config);
1467 if (cfg_noffset < 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001468 debug("* fdt: no such config\n");
Kumar Gala06a09912008-08-15 08:24:38 -05001469 return 0;
1470 }
1471
Stephen Warren712fbcf2011-10-18 11:11:49 +00001472 fdt_noffset = fit_conf_get_fdt_node(fit_hdr,
Kumar Gala06a09912008-08-15 08:24:38 -05001473 cfg_noffset);
1474 if (fdt_noffset < 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001475 debug("* fdt: no fdt in config\n");
Kumar Gala06a09912008-08-15 08:24:38 -05001476 return 0;
1477 }
1478 }
1479#endif
1480
Stephen Warren712fbcf2011-10-18 11:11:49 +00001481 debug("## Checking for 'FDT'/'FDT Image' at %08lx\n",
Kumar Gala06a09912008-08-15 08:24:38 -05001482 fdt_addr);
1483
1484 /* copy from dataflash if needed */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001485 fdt_addr = genimg_get_image(fdt_addr);
Kumar Gala06a09912008-08-15 08:24:38 -05001486
1487 /*
1488 * Check if there is an FDT image at the
1489 * address provided in the second bootm argument
1490 * check image type, for FIT images get a FIT node.
1491 */
Simon Glass35e7b0f2013-05-07 06:12:03 +00001492 buf = map_sysmem(fdt_addr, 0);
1493 switch (genimg_get_format(buf)) {
Kumar Gala06a09912008-08-15 08:24:38 -05001494 case IMAGE_FORMAT_LEGACY:
1495 /* verify fdt_addr points to a valid image header */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001496 printf("## Flattened Device Tree from Legacy Image "
1497 "at %08lx\n",
Kumar Gala06a09912008-08-15 08:24:38 -05001498 fdt_addr);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001499 fdt_hdr = image_get_fdt(fdt_addr);
Kumar Gala06a09912008-08-15 08:24:38 -05001500 if (!fdt_hdr)
1501 goto error;
1502
1503 /*
1504 * move image data to the load address,
1505 * make sure we don't overwrite initial image
1506 */
1507 image_start = (ulong)fdt_hdr;
Stephen Warrene37ae402011-11-01 06:28:21 +00001508 image_data = (ulong)image_get_data(fdt_hdr);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001509 image_end = image_get_image_end(fdt_hdr);
Kumar Gala06a09912008-08-15 08:24:38 -05001510
Stephen Warren712fbcf2011-10-18 11:11:49 +00001511 load_start = image_get_load(fdt_hdr);
1512 load_end = load_start + image_get_data_size(fdt_hdr);
Kumar Gala06a09912008-08-15 08:24:38 -05001513
Stephen Warrene37ae402011-11-01 06:28:21 +00001514 if (load_start == image_start ||
1515 load_start == image_data) {
1516 fdt_blob = (char *)image_data;
1517 break;
1518 }
1519
Kumar Gala06a09912008-08-15 08:24:38 -05001520 if ((load_start < image_end) && (load_end > image_start)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001521 fdt_error("fdt overwritten");
Kumar Gala06a09912008-08-15 08:24:38 -05001522 goto error;
1523 }
1524
Stephen Warren712fbcf2011-10-18 11:11:49 +00001525 debug(" Loading FDT from 0x%08lx to 0x%08lx\n",
Stephen Warrene37ae402011-11-01 06:28:21 +00001526 image_data, load_start);
Kumar Gala06a09912008-08-15 08:24:38 -05001527
Stephen Warren712fbcf2011-10-18 11:11:49 +00001528 memmove((void *)load_start,
Stephen Warrene37ae402011-11-01 06:28:21 +00001529 (void *)image_data,
Stephen Warren712fbcf2011-10-18 11:11:49 +00001530 image_get_data_size(fdt_hdr));
Kumar Gala06a09912008-08-15 08:24:38 -05001531
1532 fdt_blob = (char *)load_start;
1533 break;
1534 case IMAGE_FORMAT_FIT:
1535 /*
1536 * This case will catch both: new uImage format
1537 * (libfdt based) and raw FDT blob (also libfdt
1538 * based).
1539 */
1540#if defined(CONFIG_FIT)
1541 /* check FDT blob vs FIT blob */
Simon Glass35e7b0f2013-05-07 06:12:03 +00001542 if (fit_check_format(buf)) {
Kumar Gala06a09912008-08-15 08:24:38 -05001543 /*
1544 * FIT image
1545 */
Simon Glass35e7b0f2013-05-07 06:12:03 +00001546 fit_hdr = buf;
Stephen Warren712fbcf2011-10-18 11:11:49 +00001547 printf("## Flattened Device Tree from FIT "
1548 "Image at %08lx\n",
Kumar Gala06a09912008-08-15 08:24:38 -05001549 fdt_addr);
1550
1551 if (!fit_uname_fdt) {
1552 /*
1553 * no FDT blob image node unit name,
1554 * try to get config node first. If
1555 * config unit node name is NULL
1556 * fit_conf_get_node() will try to
1557 * find default config node
1558 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001559 cfg_noffset = fit_conf_get_node(fit_hdr,
Kumar Gala06a09912008-08-15 08:24:38 -05001560 fit_uname_config);
1561
1562 if (cfg_noffset < 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001563 fdt_error("Could not find "
1564 "configuration "
1565 "node\n");
Kumar Gala06a09912008-08-15 08:24:38 -05001566 goto error;
1567 }
1568
Stephen Warren712fbcf2011-10-18 11:11:49 +00001569 fit_uname_config = fdt_get_name(fit_hdr,
Kumar Gala06a09912008-08-15 08:24:38 -05001570 cfg_noffset, NULL);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001571 printf(" Using '%s' configuration\n",
Kumar Gala06a09912008-08-15 08:24:38 -05001572 fit_uname_config);
1573
Stephen Warren712fbcf2011-10-18 11:11:49 +00001574 fdt_noffset = fit_conf_get_fdt_node(
1575 fit_hdr,
Kumar Gala06a09912008-08-15 08:24:38 -05001576 cfg_noffset);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001577 fit_uname_fdt = fit_get_name(fit_hdr,
Kumar Gala06a09912008-08-15 08:24:38 -05001578 fdt_noffset, NULL);
1579 } else {
1580 /* get FDT component image node offset */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001581 fdt_noffset = fit_image_get_node(
1582 fit_hdr,
1583 fit_uname_fdt);
Kumar Gala06a09912008-08-15 08:24:38 -05001584 }
1585 if (fdt_noffset < 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001586 fdt_error("Could not find subimage "
1587 "node\n");
Kumar Gala06a09912008-08-15 08:24:38 -05001588 goto error;
1589 }
1590
Stephen Warren712fbcf2011-10-18 11:11:49 +00001591 printf(" Trying '%s' FDT blob subimage\n",
Kumar Gala06a09912008-08-15 08:24:38 -05001592 fit_uname_fdt);
1593
Stephen Warren712fbcf2011-10-18 11:11:49 +00001594 if (!fit_check_fdt(fit_hdr, fdt_noffset,
Kumar Gala06a09912008-08-15 08:24:38 -05001595 images->verify))
1596 goto error;
1597
1598 /* get ramdisk image data address and length */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001599 if (fit_image_get_data(fit_hdr, fdt_noffset,
Kumar Gala06a09912008-08-15 08:24:38 -05001600 &data, &size)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001601 fdt_error("Could not find FDT "
1602 "subimage data");
Kumar Gala06a09912008-08-15 08:24:38 -05001603 goto error;
1604 }
1605
1606 /* verift that image data is a proper FDT blob */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001607 if (fdt_check_header((char *)data) != 0) {
1608 fdt_error("Subimage data is not a FTD");
Kumar Gala06a09912008-08-15 08:24:38 -05001609 goto error;
1610 }
1611
1612 /*
1613 * move image data to the load address,
1614 * make sure we don't overwrite initial image
1615 */
1616 image_start = (ulong)fit_hdr;
Stephen Warren712fbcf2011-10-18 11:11:49 +00001617 image_end = fit_get_end(fit_hdr);
Kumar Gala06a09912008-08-15 08:24:38 -05001618
Stephen Warren712fbcf2011-10-18 11:11:49 +00001619 if (fit_image_get_load(fit_hdr, fdt_noffset,
Kumar Gala06a09912008-08-15 08:24:38 -05001620 &load_start) == 0) {
1621 load_end = load_start + size;
1622
1623 if ((load_start < image_end) &&
1624 (load_end > image_start)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001625 fdt_error("FDT overwritten");
Kumar Gala06a09912008-08-15 08:24:38 -05001626 goto error;
1627 }
1628
Stephen Warren712fbcf2011-10-18 11:11:49 +00001629 printf(" Loading FDT from 0x%08lx "
1630 "to 0x%08lx\n",
1631 (ulong)data,
1632 load_start);
Kumar Gala06a09912008-08-15 08:24:38 -05001633
Stephen Warren712fbcf2011-10-18 11:11:49 +00001634 memmove((void *)load_start,
Kumar Gala06a09912008-08-15 08:24:38 -05001635 (void *)data, size);
1636
1637 fdt_blob = (char *)load_start;
1638 } else {
1639 fdt_blob = (char *)data;
1640 }
1641
1642 images->fit_hdr_fdt = fit_hdr;
1643 images->fit_uname_fdt = fit_uname_fdt;
1644 images->fit_noffset_fdt = fdt_noffset;
1645 break;
1646 } else
1647#endif
1648 {
1649 /*
1650 * FDT blob
1651 */
Simon Glass35e7b0f2013-05-07 06:12:03 +00001652 fdt_blob = buf;
Stephen Warren712fbcf2011-10-18 11:11:49 +00001653 debug("* fdt: raw FDT blob\n");
Simon Glass35e7b0f2013-05-07 06:12:03 +00001654 printf("## Flattened Device Tree blob at %08lx\n",
1655 (long)fdt_addr);
Kumar Gala06a09912008-08-15 08:24:38 -05001656 }
1657 break;
1658 default:
Stephen Warren712fbcf2011-10-18 11:11:49 +00001659 puts("ERROR: Did not find a cmdline Flattened Device "
1660 "Tree\n");
Kumar Gala06a09912008-08-15 08:24:38 -05001661 goto error;
1662 }
1663
Simon Glass0ec2ce42011-09-23 06:22:04 +00001664 printf(" Booting using the fdt blob at 0x%p\n", fdt_blob);
Kumar Gala06a09912008-08-15 08:24:38 -05001665
1666 } else if (images->legacy_hdr_valid &&
Stephen Warren712fbcf2011-10-18 11:11:49 +00001667 image_check_type(&images->legacy_hdr_os_copy,
1668 IH_TYPE_MULTI)) {
Kumar Gala06a09912008-08-15 08:24:38 -05001669
1670 ulong fdt_data, fdt_len;
1671
1672 /*
1673 * Now check if we have a legacy multi-component image,
1674 * get second entry data start address and len.
1675 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001676 printf("## Flattened Device Tree from multi "
Kumar Gala06a09912008-08-15 08:24:38 -05001677 "component Image at %08lX\n",
1678 (ulong)images->legacy_hdr_os);
1679
Stephen Warren712fbcf2011-10-18 11:11:49 +00001680 image_multi_getimg(images->legacy_hdr_os, 2, &fdt_data,
1681 &fdt_len);
Kumar Gala06a09912008-08-15 08:24:38 -05001682 if (fdt_len) {
1683
1684 fdt_blob = (char *)fdt_data;
Simon Glass0ec2ce42011-09-23 06:22:04 +00001685 printf(" Booting using the fdt at 0x%p\n", fdt_blob);
Kumar Gala06a09912008-08-15 08:24:38 -05001686
Stephen Warren712fbcf2011-10-18 11:11:49 +00001687 if (fdt_check_header(fdt_blob) != 0) {
1688 fdt_error("image is not a fdt");
Kumar Gala06a09912008-08-15 08:24:38 -05001689 goto error;
1690 }
1691
John Rigbyd1263fc2010-10-13 13:57:32 -06001692 if (fdt_totalsize(fdt_blob) != fdt_len) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001693 fdt_error("fdt size != image size");
Kumar Gala06a09912008-08-15 08:24:38 -05001694 goto error;
1695 }
1696 } else {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001697 debug("## No Flattened Device Tree\n");
Kumar Gala06a09912008-08-15 08:24:38 -05001698 return 0;
1699 }
1700 } else {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001701 debug("## No Flattened Device Tree\n");
Kumar Gala06a09912008-08-15 08:24:38 -05001702 return 0;
1703 }
1704
1705 *of_flat_tree = fdt_blob;
John Rigbyd1263fc2010-10-13 13:57:32 -06001706 *of_size = fdt_totalsize(fdt_blob);
Stephen Warren712fbcf2011-10-18 11:11:49 +00001707 debug(" of_flat_tree at 0x%08lx size 0x%08lx\n",
Andrew Klossner52514692008-08-21 07:12:26 -07001708 (ulong)*of_flat_tree, *of_size);
Kumar Gala06a09912008-08-15 08:24:38 -05001709
1710 return 0;
1711
1712error:
Kim Phillips199adb62012-10-29 13:34:32 +00001713 *of_flat_tree = NULL;
Kumar Gala06a09912008-08-15 08:24:38 -05001714 *of_size = 0;
1715 return 1;
1716}
1717#endif /* CONFIG_OF_LIBFDT */
1718
John Rigbyfca43cc2010-10-13 13:57:35 -06001719#ifdef CONFIG_SYS_BOOT_GET_CMDLINE
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001720/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001721 * boot_get_cmdline - allocate and initialize kernel cmdline
Kumar Galae822d7f2008-02-27 21:51:49 -06001722 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001723 * @cmd_start: pointer to a ulong variable, will hold cmdline start
1724 * @cmd_end: pointer to a ulong variable, will hold cmdline end
1725 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001726 * boot_get_cmdline() allocates space for kernel command line below
Grant Likely590d3ca2011-03-28 09:58:34 +00001727 * BOOTMAPSZ + getenv_bootm_low() address. If "bootargs" U-boot environemnt
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001728 * variable is present its contents is copied to allocated kernel
1729 * command line.
1730 *
1731 * returns:
Kumar Galae822d7f2008-02-27 21:51:49 -06001732 * 0 - success
1733 * -1 - failure
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001734 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001735int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end)
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001736{
1737 char *cmdline;
1738 char *s;
1739
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +02001740 cmdline = (char *)(ulong)lmb_alloc_base(lmb, CONFIG_SYS_BARGSIZE, 0xf,
Grant Likelyc3624e62011-03-28 09:58:43 +00001741 getenv_bootm_mapsize() + getenv_bootm_low());
Kumar Galae822d7f2008-02-27 21:51:49 -06001742
1743 if (cmdline == NULL)
1744 return -1;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001745
1746 if ((s = getenv("bootargs")) == NULL)
1747 s = "";
1748
1749 strcpy(cmdline, s);
1750
1751 *cmd_start = (ulong) & cmdline[0];
1752 *cmd_end = *cmd_start + strlen(cmdline);
1753
Stephen Warren712fbcf2011-10-18 11:11:49 +00001754 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001755
Kumar Galae822d7f2008-02-27 21:51:49 -06001756 return 0;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001757}
John Rigbyfca43cc2010-10-13 13:57:35 -06001758#endif /* CONFIG_SYS_BOOT_GET_CMDLINE */
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001759
John Rigbyfca43cc2010-10-13 13:57:35 -06001760#ifdef CONFIG_SYS_BOOT_GET_KBD
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001761/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001762 * boot_get_kbd - allocate and initialize kernel copy of board info
Kumar Galae822d7f2008-02-27 21:51:49 -06001763 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001764 * @kbd: double pointer to board info data
1765 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001766 * boot_get_kbd() allocates space for kernel copy of board info data below
Grant Likely590d3ca2011-03-28 09:58:34 +00001767 * BOOTMAPSZ + getenv_bootm_low() address and kernel board info is initialized
1768 * with the current u-boot board info data.
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001769 *
1770 * returns:
Kumar Galae822d7f2008-02-27 21:51:49 -06001771 * 0 - success
1772 * -1 - failure
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001773 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001774int boot_get_kbd(struct lmb *lmb, bd_t **kbd)
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001775{
Becky Bruce391fd932008-06-09 20:37:18 -05001776 *kbd = (bd_t *)(ulong)lmb_alloc_base(lmb, sizeof(bd_t), 0xf,
Grant Likelyc3624e62011-03-28 09:58:43 +00001777 getenv_bootm_mapsize() + getenv_bootm_low());
Kumar Galae822d7f2008-02-27 21:51:49 -06001778 if (*kbd == NULL)
1779 return -1;
1780
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001781 **kbd = *(gd->bd);
1782
Stephen Warren712fbcf2011-10-18 11:11:49 +00001783 debug("## kernel board info at 0x%08lx\n", (ulong)*kbd);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001784
1785#if defined(DEBUG) && defined(CONFIG_CMD_BDI)
1786 do_bdinfo(NULL, 0, 0, NULL);
1787#endif
1788
Kumar Galae822d7f2008-02-27 21:51:49 -06001789 return 0;
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001790}
John Rigbyfca43cc2010-10-13 13:57:35 -06001791#endif /* CONFIG_SYS_BOOT_GET_KBD */
Marian Balakowicz5dfb5212008-02-29 21:24:06 +01001792#endif /* !USE_HOSTCC */