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