2 * (C) Copyright 2008 Semihalf
4 * (C) Copyright 2000-2006
5 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
7 * SPDX-License-Identifier: GPL-2.0+
14 #ifdef CONFIG_SHOW_BOOT_PROGRESS
15 #include <status_led.h>
18 #ifdef CONFIG_HAS_DATAFLASH
19 #include <dataflash.h>
22 #ifdef CONFIG_LOGBUFFER
28 #include <environment.h>
32 #if IMAGE_ENABLE_FIT || IMAGE_ENABLE_OF_LIBFDT
34 #include <fdt_support.h>
39 #include <u-boot/md5.h>
40 #include <u-boot/sha1.h>
41 #include <linux/errno.h>
45 extern int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
48 DECLARE_GLOBAL_DATA_PTR;
50 #if defined(CONFIG_IMAGE_FORMAT_LEGACY)
51 static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
56 #include <u-boot/md5.h>
60 #ifndef __maybe_unused
61 # define __maybe_unused /* unimplemented */
63 #endif /* !USE_HOSTCC*/
65 #include <u-boot/crc.h>
67 #ifndef CONFIG_SYS_BARGSIZE
68 #define CONFIG_SYS_BARGSIZE 512
71 static const table_entry_t uimage_arch[] = {
72 { IH_ARCH_INVALID, "invalid", "Invalid ARCH", },
73 { IH_ARCH_ALPHA, "alpha", "Alpha", },
74 { IH_ARCH_ARM, "arm", "ARM", },
75 { IH_ARCH_I386, "x86", "Intel x86", },
76 { IH_ARCH_IA64, "ia64", "IA64", },
77 { IH_ARCH_M68K, "m68k", "M68K", },
78 { IH_ARCH_MICROBLAZE, "microblaze", "MicroBlaze", },
79 { IH_ARCH_MIPS, "mips", "MIPS", },
80 { IH_ARCH_MIPS64, "mips64", "MIPS 64 Bit", },
81 { IH_ARCH_NIOS2, "nios2", "NIOS II", },
82 { IH_ARCH_PPC, "powerpc", "PowerPC", },
83 { IH_ARCH_PPC, "ppc", "PowerPC", },
84 { IH_ARCH_S390, "s390", "IBM S390", },
85 { IH_ARCH_SH, "sh", "SuperH", },
86 { IH_ARCH_SPARC, "sparc", "SPARC", },
87 { IH_ARCH_SPARC64, "sparc64", "SPARC 64 Bit", },
88 { IH_ARCH_BLACKFIN, "blackfin", "Blackfin", },
89 { IH_ARCH_AVR32, "avr32", "AVR32", },
90 { IH_ARCH_NDS32, "nds32", "NDS32", },
91 { IH_ARCH_OPENRISC, "or1k", "OpenRISC 1000",},
92 { IH_ARCH_SANDBOX, "sandbox", "Sandbox", },
93 { IH_ARCH_ARM64, "arm64", "AArch64", },
94 { IH_ARCH_ARC, "arc", "ARC", },
95 { IH_ARCH_X86_64, "x86_64", "AMD x86_64", },
96 { IH_ARCH_XTENSA, "xtensa", "Xtensa", },
100 static const table_entry_t uimage_os[] = {
101 { IH_OS_INVALID, "invalid", "Invalid OS", },
102 { IH_OS_LINUX, "linux", "Linux", },
103 #if defined(CONFIG_LYNXKDI) || defined(USE_HOSTCC)
104 { IH_OS_LYNXOS, "lynxos", "LynxOS", },
106 { IH_OS_NETBSD, "netbsd", "NetBSD", },
107 { IH_OS_OSE, "ose", "Enea OSE", },
108 { IH_OS_PLAN9, "plan9", "Plan 9", },
109 { IH_OS_RTEMS, "rtems", "RTEMS", },
110 { IH_OS_U_BOOT, "u-boot", "U-Boot", },
111 { IH_OS_VXWORKS, "vxworks", "VxWorks", },
112 #if defined(CONFIG_CMD_ELF) || defined(USE_HOSTCC)
113 { IH_OS_QNX, "qnx", "QNX", },
115 #if defined(CONFIG_INTEGRITY) || defined(USE_HOSTCC)
116 { IH_OS_INTEGRITY,"integrity", "INTEGRITY", },
119 { IH_OS_4_4BSD, "4_4bsd", "4_4BSD", },
120 { IH_OS_DELL, "dell", "Dell", },
121 { IH_OS_ESIX, "esix", "Esix", },
122 { IH_OS_FREEBSD, "freebsd", "FreeBSD", },
123 { IH_OS_IRIX, "irix", "Irix", },
124 { IH_OS_NCR, "ncr", "NCR", },
125 { IH_OS_OPENBSD, "openbsd", "OpenBSD", },
126 { IH_OS_PSOS, "psos", "pSOS", },
127 { IH_OS_SCO, "sco", "SCO", },
128 { IH_OS_SOLARIS, "solaris", "Solaris", },
129 { IH_OS_SVR4, "svr4", "SVR4", },
131 #if defined(CONFIG_BOOTM_OPENRTOS) || defined(USE_HOSTCC)
132 { IH_OS_OPENRTOS, "openrtos", "OpenRTOS", },
138 static const table_entry_t uimage_type[] = {
139 { IH_TYPE_AISIMAGE, "aisimage", "Davinci AIS image",},
140 { IH_TYPE_FILESYSTEM, "filesystem", "Filesystem Image", },
141 { IH_TYPE_FIRMWARE, "firmware", "Firmware", },
142 { IH_TYPE_FLATDT, "flat_dt", "Flat Device Tree", },
143 { IH_TYPE_GPIMAGE, "gpimage", "TI Keystone SPL Image",},
144 { IH_TYPE_KERNEL, "kernel", "Kernel Image", },
145 { IH_TYPE_KERNEL_NOLOAD, "kernel_noload", "Kernel Image (no loading done)", },
146 { IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",},
147 { IH_TYPE_IMXIMAGE, "imximage", "Freescale i.MX Boot Image",},
148 { IH_TYPE_INVALID, "invalid", "Invalid Image", },
149 { IH_TYPE_MULTI, "multi", "Multi-File Image", },
150 { IH_TYPE_OMAPIMAGE, "omapimage", "TI OMAP SPL With GP CH",},
151 { IH_TYPE_PBLIMAGE, "pblimage", "Freescale PBL Boot Image",},
152 { IH_TYPE_RAMDISK, "ramdisk", "RAMDisk Image", },
153 { IH_TYPE_SCRIPT, "script", "Script", },
154 { IH_TYPE_SOCFPGAIMAGE, "socfpgaimage", "Altera SOCFPGA preloader",},
155 { IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
156 { IH_TYPE_UBLIMAGE, "ublimage", "Davinci UBL image",},
157 { IH_TYPE_MXSIMAGE, "mxsimage", "Freescale MXS Boot Image",},
158 { IH_TYPE_ATMELIMAGE, "atmelimage", "ATMEL ROM-Boot Image",},
159 { IH_TYPE_X86_SETUP, "x86_setup", "x86 setup.bin", },
160 { IH_TYPE_LPC32XXIMAGE, "lpc32xximage", "LPC32XX Boot Image", },
161 { IH_TYPE_RKIMAGE, "rkimage", "Rockchip Boot Image" },
162 { IH_TYPE_RKSD, "rksd", "Rockchip SD Boot Image" },
163 { IH_TYPE_RKSPI, "rkspi", "Rockchip SPI Boot Image" },
164 { IH_TYPE_VYBRIDIMAGE, "vybridimage", "Vybrid Boot Image", },
165 { IH_TYPE_ZYNQIMAGE, "zynqimage", "Xilinx Zynq Boot Image" },
166 { IH_TYPE_ZYNQMPIMAGE, "zynqmpimage", "Xilinx ZynqMP Boot Image" },
167 { IH_TYPE_FPGA, "fpga", "FPGA Image" },
171 static const table_entry_t uimage_comp[] = {
172 { IH_COMP_NONE, "none", "uncompressed", },
173 { IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },
174 { IH_COMP_GZIP, "gzip", "gzip compressed", },
175 { IH_COMP_LZMA, "lzma", "lzma compressed", },
176 { IH_COMP_LZO, "lzo", "lzo compressed", },
177 { IH_COMP_LZ4, "lz4", "lz4 compressed", },
184 const table_entry_t *table;
187 static const struct table_info table_info[IH_COUNT] = {
188 { "architecture", IH_ARCH_COUNT, uimage_arch },
189 { "compression", IH_COMP_COUNT, uimage_comp },
190 { "operating system", IH_OS_COUNT, uimage_os },
191 { "image type", IH_TYPE_COUNT, uimage_type },
194 /*****************************************************************************/
195 /* Legacy format routines */
196 /*****************************************************************************/
197 int image_check_hcrc(const image_header_t *hdr)
200 ulong len = image_get_header_size();
201 image_header_t header;
203 /* Copy header so we can blank CRC field for re-calculation */
204 memmove(&header, (char *)hdr, image_get_header_size());
205 image_set_hcrc(&header, 0);
207 hcrc = crc32(0, (unsigned char *)&header, len);
209 return (hcrc == image_get_hcrc(hdr));
212 int image_check_dcrc(const image_header_t *hdr)
214 ulong data = image_get_data(hdr);
215 ulong len = image_get_data_size(hdr);
216 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32);
218 return (dcrc == image_get_dcrc(hdr));
222 * image_multi_count - get component (sub-image) count
223 * @hdr: pointer to the header of the multi component image
225 * image_multi_count() returns number of components in a multi
228 * Note: no checking of the image type is done, caller must pass
229 * a valid multi component image.
232 * number of components
234 ulong image_multi_count(const image_header_t *hdr)
239 /* get start of the image payload, which in case of multi
240 * component images that points to a table of component sizes */
241 size = (uint32_t *)image_get_data(hdr);
243 /* count non empty slots */
244 for (i = 0; size[i]; ++i)
251 * image_multi_getimg - get component data address and size
252 * @hdr: pointer to the header of the multi component image
253 * @idx: index of the requested component
254 * @data: pointer to a ulong variable, will hold component data address
255 * @len: pointer to a ulong variable, will hold component size
257 * image_multi_getimg() returns size and data address for the requested
258 * component in a multi component image.
260 * Note: no checking of the image type is done, caller must pass
261 * a valid multi component image.
264 * data address and size of the component, if idx is valid
265 * 0 in data and len, if idx is out of range
267 void image_multi_getimg(const image_header_t *hdr, ulong idx,
268 ulong *data, ulong *len)
272 ulong offset, count, img_data;
274 /* get number of component */
275 count = image_multi_count(hdr);
277 /* get start of the image payload, which in case of multi
278 * component images that points to a table of component sizes */
279 size = (uint32_t *)image_get_data(hdr);
281 /* get address of the proper component data start, which means
282 * skipping sizes table (add 1 for last, null entry) */
283 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t);
286 *len = uimage_to_cpu(size[idx]);
289 /* go over all indices preceding requested component idx */
290 for (i = 0; i < idx; i++) {
291 /* add up i-th component size, rounding up to 4 bytes */
292 offset += (uimage_to_cpu(size[i]) + 3) & ~3 ;
295 /* calculate idx-th component data address */
296 *data = img_data + offset;
303 static void image_print_type(const image_header_t *hdr)
305 const char __maybe_unused *os, *arch, *type, *comp;
307 os = genimg_get_os_name(image_get_os(hdr));
308 arch = genimg_get_arch_name(image_get_arch(hdr));
309 type = genimg_get_type_name(image_get_type(hdr));
310 comp = genimg_get_comp_name(image_get_comp(hdr));
312 printf("%s %s %s (%s)\n", arch, os, type, comp);
316 * image_print_contents - prints out the contents of the legacy format image
317 * @ptr: pointer to the legacy format image header
318 * @p: pointer to prefix string
320 * image_print_contents() formats a multi line legacy image contents description.
321 * The routine prints out all header fields followed by the size/offset data
322 * for MULTI/SCRIPT images.
325 * no returned results
327 void image_print_contents(const void *ptr)
329 const image_header_t *hdr = (const image_header_t *)ptr;
330 const char __maybe_unused *p;
332 p = IMAGE_INDENT_STRING;
333 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr));
334 if (IMAGE_ENABLE_TIMESTAMP) {
335 printf("%sCreated: ", p);
336 genimg_print_time((time_t)image_get_time(hdr));
338 printf("%sImage Type: ", p);
339 image_print_type(hdr);
340 printf("%sData Size: ", p);
341 genimg_print_size(image_get_data_size(hdr));
342 printf("%sLoad Address: %08x\n", p, image_get_load(hdr));
343 printf("%sEntry Point: %08x\n", p, image_get_ep(hdr));
345 if (image_check_type(hdr, IH_TYPE_MULTI) ||
346 image_check_type(hdr, IH_TYPE_SCRIPT)) {
349 ulong count = image_multi_count(hdr);
351 printf("%sContents:\n", p);
352 for (i = 0; i < count; i++) {
353 image_multi_getimg(hdr, i, &data, &len);
355 printf("%s Image %d: ", p, i);
356 genimg_print_size(len);
358 if (image_check_type(hdr, IH_TYPE_SCRIPT) && i > 0) {
360 * the user may need to know offsets
361 * if planning to do something with
364 printf("%s Offset = 0x%08lx\n", p, data);
372 #if defined(CONFIG_IMAGE_FORMAT_LEGACY)
374 * image_get_ramdisk - get and verify ramdisk image
375 * @rd_addr: ramdisk image start address
376 * @arch: expected ramdisk architecture
377 * @verify: checksum verification flag
379 * image_get_ramdisk() returns a pointer to the verified ramdisk image
380 * header. Routine receives image start address and expected architecture
381 * flag. Verification done covers data and header integrity and os/type/arch
384 * If dataflash support is enabled routine checks for dataflash addresses
385 * and handles required dataflash reads.
388 * pointer to a ramdisk image header, if image was found and valid
389 * otherwise, return NULL
391 static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
394 const image_header_t *rd_hdr = (const image_header_t *)rd_addr;
396 if (!image_check_magic(rd_hdr)) {
397 puts("Bad Magic Number\n");
398 bootstage_error(BOOTSTAGE_ID_RD_MAGIC);
402 if (!image_check_hcrc(rd_hdr)) {
403 puts("Bad Header Checksum\n");
404 bootstage_error(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
408 bootstage_mark(BOOTSTAGE_ID_RD_MAGIC);
409 image_print_contents(rd_hdr);
412 puts(" Verifying Checksum ... ");
413 if (!image_check_dcrc(rd_hdr)) {
414 puts("Bad Data CRC\n");
415 bootstage_error(BOOTSTAGE_ID_RD_CHECKSUM);
421 bootstage_mark(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
423 if (!image_check_os(rd_hdr, IH_OS_LINUX) ||
424 !image_check_arch(rd_hdr, arch) ||
425 !image_check_type(rd_hdr, IH_TYPE_RAMDISK)) {
426 printf("No Linux %s Ramdisk Image\n",
427 genimg_get_arch_name(arch));
428 bootstage_error(BOOTSTAGE_ID_RAMDISK);
435 #endif /* !USE_HOSTCC */
437 /*****************************************************************************/
438 /* Shared dual-format routines */
439 /*****************************************************************************/
441 ulong load_addr = CONFIG_SYS_LOAD_ADDR; /* Default Load Address */
442 ulong save_addr; /* Default Save Address */
443 ulong save_size; /* Default Save Size (in bytes) */
445 static int on_loadaddr(const char *name, const char *value, enum env_op op,
450 case env_op_overwrite:
451 load_addr = simple_strtoul(value, NULL, 16);
459 U_BOOT_ENV_CALLBACK(loadaddr, on_loadaddr);
461 ulong getenv_bootm_low(void)
463 char *s = getenv("bootm_low");
465 ulong tmp = simple_strtoul(s, NULL, 16);
469 #if defined(CONFIG_SYS_SDRAM_BASE)
470 return CONFIG_SYS_SDRAM_BASE;
471 #elif defined(CONFIG_ARM)
472 return gd->bd->bi_dram[0].start;
478 phys_size_t getenv_bootm_size(void)
480 phys_size_t tmp, size;
482 char *s = getenv("bootm_size");
484 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
488 #if defined(CONFIG_ARM) && defined(CONFIG_NR_DRAM_BANKS)
489 start = gd->bd->bi_dram[0].start;
490 size = gd->bd->bi_dram[0].size;
492 start = gd->bd->bi_memstart;
493 size = gd->bd->bi_memsize;
496 s = getenv("bootm_low");
498 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
502 return size - (tmp - start);
505 phys_size_t getenv_bootm_mapsize(void)
508 char *s = getenv("bootm_mapsize");
510 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
514 #if defined(CONFIG_SYS_BOOTMAPSZ)
515 return CONFIG_SYS_BOOTMAPSZ;
517 return getenv_bootm_size();
521 void memmove_wd(void *to, void *from, size_t len, ulong chunksz)
526 #if defined(CONFIG_HW_WATCHDOG) || defined(CONFIG_WATCHDOG)
532 size_t tail = (len > chunksz) ? chunksz : len;
538 memmove(to, from, tail);
545 #else /* !(CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG) */
546 memmove(to, from, len);
547 #endif /* CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG */
549 #endif /* !USE_HOSTCC */
551 void genimg_print_size(uint32_t size)
554 printf("%d Bytes = ", size);
555 print_size(size, "\n");
557 printf("%d Bytes = %.2f kB = %.2f MB\n",
558 size, (double)size / 1.024e3,
559 (double)size / 1.048576e6);
563 #if IMAGE_ENABLE_TIMESTAMP
564 void genimg_print_time(time_t timestamp)
569 rtc_to_tm(timestamp, &tm);
570 printf("%4d-%02d-%02d %2d:%02d:%02d UTC\n",
571 tm.tm_year, tm.tm_mon, tm.tm_mday,
572 tm.tm_hour, tm.tm_min, tm.tm_sec);
574 printf("%s", ctime(×tamp));
579 const table_entry_t *get_table_entry(const table_entry_t *table, int id)
581 for (; table->id >= 0; ++table) {
588 static const char *unknown_msg(enum ih_category category)
590 static const char unknown_str[] = "Unknown ";
593 strcpy(msg, unknown_str);
594 strncat(msg, table_info[category].desc,
595 sizeof(msg) - sizeof(unknown_str));
601 * get_cat_table_entry_name - translate entry id to long name
602 * @category: category to look up (enum ih_category)
603 * @id: entry id to be translated
605 * This will scan the translation table trying to find the entry that matches
608 * @retur long entry name if translation succeeds; error string on failure
610 const char *genimg_get_cat_name(enum ih_category category, uint id)
612 const table_entry_t *entry;
614 entry = get_table_entry(table_info[category].table, id);
616 return unknown_msg(category);
617 #if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
620 return entry->lname + gd->reloc_off;
625 * get_cat_table_entry_short_name - translate entry id to short name
626 * @category: category to look up (enum ih_category)
627 * @id: entry id to be translated
629 * This will scan the translation table trying to find the entry that matches
632 * @retur short entry name if translation succeeds; error string on failure
634 const char *genimg_get_cat_short_name(enum ih_category category, uint id)
636 const table_entry_t *entry;
638 entry = get_table_entry(table_info[category].table, id);
640 return unknown_msg(category);
641 #if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
644 return entry->sname + gd->reloc_off;
648 int genimg_get_cat_count(enum ih_category category)
650 return table_info[category].count;
653 const char *genimg_get_cat_desc(enum ih_category category)
655 return table_info[category].desc;
659 * get_table_entry_name - translate entry id to long name
660 * @table: pointer to a translation table for entries of a specific type
661 * @msg: message to be returned when translation fails
662 * @id: entry id to be translated
664 * get_table_entry_name() will go over translation table trying to find
665 * entry that matches given id. If matching entry is found, its long
666 * name is returned to the caller.
669 * long entry name if translation succeeds
672 char *get_table_entry_name(const table_entry_t *table, char *msg, int id)
674 table = get_table_entry(table, id);
677 #if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
680 return table->lname + gd->reloc_off;
684 const char *genimg_get_os_name(uint8_t os)
686 return (get_table_entry_name(uimage_os, "Unknown OS", os));
689 const char *genimg_get_arch_name(uint8_t arch)
691 return (get_table_entry_name(uimage_arch, "Unknown Architecture",
695 const char *genimg_get_type_name(uint8_t type)
697 return (get_table_entry_name(uimage_type, "Unknown Image", type));
700 static const char *genimg_get_short_name(const table_entry_t *table, int val)
702 table = get_table_entry(table, val);
705 #if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
708 return table->sname + gd->reloc_off;
712 const char *genimg_get_type_short_name(uint8_t type)
714 return genimg_get_short_name(uimage_type, type);
717 const char *genimg_get_comp_name(uint8_t comp)
719 return (get_table_entry_name(uimage_comp, "Unknown Compression",
723 const char *genimg_get_comp_short_name(uint8_t comp)
725 return genimg_get_short_name(uimage_comp, comp);
728 const char *genimg_get_os_short_name(uint8_t os)
730 return genimg_get_short_name(uimage_os, os);
733 const char *genimg_get_arch_short_name(uint8_t arch)
735 return genimg_get_short_name(uimage_arch, arch);
739 * get_table_entry_id - translate short entry name to id
740 * @table: pointer to a translation table for entries of a specific type
741 * @table_name: to be used in case of error
742 * @name: entry short name to be translated
744 * get_table_entry_id() will go over translation table trying to find
745 * entry that matches given short name. If matching entry is found,
746 * its id returned to the caller.
749 * entry id if translation succeeds
752 int get_table_entry_id(const table_entry_t *table,
753 const char *table_name, const char *name)
755 const table_entry_t *t;
757 for (t = table; t->id >= 0; ++t) {
758 #ifdef CONFIG_NEEDS_MANUAL_RELOC
759 if (t->sname && strcasecmp(t->sname + gd->reloc_off, name) == 0)
761 if (t->sname && strcasecmp(t->sname, name) == 0)
765 debug("Invalid %s Type: %s\n", table_name, name);
770 int genimg_get_os_id(const char *name)
772 return (get_table_entry_id(uimage_os, "OS", name));
775 int genimg_get_arch_id(const char *name)
777 return (get_table_entry_id(uimage_arch, "CPU", name));
780 int genimg_get_type_id(const char *name)
782 return (get_table_entry_id(uimage_type, "Image", name));
785 int genimg_get_comp_id(const char *name)
787 return (get_table_entry_id(uimage_comp, "Compression", name));
792 * genimg_get_kernel_addr_fit - get the real kernel address and return 2
794 * @img_addr: a string might contain real image address
795 * @fit_uname_config: double pointer to a char, will hold pointer to a
796 * configuration unit name
797 * @fit_uname_kernel: double pointer to a char, will hold pointer to a subimage
800 * genimg_get_kernel_addr_fit get the real kernel start address from a string
801 * which is normally the first argv of bootm/bootz
804 * kernel start address
806 ulong genimg_get_kernel_addr_fit(char * const img_addr,
807 const char **fit_uname_config,
808 const char **fit_uname_kernel)
812 /* find out kernel image address */
814 kernel_addr = load_addr;
815 debug("* kernel: default image load address = 0x%08lx\n",
817 #if CONFIG_IS_ENABLED(FIT)
818 } else if (fit_parse_conf(img_addr, load_addr, &kernel_addr,
820 debug("* kernel: config '%s' from image at 0x%08lx\n",
821 *fit_uname_config, kernel_addr);
822 } else if (fit_parse_subimage(img_addr, load_addr, &kernel_addr,
824 debug("* kernel: subimage '%s' from image at 0x%08lx\n",
825 *fit_uname_kernel, kernel_addr);
828 kernel_addr = simple_strtoul(img_addr, NULL, 16);
829 debug("* kernel: cmdline image address = 0x%08lx\n",
837 * genimg_get_kernel_addr() is the simple version of
838 * genimg_get_kernel_addr_fit(). It ignores those return FIT strings
840 ulong genimg_get_kernel_addr(char * const img_addr)
842 const char *fit_uname_config = NULL;
843 const char *fit_uname_kernel = NULL;
845 return genimg_get_kernel_addr_fit(img_addr, &fit_uname_config,
850 * genimg_get_format - get image format type
851 * @img_addr: image start address
853 * genimg_get_format() checks whether provided address points to a valid
854 * legacy or FIT image.
856 * New uImage format and FDT blob are based on a libfdt. FDT blob
857 * may be passed directly or embedded in a FIT image. In both situations
858 * genimg_get_format() must be able to dectect libfdt header.
861 * image format type or IMAGE_FORMAT_INVALID if no image is present
863 int genimg_get_format(const void *img_addr)
865 #if defined(CONFIG_IMAGE_FORMAT_LEGACY)
866 const image_header_t *hdr;
868 hdr = (const image_header_t *)img_addr;
869 if (image_check_magic(hdr))
870 return IMAGE_FORMAT_LEGACY;
872 #if IMAGE_ENABLE_FIT || IMAGE_ENABLE_OF_LIBFDT
873 if (fdt_check_header(img_addr) == 0)
874 return IMAGE_FORMAT_FIT;
876 #ifdef CONFIG_ANDROID_BOOT_IMAGE
877 if (android_image_check_header(img_addr) == 0)
878 return IMAGE_FORMAT_ANDROID;
881 return IMAGE_FORMAT_INVALID;
885 * genimg_get_image - get image from special storage (if necessary)
886 * @img_addr: image start address
888 * genimg_get_image() checks if provided image start address is located
889 * in a dataflash storage. If so, image is moved to a system RAM memory.
892 * image start address after possible relocation from special storage
894 ulong genimg_get_image(ulong img_addr)
896 ulong ram_addr = img_addr;
898 #ifdef CONFIG_HAS_DATAFLASH
899 ulong h_size, d_size;
901 if (addr_dataflash(img_addr)) {
904 /* ger RAM address */
905 ram_addr = CONFIG_SYS_LOAD_ADDR;
907 /* get header size */
908 h_size = image_get_header_size();
910 if (sizeof(struct fdt_header) > h_size)
911 h_size = sizeof(struct fdt_header);
915 debug(" Reading image header from dataflash address "
916 "%08lx to RAM address %08lx\n", img_addr, ram_addr);
918 buf = map_sysmem(ram_addr, 0);
919 read_dataflash(img_addr, h_size, buf);
922 switch (genimg_get_format(buf)) {
923 #if defined(CONFIG_IMAGE_FORMAT_LEGACY)
924 case IMAGE_FORMAT_LEGACY:
925 d_size = image_get_data_size(buf);
926 debug(" Legacy format image found at 0x%08lx, "
932 case IMAGE_FORMAT_FIT:
933 d_size = fit_get_size(buf) - h_size;
934 debug(" FIT/FDT format image found at 0x%08lx, "
940 printf(" No valid image found at 0x%08lx\n",
945 /* read in image data */
946 debug(" Reading image remaining data from dataflash address "
947 "%08lx to RAM address %08lx\n", img_addr + h_size,
950 read_dataflash(img_addr + h_size, d_size,
951 (char *)(buf + h_size));
954 #endif /* CONFIG_HAS_DATAFLASH */
960 * fit_has_config - check if there is a valid FIT configuration
961 * @images: pointer to the bootm command headers structure
963 * fit_has_config() checks if there is a FIT configuration in use
964 * (if FTI support is present).
967 * 0, no FIT support or no configuration found
968 * 1, configuration found
970 int genimg_has_config(bootm_headers_t *images)
973 if (images->fit_uname_cfg)
980 * boot_get_ramdisk - main ramdisk handling routine
981 * @argc: command argument count
982 * @argv: command argument list
983 * @images: pointer to the bootm images structure
984 * @arch: expected ramdisk architecture
985 * @rd_start: pointer to a ulong variable, will hold ramdisk start address
986 * @rd_end: pointer to a ulong variable, will hold ramdisk end
988 * boot_get_ramdisk() is responsible for finding a valid ramdisk image.
989 * Curently supported are the following ramdisk sources:
990 * - multicomponent kernel/ramdisk image,
991 * - commandline provided address of decicated ramdisk image.
994 * 0, if ramdisk image was found and valid, or skiped
995 * rd_start and rd_end are set to ramdisk start/end addresses if
996 * ramdisk image is found and valid
998 * 1, if ramdisk image is found but corrupted, or invalid
999 * rd_start and rd_end are set to 0 if no ramdisk exists
1001 int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images,
1002 uint8_t arch, ulong *rd_start, ulong *rd_end)
1004 ulong rd_addr, rd_load;
1005 ulong rd_data, rd_len;
1006 #if defined(CONFIG_IMAGE_FORMAT_LEGACY)
1007 const image_header_t *rd_hdr;
1010 #ifdef CONFIG_SUPPORT_RAW_INITRD
1013 #if IMAGE_ENABLE_FIT
1014 const char *fit_uname_config = images->fit_uname_cfg;
1015 const char *fit_uname_ramdisk = NULL;
1019 const char *select = NULL;
1024 #ifdef CONFIG_ANDROID_BOOT_IMAGE
1026 * Look for an Android boot image.
1028 buf = map_sysmem(images->os.start, 0);
1029 if (buf && genimg_get_format(buf) == IMAGE_FORMAT_ANDROID)
1037 * Look for a '-' which indicates to ignore the
1040 if (select && strcmp(select, "-") == 0) {
1041 debug("## Skipping init Ramdisk\n");
1042 rd_len = rd_data = 0;
1043 } else if (select || genimg_has_config(images)) {
1044 #if IMAGE_ENABLE_FIT
1047 * If the init ramdisk comes from the FIT image and
1048 * the FIT image address is omitted in the command
1049 * line argument, try to use os FIT image address or
1050 * default load address.
1052 if (images->fit_uname_os)
1053 default_addr = (ulong)images->fit_hdr_os;
1055 default_addr = load_addr;
1057 if (fit_parse_conf(select, default_addr,
1058 &rd_addr, &fit_uname_config)) {
1059 debug("* ramdisk: config '%s' from image at "
1061 fit_uname_config, rd_addr);
1062 } else if (fit_parse_subimage(select, default_addr,
1063 &rd_addr, &fit_uname_ramdisk)) {
1064 debug("* ramdisk: subimage '%s' from image at "
1066 fit_uname_ramdisk, rd_addr);
1070 rd_addr = simple_strtoul(select, NULL, 16);
1071 debug("* ramdisk: cmdline image address = "
1075 #if IMAGE_ENABLE_FIT
1077 /* use FIT configuration provided in first bootm
1078 * command argument. If the property is not defined,
1081 rd_addr = map_to_sysmem(images->fit_hdr_os);
1082 rd_noffset = fit_get_node_from_config(images,
1083 FIT_RAMDISK_PROP, rd_addr);
1084 if (rd_noffset == -ENOENT)
1086 else if (rd_noffset < 0)
1091 /* copy from dataflash if needed */
1092 rd_addr = genimg_get_image(rd_addr);
1095 * Check if there is an initrd image at the
1096 * address provided in the second bootm argument
1097 * check image type, for FIT images get FIT node.
1099 buf = map_sysmem(rd_addr, 0);
1100 switch (genimg_get_format(buf)) {
1101 #if defined(CONFIG_IMAGE_FORMAT_LEGACY)
1102 case IMAGE_FORMAT_LEGACY:
1103 printf("## Loading init Ramdisk from Legacy "
1104 "Image at %08lx ...\n", rd_addr);
1106 bootstage_mark(BOOTSTAGE_ID_CHECK_RAMDISK);
1107 rd_hdr = image_get_ramdisk(rd_addr, arch,
1113 rd_data = image_get_data(rd_hdr);
1114 rd_len = image_get_data_size(rd_hdr);
1115 rd_load = image_get_load(rd_hdr);
1118 #if IMAGE_ENABLE_FIT
1119 case IMAGE_FORMAT_FIT:
1120 rd_noffset = fit_image_load(images,
1121 rd_addr, &fit_uname_ramdisk,
1122 &fit_uname_config, arch,
1124 BOOTSTAGE_ID_FIT_RD_START,
1125 FIT_LOAD_OPTIONAL_NON_ZERO,
1130 images->fit_hdr_rd = map_sysmem(rd_addr, 0);
1131 images->fit_uname_rd = fit_uname_ramdisk;
1132 images->fit_noffset_rd = rd_noffset;
1135 #ifdef CONFIG_ANDROID_BOOT_IMAGE
1136 case IMAGE_FORMAT_ANDROID:
1137 android_image_get_ramdisk((void *)images->os.start,
1142 #ifdef CONFIG_SUPPORT_RAW_INITRD
1145 end = strchr(select, ':');
1147 rd_len = simple_strtoul(++end, NULL, 16);
1152 puts("Wrong Ramdisk Image Format\n");
1153 rd_data = rd_len = rd_load = 0;
1157 } else if (images->legacy_hdr_valid &&
1158 image_check_type(&images->legacy_hdr_os_copy,
1162 * Now check if we have a legacy mult-component image,
1163 * get second entry data start address and len.
1165 bootstage_mark(BOOTSTAGE_ID_RAMDISK);
1166 printf("## Loading init Ramdisk from multi component "
1167 "Legacy Image at %08lx ...\n",
1168 (ulong)images->legacy_hdr_os);
1170 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len);
1175 bootstage_mark(BOOTSTAGE_ID_NO_RAMDISK);
1176 rd_len = rd_data = 0;
1180 debug("## No init Ramdisk\n");
1182 *rd_start = rd_data;
1183 *rd_end = rd_data + rd_len;
1185 debug(" ramdisk start = 0x%08lx, ramdisk end = 0x%08lx\n",
1186 *rd_start, *rd_end);
1191 #ifdef CONFIG_SYS_BOOT_RAMDISK_HIGH
1193 * boot_ramdisk_high - relocate init ramdisk
1194 * @lmb: pointer to lmb handle, will be used for memory mgmt
1195 * @rd_data: ramdisk data start address
1196 * @rd_len: ramdisk data length
1197 * @initrd_start: pointer to a ulong variable, will hold final init ramdisk
1198 * start address (after possible relocation)
1199 * @initrd_end: pointer to a ulong variable, will hold final init ramdisk
1200 * end address (after possible relocation)
1202 * boot_ramdisk_high() takes a relocation hint from "initrd_high" environment
1203 * variable and if requested ramdisk data is moved to a specified location.
1205 * Initrd_start and initrd_end are set to final (after relocation) ramdisk
1206 * start/end addresses if ramdisk image start and len were provided,
1207 * otherwise set initrd_start and initrd_end set to zeros.
1213 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
1214 ulong *initrd_start, ulong *initrd_end)
1218 int initrd_copy_to_ram = 1;
1220 if ((s = getenv("initrd_high")) != NULL) {
1221 /* a value of "no" or a similar string will act like 0,
1222 * turning the "load high" feature off. This is intentional.
1224 initrd_high = simple_strtoul(s, NULL, 16);
1225 if (initrd_high == ~0)
1226 initrd_copy_to_ram = 0;
1228 initrd_high = getenv_bootm_mapsize() + getenv_bootm_low();
1232 #ifdef CONFIG_LOGBUFFER
1233 /* Prevent initrd from overwriting logbuffer */
1234 lmb_reserve(lmb, logbuffer_base() - LOGBUFF_OVERHEAD, LOGBUFF_RESERVE);
1237 debug("## initrd_high = 0x%08lx, copy_to_ram = %d\n",
1238 initrd_high, initrd_copy_to_ram);
1241 if (!initrd_copy_to_ram) { /* zero-copy ramdisk support */
1242 debug(" in-place initrd\n");
1243 *initrd_start = rd_data;
1244 *initrd_end = rd_data + rd_len;
1245 lmb_reserve(lmb, rd_data, rd_len);
1248 *initrd_start = (ulong)lmb_alloc_base(lmb,
1249 rd_len, 0x1000, initrd_high);
1251 *initrd_start = (ulong)lmb_alloc(lmb, rd_len,
1254 if (*initrd_start == 0) {
1255 puts("ramdisk - allocation error\n");
1258 bootstage_mark(BOOTSTAGE_ID_COPY_RAMDISK);
1260 *initrd_end = *initrd_start + rd_len;
1261 printf(" Loading Ramdisk to %08lx, end %08lx ... ",
1262 *initrd_start, *initrd_end);
1264 memmove_wd((void *)*initrd_start,
1265 (void *)rd_data, rd_len, CHUNKSZ);
1269 * Ensure the image is flushed to memory to handle
1270 * AMP boot scenarios in which we might not be
1273 flush_cache((unsigned long)*initrd_start, rd_len);
1281 debug(" ramdisk load start = 0x%08lx, ramdisk load end = 0x%08lx\n",
1282 *initrd_start, *initrd_end);
1289 #endif /* CONFIG_SYS_BOOT_RAMDISK_HIGH */
1291 int boot_get_setup(bootm_headers_t *images, uint8_t arch,
1292 ulong *setup_start, ulong *setup_len)
1294 #if IMAGE_ENABLE_FIT
1295 return boot_get_setup_fit(images, arch, setup_start, setup_len);
1301 #if IMAGE_ENABLE_FIT
1302 #if defined(CONFIG_FPGA) && defined(CONFIG_FPGA_XILINX)
1303 int boot_get_fpga(int argc, char * const argv[], bootm_headers_t *images,
1304 uint8_t arch, const ulong *ld_start, ulong * const ld_len)
1306 ulong tmp_img_addr, img_data, img_len;
1310 const char *uname, *name;
1312 int devnum = 0; /* TODO support multi fpga platforms */
1313 const fpga_desc * const desc = fpga_get_desc(devnum);
1314 xilinx_desc *desc_xilinx = desc->devdesc;
1316 /* Check to see if the images struct has a FIT configuration */
1317 if (!genimg_has_config(images)) {
1318 debug("## FIT configuration was not specified\n");
1323 * Obtain the os FIT header from the images struct
1324 * copy from dataflash if needed
1326 tmp_img_addr = map_to_sysmem(images->fit_hdr_os);
1327 tmp_img_addr = genimg_get_image(tmp_img_addr);
1328 buf = map_sysmem(tmp_img_addr, 0);
1330 * Check image type. For FIT images get FIT node
1331 * and attempt to locate a generic binary.
1333 switch (genimg_get_format(buf)) {
1334 case IMAGE_FORMAT_FIT:
1335 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg);
1337 uname = fdt_stringlist_get(buf, conf_noffset, FIT_FPGA_PROP, 0,
1340 debug("## FPGA image is not specified\n");
1343 fit_img_result = fit_image_load(images,
1345 (const char **)&uname,
1346 &(images->fit_uname_cfg),
1349 BOOTSTAGE_ID_FPGA_INIT,
1350 FIT_LOAD_OPTIONAL_NON_ZERO,
1351 &img_data, &img_len);
1353 debug("FPGA image (%s) loaded to 0x%lx/size 0x%lx\n",
1354 uname, img_data, img_len);
1356 if (fit_img_result < 0) {
1357 /* Something went wrong! */
1358 return fit_img_result;
1361 if (img_len >= desc_xilinx->size) {
1363 err = fpga_loadbitstream(devnum, (char *)img_data,
1366 err = fpga_load(devnum, (const void *)img_data,
1370 err = fpga_loadbitstream(devnum, (char *)img_data,
1371 img_len, BIT_PARTIAL);
1373 err = fpga_load(devnum, (const void *)img_data,
1374 img_len, BIT_PARTIAL);
1377 printf(" Programming %s bitstream... ", name);
1384 printf("The given image format is not supported (corrupt?)\n");
1392 int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images,
1393 uint8_t arch, const ulong *ld_start, ulong * const ld_len)
1396 * These variables are used to hold the current image location
1401 * These two variables are requirements for fit_image_load, but
1402 * their values are not used
1404 ulong img_data, img_len;
1406 int loadables_index;
1411 /* Check to see if the images struct has a FIT configuration */
1412 if (!genimg_has_config(images)) {
1413 debug("## FIT configuration was not specified\n");
1418 * Obtain the os FIT header from the images struct
1419 * copy from dataflash if needed
1421 tmp_img_addr = map_to_sysmem(images->fit_hdr_os);
1422 tmp_img_addr = genimg_get_image(tmp_img_addr);
1423 buf = map_sysmem(tmp_img_addr, 0);
1425 * Check image type. For FIT images get FIT node
1426 * and attempt to locate a generic binary.
1428 switch (genimg_get_format(buf)) {
1429 case IMAGE_FORMAT_FIT:
1430 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg);
1432 for (loadables_index = 0;
1433 uname = fdt_stringlist_get(buf, conf_noffset,
1434 FIT_LOADABLE_PROP, loadables_index,
1438 fit_img_result = fit_image_load(images,
1441 &(images->fit_uname_cfg), arch,
1443 BOOTSTAGE_ID_FIT_LOADABLE_START,
1444 FIT_LOAD_OPTIONAL_NON_ZERO,
1445 &img_data, &img_len);
1446 if (fit_img_result < 0) {
1447 /* Something went wrong! */
1448 return fit_img_result;
1453 printf("The given image format is not supported (corrupt?)\n");
1461 #ifdef CONFIG_SYS_BOOT_GET_CMDLINE
1463 * boot_get_cmdline - allocate and initialize kernel cmdline
1464 * @lmb: pointer to lmb handle, will be used for memory mgmt
1465 * @cmd_start: pointer to a ulong variable, will hold cmdline start
1466 * @cmd_end: pointer to a ulong variable, will hold cmdline end
1468 * boot_get_cmdline() allocates space for kernel command line below
1469 * BOOTMAPSZ + getenv_bootm_low() address. If "bootargs" U-Boot environemnt
1470 * variable is present its contents is copied to allocated kernel
1477 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end)
1482 cmdline = (char *)(ulong)lmb_alloc_base(lmb, CONFIG_SYS_BARGSIZE, 0xf,
1483 getenv_bootm_mapsize() + getenv_bootm_low());
1485 if (cmdline == NULL)
1488 if ((s = getenv("bootargs")) == NULL)
1493 *cmd_start = (ulong) & cmdline[0];
1494 *cmd_end = *cmd_start + strlen(cmdline);
1496 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end);
1500 #endif /* CONFIG_SYS_BOOT_GET_CMDLINE */
1502 #ifdef CONFIG_SYS_BOOT_GET_KBD
1504 * boot_get_kbd - allocate and initialize kernel copy of board info
1505 * @lmb: pointer to lmb handle, will be used for memory mgmt
1506 * @kbd: double pointer to board info data
1508 * boot_get_kbd() allocates space for kernel copy of board info data below
1509 * BOOTMAPSZ + getenv_bootm_low() address and kernel board info is initialized
1510 * with the current u-boot board info data.
1516 int boot_get_kbd(struct lmb *lmb, bd_t **kbd)
1518 *kbd = (bd_t *)(ulong)lmb_alloc_base(lmb, sizeof(bd_t), 0xf,
1519 getenv_bootm_mapsize() + getenv_bootm_low());
1525 debug("## kernel board info at 0x%08lx\n", (ulong)*kbd);
1527 #if defined(DEBUG) && defined(CONFIG_CMD_BDI)
1528 do_bdinfo(NULL, 0, 0, NULL);
1533 #endif /* CONFIG_SYS_BOOT_GET_KBD */
1536 int image_setup_linux(bootm_headers_t *images)
1538 ulong of_size = images->ft_len;
1539 char **of_flat_tree = &images->ft_addr;
1540 ulong *initrd_start = &images->initrd_start;
1541 ulong *initrd_end = &images->initrd_end;
1542 struct lmb *lmb = &images->lmb;
1546 if (IMAGE_ENABLE_OF_LIBFDT)
1547 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree);
1549 if (IMAGE_BOOT_GET_CMDLINE) {
1550 ret = boot_get_cmdline(lmb, &images->cmdline_start,
1551 &images->cmdline_end);
1553 puts("ERROR with allocation of cmdline\n");
1557 if (IMAGE_ENABLE_RAMDISK_HIGH) {
1558 rd_len = images->rd_end - images->rd_start;
1559 ret = boot_ramdisk_high(lmb, images->rd_start, rd_len,
1560 initrd_start, initrd_end);
1565 if (IMAGE_ENABLE_OF_LIBFDT) {
1566 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size);
1571 if (IMAGE_ENABLE_OF_LIBFDT && of_size) {
1572 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb);
1579 #endif /* CONFIG_LMB */
1580 #endif /* !USE_HOSTCC */