]> git.ipfire.org Git - people/ms/u-boot.git/blame - common/image.c
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / common / image.c
CommitLineData
b97a2a0a
MB
1/*
2 * (C) Copyright 2008 Semihalf
3 *
4 * (C) Copyright 2000-2006
5 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6 *
1a459660 7 * SPDX-License-Identifier: GPL-2.0+
b97a2a0a 8 */
ceaed2b1 9
b97a2a0a 10#ifndef USE_HOSTCC
5ad03eb3
MB
11#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
95d449ad
MB
22#ifdef CONFIG_LOGBUFFER
23#include <logbuff.h>
24#endif
25
2242f536 26#include <rtc.h>
2242f536 27
1cf0a8b2 28#include <environment.h>
5dfb5213
MB
29#include <image.h>
30
712fbcf3 31#if defined(CONFIG_FIT) || defined(CONFIG_OF_LIBFDT)
fff888a1
MB
32#include <libfdt.h>
33#include <fdt_support.h>
c8779648
MB
34#endif
35
20a14a42 36#include <u-boot/md5.h>
5dfb5213 37#include <sha1.h>
a51ec63b 38#include <asm/errno.h>
35e7b0f1 39#include <asm/io.h>
c8779648 40
b6b0fe64 41#ifdef CONFIG_CMD_BDI
54841ab5 42extern int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
b6b0fe64
MB
43#endif
44
45DECLARE_GLOBAL_DATA_PTR;
8a5ea3e6 46
712fbcf3 47static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
d985c849 48 int verify);
b97a2a0a 49#else
5ad03eb3 50#include "mkimage.h"
20a14a42 51#include <u-boot/md5.h>
5dfb5213 52#include <time.h>
b97a2a0a 53#include <image.h>
5dfb5213 54#endif /* !USE_HOSTCC*/
b97a2a0a 55
0ccff500
SG
56#include <u-boot/crc.h>
57
13d06981
SG
58#ifndef CONFIG_SYS_BARGSIZE
59#define CONFIG_SYS_BARGSIZE 512
60#endif
61
7edb186f 62static const table_entry_t uimage_arch[] = {
570abb0a
MB
63 { 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", },
570abb0a 72 { IH_ARCH_NIOS2, "nios2", "NIOS II", },
e419e12d 73 { IH_ARCH_PPC, "powerpc", "PowerPC", },
570abb0a
MB
74 { 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", },
64d61461 81 { IH_ARCH_NDS32, "nds32", "NDS32", },
3ddcaccd 82 { IH_ARCH_OPENRISC, "or1k", "OpenRISC 1000",},
35e7b0f1 83 { IH_ARCH_SANDBOX, "sandbox", "Sandbox", },
570abb0a
MB
84 { -1, "", "", },
85};
86
7edb186f 87static const table_entry_t uimage_os[] = {
570abb0a 88 { IH_OS_INVALID, NULL, "Invalid OS", },
570abb0a
MB
89 { IH_OS_LINUX, "linux", "Linux", },
90#if defined(CONFIG_LYNXKDI) || defined(USE_HOSTCC)
91 { IH_OS_LYNXOS, "lynxos", "LynxOS", },
92#endif
93 { IH_OS_NETBSD, "netbsd", "NetBSD", },
3df61957 94 { IH_OS_OSE, "ose", "Enea OSE", },
04d41409 95 { IH_OS_PLAN9, "plan9", "Plan 9", },
570abb0a
MB
96 { IH_OS_RTEMS, "rtems", "RTEMS", },
97 { IH_OS_U_BOOT, "u-boot", "U-Boot", },
98#if defined(CONFIG_CMD_ELF) || defined(USE_HOSTCC)
99 { IH_OS_QNX, "qnx", "QNX", },
100 { IH_OS_VXWORKS, "vxworks", "VxWorks", },
101#endif
f5ed9e39
PT
102#if defined(CONFIG_INTEGRITY) || defined(USE_HOSTCC)
103 { IH_OS_INTEGRITY,"integrity", "INTEGRITY", },
104#endif
570abb0a
MB
105#ifdef USE_HOSTCC
106 { IH_OS_4_4BSD, "4_4bsd", "4_4BSD", },
107 { IH_OS_DELL, "dell", "Dell", },
108 { IH_OS_ESIX, "esix", "Esix", },
109 { IH_OS_FREEBSD, "freebsd", "FreeBSD", },
110 { IH_OS_IRIX, "irix", "Irix", },
111 { IH_OS_NCR, "ncr", "NCR", },
112 { IH_OS_OPENBSD, "openbsd", "OpenBSD", },
113 { IH_OS_PSOS, "psos", "pSOS", },
114 { IH_OS_SCO, "sco", "SCO", },
115 { IH_OS_SOLARIS, "solaris", "Solaris", },
116 { IH_OS_SVR4, "svr4", "SVR4", },
117#endif
118 { -1, "", "", },
119};
120
7edb186f 121static const table_entry_t uimage_type[] = {
4962e38e 122 { IH_TYPE_AISIMAGE, "aisimage", "Davinci AIS image",},
570abb0a
MB
123 { IH_TYPE_FILESYSTEM, "filesystem", "Filesystem Image", },
124 { IH_TYPE_FIRMWARE, "firmware", "Firmware", },
3decb14a 125 { IH_TYPE_FLATDT, "flat_dt", "Flat Device Tree", },
570abb0a 126 { IH_TYPE_KERNEL, "kernel", "Kernel Image", },
b9b50e89 127 { IH_TYPE_KERNEL_NOLOAD, "kernel_noload", "Kernel Image (no loading done)", },
4962e38e
SB
128 { IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",},
129 { IH_TYPE_IMXIMAGE, "imximage", "Freescale i.MX Boot Image",},
130 { IH_TYPE_INVALID, NULL, "Invalid Image", },
570abb0a 131 { IH_TYPE_MULTI, "multi", "Multi-File Image", },
4962e38e 132 { IH_TYPE_OMAPIMAGE, "omapimage", "TI OMAP SPL With GP CH",},
5d898a00 133 { IH_TYPE_PBLIMAGE, "pblimage", "Freescale PBL Boot Image",},
570abb0a
MB
134 { IH_TYPE_RAMDISK, "ramdisk", "RAMDisk Image", },
135 { IH_TYPE_SCRIPT, "script", "Script", },
136 { IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
7816f2cf 137 { IH_TYPE_UBLIMAGE, "ublimage", "Davinci UBL image",},
570abb0a
MB
138 { -1, "", "", },
139};
140
7edb186f 141static const table_entry_t uimage_comp[] = {
570abb0a
MB
142 { IH_COMP_NONE, "none", "uncompressed", },
143 { IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },
144 { IH_COMP_GZIP, "gzip", "gzip compressed", },
fc9c1727 145 { IH_COMP_LZMA, "lzma", "lzma compressed", },
20dde48b 146 { IH_COMP_LZO, "lzo", "lzo compressed", },
570abb0a
MB
147 { -1, "", "", },
148};
149
9a4daad0
MB
150/*****************************************************************************/
151/* Legacy format routines */
152/*****************************************************************************/
712fbcf3 153int image_check_hcrc(const image_header_t *hdr)
b97a2a0a
MB
154{
155 ulong hcrc;
712fbcf3 156 ulong len = image_get_header_size();
b97a2a0a
MB
157 image_header_t header;
158
159 /* Copy header so we can blank CRC field for re-calculation */
712fbcf3
SW
160 memmove(&header, (char *)hdr, image_get_header_size());
161 image_set_hcrc(&header, 0);
b97a2a0a 162
712fbcf3 163 hcrc = crc32(0, (unsigned char *)&header, len);
b97a2a0a 164
712fbcf3 165 return (hcrc == image_get_hcrc(hdr));
b97a2a0a
MB
166}
167
712fbcf3 168int image_check_dcrc(const image_header_t *hdr)
b97a2a0a 169{
712fbcf3
SW
170 ulong data = image_get_data(hdr);
171 ulong len = image_get_data_size(hdr);
172 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32);
b97a2a0a 173
712fbcf3 174 return (dcrc == image_get_dcrc(hdr));
b97a2a0a
MB
175}
176
f13e7b2e
MB
177/**
178 * image_multi_count - get component (sub-image) count
179 * @hdr: pointer to the header of the multi component image
180 *
181 * image_multi_count() returns number of components in a multi
182 * component image.
183 *
184 * Note: no checking of the image type is done, caller must pass
185 * a valid multi component image.
186 *
187 * returns:
188 * number of components
189 */
712fbcf3 190ulong image_multi_count(const image_header_t *hdr)
f13e7b2e
MB
191{
192 ulong i, count = 0;
df6f1b89 193 uint32_t *size;
f13e7b2e
MB
194
195 /* get start of the image payload, which in case of multi
196 * component images that points to a table of component sizes */
712fbcf3 197 size = (uint32_t *)image_get_data(hdr);
f13e7b2e
MB
198
199 /* count non empty slots */
200 for (i = 0; size[i]; ++i)
201 count++;
202
203 return count;
204}
205
206/**
207 * image_multi_getimg - get component data address and size
208 * @hdr: pointer to the header of the multi component image
209 * @idx: index of the requested component
210 * @data: pointer to a ulong variable, will hold component data address
211 * @len: pointer to a ulong variable, will hold component size
212 *
213 * image_multi_getimg() returns size and data address for the requested
214 * component in a multi component image.
215 *
216 * Note: no checking of the image type is done, caller must pass
217 * a valid multi component image.
218 *
219 * returns:
220 * data address and size of the component, if idx is valid
221 * 0 in data and len, if idx is out of range
222 */
712fbcf3 223void image_multi_getimg(const image_header_t *hdr, ulong idx,
f13e7b2e
MB
224 ulong *data, ulong *len)
225{
226 int i;
df6f1b89 227 uint32_t *size;
02b9b224 228 ulong offset, count, img_data;
f13e7b2e
MB
229
230 /* get number of component */
712fbcf3 231 count = image_multi_count(hdr);
f13e7b2e
MB
232
233 /* get start of the image payload, which in case of multi
234 * component images that points to a table of component sizes */
712fbcf3 235 size = (uint32_t *)image_get_data(hdr);
f13e7b2e
MB
236
237 /* get address of the proper component data start, which means
238 * skipping sizes table (add 1 for last, null entry) */
712fbcf3 239 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t);
f13e7b2e
MB
240
241 if (idx < count) {
712fbcf3 242 *len = uimage_to_cpu(size[idx]);
f13e7b2e 243 offset = 0;
f13e7b2e
MB
244
245 /* go over all indices preceding requested component idx */
246 for (i = 0; i < idx; i++) {
02b9b224 247 /* add up i-th component size, rounding up to 4 bytes */
712fbcf3 248 offset += (uimage_to_cpu(size[i]) + 3) & ~3 ;
f13e7b2e
MB
249 }
250
251 /* calculate idx-th component data address */
02b9b224 252 *data = img_data + offset;
f13e7b2e
MB
253 } else {
254 *len = 0;
255 *data = 0;
256 }
257}
42b73e8e 258
712fbcf3 259static void image_print_type(const image_header_t *hdr)
9a4daad0
MB
260{
261 const char *os, *arch, *type, *comp;
262
712fbcf3
SW
263 os = genimg_get_os_name(image_get_os(hdr));
264 arch = genimg_get_arch_name(image_get_arch(hdr));
265 type = genimg_get_type_name(image_get_type(hdr));
266 comp = genimg_get_comp_name(image_get_comp(hdr));
9a4daad0 267
712fbcf3 268 printf("%s %s %s (%s)\n", arch, os, type, comp);
9a4daad0
MB
269}
270
5dfb5213 271/**
edbed247 272 * image_print_contents - prints out the contents of the legacy format image
3a2003f6 273 * @ptr: pointer to the legacy format image header
5dfb5213
MB
274 * @p: pointer to prefix string
275 *
edbed247 276 * image_print_contents() formats a multi line legacy image contents description.
5dfb5213
MB
277 * The routine prints out all header fields followed by the size/offset data
278 * for MULTI/SCRIPT images.
279 *
280 * returns:
281 * no returned results
282 */
712fbcf3 283void image_print_contents(const void *ptr)
9a4daad0 284{
3a2003f6 285 const image_header_t *hdr = (const image_header_t *)ptr;
edbed247
BS
286 const char *p;
287
1fe7d938 288 p = IMAGE_INDENT_STRING;
712fbcf3 289 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr));
859e92b7
SG
290 if (IMAGE_ENABLE_TIMESTAMP) {
291 printf("%sCreated: ", p);
292 genimg_print_time((time_t)image_get_time(hdr));
293 }
712fbcf3
SW
294 printf("%sImage Type: ", p);
295 image_print_type(hdr);
296 printf("%sData Size: ", p);
297 genimg_print_size(image_get_data_size(hdr));
298 printf("%sLoad Address: %08x\n", p, image_get_load(hdr));
299 printf("%sEntry Point: %08x\n", p, image_get_ep(hdr));
300
301 if (image_check_type(hdr, IH_TYPE_MULTI) ||
302 image_check_type(hdr, IH_TYPE_SCRIPT)) {
9a4daad0
MB
303 int i;
304 ulong data, len;
712fbcf3 305 ulong count = image_multi_count(hdr);
9a4daad0 306
712fbcf3 307 printf("%sContents:\n", p);
9a4daad0 308 for (i = 0; i < count; i++) {
712fbcf3 309 image_multi_getimg(hdr, i, &data, &len);
570abb0a 310
712fbcf3
SW
311 printf("%s Image %d: ", p, i);
312 genimg_print_size(len);
570abb0a 313
712fbcf3 314 if (image_check_type(hdr, IH_TYPE_SCRIPT) && i > 0) {
570abb0a
MB
315 /*
316 * the user may need to know offsets
317 * if planning to do something with
318 * multiple files
319 */
712fbcf3 320 printf("%s Offset = 0x%08lx\n", p, data);
570abb0a 321 }
9a4daad0
MB
322 }
323 }
324}
325
570abb0a
MB
326
327#ifndef USE_HOSTCC
9a4daad0
MB
328/**
329 * image_get_ramdisk - get and verify ramdisk image
9a4daad0
MB
330 * @rd_addr: ramdisk image start address
331 * @arch: expected ramdisk architecture
332 * @verify: checksum verification flag
333 *
334 * image_get_ramdisk() returns a pointer to the verified ramdisk image
335 * header. Routine receives image start address and expected architecture
336 * flag. Verification done covers data and header integrity and os/type/arch
337 * fields checking.
338 *
339 * If dataflash support is enabled routine checks for dataflash addresses
340 * and handles required dataflash reads.
341 *
342 * returns:
343 * pointer to a ramdisk image header, if image was found and valid
344 * otherwise, return NULL
345 */
712fbcf3 346static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
d985c849 347 int verify)
9a4daad0 348{
3a2003f6 349 const image_header_t *rd_hdr = (const image_header_t *)rd_addr;
9a4daad0 350
712fbcf3
SW
351 if (!image_check_magic(rd_hdr)) {
352 puts("Bad Magic Number\n");
770605e4 353 bootstage_error(BOOTSTAGE_ID_RD_MAGIC);
9a4daad0
MB
354 return NULL;
355 }
356
712fbcf3
SW
357 if (!image_check_hcrc(rd_hdr)) {
358 puts("Bad Header Checksum\n");
770605e4 359 bootstage_error(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
9a4daad0
MB
360 return NULL;
361 }
362
770605e4 363 bootstage_mark(BOOTSTAGE_ID_RD_MAGIC);
712fbcf3 364 image_print_contents(rd_hdr);
9a4daad0
MB
365
366 if (verify) {
367 puts(" Verifying Checksum ... ");
712fbcf3
SW
368 if (!image_check_dcrc(rd_hdr)) {
369 puts("Bad Data CRC\n");
770605e4 370 bootstage_error(BOOTSTAGE_ID_RD_CHECKSUM);
9a4daad0
MB
371 return NULL;
372 }
373 puts("OK\n");
374 }
375
770605e4 376 bootstage_mark(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
9a4daad0 377
712fbcf3
SW
378 if (!image_check_os(rd_hdr, IH_OS_LINUX) ||
379 !image_check_arch(rd_hdr, arch) ||
380 !image_check_type(rd_hdr, IH_TYPE_RAMDISK)) {
381 printf("No Linux %s Ramdisk Image\n",
9a4daad0 382 genimg_get_arch_name(arch));
770605e4 383 bootstage_error(BOOTSTAGE_ID_RAMDISK);
9a4daad0
MB
384 return NULL;
385 }
386
387 return rd_hdr;
388}
570abb0a 389#endif /* !USE_HOSTCC */
9a4daad0
MB
390
391/*****************************************************************************/
392/* Shared dual-format routines */
393/*****************************************************************************/
570abb0a 394#ifndef USE_HOSTCC
1cf0a8b2
JH
395ulong load_addr = CONFIG_SYS_LOAD_ADDR; /* Default Load Address */
396ulong save_addr; /* Default Save Address */
397ulong save_size; /* Default Save Size (in bytes) */
398
399static int on_loadaddr(const char *name, const char *value, enum env_op op,
400 int flags)
401{
402 switch (op) {
403 case env_op_create:
404 case env_op_overwrite:
405 load_addr = simple_strtoul(value, NULL, 16);
406 break;
407 default:
408 break;
409 }
410
411 return 0;
412}
413U_BOOT_ENV_CALLBACK(loadaddr, on_loadaddr);
414
9a4daad0
MB
415ulong getenv_bootm_low(void)
416{
712fbcf3 417 char *s = getenv("bootm_low");
9a4daad0 418 if (s) {
712fbcf3 419 ulong tmp = simple_strtoul(s, NULL, 16);
9a4daad0
MB
420 return tmp;
421 }
422
6d0f6bcf
JCPV
423#if defined(CONFIG_SYS_SDRAM_BASE)
424 return CONFIG_SYS_SDRAM_BASE;
afe45c87
MB
425#elif defined(CONFIG_ARM)
426 return gd->bd->bi_dram[0].start;
9a4daad0
MB
427#else
428 return 0;
429#endif
430}
431
391fd93a 432phys_size_t getenv_bootm_size(void)
9a4daad0 433{
c519facc 434 phys_size_t tmp;
712fbcf3 435 char *s = getenv("bootm_size");
9a4daad0 436 if (s) {
712fbcf3 437 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
9a4daad0
MB
438 return tmp;
439 }
c519facc
MM
440 s = getenv("bootm_low");
441 if (s)
712fbcf3 442 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
c519facc
MM
443 else
444 tmp = 0;
445
9a4daad0 446
afe45c87 447#if defined(CONFIG_ARM)
c519facc 448 return gd->bd->bi_dram[0].size - tmp;
afe45c87 449#else
c519facc 450 return gd->bd->bi_memsize - tmp;
afe45c87 451#endif
9a4daad0
MB
452}
453
c3624e6e
GL
454phys_size_t getenv_bootm_mapsize(void)
455{
456 phys_size_t tmp;
712fbcf3 457 char *s = getenv("bootm_mapsize");
c3624e6e 458 if (s) {
712fbcf3 459 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
c3624e6e
GL
460 return tmp;
461 }
462
463#if defined(CONFIG_SYS_BOOTMAPSZ)
464 return CONFIG_SYS_BOOTMAPSZ;
465#else
466 return getenv_bootm_size();
467#endif
468}
469
712fbcf3 470void memmove_wd(void *to, void *from, size_t len, ulong chunksz)
9a4daad0 471{
54fa2c5b
LJ
472 if (to == from)
473 return;
474
9a4daad0
MB
475#if defined(CONFIG_HW_WATCHDOG) || defined(CONFIG_WATCHDOG)
476 while (len > 0) {
477 size_t tail = (len > chunksz) ? chunksz : len;
712fbcf3
SW
478 WATCHDOG_RESET();
479 memmove(to, from, tail);
9a4daad0
MB
480 to += tail;
481 from += tail;
482 len -= tail;
483 }
484#else /* !(CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG) */
712fbcf3 485 memmove(to, from, len);
9a4daad0
MB
486#endif /* CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG */
487}
570abb0a 488#endif /* !USE_HOSTCC */
9a4daad0 489
712fbcf3 490void genimg_print_size(uint32_t size)
42b73e8e 491{
570abb0a 492#ifndef USE_HOSTCC
712fbcf3
SW
493 printf("%d Bytes = ", size);
494 print_size(size, "\n");
570abb0a 495#else
712fbcf3 496 printf("%d Bytes = %.2f kB = %.2f MB\n",
570abb0a
MB
497 size, (double)size / 1.024e3,
498 (double)size / 1.048576e6);
42b73e8e 499#endif
570abb0a
MB
500}
501
859e92b7
SG
502#if IMAGE_ENABLE_TIMESTAMP
503void genimg_print_time(time_t timestamp)
570abb0a
MB
504{
505#ifndef USE_HOSTCC
506 struct rtc_time tm;
507
712fbcf3
SW
508 to_tm(timestamp, &tm);
509 printf("%4d-%02d-%02d %2d:%02d:%02d UTC\n",
570abb0a
MB
510 tm.tm_year, tm.tm_mon, tm.tm_mday,
511 tm.tm_hour, tm.tm_min, tm.tm_sec);
512#else
712fbcf3 513 printf("%s", ctime(&timestamp));
42b73e8e 514#endif
570abb0a 515}
859e92b7 516#endif
42b73e8e 517
570abb0a
MB
518/**
519 * get_table_entry_name - translate entry id to long name
520 * @table: pointer to a translation table for entries of a specific type
521 * @msg: message to be returned when translation fails
522 * @id: entry id to be translated
523 *
524 * get_table_entry_name() will go over translation table trying to find
525 * entry that matches given id. If matching entry is found, its long
526 * name is returned to the caller.
527 *
528 * returns:
529 * long entry name if translation succeeds
530 * msg otherwise
531 */
7edb186f 532char *get_table_entry_name(const table_entry_t *table, char *msg, int id)
570abb0a
MB
533{
534 for (; table->id >= 0; ++table) {
535 if (table->id == id)
2e5167cc 536#if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
e3d1ac7b
SW
537 return table->lname;
538#else
539 return table->lname + gd->reloc_off;
540#endif
42b73e8e 541 }
570abb0a
MB
542 return (msg);
543}
42b73e8e 544
712fbcf3 545const char *genimg_get_os_name(uint8_t os)
570abb0a 546{
712fbcf3 547 return (get_table_entry_name(uimage_os, "Unknown OS", os));
42b73e8e
MB
548}
549
712fbcf3 550const char *genimg_get_arch_name(uint8_t arch)
42b73e8e 551{
712fbcf3
SW
552 return (get_table_entry_name(uimage_arch, "Unknown Architecture",
553 arch));
570abb0a 554}
42b73e8e 555
712fbcf3 556const char *genimg_get_type_name(uint8_t type)
570abb0a 557{
712fbcf3 558 return (get_table_entry_name(uimage_type, "Unknown Image", type));
570abb0a 559}
42b73e8e 560
712fbcf3 561const char *genimg_get_comp_name(uint8_t comp)
570abb0a 562{
712fbcf3
SW
563 return (get_table_entry_name(uimage_comp, "Unknown Compression",
564 comp));
42b73e8e
MB
565}
566
570abb0a
MB
567/**
568 * get_table_entry_id - translate short entry name to id
569 * @table: pointer to a translation table for entries of a specific type
570 * @table_name: to be used in case of error
571 * @name: entry short name to be translated
572 *
573 * get_table_entry_id() will go over translation table trying to find
574 * entry that matches given short name. If matching entry is found,
575 * its id returned to the caller.
576 *
577 * returns:
578 * entry id if translation succeeds
579 * -1 otherwise
580 */
7edb186f 581int get_table_entry_id(const table_entry_t *table,
570abb0a 582 const char *table_name, const char *name)
42b73e8e 583{
7edb186f 584 const table_entry_t *t;
570abb0a
MB
585#ifdef USE_HOSTCC
586 int first = 1;
42b73e8e 587
570abb0a
MB
588 for (t = table; t->id >= 0; ++t) {
589 if (t->sname && strcasecmp(t->sname, name) == 0)
712fbcf3 590 return(t->id);
42b73e8e
MB
591 }
592
712fbcf3 593 fprintf(stderr, "\nInvalid %s Type - valid names are", table_name);
570abb0a
MB
594 for (t = table; t->id >= 0; ++t) {
595 if (t->sname == NULL)
596 continue;
712fbcf3 597 fprintf(stderr, "%c %s", (first) ? ':' : ',', t->sname);
570abb0a
MB
598 first = 0;
599 }
712fbcf3 600 fprintf(stderr, "\n");
570abb0a
MB
601#else
602 for (t = table; t->id >= 0; ++t) {
2e5167cc 603#ifdef CONFIG_NEEDS_MANUAL_RELOC
e3d1ac7b 604 if (t->sname && strcmp(t->sname + gd->reloc_off, name) == 0)
2e5167cc
WD
605#else
606 if (t->sname && strcmp(t->sname, name) == 0)
521af04d 607#endif
570abb0a
MB
608 return (t->id);
609 }
712fbcf3 610 debug("Invalid %s Type: %s\n", table_name, name);
570abb0a
MB
611#endif /* USE_HOSTCC */
612 return (-1);
613}
614
712fbcf3 615int genimg_get_os_id(const char *name)
570abb0a 616{
712fbcf3 617 return (get_table_entry_id(uimage_os, "OS", name));
570abb0a
MB
618}
619
712fbcf3 620int genimg_get_arch_id(const char *name)
570abb0a 621{
712fbcf3 622 return (get_table_entry_id(uimage_arch, "CPU", name));
42b73e8e 623}
5ad03eb3 624
712fbcf3 625int genimg_get_type_id(const char *name)
570abb0a 626{
712fbcf3 627 return (get_table_entry_id(uimage_type, "Image", name));
570abb0a
MB
628}
629
712fbcf3 630int genimg_get_comp_id(const char *name)
570abb0a 631{
712fbcf3 632 return (get_table_entry_id(uimage_comp, "Compression", name));
570abb0a
MB
633}
634
635#ifndef USE_HOSTCC
fff888a1 636/**
9a4daad0 637 * genimg_get_format - get image format type
fff888a1
MB
638 * @img_addr: image start address
639 *
9a4daad0 640 * genimg_get_format() checks whether provided address points to a valid
fff888a1
MB
641 * legacy or FIT image.
642 *
4efbe9db
MB
643 * New uImage format and FDT blob are based on a libfdt. FDT blob
644 * may be passed directly or embedded in a FIT image. In both situations
9a4daad0 645 * genimg_get_format() must be able to dectect libfdt header.
4efbe9db 646 *
fff888a1
MB
647 * returns:
648 * image format type or IMAGE_FORMAT_INVALID if no image is present
649 */
35e7b0f1 650int genimg_get_format(const void *img_addr)
fff888a1 651{
3a2003f6
WD
652 ulong format = IMAGE_FORMAT_INVALID;
653 const image_header_t *hdr;
4efbe9db 654#if defined(CONFIG_FIT) || defined(CONFIG_OF_LIBFDT)
3a2003f6 655 char *fit_hdr;
fff888a1
MB
656#endif
657
3a2003f6 658 hdr = (const image_header_t *)img_addr;
fff888a1
MB
659 if (image_check_magic(hdr))
660 format = IMAGE_FORMAT_LEGACY;
4efbe9db 661#if defined(CONFIG_FIT) || defined(CONFIG_OF_LIBFDT)
fff888a1
MB
662 else {
663 fit_hdr = (char *)img_addr;
712fbcf3 664 if (fdt_check_header(fit_hdr) == 0)
fff888a1
MB
665 format = IMAGE_FORMAT_FIT;
666 }
667#endif
668
669 return format;
670}
671
672/**
9a4daad0 673 * genimg_get_image - get image from special storage (if necessary)
fff888a1
MB
674 * @img_addr: image start address
675 *
9a4daad0 676 * genimg_get_image() checks if provided image start adddress is located
fff888a1
MB
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 */
712fbcf3 682ulong genimg_get_image(ulong img_addr)
fff888a1 683{
6f0f9dfc 684 ulong ram_addr = img_addr;
fff888a1
MB
685
686#ifdef CONFIG_HAS_DATAFLASH
6f0f9dfc
MB
687 ulong h_size, d_size;
688
712fbcf3 689 if (addr_dataflash(img_addr)) {
35e7b0f1
SG
690 void *buf;
691
6f0f9dfc 692 /* ger RAM address */
6d0f6bcf 693 ram_addr = CONFIG_SYS_LOAD_ADDR;
6f0f9dfc
MB
694
695 /* get header size */
712fbcf3 696 h_size = image_get_header_size();
6f0f9dfc
MB
697#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 */
712fbcf3 703 debug(" Reading image header from dataflash address "
fff888a1 704 "%08lx to RAM address %08lx\n", img_addr, ram_addr);
fff888a1 705
35e7b0f1
SG
706 buf = map_sysmem(ram_addr, 0);
707 read_dataflash(img_addr, h_size, buf);
fff888a1 708
6f0f9dfc 709 /* get data size */
35e7b0f1 710 switch (genimg_get_format(buf)) {
6f0f9dfc 711 case IMAGE_FORMAT_LEGACY:
35e7b0f1 712 d_size = image_get_data_size(buf);
712fbcf3
SW
713 debug(" Legacy format image found at 0x%08lx, "
714 "size 0x%08lx\n",
6f0f9dfc
MB
715 ram_addr, d_size);
716 break;
fff888a1 717#if defined(CONFIG_FIT)
6f0f9dfc 718 case IMAGE_FORMAT_FIT:
35e7b0f1 719 d_size = fit_get_size(buf) - h_size;
712fbcf3
SW
720 debug(" FIT/FDT format image found at 0x%08lx, "
721 "size 0x%08lx\n",
6f0f9dfc
MB
722 ram_addr, d_size);
723 break;
fff888a1 724#endif
6f0f9dfc 725 default:
712fbcf3
SW
726 printf(" No valid image found at 0x%08lx\n",
727 img_addr);
6f0f9dfc
MB
728 return ram_addr;
729 }
fff888a1 730
6f0f9dfc 731 /* read in image data */
712fbcf3 732 debug(" Reading image remaining data from dataflash address "
fff888a1
MB
733 "%08lx to RAM address %08lx\n", img_addr + h_size,
734 ram_addr + h_size);
735
712fbcf3 736 read_dataflash(img_addr + h_size, d_size,
35e7b0f1 737 (char *)(buf + h_size));
6f0f9dfc 738
fff888a1 739 }
6f0f9dfc 740#endif /* CONFIG_HAS_DATAFLASH */
fff888a1
MB
741
742 return ram_addr;
743}
744
f773bea8
MB
745/**
746 * 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 */
712fbcf3 756int genimg_has_config(bootm_headers_t *images)
f773bea8
MB
757{
758#if defined(CONFIG_FIT)
759 if (images->fit_uname_cfg)
760 return 1;
761#endif
762 return 0;
763}
764
5ad03eb3 765/**
9a4daad0 766 * boot_get_ramdisk - main ramdisk handling routine
5ad03eb3
MB
767 * @argc: command argument count
768 * @argv: command argument list
8a5ea3e6 769 * @images: pointer to the bootm images structure
5ad03eb3
MB
770 * @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 *
9a4daad0 774 * boot_get_ramdisk() is responsible for finding a valid ramdisk image.
5ad03eb3
MB
775 * Curently supported are the following ramdisk sources:
776 * - multicomponent kernel/ramdisk image,
777 * - commandline provided address of decicated ramdisk image.
778 *
779 * returns:
d985c849 780 * 0, if ramdisk image was found and valid, or skiped
5ad03eb3
MB
781 * rd_start and rd_end are set to ramdisk start/end addresses if
782 * ramdisk image is found and valid
d985c849 783 *
ea86b9e6 784 * 1, if ramdisk image is found but corrupted, or invalid
5ad03eb3 785 * rd_start and rd_end are set to 0 if no ramdisk exists
5ad03eb3 786 */
712fbcf3 787int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images,
d985c849 788 uint8_t arch, ulong *rd_start, ulong *rd_end)
5ad03eb3 789{
d5934ad7 790 ulong rd_addr, rd_load;
5ad03eb3 791 ulong rd_data, rd_len;
3a2003f6 792 const image_header_t *rd_hdr;
35e7b0f1 793 void *buf;
57d40ab7 794#ifdef CONFIG_SUPPORT_RAW_INITRD
017e1f3f 795 char *end;
57d40ab7 796#endif
d5934ad7 797#if defined(CONFIG_FIT)
f320a4d8 798 const char *fit_uname_config = images->fit_uname_cfg;
d5934ad7
MB
799 const char *fit_uname_ramdisk = NULL;
800 ulong default_addr;
c8779648 801 int rd_noffset;
d5934ad7 802#endif
983c72f4 803 const char *select = NULL;
5ad03eb3 804
c8779648
MB
805 *rd_start = 0;
806 *rd_end = 0;
807
983c72f4
SG
808 if (argc >= 2)
809 select = argv[1];
d5934ad7
MB
810 /*
811 * Look for a '-' which indicates to ignore the
812 * ramdisk argument
813 */
983c72f4 814 if (select && strcmp(select, "-") == 0) {
712fbcf3 815 debug("## Skipping init Ramdisk\n");
d5934ad7 816 rd_len = rd_data = 0;
983c72f4 817 } else if (select || genimg_has_config(images)) {
d5934ad7 818#if defined(CONFIG_FIT)
983c72f4 819 if (select) {
f773bea8
MB
820 /*
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;
830
983c72f4
SG
831 if (fit_parse_conf(select, default_addr,
832 &rd_addr, &fit_uname_config)) {
712fbcf3
SW
833 debug("* ramdisk: config '%s' from image at "
834 "0x%08lx\n",
f773bea8 835 fit_uname_config, rd_addr);
983c72f4 836 } else if (fit_parse_subimage(select, default_addr,
f773bea8 837 &rd_addr, &fit_uname_ramdisk)) {
712fbcf3
SW
838 debug("* ramdisk: subimage '%s' from image at "
839 "0x%08lx\n",
f773bea8
MB
840 fit_uname_ramdisk, rd_addr);
841 } else
d5934ad7 842#endif
f773bea8 843 {
983c72f4 844 rd_addr = simple_strtoul(select, NULL, 16);
712fbcf3
SW
845 debug("* ramdisk: cmdline image address = "
846 "0x%08lx\n",
f773bea8
MB
847 rd_addr);
848 }
849#if defined(CONFIG_FIT)
850 } else {
851 /* use FIT configuration provided in first bootm
a51ec63b
SG
852 * command argument. If the property is not defined,
853 * quit silently.
f773bea8 854 */
35e7b0f1 855 rd_addr = map_to_sysmem(images->fit_hdr_os);
a51ec63b
SG
856 rd_noffset = fit_get_node_from_config(images,
857 FIT_RAMDISK_PROP, rd_addr);
858 if (rd_noffset == -ENOLINK)
41266c9b 859 return 0;
a51ec63b
SG
860 else if (rd_noffset < 0)
861 return 1;
d5934ad7 862 }
f773bea8 863#endif
d5934ad7
MB
864
865 /* copy from dataflash if needed */
712fbcf3 866 rd_addr = genimg_get_image(rd_addr);
d5934ad7
MB
867
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 */
35e7b0f1
SG
873 buf = map_sysmem(rd_addr, 0);
874 switch (genimg_get_format(buf)) {
d5934ad7 875 case IMAGE_FORMAT_LEGACY:
712fbcf3 876 printf("## Loading init Ramdisk from Legacy "
c8779648 877 "Image at %08lx ...\n", rd_addr);
5ad03eb3 878
770605e4 879 bootstage_mark(BOOTSTAGE_ID_CHECK_RAMDISK);
712fbcf3 880 rd_hdr = image_get_ramdisk(rd_addr, arch,
d985c849 881 images->verify);
5ad03eb3 882
c8779648 883 if (rd_hdr == NULL)
274cea2b 884 return 1;
274cea2b 885
712fbcf3
SW
886 rd_data = image_get_data(rd_hdr);
887 rd_len = image_get_data_size(rd_hdr);
888 rd_load = image_get_load(rd_hdr);
d5934ad7
MB
889 break;
890#if defined(CONFIG_FIT)
891 case IMAGE_FORMAT_FIT:
a51ec63b
SG
892 rd_noffset = fit_image_load(images, FIT_RAMDISK_PROP,
893 rd_addr, &fit_uname_ramdisk,
f320a4d8 894 &fit_uname_config, arch,
a51ec63b
SG
895 IH_TYPE_RAMDISK,
896 BOOTSTAGE_ID_FIT_RD_START,
e3a5bbce 897 FIT_LOAD_IGNORED, &rd_data, &rd_len);
a51ec63b 898 if (rd_noffset < 0)
c78fce69 899 return 1;
c8779648 900
a51ec63b 901 images->fit_hdr_rd = map_sysmem(rd_addr, 0);
c8779648 902 images->fit_uname_rd = fit_uname_ramdisk;
3dfe1101 903 images->fit_noffset_rd = rd_noffset;
c8779648 904 break;
d5934ad7
MB
905#endif
906 default:
017e1f3f 907#ifdef CONFIG_SUPPORT_RAW_INITRD
983c72f4
SG
908 end = NULL;
909 if (select)
910 end = strchr(select, ':');
911 if (end) {
017e1f3f
MV
912 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 }
d5934ad7 921 }
d5934ad7 922 } else if (images->legacy_hdr_valid &&
712fbcf3
SW
923 image_check_type(&images->legacy_hdr_os_copy,
924 IH_TYPE_MULTI)) {
925
5ad03eb3 926 /*
d5934ad7
MB
927 * Now check if we have a legacy mult-component image,
928 * get second entry data start address and len.
5ad03eb3 929 */
770605e4 930 bootstage_mark(BOOTSTAGE_ID_RAMDISK);
712fbcf3 931 printf("## Loading init Ramdisk from multi component "
c8779648 932 "Legacy Image at %08lx ...\n",
d5934ad7
MB
933 (ulong)images->legacy_hdr_os);
934
712fbcf3 935 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len);
5ad03eb3
MB
936 } else {
937 /*
938 * no initrd image
939 */
770605e4 940 bootstage_mark(BOOTSTAGE_ID_NO_RAMDISK);
5ad03eb3
MB
941 rd_len = rd_data = 0;
942 }
943
944 if (!rd_data) {
712fbcf3 945 debug("## No init Ramdisk\n");
5ad03eb3
MB
946 } else {
947 *rd_start = rd_data;
948 *rd_end = rd_data + rd_len;
949 }
712fbcf3 950 debug(" ramdisk start = 0x%08lx, ramdisk end = 0x%08lx\n",
5ad03eb3 951 *rd_start, *rd_end);
274cea2b
KG
952
953 return 0;
5ad03eb3 954}
ceaed2b1 955
fca43cc8 956#ifdef CONFIG_SYS_BOOT_RAMDISK_HIGH
ceaed2b1 957/**
9a4daad0 958 * boot_ramdisk_high - relocate init ramdisk
e822d7fc 959 * @lmb: pointer to lmb handle, will be used for memory mgmt
ceaed2b1
MB
960 * @rd_data: ramdisk data start address
961 * @rd_len: ramdisk data length
ceaed2b1
MB
962 * @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 *
9a4daad0 967 * boot_ramdisk_high() takes a relocation hint from "initrd_high" environement
ceaed2b1
MB
968 * variable and if requested ramdisk data is moved to a specified location.
969 *
9a4daad0
MB
970 * 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 *
ceaed2b1 974 * returns:
9a4daad0
MB
975 * 0 - success
976 * -1 - failure
ceaed2b1 977 */
712fbcf3 978int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
e822d7fc 979 ulong *initrd_start, ulong *initrd_end)
ceaed2b1
MB
980{
981 char *s;
982 ulong initrd_high;
983 int initrd_copy_to_ram = 1;
984
712fbcf3 985 if ((s = getenv("initrd_high")) != NULL) {
ceaed2b1
MB
986 /* a value of "no" or a similar string will act like 0,
987 * turning the "load high" feature off. This is intentional.
988 */
712fbcf3 989 initrd_high = simple_strtoul(s, NULL, 16);
ceaed2b1
MB
990 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
95d449ad
MB
997
998#ifdef CONFIG_LOGBUFFER
999 /* Prevent initrd from overwriting logbuffer */
1000 lmb_reserve(lmb, logbuffer_base() - LOGBUFF_OVERHEAD, LOGBUFF_RESERVE);
1001#endif
1002
712fbcf3 1003 debug("## initrd_high = 0x%08lx, copy_to_ram = %d\n",
ceaed2b1
MB
1004 initrd_high, initrd_copy_to_ram);
1005
1006 if (rd_data) {
1007 if (!initrd_copy_to_ram) { /* zero-copy ramdisk support */
712fbcf3 1008 debug(" in-place initrd\n");
ceaed2b1
MB
1009 *initrd_start = rd_data;
1010 *initrd_end = rd_data + rd_len;
e822d7fc 1011 lmb_reserve(lmb, rd_data, rd_len);
ceaed2b1 1012 } else {
e822d7fc 1013 if (initrd_high)
712fbcf3
SW
1014 *initrd_start = (ulong)lmb_alloc_base(lmb,
1015 rd_len, 0x1000, initrd_high);
e822d7fc 1016 else
712fbcf3
SW
1017 *initrd_start = (ulong)lmb_alloc(lmb, rd_len,
1018 0x1000);
e822d7fc
KG
1019
1020 if (*initrd_start == 0) {
712fbcf3 1021 puts("ramdisk - allocation error\n");
e822d7fc 1022 goto error;
ceaed2b1 1023 }
770605e4 1024 bootstage_mark(BOOTSTAGE_ID_COPY_RAMDISK);
ceaed2b1
MB
1025
1026 *initrd_end = *initrd_start + rd_len;
712fbcf3 1027 printf(" Loading Ramdisk to %08lx, end %08lx ... ",
ceaed2b1
MB
1028 *initrd_start, *initrd_end);
1029
712fbcf3 1030 memmove_wd((void *)*initrd_start,
ceaed2b1
MB
1031 (void *)rd_data, rd_len, CHUNKSZ);
1032
3b200110
KG
1033#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
712fbcf3 1041 puts("OK\n");
ceaed2b1
MB
1042 }
1043 } else {
1044 *initrd_start = 0;
1045 *initrd_end = 0;
1046 }
712fbcf3 1047 debug(" ramdisk load start = 0x%08lx, ramdisk load end = 0x%08lx\n",
ceaed2b1 1048 *initrd_start, *initrd_end);
9a4daad0 1049
e822d7fc 1050 return 0;
b6b0fe64 1051
e822d7fc
KG
1052error:
1053 return -1;
b6b0fe64 1054}
fca43cc8 1055#endif /* CONFIG_SYS_BOOT_RAMDISK_HIGH */
b6b0fe64 1056
fca43cc8 1057#ifdef CONFIG_SYS_BOOT_GET_CMDLINE
b6b0fe64 1058/**
9a4daad0 1059 * boot_get_cmdline - allocate and initialize kernel cmdline
e822d7fc 1060 * @lmb: pointer to lmb handle, will be used for memory mgmt
b6b0fe64
MB
1061 * @cmd_start: pointer to a ulong variable, will hold cmdline start
1062 * @cmd_end: pointer to a ulong variable, will hold cmdline end
1063 *
9a4daad0 1064 * boot_get_cmdline() allocates space for kernel command line below
590d3cac 1065 * BOOTMAPSZ + getenv_bootm_low() address. If "bootargs" U-boot environemnt
b6b0fe64
MB
1066 * variable is present its contents is copied to allocated kernel
1067 * command line.
1068 *
1069 * returns:
e822d7fc
KG
1070 * 0 - success
1071 * -1 - failure
b6b0fe64 1072 */
712fbcf3 1073int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end)
b6b0fe64
MB
1074{
1075 char *cmdline;
1076 char *s;
1077
6d0f6bcf 1078 cmdline = (char *)(ulong)lmb_alloc_base(lmb, CONFIG_SYS_BARGSIZE, 0xf,
c3624e6e 1079 getenv_bootm_mapsize() + getenv_bootm_low());
e822d7fc
KG
1080
1081 if (cmdline == NULL)
1082 return -1;
b6b0fe64
MB
1083
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
712fbcf3 1092 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end);
b6b0fe64 1093
e822d7fc 1094 return 0;
b6b0fe64 1095}
fca43cc8 1096#endif /* CONFIG_SYS_BOOT_GET_CMDLINE */
b6b0fe64 1097
fca43cc8 1098#ifdef CONFIG_SYS_BOOT_GET_KBD
b6b0fe64 1099/**
9a4daad0 1100 * boot_get_kbd - allocate and initialize kernel copy of board info
e822d7fc 1101 * @lmb: pointer to lmb handle, will be used for memory mgmt
b6b0fe64
MB
1102 * @kbd: double pointer to board info data
1103 *
9a4daad0 1104 * boot_get_kbd() allocates space for kernel copy of board info data below
590d3cac
GL
1105 * BOOTMAPSZ + getenv_bootm_low() address and kernel board info is initialized
1106 * with the current u-boot board info data.
b6b0fe64
MB
1107 *
1108 * returns:
e822d7fc
KG
1109 * 0 - success
1110 * -1 - failure
b6b0fe64 1111 */
712fbcf3 1112int boot_get_kbd(struct lmb *lmb, bd_t **kbd)
b6b0fe64 1113{
391fd93a 1114 *kbd = (bd_t *)(ulong)lmb_alloc_base(lmb, sizeof(bd_t), 0xf,
c3624e6e 1115 getenv_bootm_mapsize() + getenv_bootm_low());
e822d7fc
KG
1116 if (*kbd == NULL)
1117 return -1;
1118
b6b0fe64
MB
1119 **kbd = *(gd->bd);
1120
712fbcf3 1121 debug("## kernel board info at 0x%08lx\n", (ulong)*kbd);
b6b0fe64
MB
1122
1123#if defined(DEBUG) && defined(CONFIG_CMD_BDI)
1124 do_bdinfo(NULL, 0, 0, NULL);
1125#endif
1126
e822d7fc 1127 return 0;
ceaed2b1 1128}
fca43cc8 1129#endif /* CONFIG_SYS_BOOT_GET_KBD */
13d06981
SG
1130
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 */
5dfb5213 1176#endif /* !USE_HOSTCC */