blob: fcc5a9c3e12ae581dea63888ece615f4a3df27c2 [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 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
Marian Balakowiczb97a2a02008-01-08 18:14:09 +01008 */
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01009
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010010#ifndef USE_HOSTCC
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +010011#include <common.h>
12#include <watchdog.h>
13
14#ifdef CONFIG_SHOW_BOOT_PROGRESS
15#include <status_led.h>
16#endif
17
18#ifdef CONFIG_HAS_DATAFLASH
19#include <dataflash.h>
20#endif
21
Marian Balakowicz95d449a2008-05-13 15:53:29 +020022#ifdef CONFIG_LOGBUFFER
23#include <logbuff.h>
24#endif
25
Marian Balakowicz2242f532008-02-21 17:27:41 +010026#include <rtc.h>
Marian Balakowicz2242f532008-02-21 17:27:41 +010027
Joe Hershberger1cf0a8b2012-12-11 22:16:28 -060028#include <environment.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010029#include <image.h>
30
Stephen Warren712fbcf2011-10-18 11:11:49 +000031#if defined(CONFIG_FIT) || defined(CONFIG_OF_LIBFDT)
Marian Balakowiczfff888a12008-02-21 17:20:19 +010032#include <libfdt.h>
33#include <fdt_support.h>
Marian Balakowiczc8779642008-03-12 10:12:37 +010034#endif
35
Andy Fleming20a14a42008-04-02 16:19:07 -050036#include <u-boot/md5.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010037#include <sha1.h>
Simon Glassa51ec632013-05-16 13:53:22 +000038#include <asm/errno.h>
Simon Glass35e7b0f2013-05-07 06:12:03 +000039#include <asm/io.h>
Marian Balakowiczc8779642008-03-12 10:12:37 +010040
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +010041#ifdef CONFIG_CMD_BDI
Wolfgang Denk54841ab2010-06-28 22:00:46 +020042extern int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +010043#endif
44
45DECLARE_GLOBAL_DATA_PTR;
Marian Balakowicz8a5ea3e2008-02-27 11:01:04 +010046
Stephen Warren712fbcf2011-10-18 11:11:49 +000047static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +010048 int verify);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010049#else
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +010050#include "mkimage.h"
Andy Fleming20a14a42008-04-02 16:19:07 -050051#include <u-boot/md5.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010052#include <time.h>
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010053#include <image.h>
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[] = {
Marian Balakowicz570abb02008-02-29 15:59:59 +010063 { IH_ARCH_INVALID, NULL, "Invalid ARCH", },
64 { 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", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010086 { -1, "", "", },
87};
88
Mike Frysinger7edb1862010-10-20 07:17:39 -040089static const table_entry_t uimage_os[] = {
Marian Balakowicz570abb02008-02-29 15:59:59 +010090 { IH_OS_INVALID, NULL, "Invalid OS", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010091 { IH_OS_LINUX, "linux", "Linux", },
92#if defined(CONFIG_LYNXKDI) || defined(USE_HOSTCC)
93 { IH_OS_LYNXOS, "lynxos", "LynxOS", },
94#endif
95 { IH_OS_NETBSD, "netbsd", "NetBSD", },
Torkel Lundgren3df61952010-09-28 11:05:36 +020096 { IH_OS_OSE, "ose", "Enea OSE", },
Steven Stallion04d41402013-03-20 06:31:35 +000097 { IH_OS_PLAN9, "plan9", "Plan 9", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010098 { IH_OS_RTEMS, "rtems", "RTEMS", },
99 { IH_OS_U_BOOT, "u-boot", "U-Boot", },
miao.yan@windriver.com68b15e82013-12-27 16:01:50 +0800100 { IH_OS_VXWORKS, "vxworks", "VxWorks", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100101#if defined(CONFIG_CMD_ELF) || defined(USE_HOSTCC)
102 { IH_OS_QNX, "qnx", "QNX", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100103#endif
Peter Tyserf5ed9e32008-09-08 14:56:49 -0500104#if defined(CONFIG_INTEGRITY) || defined(USE_HOSTCC)
105 { IH_OS_INTEGRITY,"integrity", "INTEGRITY", },
106#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100107#ifdef USE_HOSTCC
108 { IH_OS_4_4BSD, "4_4bsd", "4_4BSD", },
109 { IH_OS_DELL, "dell", "Dell", },
110 { IH_OS_ESIX, "esix", "Esix", },
111 { IH_OS_FREEBSD, "freebsd", "FreeBSD", },
112 { IH_OS_IRIX, "irix", "Irix", },
113 { IH_OS_NCR, "ncr", "NCR", },
114 { IH_OS_OPENBSD, "openbsd", "OpenBSD", },
115 { IH_OS_PSOS, "psos", "pSOS", },
116 { IH_OS_SCO, "sco", "SCO", },
117 { IH_OS_SOLARIS, "solaris", "Solaris", },
118 { IH_OS_SVR4, "svr4", "SVR4", },
119#endif
120 { -1, "", "", },
121};
122
Mike Frysinger7edb1862010-10-20 07:17:39 -0400123static const table_entry_t uimage_type[] = {
Stefano Babic4962e382011-10-17 00:07:43 +0000124 { IH_TYPE_AISIMAGE, "aisimage", "Davinci AIS image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100125 { IH_TYPE_FILESYSTEM, "filesystem", "Filesystem Image", },
126 { IH_TYPE_FIRMWARE, "firmware", "Firmware", },
John Rigby3decb142011-07-21 09:10:30 -0400127 { IH_TYPE_FLATDT, "flat_dt", "Flat Device Tree", },
Karicheri, Muralidharanbf411ea2014-04-04 13:16:48 -0400128 { IH_TYPE_GPIMAGE, "gpimage", "TI Keystone SPL Image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100129 { IH_TYPE_KERNEL, "kernel", "Kernel Image", },
Stephen Warrenb9b50e892011-11-10 13:17:53 -0700130 { IH_TYPE_KERNEL_NOLOAD, "kernel_noload", "Kernel Image (no loading done)", },
Stefano Babic4962e382011-10-17 00:07:43 +0000131 { IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",},
132 { IH_TYPE_IMXIMAGE, "imximage", "Freescale i.MX Boot Image",},
133 { IH_TYPE_INVALID, NULL, "Invalid Image", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100134 { IH_TYPE_MULTI, "multi", "Multi-File Image", },
Stefano Babic4962e382011-10-17 00:07:43 +0000135 { IH_TYPE_OMAPIMAGE, "omapimage", "TI OMAP SPL With GP CH",},
Shaohui Xie5d898a02012-08-10 02:49:35 +0000136 { IH_TYPE_PBLIMAGE, "pblimage", "Freescale PBL Boot Image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100137 { IH_TYPE_RAMDISK, "ramdisk", "RAMDisk Image", },
138 { IH_TYPE_SCRIPT, "script", "Script", },
139 { IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
Heiko Schocher7816f2c2011-07-16 00:06:42 +0000140 { IH_TYPE_UBLIMAGE, "ublimage", "Davinci UBL image",},
Marek Vasutbce88372013-08-26 20:43:33 +0200141 { IH_TYPE_MXSIMAGE, "mxsimage", "Freescale MXS Boot Image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100142 { -1, "", "", },
143};
144
Mike Frysinger7edb1862010-10-20 07:17:39 -0400145static const table_entry_t uimage_comp[] = {
Marian Balakowicz570abb02008-02-29 15:59:59 +0100146 { IH_COMP_NONE, "none", "uncompressed", },
147 { IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },
148 { IH_COMP_GZIP, "gzip", "gzip compressed", },
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200149 { IH_COMP_LZMA, "lzma", "lzma compressed", },
Peter Korsgaard20dde482009-11-19 11:37:51 +0100150 { IH_COMP_LZO, "lzo", "lzo compressed", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100151 { -1, "", "", },
152};
153
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100154/*****************************************************************************/
155/* Legacy format routines */
156/*****************************************************************************/
Stephen Warren712fbcf2011-10-18 11:11:49 +0000157int image_check_hcrc(const image_header_t *hdr)
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100158{
159 ulong hcrc;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000160 ulong len = image_get_header_size();
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100161 image_header_t header;
162
163 /* Copy header so we can blank CRC field for re-calculation */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000164 memmove(&header, (char *)hdr, image_get_header_size());
165 image_set_hcrc(&header, 0);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100166
Stephen Warren712fbcf2011-10-18 11:11:49 +0000167 hcrc = crc32(0, (unsigned char *)&header, len);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100168
Stephen Warren712fbcf2011-10-18 11:11:49 +0000169 return (hcrc == image_get_hcrc(hdr));
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100170}
171
Stephen Warren712fbcf2011-10-18 11:11:49 +0000172int image_check_dcrc(const image_header_t *hdr)
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100173{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000174 ulong data = image_get_data(hdr);
175 ulong len = image_get_data_size(hdr);
176 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100177
Stephen Warren712fbcf2011-10-18 11:11:49 +0000178 return (dcrc == image_get_dcrc(hdr));
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100179}
180
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100181/**
182 * image_multi_count - get component (sub-image) count
183 * @hdr: pointer to the header of the multi component image
184 *
185 * image_multi_count() returns number of components in a multi
186 * component image.
187 *
188 * Note: no checking of the image type is done, caller must pass
189 * a valid multi component image.
190 *
191 * returns:
192 * number of components
193 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000194ulong image_multi_count(const image_header_t *hdr)
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100195{
196 ulong i, count = 0;
Marian Balakowiczdf6f1b82008-02-29 16:00:06 +0100197 uint32_t *size;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100198
199 /* get start of the image payload, which in case of multi
200 * component images that points to a table of component sizes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000201 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100202
203 /* count non empty slots */
204 for (i = 0; size[i]; ++i)
205 count++;
206
207 return count;
208}
209
210/**
211 * image_multi_getimg - get component data address and size
212 * @hdr: pointer to the header of the multi component image
213 * @idx: index of the requested component
214 * @data: pointer to a ulong variable, will hold component data address
215 * @len: pointer to a ulong variable, will hold component size
216 *
217 * image_multi_getimg() returns size and data address for the requested
218 * component in a multi component image.
219 *
220 * Note: no checking of the image type is done, caller must pass
221 * a valid multi component image.
222 *
223 * returns:
224 * data address and size of the component, if idx is valid
225 * 0 in data and len, if idx is out of range
226 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000227void image_multi_getimg(const image_header_t *hdr, ulong idx,
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100228 ulong *data, ulong *len)
229{
230 int i;
Marian Balakowiczdf6f1b82008-02-29 16:00:06 +0100231 uint32_t *size;
Nick Spence02b9b222008-05-10 14:02:04 -0700232 ulong offset, count, img_data;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100233
234 /* get number of component */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000235 count = image_multi_count(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100236
237 /* get start of the image payload, which in case of multi
238 * component images that points to a table of component sizes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000239 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100240
241 /* get address of the proper component data start, which means
242 * skipping sizes table (add 1 for last, null entry) */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000243 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100244
245 if (idx < count) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000246 *len = uimage_to_cpu(size[idx]);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100247 offset = 0;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100248
249 /* go over all indices preceding requested component idx */
250 for (i = 0; i < idx; i++) {
Nick Spence02b9b222008-05-10 14:02:04 -0700251 /* add up i-th component size, rounding up to 4 bytes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000252 offset += (uimage_to_cpu(size[i]) + 3) & ~3 ;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100253 }
254
255 /* calculate idx-th component data address */
Nick Spence02b9b222008-05-10 14:02:04 -0700256 *data = img_data + offset;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100257 } else {
258 *len = 0;
259 *data = 0;
260 }
261}
Marian Balakowicz42b73e82008-01-31 13:20:07 +0100262
Stephen Warren712fbcf2011-10-18 11:11:49 +0000263static void image_print_type(const image_header_t *hdr)
Marian Balakowicz2242f532008-02-21 17:27:41 +0100264{
265 const char *os, *arch, *type, *comp;
266
Stephen Warren712fbcf2011-10-18 11:11:49 +0000267 os = genimg_get_os_name(image_get_os(hdr));
268 arch = genimg_get_arch_name(image_get_arch(hdr));
269 type = genimg_get_type_name(image_get_type(hdr));
270 comp = genimg_get_comp_name(image_get_comp(hdr));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100271
Stephen Warren712fbcf2011-10-18 11:11:49 +0000272 printf("%s %s %s (%s)\n", arch, os, type, comp);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100273}
274
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100275/**
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200276 * image_print_contents - prints out the contents of the legacy format image
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200277 * @ptr: pointer to the legacy format image header
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100278 * @p: pointer to prefix string
279 *
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200280 * image_print_contents() formats a multi line legacy image contents description.
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100281 * The routine prints out all header fields followed by the size/offset data
282 * for MULTI/SCRIPT images.
283 *
284 * returns:
285 * no returned results
286 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000287void image_print_contents(const void *ptr)
Marian Balakowicz2242f532008-02-21 17:27:41 +0100288{
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200289 const image_header_t *hdr = (const image_header_t *)ptr;
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200290 const char *p;
291
Simon Glass1fe7d932013-05-08 08:05:58 +0000292 p = IMAGE_INDENT_STRING;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000293 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr));
Simon Glass859e92b2013-05-07 06:11:51 +0000294 if (IMAGE_ENABLE_TIMESTAMP) {
295 printf("%sCreated: ", p);
296 genimg_print_time((time_t)image_get_time(hdr));
297 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000298 printf("%sImage Type: ", p);
299 image_print_type(hdr);
300 printf("%sData Size: ", p);
301 genimg_print_size(image_get_data_size(hdr));
302 printf("%sLoad Address: %08x\n", p, image_get_load(hdr));
303 printf("%sEntry Point: %08x\n", p, image_get_ep(hdr));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100304
Stephen Warren712fbcf2011-10-18 11:11:49 +0000305 if (image_check_type(hdr, IH_TYPE_MULTI) ||
306 image_check_type(hdr, IH_TYPE_SCRIPT)) {
Marian Balakowicz2242f532008-02-21 17:27:41 +0100307 int i;
308 ulong data, len;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000309 ulong count = image_multi_count(hdr);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100310
Stephen Warren712fbcf2011-10-18 11:11:49 +0000311 printf("%sContents:\n", p);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100312 for (i = 0; i < count; i++) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000313 image_multi_getimg(hdr, i, &data, &len);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100314
Stephen Warren712fbcf2011-10-18 11:11:49 +0000315 printf("%s Image %d: ", p, i);
316 genimg_print_size(len);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100317
Stephen Warren712fbcf2011-10-18 11:11:49 +0000318 if (image_check_type(hdr, IH_TYPE_SCRIPT) && i > 0) {
Marian Balakowicz570abb02008-02-29 15:59:59 +0100319 /*
320 * the user may need to know offsets
321 * if planning to do something with
322 * multiple files
323 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000324 printf("%s Offset = 0x%08lx\n", p, data);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100325 }
Marian Balakowicz2242f532008-02-21 17:27:41 +0100326 }
327 }
328}
329
Marian Balakowicz570abb02008-02-29 15:59:59 +0100330
331#ifndef USE_HOSTCC
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100332/**
333 * image_get_ramdisk - get and verify ramdisk image
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100334 * @rd_addr: ramdisk image start address
335 * @arch: expected ramdisk architecture
336 * @verify: checksum verification flag
337 *
338 * image_get_ramdisk() returns a pointer to the verified ramdisk image
339 * header. Routine receives image start address and expected architecture
340 * flag. Verification done covers data and header integrity and os/type/arch
341 * fields checking.
342 *
343 * If dataflash support is enabled routine checks for dataflash addresses
344 * and handles required dataflash reads.
345 *
346 * returns:
347 * pointer to a ramdisk image header, if image was found and valid
Kumar Gala274cea22008-02-27 21:51:46 -0600348 * otherwise, return NULL
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100349 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000350static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +0100351 int verify)
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100352{
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200353 const image_header_t *rd_hdr = (const image_header_t *)rd_addr;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100354
Stephen Warren712fbcf2011-10-18 11:11:49 +0000355 if (!image_check_magic(rd_hdr)) {
356 puts("Bad Magic Number\n");
Simon Glass770605e2012-02-13 13:51:18 +0000357 bootstage_error(BOOTSTAGE_ID_RD_MAGIC);
Kumar Gala274cea22008-02-27 21:51:46 -0600358 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100359 }
360
Stephen Warren712fbcf2011-10-18 11:11:49 +0000361 if (!image_check_hcrc(rd_hdr)) {
362 puts("Bad Header Checksum\n");
Simon Glass770605e2012-02-13 13:51:18 +0000363 bootstage_error(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
Kumar Gala274cea22008-02-27 21:51:46 -0600364 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100365 }
366
Simon Glass770605e2012-02-13 13:51:18 +0000367 bootstage_mark(BOOTSTAGE_ID_RD_MAGIC);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000368 image_print_contents(rd_hdr);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100369
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100370 if (verify) {
371 puts(" Verifying Checksum ... ");
Stephen Warren712fbcf2011-10-18 11:11:49 +0000372 if (!image_check_dcrc(rd_hdr)) {
373 puts("Bad Data CRC\n");
Simon Glass770605e2012-02-13 13:51:18 +0000374 bootstage_error(BOOTSTAGE_ID_RD_CHECKSUM);
Kumar Gala274cea22008-02-27 21:51:46 -0600375 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100376 }
377 puts("OK\n");
378 }
379
Simon Glass770605e2012-02-13 13:51:18 +0000380 bootstage_mark(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100381
Stephen Warren712fbcf2011-10-18 11:11:49 +0000382 if (!image_check_os(rd_hdr, IH_OS_LINUX) ||
383 !image_check_arch(rd_hdr, arch) ||
384 !image_check_type(rd_hdr, IH_TYPE_RAMDISK)) {
385 printf("No Linux %s Ramdisk Image\n",
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100386 genimg_get_arch_name(arch));
Simon Glass770605e2012-02-13 13:51:18 +0000387 bootstage_error(BOOTSTAGE_ID_RAMDISK);
Kumar Gala274cea22008-02-27 21:51:46 -0600388 return NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100389 }
390
391 return rd_hdr;
392}
Marian Balakowicz570abb02008-02-29 15:59:59 +0100393#endif /* !USE_HOSTCC */
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100394
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100395/*****************************************************************************/
396/* Shared dual-format routines */
397/*****************************************************************************/
Marian Balakowicz570abb02008-02-29 15:59:59 +0100398#ifndef USE_HOSTCC
Joe Hershberger1cf0a8b2012-12-11 22:16:28 -0600399ulong load_addr = CONFIG_SYS_LOAD_ADDR; /* Default Load Address */
400ulong save_addr; /* Default Save Address */
401ulong save_size; /* Default Save Size (in bytes) */
402
403static int on_loadaddr(const char *name, const char *value, enum env_op op,
404 int flags)
405{
406 switch (op) {
407 case env_op_create:
408 case env_op_overwrite:
409 load_addr = simple_strtoul(value, NULL, 16);
410 break;
411 default:
412 break;
413 }
414
415 return 0;
416}
417U_BOOT_ENV_CALLBACK(loadaddr, on_loadaddr);
418
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100419ulong getenv_bootm_low(void)
420{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000421 char *s = getenv("bootm_low");
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100422 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000423 ulong tmp = simple_strtoul(s, NULL, 16);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100424 return tmp;
425 }
426
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200427#if defined(CONFIG_SYS_SDRAM_BASE)
428 return CONFIG_SYS_SDRAM_BASE;
Marian Balakowiczafe45c82008-03-12 12:14:15 +0100429#elif defined(CONFIG_ARM)
430 return gd->bd->bi_dram[0].start;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100431#else
432 return 0;
433#endif
434}
435
Becky Bruce391fd932008-06-09 20:37:18 -0500436phys_size_t getenv_bootm_size(void)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100437{
Matthew McClintockc519fac2010-07-08 10:11:08 -0500438 phys_size_t tmp;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000439 char *s = getenv("bootm_size");
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100440 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000441 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100442 return tmp;
443 }
Matthew McClintockc519fac2010-07-08 10:11:08 -0500444 s = getenv("bootm_low");
445 if (s)
Stephen Warren712fbcf2011-10-18 11:11:49 +0000446 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Matthew McClintockc519fac2010-07-08 10:11:08 -0500447 else
448 tmp = 0;
449
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100450
Marian Balakowiczafe45c82008-03-12 12:14:15 +0100451#if defined(CONFIG_ARM)
Matthew McClintockc519fac2010-07-08 10:11:08 -0500452 return gd->bd->bi_dram[0].size - tmp;
Marian Balakowiczafe45c82008-03-12 12:14:15 +0100453#else
Matthew McClintockc519fac2010-07-08 10:11:08 -0500454 return gd->bd->bi_memsize - tmp;
Marian Balakowiczafe45c82008-03-12 12:14:15 +0100455#endif
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100456}
457
Grant Likelyc3624e62011-03-28 09:58:43 +0000458phys_size_t getenv_bootm_mapsize(void)
459{
460 phys_size_t tmp;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000461 char *s = getenv("bootm_mapsize");
Grant Likelyc3624e62011-03-28 09:58:43 +0000462 if (s) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000463 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
Grant Likelyc3624e62011-03-28 09:58:43 +0000464 return tmp;
465 }
466
467#if defined(CONFIG_SYS_BOOTMAPSZ)
468 return CONFIG_SYS_BOOTMAPSZ;
469#else
470 return getenv_bootm_size();
471#endif
472}
473
Stephen Warren712fbcf2011-10-18 11:11:49 +0000474void memmove_wd(void *to, void *from, size_t len, ulong chunksz)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100475{
Larry Johnson54fa2c52010-04-20 08:09:43 -0400476 if (to == from)
477 return;
478
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100479#if defined(CONFIG_HW_WATCHDOG) || defined(CONFIG_WATCHDOG)
480 while (len > 0) {
481 size_t tail = (len > chunksz) ? chunksz : len;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000482 WATCHDOG_RESET();
483 memmove(to, from, tail);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100484 to += tail;
485 from += tail;
486 len -= tail;
487 }
488#else /* !(CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG) */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000489 memmove(to, from, len);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100490#endif /* CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG */
491}
Marian Balakowicz570abb02008-02-29 15:59:59 +0100492#endif /* !USE_HOSTCC */
493
Stephen Warren712fbcf2011-10-18 11:11:49 +0000494void genimg_print_size(uint32_t size)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100495{
496#ifndef USE_HOSTCC
Stephen Warren712fbcf2011-10-18 11:11:49 +0000497 printf("%d Bytes = ", size);
498 print_size(size, "\n");
Marian Balakowicz570abb02008-02-29 15:59:59 +0100499#else
Stephen Warren712fbcf2011-10-18 11:11:49 +0000500 printf("%d Bytes = %.2f kB = %.2f MB\n",
Marian Balakowicz570abb02008-02-29 15:59:59 +0100501 size, (double)size / 1.024e3,
502 (double)size / 1.048576e6);
503#endif
504}
505
Simon Glass859e92b2013-05-07 06:11:51 +0000506#if IMAGE_ENABLE_TIMESTAMP
507void genimg_print_time(time_t timestamp)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100508{
509#ifndef USE_HOSTCC
510 struct rtc_time tm;
511
Stephen Warren712fbcf2011-10-18 11:11:49 +0000512 to_tm(timestamp, &tm);
513 printf("%4d-%02d-%02d %2d:%02d:%02d UTC\n",
Marian Balakowicz570abb02008-02-29 15:59:59 +0100514 tm.tm_year, tm.tm_mon, tm.tm_mday,
515 tm.tm_hour, tm.tm_min, tm.tm_sec);
516#else
Stephen Warren712fbcf2011-10-18 11:11:49 +0000517 printf("%s", ctime(&timestamp));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100518#endif
519}
Simon Glass859e92b2013-05-07 06:11:51 +0000520#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100521
522/**
523 * get_table_entry_name - translate entry id to long name
524 * @table: pointer to a translation table for entries of a specific type
525 * @msg: message to be returned when translation fails
526 * @id: entry id to be translated
527 *
528 * get_table_entry_name() will go over translation table trying to find
529 * entry that matches given id. If matching entry is found, its long
530 * name is returned to the caller.
531 *
532 * returns:
533 * long entry name if translation succeeds
534 * msg otherwise
535 */
Mike Frysinger7edb1862010-10-20 07:17:39 -0400536char *get_table_entry_name(const table_entry_t *table, char *msg, int id)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100537{
538 for (; table->id >= 0; ++table) {
539 if (table->id == id)
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200540#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
Scott Woode3d1ac72009-04-02 16:15:10 -0500541 return table->lname;
542#else
543 return table->lname + gd->reloc_off;
544#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100545 }
546 return (msg);
547}
548
Stephen Warren712fbcf2011-10-18 11:11:49 +0000549const char *genimg_get_os_name(uint8_t os)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100550{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000551 return (get_table_entry_name(uimage_os, "Unknown OS", os));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100552}
553
Stephen Warren712fbcf2011-10-18 11:11:49 +0000554const char *genimg_get_arch_name(uint8_t arch)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100555{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000556 return (get_table_entry_name(uimage_arch, "Unknown Architecture",
557 arch));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100558}
559
Stephen Warren712fbcf2011-10-18 11:11:49 +0000560const char *genimg_get_type_name(uint8_t type)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100561{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000562 return (get_table_entry_name(uimage_type, "Unknown Image", type));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100563}
564
Stephen Warren712fbcf2011-10-18 11:11:49 +0000565const char *genimg_get_comp_name(uint8_t comp)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100566{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000567 return (get_table_entry_name(uimage_comp, "Unknown Compression",
568 comp));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100569}
570
571/**
572 * get_table_entry_id - translate short entry name to id
573 * @table: pointer to a translation table for entries of a specific type
574 * @table_name: to be used in case of error
575 * @name: entry short name to be translated
576 *
577 * get_table_entry_id() will go over translation table trying to find
578 * entry that matches given short name. If matching entry is found,
579 * its id returned to the caller.
580 *
581 * returns:
582 * entry id if translation succeeds
583 * -1 otherwise
584 */
Mike Frysinger7edb1862010-10-20 07:17:39 -0400585int get_table_entry_id(const table_entry_t *table,
Marian Balakowicz570abb02008-02-29 15:59:59 +0100586 const char *table_name, const char *name)
587{
Mike Frysinger7edb1862010-10-20 07:17:39 -0400588 const table_entry_t *t;
Marian Balakowicz570abb02008-02-29 15:59:59 +0100589#ifdef USE_HOSTCC
590 int first = 1;
591
592 for (t = table; t->id >= 0; ++t) {
593 if (t->sname && strcasecmp(t->sname, name) == 0)
Stephen Warren712fbcf2011-10-18 11:11:49 +0000594 return(t->id);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100595 }
596
Stephen Warren712fbcf2011-10-18 11:11:49 +0000597 fprintf(stderr, "\nInvalid %s Type - valid names are", table_name);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100598 for (t = table; t->id >= 0; ++t) {
599 if (t->sname == NULL)
600 continue;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000601 fprintf(stderr, "%c %s", (first) ? ':' : ',', t->sname);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100602 first = 0;
603 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000604 fprintf(stderr, "\n");
Marian Balakowicz570abb02008-02-29 15:59:59 +0100605#else
606 for (t = table; t->id >= 0; ++t) {
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200607#ifdef CONFIG_NEEDS_MANUAL_RELOC
Scott Woode3d1ac72009-04-02 16:15:10 -0500608 if (t->sname && strcmp(t->sname + gd->reloc_off, name) == 0)
Wolfgang Denk2e5167c2010-10-28 20:00:11 +0200609#else
610 if (t->sname && strcmp(t->sname, name) == 0)
Peter Tyser521af042009-09-21 11:20:36 -0500611#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100612 return (t->id);
613 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000614 debug("Invalid %s Type: %s\n", table_name, name);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100615#endif /* USE_HOSTCC */
Marian Balakowicz570abb02008-02-29 15:59:59 +0100616 return (-1);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100617}
618
Stephen Warren712fbcf2011-10-18 11:11:49 +0000619int genimg_get_os_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100620{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000621 return (get_table_entry_id(uimage_os, "OS", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100622}
623
Stephen Warren712fbcf2011-10-18 11:11:49 +0000624int genimg_get_arch_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100625{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000626 return (get_table_entry_id(uimage_arch, "CPU", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100627}
628
Stephen Warren712fbcf2011-10-18 11:11:49 +0000629int genimg_get_type_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100630{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000631 return (get_table_entry_id(uimage_type, "Image", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100632}
633
Stephen Warren712fbcf2011-10-18 11:11:49 +0000634int genimg_get_comp_id(const char *name)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100635{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000636 return (get_table_entry_id(uimage_comp, "Compression", name));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100637}
638
639#ifndef USE_HOSTCC
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100640/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100641 * genimg_get_format - get image format type
642 * @img_addr: image start address
643 *
644 * genimg_get_format() checks whether provided address points to a valid
645 * legacy or FIT image.
646 *
647 * New uImage format and FDT blob are based on a libfdt. FDT blob
648 * may be passed directly or embedded in a FIT image. In both situations
649 * genimg_get_format() must be able to dectect libfdt header.
650 *
651 * returns:
652 * image format type or IMAGE_FORMAT_INVALID if no image is present
653 */
Simon Glass35e7b0f2013-05-07 06:12:03 +0000654int genimg_get_format(const void *img_addr)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100655{
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200656 ulong format = IMAGE_FORMAT_INVALID;
657 const image_header_t *hdr;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100658
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200659 hdr = (const image_header_t *)img_addr;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100660 if (image_check_magic(hdr))
661 format = IMAGE_FORMAT_LEGACY;
662#if defined(CONFIG_FIT) || defined(CONFIG_OF_LIBFDT)
663 else {
Masahiro Yamada2f0877c2013-09-19 12:10:18 +0900664 if (fdt_check_header(img_addr) == 0)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100665 format = IMAGE_FORMAT_FIT;
666 }
667#endif
668
669 return format;
670}
671
672/**
673 * genimg_get_image - get image from special storage (if necessary)
674 * @img_addr: image start address
675 *
676 * genimg_get_image() checks if provided image start adddress is located
677 * in a dataflash storage. If so, image is moved to a system RAM memory.
678 *
679 * returns:
680 * image start address after possible relocation from special storage
681 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000682ulong genimg_get_image(ulong img_addr)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100683{
684 ulong ram_addr = img_addr;
685
686#ifdef CONFIG_HAS_DATAFLASH
687 ulong h_size, d_size;
688
Stephen Warren712fbcf2011-10-18 11:11:49 +0000689 if (addr_dataflash(img_addr)) {
Simon Glass35e7b0f2013-05-07 06:12:03 +0000690 void *buf;
691
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100692 /* ger RAM address */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200693 ram_addr = CONFIG_SYS_LOAD_ADDR;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100694
695 /* get header size */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000696 h_size = image_get_header_size();
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100697#if defined(CONFIG_FIT)
698 if (sizeof(struct fdt_header) > h_size)
699 h_size = sizeof(struct fdt_header);
700#endif
701
702 /* read in header */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000703 debug(" Reading image header from dataflash address "
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100704 "%08lx to RAM address %08lx\n", img_addr, ram_addr);
705
Simon Glass35e7b0f2013-05-07 06:12:03 +0000706 buf = map_sysmem(ram_addr, 0);
707 read_dataflash(img_addr, h_size, buf);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100708
709 /* get data size */
Simon Glass35e7b0f2013-05-07 06:12:03 +0000710 switch (genimg_get_format(buf)) {
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100711 case IMAGE_FORMAT_LEGACY:
Simon Glass35e7b0f2013-05-07 06:12:03 +0000712 d_size = image_get_data_size(buf);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000713 debug(" Legacy format image found at 0x%08lx, "
714 "size 0x%08lx\n",
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100715 ram_addr, d_size);
716 break;
717#if defined(CONFIG_FIT)
718 case IMAGE_FORMAT_FIT:
Simon Glass35e7b0f2013-05-07 06:12:03 +0000719 d_size = fit_get_size(buf) - h_size;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000720 debug(" FIT/FDT format image found at 0x%08lx, "
721 "size 0x%08lx\n",
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100722 ram_addr, d_size);
723 break;
724#endif
725 default:
Stephen Warren712fbcf2011-10-18 11:11:49 +0000726 printf(" No valid image found at 0x%08lx\n",
727 img_addr);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100728 return ram_addr;
729 }
730
731 /* read in image data */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000732 debug(" Reading image remaining data from dataflash address "
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100733 "%08lx to RAM address %08lx\n", img_addr + h_size,
734 ram_addr + h_size);
735
Stephen Warren712fbcf2011-10-18 11:11:49 +0000736 read_dataflash(img_addr + h_size, d_size,
Simon Glass35e7b0f2013-05-07 06:12:03 +0000737 (char *)(buf + h_size));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100738
739 }
740#endif /* CONFIG_HAS_DATAFLASH */
741
742 return ram_addr;
743}
744
745/**
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100746 * fit_has_config - check if there is a valid FIT configuration
747 * @images: pointer to the bootm command headers structure
748 *
749 * fit_has_config() checks if there is a FIT configuration in use
750 * (if FTI support is present).
751 *
752 * returns:
753 * 0, no FIT support or no configuration found
754 * 1, configuration found
755 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000756int genimg_has_config(bootm_headers_t *images)
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100757{
758#if defined(CONFIG_FIT)
759 if (images->fit_uname_cfg)
760 return 1;
761#endif
762 return 0;
763}
764
765/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100766 * boot_get_ramdisk - main ramdisk handling routine
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100767 * @argc: command argument count
768 * @argv: command argument list
Marian Balakowicz8a5ea3e2008-02-27 11:01:04 +0100769 * @images: pointer to the bootm images structure
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100770 * @arch: expected ramdisk architecture
771 * @rd_start: pointer to a ulong variable, will hold ramdisk start address
772 * @rd_end: pointer to a ulong variable, will hold ramdisk end
773 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100774 * boot_get_ramdisk() is responsible for finding a valid ramdisk image.
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100775 * Curently supported are the following ramdisk sources:
776 * - multicomponent kernel/ramdisk image,
777 * - commandline provided address of decicated ramdisk image.
778 *
779 * returns:
Marian Balakowiczd985c842008-03-12 10:14:38 +0100780 * 0, if ramdisk image was found and valid, or skiped
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100781 * rd_start and rd_end are set to ramdisk start/end addresses if
782 * ramdisk image is found and valid
Marian Balakowiczd985c842008-03-12 10:14:38 +0100783 *
Kumar Galaea86b9e2008-08-29 19:08:29 -0500784 * 1, if ramdisk image is found but corrupted, or invalid
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100785 * rd_start and rd_end are set to 0 if no ramdisk exists
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100786 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000787int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images,
Marian Balakowiczd985c842008-03-12 10:14:38 +0100788 uint8_t arch, ulong *rd_start, ulong *rd_end)
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100789{
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100790 ulong rd_addr, rd_load;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100791 ulong rd_data, rd_len;
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200792 const image_header_t *rd_hdr;
Simon Glass35e7b0f2013-05-07 06:12:03 +0000793 void *buf;
Marek Vasut57d40ab2012-03-30 23:19:10 +0200794#ifdef CONFIG_SUPPORT_RAW_INITRD
Marek Vasut017e1f32012-03-18 11:47:58 +0000795 char *end;
Marek Vasut57d40ab2012-03-30 23:19:10 +0200796#endif
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100797#if defined(CONFIG_FIT)
Simon Glassf320a4d2013-07-10 23:08:10 -0700798 const char *fit_uname_config = images->fit_uname_cfg;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100799 const char *fit_uname_ramdisk = NULL;
800 ulong default_addr;
Marian Balakowiczc8779642008-03-12 10:12:37 +0100801 int rd_noffset;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100802#endif
Simon Glass983c72f2013-06-11 11:14:46 -0700803 const char *select = NULL;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100804
Marian Balakowiczc8779642008-03-12 10:12:37 +0100805 *rd_start = 0;
806 *rd_end = 0;
807
Simon Glass983c72f2013-06-11 11:14:46 -0700808 if (argc >= 2)
809 select = argv[1];
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100810 /*
811 * Look for a '-' which indicates to ignore the
812 * ramdisk argument
813 */
Simon Glass983c72f2013-06-11 11:14:46 -0700814 if (select && strcmp(select, "-") == 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000815 debug("## Skipping init Ramdisk\n");
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100816 rd_len = rd_data = 0;
Simon Glass983c72f2013-06-11 11:14:46 -0700817 } else if (select || genimg_has_config(images)) {
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100818#if defined(CONFIG_FIT)
Simon Glass983c72f2013-06-11 11:14:46 -0700819 if (select) {
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100820 /*
821 * If the init ramdisk comes from the FIT image and
822 * the FIT image address is omitted in the command
823 * line argument, try to use os FIT image address or
824 * default load address.
825 */
826 if (images->fit_uname_os)
827 default_addr = (ulong)images->fit_hdr_os;
828 else
829 default_addr = load_addr;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100830
Simon Glass983c72f2013-06-11 11:14:46 -0700831 if (fit_parse_conf(select, default_addr,
832 &rd_addr, &fit_uname_config)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000833 debug("* ramdisk: config '%s' from image at "
834 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100835 fit_uname_config, rd_addr);
Simon Glass983c72f2013-06-11 11:14:46 -0700836 } else if (fit_parse_subimage(select, default_addr,
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100837 &rd_addr, &fit_uname_ramdisk)) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000838 debug("* ramdisk: subimage '%s' from image at "
839 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100840 fit_uname_ramdisk, rd_addr);
841 } else
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100842#endif
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100843 {
Simon Glass983c72f2013-06-11 11:14:46 -0700844 rd_addr = simple_strtoul(select, NULL, 16);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000845 debug("* ramdisk: cmdline image address = "
846 "0x%08lx\n",
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100847 rd_addr);
848 }
849#if defined(CONFIG_FIT)
850 } else {
851 /* use FIT configuration provided in first bootm
Simon Glassa51ec632013-05-16 13:53:22 +0000852 * command argument. If the property is not defined,
853 * quit silently.
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100854 */
Simon Glass35e7b0f2013-05-07 06:12:03 +0000855 rd_addr = map_to_sysmem(images->fit_hdr_os);
Simon Glassa51ec632013-05-16 13:53:22 +0000856 rd_noffset = fit_get_node_from_config(images,
857 FIT_RAMDISK_PROP, rd_addr);
858 if (rd_noffset == -ENOLINK)
Peter Tyser41266c92008-08-05 10:51:57 -0500859 return 0;
Simon Glassa51ec632013-05-16 13:53:22 +0000860 else if (rd_noffset < 0)
861 return 1;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100862 }
Marian Balakowiczf773bea2008-03-12 10:35:46 +0100863#endif
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100864
865 /* copy from dataflash if needed */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000866 rd_addr = genimg_get_image(rd_addr);
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100867
868 /*
869 * Check if there is an initrd image at the
870 * address provided in the second bootm argument
871 * check image type, for FIT images get FIT node.
872 */
Simon Glass35e7b0f2013-05-07 06:12:03 +0000873 buf = map_sysmem(rd_addr, 0);
874 switch (genimg_get_format(buf)) {
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100875 case IMAGE_FORMAT_LEGACY:
Stephen Warren712fbcf2011-10-18 11:11:49 +0000876 printf("## Loading init Ramdisk from Legacy "
Marian Balakowiczc8779642008-03-12 10:12:37 +0100877 "Image at %08lx ...\n", rd_addr);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100878
Simon Glass770605e2012-02-13 13:51:18 +0000879 bootstage_mark(BOOTSTAGE_ID_CHECK_RAMDISK);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000880 rd_hdr = image_get_ramdisk(rd_addr, arch,
Marian Balakowiczd985c842008-03-12 10:14:38 +0100881 images->verify);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100882
Marian Balakowiczc8779642008-03-12 10:12:37 +0100883 if (rd_hdr == NULL)
Kumar Gala274cea22008-02-27 21:51:46 -0600884 return 1;
Kumar Gala274cea22008-02-27 21:51:46 -0600885
Stephen Warren712fbcf2011-10-18 11:11:49 +0000886 rd_data = image_get_data(rd_hdr);
887 rd_len = image_get_data_size(rd_hdr);
888 rd_load = image_get_load(rd_hdr);
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100889 break;
890#if defined(CONFIG_FIT)
891 case IMAGE_FORMAT_FIT:
Simon Glassa51ec632013-05-16 13:53:22 +0000892 rd_noffset = fit_image_load(images, FIT_RAMDISK_PROP,
893 rd_addr, &fit_uname_ramdisk,
Simon Glassf320a4d2013-07-10 23:08:10 -0700894 &fit_uname_config, arch,
Simon Glassa51ec632013-05-16 13:53:22 +0000895 IH_TYPE_RAMDISK,
896 BOOTSTAGE_ID_FIT_RD_START,
Stefano Babice3a5bbc2013-07-12 15:09:23 +0200897 FIT_LOAD_IGNORED, &rd_data, &rd_len);
Simon Glassa51ec632013-05-16 13:53:22 +0000898 if (rd_noffset < 0)
Michal Simekc78fce62008-07-11 10:43:13 +0200899 return 1;
Marian Balakowiczc8779642008-03-12 10:12:37 +0100900
Simon Glassa51ec632013-05-16 13:53:22 +0000901 images->fit_hdr_rd = map_sysmem(rd_addr, 0);
Marian Balakowiczc8779642008-03-12 10:12:37 +0100902 images->fit_uname_rd = fit_uname_ramdisk;
Marian Balakowicz3dfe1102008-03-12 10:32:59 +0100903 images->fit_noffset_rd = rd_noffset;
Marian Balakowiczc8779642008-03-12 10:12:37 +0100904 break;
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100905#endif
906 default:
Marek Vasut017e1f32012-03-18 11:47:58 +0000907#ifdef CONFIG_SUPPORT_RAW_INITRD
Simon Glass983c72f2013-06-11 11:14:46 -0700908 end = NULL;
909 if (select)
910 end = strchr(select, ':');
911 if (end) {
Marek Vasut017e1f32012-03-18 11:47:58 +0000912 rd_len = simple_strtoul(++end, NULL, 16);
913 rd_data = rd_addr;
914 } else
915#endif
916 {
917 puts("Wrong Ramdisk Image Format\n");
918 rd_data = rd_len = rd_load = 0;
919 return 1;
920 }
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100921 }
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100922 } else if (images->legacy_hdr_valid &&
Stephen Warren712fbcf2011-10-18 11:11:49 +0000923 image_check_type(&images->legacy_hdr_os_copy,
924 IH_TYPE_MULTI)) {
925
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100926 /*
927 * Now check if we have a legacy mult-component image,
928 * get second entry data start address and len.
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100929 */
Simon Glass770605e2012-02-13 13:51:18 +0000930 bootstage_mark(BOOTSTAGE_ID_RAMDISK);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000931 printf("## Loading init Ramdisk from multi component "
Marian Balakowiczc8779642008-03-12 10:12:37 +0100932 "Legacy Image at %08lx ...\n",
Marian Balakowiczd5934ad2008-02-04 08:28:09 +0100933 (ulong)images->legacy_hdr_os);
934
Stephen Warren712fbcf2011-10-18 11:11:49 +0000935 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100936 } else {
937 /*
938 * no initrd image
939 */
Simon Glass770605e2012-02-13 13:51:18 +0000940 bootstage_mark(BOOTSTAGE_ID_NO_RAMDISK);
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100941 rd_len = rd_data = 0;
942 }
943
944 if (!rd_data) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000945 debug("## No init Ramdisk\n");
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100946 } else {
947 *rd_start = rd_data;
948 *rd_end = rd_data + rd_len;
949 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000950 debug(" ramdisk start = 0x%08lx, ramdisk end = 0x%08lx\n",
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100951 *rd_start, *rd_end);
Kumar Gala274cea22008-02-27 21:51:46 -0600952
953 return 0;
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +0100954}
Marian Balakowiczceaed2b2008-01-31 13:57:17 +0100955
John Rigbyfca43cc2010-10-13 13:57:35 -0600956#ifdef CONFIG_SYS_BOOT_RAMDISK_HIGH
Marian Balakowiczceaed2b2008-01-31 13:57:17 +0100957/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100958 * boot_ramdisk_high - relocate init ramdisk
Kumar Galae822d7f2008-02-27 21:51:49 -0600959 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczceaed2b2008-01-31 13:57:17 +0100960 * @rd_data: ramdisk data start address
961 * @rd_len: ramdisk data length
Marian Balakowiczceaed2b2008-01-31 13:57:17 +0100962 * @initrd_start: pointer to a ulong variable, will hold final init ramdisk
963 * start address (after possible relocation)
964 * @initrd_end: pointer to a ulong variable, will hold final init ramdisk
965 * end address (after possible relocation)
966 *
Robert P. J. Day1bce2ae2013-09-16 07:15:45 -0400967 * boot_ramdisk_high() takes a relocation hint from "initrd_high" environment
Marian Balakowiczceaed2b2008-01-31 13:57:17 +0100968 * variable and if requested ramdisk data is moved to a specified location.
969 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100970 * Initrd_start and initrd_end are set to final (after relocation) ramdisk
971 * start/end addresses if ramdisk image start and len were provided,
972 * otherwise set initrd_start and initrd_end set to zeros.
973 *
Marian Balakowiczceaed2b2008-01-31 13:57:17 +0100974 * returns:
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100975 * 0 - success
976 * -1 - failure
Marian Balakowiczceaed2b2008-01-31 13:57:17 +0100977 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000978int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
Kumar Galae822d7f2008-02-27 21:51:49 -0600979 ulong *initrd_start, ulong *initrd_end)
Marian Balakowiczceaed2b2008-01-31 13:57:17 +0100980{
981 char *s;
982 ulong initrd_high;
983 int initrd_copy_to_ram = 1;
984
Stephen Warren712fbcf2011-10-18 11:11:49 +0000985 if ((s = getenv("initrd_high")) != NULL) {
Marian Balakowiczceaed2b2008-01-31 13:57:17 +0100986 /* a value of "no" or a similar string will act like 0,
987 * turning the "load high" feature off. This is intentional.
988 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000989 initrd_high = simple_strtoul(s, NULL, 16);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +0100990 if (initrd_high == ~0)
991 initrd_copy_to_ram = 0;
992 } else {
993 /* not set, no restrictions to load high */
994 initrd_high = ~0;
995 }
996
Marian Balakowicz95d449a2008-05-13 15:53:29 +0200997
998#ifdef CONFIG_LOGBUFFER
999 /* Prevent initrd from overwriting logbuffer */
1000 lmb_reserve(lmb, logbuffer_base() - LOGBUFF_OVERHEAD, LOGBUFF_RESERVE);
1001#endif
1002
Stephen Warren712fbcf2011-10-18 11:11:49 +00001003 debug("## initrd_high = 0x%08lx, copy_to_ram = %d\n",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001004 initrd_high, initrd_copy_to_ram);
1005
1006 if (rd_data) {
1007 if (!initrd_copy_to_ram) { /* zero-copy ramdisk support */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001008 debug(" in-place initrd\n");
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001009 *initrd_start = rd_data;
1010 *initrd_end = rd_data + rd_len;
Kumar Galae822d7f2008-02-27 21:51:49 -06001011 lmb_reserve(lmb, rd_data, rd_len);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001012 } else {
Kumar Galae822d7f2008-02-27 21:51:49 -06001013 if (initrd_high)
Stephen Warren712fbcf2011-10-18 11:11:49 +00001014 *initrd_start = (ulong)lmb_alloc_base(lmb,
1015 rd_len, 0x1000, initrd_high);
Kumar Galae822d7f2008-02-27 21:51:49 -06001016 else
Stephen Warren712fbcf2011-10-18 11:11:49 +00001017 *initrd_start = (ulong)lmb_alloc(lmb, rd_len,
1018 0x1000);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001019
Kumar Galae822d7f2008-02-27 21:51:49 -06001020 if (*initrd_start == 0) {
Stephen Warren712fbcf2011-10-18 11:11:49 +00001021 puts("ramdisk - allocation error\n");
Kumar Galae822d7f2008-02-27 21:51:49 -06001022 goto error;
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001023 }
Simon Glass770605e2012-02-13 13:51:18 +00001024 bootstage_mark(BOOTSTAGE_ID_COPY_RAMDISK);
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001025
1026 *initrd_end = *initrd_start + rd_len;
Stephen Warren712fbcf2011-10-18 11:11:49 +00001027 printf(" Loading Ramdisk to %08lx, end %08lx ... ",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001028 *initrd_start, *initrd_end);
1029
Stephen Warren712fbcf2011-10-18 11:11:49 +00001030 memmove_wd((void *)*initrd_start,
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001031 (void *)rd_data, rd_len, CHUNKSZ);
1032
Kumar Gala3b200112011-12-07 04:42:58 +00001033#ifdef CONFIG_MP
1034 /*
1035 * Ensure the image is flushed to memory to handle
1036 * AMP boot scenarios in which we might not be
1037 * HW cache coherent
1038 */
1039 flush_cache((unsigned long)*initrd_start, rd_len);
1040#endif
Stephen Warren712fbcf2011-10-18 11:11:49 +00001041 puts("OK\n");
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001042 }
1043 } else {
1044 *initrd_start = 0;
1045 *initrd_end = 0;
1046 }
Stephen Warren712fbcf2011-10-18 11:11:49 +00001047 debug(" ramdisk load start = 0x%08lx, ramdisk load end = 0x%08lx\n",
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001048 *initrd_start, *initrd_end);
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001049
Kumar Galae822d7f2008-02-27 21:51:49 -06001050 return 0;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001051
Kumar Galae822d7f2008-02-27 21:51:49 -06001052error:
1053 return -1;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001054}
John Rigbyfca43cc2010-10-13 13:57:35 -06001055#endif /* CONFIG_SYS_BOOT_RAMDISK_HIGH */
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001056
John Rigbyfca43cc2010-10-13 13:57:35 -06001057#ifdef CONFIG_SYS_BOOT_GET_CMDLINE
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001058/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001059 * boot_get_cmdline - allocate and initialize kernel cmdline
Kumar Galae822d7f2008-02-27 21:51:49 -06001060 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001061 * @cmd_start: pointer to a ulong variable, will hold cmdline start
1062 * @cmd_end: pointer to a ulong variable, will hold cmdline end
1063 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001064 * boot_get_cmdline() allocates space for kernel command line below
Grant Likely590d3ca2011-03-28 09:58:34 +00001065 * BOOTMAPSZ + getenv_bootm_low() address. If "bootargs" U-boot environemnt
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001066 * variable is present its contents is copied to allocated kernel
1067 * command line.
1068 *
1069 * returns:
Kumar Galae822d7f2008-02-27 21:51:49 -06001070 * 0 - success
1071 * -1 - failure
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001072 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001073int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end)
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001074{
1075 char *cmdline;
1076 char *s;
1077
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +02001078 cmdline = (char *)(ulong)lmb_alloc_base(lmb, CONFIG_SYS_BARGSIZE, 0xf,
Grant Likelyc3624e62011-03-28 09:58:43 +00001079 getenv_bootm_mapsize() + getenv_bootm_low());
Kumar Galae822d7f2008-02-27 21:51:49 -06001080
1081 if (cmdline == NULL)
1082 return -1;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001083
1084 if ((s = getenv("bootargs")) == NULL)
1085 s = "";
1086
1087 strcpy(cmdline, s);
1088
1089 *cmd_start = (ulong) & cmdline[0];
1090 *cmd_end = *cmd_start + strlen(cmdline);
1091
Stephen Warren712fbcf2011-10-18 11:11:49 +00001092 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001093
Kumar Galae822d7f2008-02-27 21:51:49 -06001094 return 0;
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001095}
John Rigbyfca43cc2010-10-13 13:57:35 -06001096#endif /* CONFIG_SYS_BOOT_GET_CMDLINE */
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001097
John Rigbyfca43cc2010-10-13 13:57:35 -06001098#ifdef CONFIG_SYS_BOOT_GET_KBD
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001099/**
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001100 * boot_get_kbd - allocate and initialize kernel copy of board info
Kumar Galae822d7f2008-02-27 21:51:49 -06001101 * @lmb: pointer to lmb handle, will be used for memory mgmt
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001102 * @kbd: double pointer to board info data
1103 *
Marian Balakowicz9a4daad2008-02-29 14:58:34 +01001104 * boot_get_kbd() allocates space for kernel copy of board info data below
Grant Likely590d3ca2011-03-28 09:58:34 +00001105 * BOOTMAPSZ + getenv_bootm_low() address and kernel board info is initialized
1106 * with the current u-boot board info data.
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001107 *
1108 * returns:
Kumar Galae822d7f2008-02-27 21:51:49 -06001109 * 0 - success
1110 * -1 - failure
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001111 */
Stephen Warren712fbcf2011-10-18 11:11:49 +00001112int boot_get_kbd(struct lmb *lmb, bd_t **kbd)
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001113{
Becky Bruce391fd932008-06-09 20:37:18 -05001114 *kbd = (bd_t *)(ulong)lmb_alloc_base(lmb, sizeof(bd_t), 0xf,
Grant Likelyc3624e62011-03-28 09:58:43 +00001115 getenv_bootm_mapsize() + getenv_bootm_low());
Kumar Galae822d7f2008-02-27 21:51:49 -06001116 if (*kbd == NULL)
1117 return -1;
1118
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001119 **kbd = *(gd->bd);
1120
Stephen Warren712fbcf2011-10-18 11:11:49 +00001121 debug("## kernel board info at 0x%08lx\n", (ulong)*kbd);
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +01001122
1123#if defined(DEBUG) && defined(CONFIG_CMD_BDI)
1124 do_bdinfo(NULL, 0, 0, NULL);
1125#endif
1126
Kumar Galae822d7f2008-02-27 21:51:49 -06001127 return 0;
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01001128}
John Rigbyfca43cc2010-10-13 13:57:35 -06001129#endif /* CONFIG_SYS_BOOT_GET_KBD */
Simon Glass13d06982013-05-08 08:06:01 +00001130
1131#ifdef CONFIG_LMB
1132int image_setup_linux(bootm_headers_t *images)
1133{
1134 ulong of_size = images->ft_len;
1135 char **of_flat_tree = &images->ft_addr;
1136 ulong *initrd_start = &images->initrd_start;
1137 ulong *initrd_end = &images->initrd_end;
1138 struct lmb *lmb = &images->lmb;
1139 ulong rd_len;
1140 int ret;
1141
1142 if (IMAGE_ENABLE_OF_LIBFDT)
1143 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree);
1144
1145 if (IMAGE_BOOT_GET_CMDLINE) {
1146 ret = boot_get_cmdline(lmb, &images->cmdline_start,
1147 &images->cmdline_end);
1148 if (ret) {
1149 puts("ERROR with allocation of cmdline\n");
1150 return ret;
1151 }
1152 }
1153 if (IMAGE_ENABLE_RAMDISK_HIGH) {
1154 rd_len = images->rd_end - images->rd_start;
1155 ret = boot_ramdisk_high(lmb, images->rd_start, rd_len,
1156 initrd_start, initrd_end);
1157 if (ret)
1158 return ret;
1159 }
1160
1161 if (IMAGE_ENABLE_OF_LIBFDT) {
1162 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size);
1163 if (ret)
1164 return ret;
1165 }
1166
1167 if (IMAGE_ENABLE_OF_LIBFDT && of_size) {
1168 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb);
1169 if (ret)
1170 return ret;
1171 }
1172
1173 return 0;
1174}
1175#endif /* CONFIG_LMB */
Marian Balakowicz5dfb5212008-02-29 21:24:06 +01001176#endif /* !USE_HOSTCC */