1 // SPDX-License-Identifier: GPL-2.0+
3 * (C) Copyright 2008 Semihalf
5 * (C) Copyright 2000-2006
6 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
14 #ifdef CONFIG_SHOW_BOOT_PROGRESS
15 #include <status_led.h>
24 #if IMAGE_ENABLE_FIT || IMAGE_ENABLE_OF_LIBFDT
25 #include <linux/libfdt.h>
26 #include <fdt_support.h>
31 #include <u-boot/md5.h>
32 #include <u-boot/sha1.h>
33 #include <linux/errno.h>
37 #include <linux/lzo.h>
38 #include <lzma/LzmaTypes.h>
39 #include <lzma/LzmaDec.h>
40 #include <lzma/LzmaTools.h>
43 extern int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
46 DECLARE_GLOBAL_DATA_PTR;
48 #if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
49 static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
54 #include <u-boot/md5.h>
58 #ifndef __maybe_unused
59 # define __maybe_unused /* unimplemented */
61 #endif /* !USE_HOSTCC*/
63 #include <u-boot/crc.h>
66 #ifndef CONFIG_SYS_BARGSIZE
67 #define CONFIG_SYS_BARGSIZE 512
70 static const table_entry_t uimage_arch[] = {
71 { IH_ARCH_INVALID, "invalid", "Invalid ARCH", },
72 { IH_ARCH_ALPHA, "alpha", "Alpha", },
73 { IH_ARCH_ARM, "arm", "ARM", },
74 { IH_ARCH_I386, "x86", "Intel x86", },
75 { IH_ARCH_IA64, "ia64", "IA64", },
76 { IH_ARCH_M68K, "m68k", "M68K", },
77 { IH_ARCH_MICROBLAZE, "microblaze", "MicroBlaze", },
78 { IH_ARCH_MIPS, "mips", "MIPS", },
79 { IH_ARCH_MIPS64, "mips64", "MIPS 64 Bit", },
80 { IH_ARCH_NIOS2, "nios2", "NIOS II", },
81 { IH_ARCH_PPC, "powerpc", "PowerPC", },
82 { IH_ARCH_PPC, "ppc", "PowerPC", },
83 { IH_ARCH_S390, "s390", "IBM S390", },
84 { IH_ARCH_SH, "sh", "SuperH", },
85 { IH_ARCH_SPARC, "sparc", "SPARC", },
86 { IH_ARCH_SPARC64, "sparc64", "SPARC 64 Bit", },
87 { IH_ARCH_BLACKFIN, "blackfin", "Blackfin", },
88 { IH_ARCH_AVR32, "avr32", "AVR32", },
89 { IH_ARCH_NDS32, "nds32", "NDS32", },
90 { IH_ARCH_OPENRISC, "or1k", "OpenRISC 1000",},
91 { IH_ARCH_SANDBOX, "sandbox", "Sandbox", },
92 { IH_ARCH_ARM64, "arm64", "AArch64", },
93 { IH_ARCH_ARC, "arc", "ARC", },
94 { IH_ARCH_X86_64, "x86_64", "AMD x86_64", },
95 { IH_ARCH_XTENSA, "xtensa", "Xtensa", },
96 { IH_ARCH_RISCV, "riscv", "RISC-V", },
100 static const table_entry_t uimage_os[] = {
101 { IH_OS_INVALID, "invalid", "Invalid OS", },
102 { IH_OS_ARM_TRUSTED_FIRMWARE, "arm-trusted-firmware", "ARM Trusted Firmware" },
103 { IH_OS_LINUX, "linux", "Linux", },
104 #if defined(CONFIG_LYNXKDI) || defined(USE_HOSTCC)
105 { IH_OS_LYNXOS, "lynxos", "LynxOS", },
107 { IH_OS_NETBSD, "netbsd", "NetBSD", },
108 { IH_OS_OSE, "ose", "Enea OSE", },
109 { IH_OS_PLAN9, "plan9", "Plan 9", },
110 { IH_OS_RTEMS, "rtems", "RTEMS", },
111 { IH_OS_TEE, "tee", "Trusted Execution Environment" },
112 { IH_OS_U_BOOT, "u-boot", "U-Boot", },
113 { IH_OS_VXWORKS, "vxworks", "VxWorks", },
114 #if defined(CONFIG_CMD_ELF) || defined(USE_HOSTCC)
115 { IH_OS_QNX, "qnx", "QNX", },
117 #if defined(CONFIG_INTEGRITY) || defined(USE_HOSTCC)
118 { IH_OS_INTEGRITY,"integrity", "INTEGRITY", },
121 { IH_OS_4_4BSD, "4_4bsd", "4_4BSD", },
122 { IH_OS_DELL, "dell", "Dell", },
123 { IH_OS_ESIX, "esix", "Esix", },
124 { IH_OS_FREEBSD, "freebsd", "FreeBSD", },
125 { IH_OS_IRIX, "irix", "Irix", },
126 { IH_OS_NCR, "ncr", "NCR", },
127 { IH_OS_OPENBSD, "openbsd", "OpenBSD", },
128 { IH_OS_PSOS, "psos", "pSOS", },
129 { IH_OS_SCO, "sco", "SCO", },
130 { IH_OS_SOLARIS, "solaris", "Solaris", },
131 { IH_OS_SVR4, "svr4", "SVR4", },
133 #if defined(CONFIG_BOOTM_OPENRTOS) || defined(USE_HOSTCC)
134 { IH_OS_OPENRTOS, "openrtos", "OpenRTOS", },
136 { IH_OS_OPENSBI, "opensbi", "RISC-V OpenSBI", },
141 static const table_entry_t uimage_type[] = {
142 { IH_TYPE_AISIMAGE, "aisimage", "Davinci AIS image",},
143 { IH_TYPE_FILESYSTEM, "filesystem", "Filesystem Image", },
144 { IH_TYPE_FIRMWARE, "firmware", "Firmware", },
145 { IH_TYPE_FLATDT, "flat_dt", "Flat Device Tree", },
146 { IH_TYPE_GPIMAGE, "gpimage", "TI Keystone SPL Image",},
147 { IH_TYPE_KERNEL, "kernel", "Kernel Image", },
148 { IH_TYPE_KERNEL_NOLOAD, "kernel_noload", "Kernel Image (no loading done)", },
149 { IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",},
150 { IH_TYPE_IMXIMAGE, "imximage", "Freescale i.MX Boot Image",},
151 { IH_TYPE_IMX8IMAGE, "imx8image", "NXP i.MX8 Boot Image",},
152 { IH_TYPE_IMX8MIMAGE, "imx8mimage", "NXP i.MX8M Boot Image",},
153 { IH_TYPE_INVALID, "invalid", "Invalid Image", },
154 { IH_TYPE_MULTI, "multi", "Multi-File Image", },
155 { IH_TYPE_OMAPIMAGE, "omapimage", "TI OMAP SPL With GP CH",},
156 { IH_TYPE_PBLIMAGE, "pblimage", "Freescale PBL Boot Image",},
157 { IH_TYPE_RAMDISK, "ramdisk", "RAMDisk Image", },
158 { IH_TYPE_SCRIPT, "script", "Script", },
159 { IH_TYPE_SOCFPGAIMAGE, "socfpgaimage", "Altera SoCFPGA CV/AV preloader",},
160 { IH_TYPE_SOCFPGAIMAGE_V1, "socfpgaimage_v1", "Altera SoCFPGA A10 preloader",},
161 { IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
162 { IH_TYPE_UBLIMAGE, "ublimage", "Davinci UBL image",},
163 { IH_TYPE_MXSIMAGE, "mxsimage", "Freescale MXS Boot Image",},
164 { IH_TYPE_ATMELIMAGE, "atmelimage", "ATMEL ROM-Boot Image",},
165 { IH_TYPE_X86_SETUP, "x86_setup", "x86 setup.bin", },
166 { IH_TYPE_LPC32XXIMAGE, "lpc32xximage", "LPC32XX Boot Image", },
167 { IH_TYPE_RKIMAGE, "rkimage", "Rockchip Boot Image" },
168 { IH_TYPE_RKSD, "rksd", "Rockchip SD Boot Image" },
169 { IH_TYPE_RKSPI, "rkspi", "Rockchip SPI Boot Image" },
170 { IH_TYPE_VYBRIDIMAGE, "vybridimage", "Vybrid Boot Image", },
171 { IH_TYPE_ZYNQIMAGE, "zynqimage", "Xilinx Zynq Boot Image" },
172 { IH_TYPE_ZYNQMPIMAGE, "zynqmpimage", "Xilinx ZynqMP Boot Image" },
173 { IH_TYPE_ZYNQMPBIF, "zynqmpbif", "Xilinx ZynqMP Boot Image (bif)" },
174 { IH_TYPE_FPGA, "fpga", "FPGA Image" },
175 { IH_TYPE_TEE, "tee", "Trusted Execution Environment Image",},
176 { IH_TYPE_FIRMWARE_IVT, "firmware_ivt", "Firmware with HABv4 IVT" },
177 { IH_TYPE_PMMC, "pmmc", "TI Power Management Micro-Controller Firmware",},
178 { IH_TYPE_STM32IMAGE, "stm32image", "STMicroelectronics STM32 Image" },
179 { IH_TYPE_MTKIMAGE, "mtk_image", "MediaTek BootROM loadable Image" },
180 { IH_TYPE_COPRO, "copro", "Coprocessor Image"},
184 static const table_entry_t uimage_comp[] = {
185 { IH_COMP_NONE, "none", "uncompressed", },
186 { IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },
187 { IH_COMP_GZIP, "gzip", "gzip compressed", },
188 { IH_COMP_LZMA, "lzma", "lzma compressed", },
189 { IH_COMP_LZO, "lzo", "lzo compressed", },
190 { IH_COMP_LZ4, "lz4", "lz4 compressed", },
197 const table_entry_t *table;
200 static const struct table_info table_info[IH_COUNT] = {
201 { "architecture", IH_ARCH_COUNT, uimage_arch },
202 { "compression", IH_COMP_COUNT, uimage_comp },
203 { "operating system", IH_OS_COUNT, uimage_os },
204 { "image type", IH_TYPE_COUNT, uimage_type },
207 /*****************************************************************************/
208 /* Legacy format routines */
209 /*****************************************************************************/
210 int image_check_hcrc(const image_header_t *hdr)
213 ulong len = image_get_header_size();
214 image_header_t header;
216 /* Copy header so we can blank CRC field for re-calculation */
217 memmove(&header, (char *)hdr, image_get_header_size());
218 image_set_hcrc(&header, 0);
220 hcrc = crc32(0, (unsigned char *)&header, len);
222 return (hcrc == image_get_hcrc(hdr));
225 int image_check_dcrc(const image_header_t *hdr)
227 ulong data = image_get_data(hdr);
228 ulong len = image_get_data_size(hdr);
229 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32);
231 return (dcrc == image_get_dcrc(hdr));
235 * image_multi_count - get component (sub-image) count
236 * @hdr: pointer to the header of the multi component image
238 * image_multi_count() returns number of components in a multi
241 * Note: no checking of the image type is done, caller must pass
242 * a valid multi component image.
245 * number of components
247 ulong image_multi_count(const image_header_t *hdr)
252 /* get start of the image payload, which in case of multi
253 * component images that points to a table of component sizes */
254 size = (uint32_t *)image_get_data(hdr);
256 /* count non empty slots */
257 for (i = 0; size[i]; ++i)
264 * image_multi_getimg - get component data address and size
265 * @hdr: pointer to the header of the multi component image
266 * @idx: index of the requested component
267 * @data: pointer to a ulong variable, will hold component data address
268 * @len: pointer to a ulong variable, will hold component size
270 * image_multi_getimg() returns size and data address for the requested
271 * component in a multi component image.
273 * Note: no checking of the image type is done, caller must pass
274 * a valid multi component image.
277 * data address and size of the component, if idx is valid
278 * 0 in data and len, if idx is out of range
280 void image_multi_getimg(const image_header_t *hdr, ulong idx,
281 ulong *data, ulong *len)
285 ulong offset, count, img_data;
287 /* get number of component */
288 count = image_multi_count(hdr);
290 /* get start of the image payload, which in case of multi
291 * component images that points to a table of component sizes */
292 size = (uint32_t *)image_get_data(hdr);
294 /* get address of the proper component data start, which means
295 * skipping sizes table (add 1 for last, null entry) */
296 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t);
299 *len = uimage_to_cpu(size[idx]);
302 /* go over all indices preceding requested component idx */
303 for (i = 0; i < idx; i++) {
304 /* add up i-th component size, rounding up to 4 bytes */
305 offset += (uimage_to_cpu(size[i]) + 3) & ~3 ;
308 /* calculate idx-th component data address */
309 *data = img_data + offset;
316 static void image_print_type(const image_header_t *hdr)
318 const char __maybe_unused *os, *arch, *type, *comp;
320 os = genimg_get_os_name(image_get_os(hdr));
321 arch = genimg_get_arch_name(image_get_arch(hdr));
322 type = genimg_get_type_name(image_get_type(hdr));
323 comp = genimg_get_comp_name(image_get_comp(hdr));
325 printf("%s %s %s (%s)\n", arch, os, type, comp);
329 * image_print_contents - prints out the contents of the legacy format image
330 * @ptr: pointer to the legacy format image header
331 * @p: pointer to prefix string
333 * image_print_contents() formats a multi line legacy image contents description.
334 * The routine prints out all header fields followed by the size/offset data
335 * for MULTI/SCRIPT images.
338 * no returned results
340 void image_print_contents(const void *ptr)
342 const image_header_t *hdr = (const image_header_t *)ptr;
343 const char __maybe_unused *p;
345 p = IMAGE_INDENT_STRING;
346 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr));
347 if (IMAGE_ENABLE_TIMESTAMP) {
348 printf("%sCreated: ", p);
349 genimg_print_time((time_t)image_get_time(hdr));
351 printf("%sImage Type: ", p);
352 image_print_type(hdr);
353 printf("%sData Size: ", p);
354 genimg_print_size(image_get_data_size(hdr));
355 printf("%sLoad Address: %08x\n", p, image_get_load(hdr));
356 printf("%sEntry Point: %08x\n", p, image_get_ep(hdr));
358 if (image_check_type(hdr, IH_TYPE_MULTI) ||
359 image_check_type(hdr, IH_TYPE_SCRIPT)) {
362 ulong count = image_multi_count(hdr);
364 printf("%sContents:\n", p);
365 for (i = 0; i < count; i++) {
366 image_multi_getimg(hdr, i, &data, &len);
368 printf("%s Image %d: ", p, i);
369 genimg_print_size(len);
371 if (image_check_type(hdr, IH_TYPE_SCRIPT) && i > 0) {
373 * the user may need to know offsets
374 * if planning to do something with
377 printf("%s Offset = 0x%08lx\n", p, data);
380 } else if (image_check_type(hdr, IH_TYPE_FIRMWARE_IVT)) {
381 printf("HAB Blocks: 0x%08x 0x0000 0x%08x\n",
382 image_get_load(hdr) - image_get_header_size(),
383 (int)(image_get_size(hdr) + image_get_header_size()
384 + sizeof(flash_header_v2_t) - 0x2060));
389 * print_decomp_msg() - Print a suitable decompression/loading message
391 * @type: OS type (IH_OS_...)
392 * @comp_type: Compression type being used (IH_COMP_...)
393 * @is_xip: true if the load address matches the image start
395 static void print_decomp_msg(int comp_type, int type, bool is_xip)
397 const char *name = genimg_get_type_name(type);
399 if (comp_type == IH_COMP_NONE)
400 printf(" %s %s\n", is_xip ? "XIP" : "Loading", name);
402 printf(" Uncompressing %s\n", name);
405 int image_decomp(int comp, ulong load, ulong image_start, int type,
406 void *load_buf, void *image_buf, ulong image_len,
407 uint unc_len, ulong *load_end)
412 print_decomp_msg(comp, type, load == image_start);
415 * Load the image to the right place, decompressing if needed. After
416 * this, image_len will be set to the number of uncompressed bytes
417 * loaded, ret will be non-zero on error.
421 if (load == image_start)
423 if (image_len <= unc_len)
424 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ);
430 ret = gunzip(load_buf, unc_len, image_buf, &image_len);
433 #endif /* CONFIG_GZIP */
435 case IH_COMP_BZIP2: {
439 * If we've got less than 4 MB of malloc() space,
440 * use slower decompression algorithm which requires
441 * at most 2300 KB of memory.
443 ret = BZ2_bzBuffToBuffDecompress(load_buf, &size,
444 image_buf, image_len,
445 CONFIG_SYS_MALLOC_LEN < (4096 * 1024), 0);
449 #endif /* CONFIG_BZIP2 */
452 SizeT lzma_len = unc_len;
454 ret = lzmaBuffToBuffDecompress(load_buf, &lzma_len,
455 image_buf, image_len);
456 image_len = lzma_len;
459 #endif /* CONFIG_LZMA */
462 size_t size = unc_len;
464 ret = lzop_decompress(image_buf, image_len, load_buf, &size);
468 #endif /* CONFIG_LZO */
471 size_t size = unc_len;
473 ret = ulz4fn(image_buf, image_len, load_buf, &size);
477 #endif /* CONFIG_LZ4 */
479 printf("Unimplemented compression type %d\n", comp);
483 *load_end = load + image_len;
490 #if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
492 * image_get_ramdisk - get and verify ramdisk image
493 * @rd_addr: ramdisk image start address
494 * @arch: expected ramdisk architecture
495 * @verify: checksum verification flag
497 * image_get_ramdisk() returns a pointer to the verified ramdisk image
498 * header. Routine receives image start address and expected architecture
499 * flag. Verification done covers data and header integrity and os/type/arch
503 * pointer to a ramdisk image header, if image was found and valid
504 * otherwise, return NULL
506 static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,
509 const image_header_t *rd_hdr = (const image_header_t *)rd_addr;
511 if (!image_check_magic(rd_hdr)) {
512 puts("Bad Magic Number\n");
513 bootstage_error(BOOTSTAGE_ID_RD_MAGIC);
517 if (!image_check_hcrc(rd_hdr)) {
518 puts("Bad Header Checksum\n");
519 bootstage_error(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
523 bootstage_mark(BOOTSTAGE_ID_RD_MAGIC);
524 image_print_contents(rd_hdr);
527 puts(" Verifying Checksum ... ");
528 if (!image_check_dcrc(rd_hdr)) {
529 puts("Bad Data CRC\n");
530 bootstage_error(BOOTSTAGE_ID_RD_CHECKSUM);
536 bootstage_mark(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
538 if (!image_check_os(rd_hdr, IH_OS_LINUX) ||
539 !image_check_arch(rd_hdr, arch) ||
540 !image_check_type(rd_hdr, IH_TYPE_RAMDISK)) {
541 printf("No Linux %s Ramdisk Image\n",
542 genimg_get_arch_name(arch));
543 bootstage_error(BOOTSTAGE_ID_RAMDISK);
550 #endif /* !USE_HOSTCC */
552 /*****************************************************************************/
553 /* Shared dual-format routines */
554 /*****************************************************************************/
556 ulong load_addr = CONFIG_SYS_LOAD_ADDR; /* Default Load Address */
557 ulong save_addr; /* Default Save Address */
558 ulong save_size; /* Default Save Size (in bytes) */
560 static int on_loadaddr(const char *name, const char *value, enum env_op op,
565 case env_op_overwrite:
566 load_addr = simple_strtoul(value, NULL, 16);
574 U_BOOT_ENV_CALLBACK(loadaddr, on_loadaddr);
576 ulong env_get_bootm_low(void)
578 char *s = env_get("bootm_low");
580 ulong tmp = simple_strtoul(s, NULL, 16);
584 #if defined(CONFIG_SYS_SDRAM_BASE)
585 return CONFIG_SYS_SDRAM_BASE;
586 #elif defined(CONFIG_ARM) || defined(CONFIG_MICROBLAZE)
587 return gd->bd->bi_dram[0].start;
593 phys_size_t env_get_bootm_size(void)
595 phys_size_t tmp, size;
597 char *s = env_get("bootm_size");
599 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
603 #if (defined(CONFIG_ARM) || defined(CONFIG_MICROBLAZE)) && \
604 defined(CONFIG_NR_DRAM_BANKS)
605 start = gd->bd->bi_dram[0].start;
606 size = gd->bd->bi_dram[0].size;
608 start = gd->bd->bi_memstart;
609 size = gd->bd->bi_memsize;
612 s = env_get("bootm_low");
614 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
618 return size - (tmp - start);
621 phys_size_t env_get_bootm_mapsize(void)
624 char *s = env_get("bootm_mapsize");
626 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
630 #if defined(CONFIG_SYS_BOOTMAPSZ)
631 return CONFIG_SYS_BOOTMAPSZ;
633 return env_get_bootm_size();
637 void memmove_wd(void *to, void *from, size_t len, ulong chunksz)
642 #if defined(CONFIG_HW_WATCHDOG) || defined(CONFIG_WATCHDOG)
648 size_t tail = (len > chunksz) ? chunksz : len;
654 memmove(to, from, tail);
661 #else /* !(CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG) */
662 memmove(to, from, len);
663 #endif /* CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG */
665 #else /* USE_HOSTCC */
666 void memmove_wd(void *to, void *from, size_t len, ulong chunksz)
668 memmove(to, from, len);
670 #endif /* !USE_HOSTCC */
672 void genimg_print_size(uint32_t size)
675 printf("%d Bytes = ", size);
676 print_size(size, "\n");
678 printf("%d Bytes = %.2f KiB = %.2f MiB\n",
679 size, (double)size / 1.024e3,
680 (double)size / 1.048576e6);
684 #if IMAGE_ENABLE_TIMESTAMP
685 void genimg_print_time(time_t timestamp)
690 rtc_to_tm(timestamp, &tm);
691 printf("%4d-%02d-%02d %2d:%02d:%02d UTC\n",
692 tm.tm_year, tm.tm_mon, tm.tm_mday,
693 tm.tm_hour, tm.tm_min, tm.tm_sec);
695 printf("%s", ctime(×tamp));
700 const table_entry_t *get_table_entry(const table_entry_t *table, int id)
702 for (; table->id >= 0; ++table) {
709 static const char *unknown_msg(enum ih_category category)
711 static const char unknown_str[] = "Unknown ";
714 strcpy(msg, unknown_str);
715 strncat(msg, table_info[category].desc,
716 sizeof(msg) - sizeof(unknown_str));
722 * get_cat_table_entry_name - translate entry id to long name
723 * @category: category to look up (enum ih_category)
724 * @id: entry id to be translated
726 * This will scan the translation table trying to find the entry that matches
729 * @retur long entry name if translation succeeds; error string on failure
731 const char *genimg_get_cat_name(enum ih_category category, uint id)
733 const table_entry_t *entry;
735 entry = get_table_entry(table_info[category].table, id);
737 return unknown_msg(category);
738 #if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
741 return entry->lname + gd->reloc_off;
746 * get_cat_table_entry_short_name - translate entry id to short name
747 * @category: category to look up (enum ih_category)
748 * @id: entry id to be translated
750 * This will scan the translation table trying to find the entry that matches
753 * @retur short entry name if translation succeeds; error string on failure
755 const char *genimg_get_cat_short_name(enum ih_category category, uint id)
757 const table_entry_t *entry;
759 entry = get_table_entry(table_info[category].table, id);
761 return unknown_msg(category);
762 #if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
765 return entry->sname + gd->reloc_off;
769 int genimg_get_cat_count(enum ih_category category)
771 return table_info[category].count;
774 const char *genimg_get_cat_desc(enum ih_category category)
776 return table_info[category].desc;
780 * get_table_entry_name - translate entry id to long name
781 * @table: pointer to a translation table for entries of a specific type
782 * @msg: message to be returned when translation fails
783 * @id: entry id to be translated
785 * get_table_entry_name() will go over translation table trying to find
786 * entry that matches given id. If matching entry is found, its long
787 * name is returned to the caller.
790 * long entry name if translation succeeds
793 char *get_table_entry_name(const table_entry_t *table, char *msg, int id)
795 table = get_table_entry(table, id);
798 #if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
801 return table->lname + gd->reloc_off;
805 const char *genimg_get_os_name(uint8_t os)
807 return (get_table_entry_name(uimage_os, "Unknown OS", os));
810 const char *genimg_get_arch_name(uint8_t arch)
812 return (get_table_entry_name(uimage_arch, "Unknown Architecture",
816 const char *genimg_get_type_name(uint8_t type)
818 return (get_table_entry_name(uimage_type, "Unknown Image", type));
821 static const char *genimg_get_short_name(const table_entry_t *table, int val)
823 table = get_table_entry(table, val);
826 #if defined(USE_HOSTCC) || !defined(CONFIG_NEEDS_MANUAL_RELOC)
829 return table->sname + gd->reloc_off;
833 const char *genimg_get_type_short_name(uint8_t type)
835 return genimg_get_short_name(uimage_type, type);
838 const char *genimg_get_comp_name(uint8_t comp)
840 return (get_table_entry_name(uimage_comp, "Unknown Compression",
844 const char *genimg_get_comp_short_name(uint8_t comp)
846 return genimg_get_short_name(uimage_comp, comp);
849 const char *genimg_get_os_short_name(uint8_t os)
851 return genimg_get_short_name(uimage_os, os);
854 const char *genimg_get_arch_short_name(uint8_t arch)
856 return genimg_get_short_name(uimage_arch, arch);
860 * get_table_entry_id - translate short entry name to id
861 * @table: pointer to a translation table for entries of a specific type
862 * @table_name: to be used in case of error
863 * @name: entry short name to be translated
865 * get_table_entry_id() will go over translation table trying to find
866 * entry that matches given short name. If matching entry is found,
867 * its id returned to the caller.
870 * entry id if translation succeeds
873 int get_table_entry_id(const table_entry_t *table,
874 const char *table_name, const char *name)
876 const table_entry_t *t;
878 for (t = table; t->id >= 0; ++t) {
879 #ifdef CONFIG_NEEDS_MANUAL_RELOC
880 if (t->sname && strcasecmp(t->sname + gd->reloc_off, name) == 0)
882 if (t->sname && strcasecmp(t->sname, name) == 0)
886 debug("Invalid %s Type: %s\n", table_name, name);
891 int genimg_get_os_id(const char *name)
893 return (get_table_entry_id(uimage_os, "OS", name));
896 int genimg_get_arch_id(const char *name)
898 return (get_table_entry_id(uimage_arch, "CPU", name));
901 int genimg_get_type_id(const char *name)
903 return (get_table_entry_id(uimage_type, "Image", name));
906 int genimg_get_comp_id(const char *name)
908 return (get_table_entry_id(uimage_comp, "Compression", name));
913 * genimg_get_kernel_addr_fit - get the real kernel address and return 2
915 * @img_addr: a string might contain real image address
916 * @fit_uname_config: double pointer to a char, will hold pointer to a
917 * configuration unit name
918 * @fit_uname_kernel: double pointer to a char, will hold pointer to a subimage
921 * genimg_get_kernel_addr_fit get the real kernel start address from a string
922 * which is normally the first argv of bootm/bootz
925 * kernel start address
927 ulong genimg_get_kernel_addr_fit(char * const img_addr,
928 const char **fit_uname_config,
929 const char **fit_uname_kernel)
933 /* find out kernel image address */
935 kernel_addr = load_addr;
936 debug("* kernel: default image load address = 0x%08lx\n",
938 #if CONFIG_IS_ENABLED(FIT)
939 } else if (fit_parse_conf(img_addr, load_addr, &kernel_addr,
941 debug("* kernel: config '%s' from image at 0x%08lx\n",
942 *fit_uname_config, kernel_addr);
943 } else if (fit_parse_subimage(img_addr, load_addr, &kernel_addr,
945 debug("* kernel: subimage '%s' from image at 0x%08lx\n",
946 *fit_uname_kernel, kernel_addr);
949 kernel_addr = simple_strtoul(img_addr, NULL, 16);
950 debug("* kernel: cmdline image address = 0x%08lx\n",
958 * genimg_get_kernel_addr() is the simple version of
959 * genimg_get_kernel_addr_fit(). It ignores those return FIT strings
961 ulong genimg_get_kernel_addr(char * const img_addr)
963 const char *fit_uname_config = NULL;
964 const char *fit_uname_kernel = NULL;
966 return genimg_get_kernel_addr_fit(img_addr, &fit_uname_config,
971 * genimg_get_format - get image format type
972 * @img_addr: image start address
974 * genimg_get_format() checks whether provided address points to a valid
975 * legacy or FIT image.
977 * New uImage format and FDT blob are based on a libfdt. FDT blob
978 * may be passed directly or embedded in a FIT image. In both situations
979 * genimg_get_format() must be able to dectect libfdt header.
982 * image format type or IMAGE_FORMAT_INVALID if no image is present
984 int genimg_get_format(const void *img_addr)
986 #if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
987 const image_header_t *hdr;
989 hdr = (const image_header_t *)img_addr;
990 if (image_check_magic(hdr))
991 return IMAGE_FORMAT_LEGACY;
993 #if IMAGE_ENABLE_FIT || IMAGE_ENABLE_OF_LIBFDT
994 if (fdt_check_header(img_addr) == 0)
995 return IMAGE_FORMAT_FIT;
997 #ifdef CONFIG_ANDROID_BOOT_IMAGE
998 if (android_image_check_header(img_addr) == 0)
999 return IMAGE_FORMAT_ANDROID;
1002 return IMAGE_FORMAT_INVALID;
1006 * fit_has_config - check if there is a valid FIT configuration
1007 * @images: pointer to the bootm command headers structure
1009 * fit_has_config() checks if there is a FIT configuration in use
1010 * (if FTI support is present).
1013 * 0, no FIT support or no configuration found
1014 * 1, configuration found
1016 int genimg_has_config(bootm_headers_t *images)
1018 #if IMAGE_ENABLE_FIT
1019 if (images->fit_uname_cfg)
1026 * boot_get_ramdisk - main ramdisk handling routine
1027 * @argc: command argument count
1028 * @argv: command argument list
1029 * @images: pointer to the bootm images structure
1030 * @arch: expected ramdisk architecture
1031 * @rd_start: pointer to a ulong variable, will hold ramdisk start address
1032 * @rd_end: pointer to a ulong variable, will hold ramdisk end
1034 * boot_get_ramdisk() is responsible for finding a valid ramdisk image.
1035 * Curently supported are the following ramdisk sources:
1036 * - multicomponent kernel/ramdisk image,
1037 * - commandline provided address of decicated ramdisk image.
1040 * 0, if ramdisk image was found and valid, or skiped
1041 * rd_start and rd_end are set to ramdisk start/end addresses if
1042 * ramdisk image is found and valid
1044 * 1, if ramdisk image is found but corrupted, or invalid
1045 * rd_start and rd_end are set to 0 if no ramdisk exists
1047 int boot_get_ramdisk(int argc, char * const argv[], bootm_headers_t *images,
1048 uint8_t arch, ulong *rd_start, ulong *rd_end)
1050 ulong rd_addr, rd_load;
1051 ulong rd_data, rd_len;
1052 #if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
1053 const image_header_t *rd_hdr;
1056 #ifdef CONFIG_SUPPORT_RAW_INITRD
1059 #if IMAGE_ENABLE_FIT
1060 const char *fit_uname_config = images->fit_uname_cfg;
1061 const char *fit_uname_ramdisk = NULL;
1065 const char *select = NULL;
1070 #ifdef CONFIG_ANDROID_BOOT_IMAGE
1072 * Look for an Android boot image.
1074 buf = map_sysmem(images->os.start, 0);
1075 if (buf && genimg_get_format(buf) == IMAGE_FORMAT_ANDROID)
1076 select = (argc == 0) ? env_get("loadaddr") : argv[0];
1083 * Look for a '-' which indicates to ignore the
1086 if (select && strcmp(select, "-") == 0) {
1087 debug("## Skipping init Ramdisk\n");
1088 rd_len = rd_data = 0;
1089 } else if (select || genimg_has_config(images)) {
1090 #if IMAGE_ENABLE_FIT
1093 * If the init ramdisk comes from the FIT image and
1094 * the FIT image address is omitted in the command
1095 * line argument, try to use os FIT image address or
1096 * default load address.
1098 if (images->fit_uname_os)
1099 default_addr = (ulong)images->fit_hdr_os;
1101 default_addr = load_addr;
1103 if (fit_parse_conf(select, default_addr,
1104 &rd_addr, &fit_uname_config)) {
1105 debug("* ramdisk: config '%s' from image at "
1107 fit_uname_config, rd_addr);
1108 } else if (fit_parse_subimage(select, default_addr,
1109 &rd_addr, &fit_uname_ramdisk)) {
1110 debug("* ramdisk: subimage '%s' from image at "
1112 fit_uname_ramdisk, rd_addr);
1116 rd_addr = simple_strtoul(select, NULL, 16);
1117 debug("* ramdisk: cmdline image address = "
1121 #if IMAGE_ENABLE_FIT
1123 /* use FIT configuration provided in first bootm
1124 * command argument. If the property is not defined,
1127 rd_addr = map_to_sysmem(images->fit_hdr_os);
1128 rd_noffset = fit_get_node_from_config(images,
1129 FIT_RAMDISK_PROP, rd_addr);
1130 if (rd_noffset == -ENOENT)
1132 else if (rd_noffset < 0)
1138 * Check if there is an initrd image at the
1139 * address provided in the second bootm argument
1140 * check image type, for FIT images get FIT node.
1142 buf = map_sysmem(rd_addr, 0);
1143 switch (genimg_get_format(buf)) {
1144 #if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
1145 case IMAGE_FORMAT_LEGACY:
1146 printf("## Loading init Ramdisk from Legacy "
1147 "Image at %08lx ...\n", rd_addr);
1149 bootstage_mark(BOOTSTAGE_ID_CHECK_RAMDISK);
1150 rd_hdr = image_get_ramdisk(rd_addr, arch,
1156 rd_data = image_get_data(rd_hdr);
1157 rd_len = image_get_data_size(rd_hdr);
1158 rd_load = image_get_load(rd_hdr);
1161 #if IMAGE_ENABLE_FIT
1162 case IMAGE_FORMAT_FIT:
1163 rd_noffset = fit_image_load(images,
1164 rd_addr, &fit_uname_ramdisk,
1165 &fit_uname_config, arch,
1167 BOOTSTAGE_ID_FIT_RD_START,
1168 FIT_LOAD_OPTIONAL_NON_ZERO,
1173 images->fit_hdr_rd = map_sysmem(rd_addr, 0);
1174 images->fit_uname_rd = fit_uname_ramdisk;
1175 images->fit_noffset_rd = rd_noffset;
1178 #ifdef CONFIG_ANDROID_BOOT_IMAGE
1179 case IMAGE_FORMAT_ANDROID:
1180 android_image_get_ramdisk((void *)images->os.start,
1185 #ifdef CONFIG_SUPPORT_RAW_INITRD
1188 end = strchr(select, ':');
1190 rd_len = simple_strtoul(++end, NULL, 16);
1195 puts("Wrong Ramdisk Image Format\n");
1196 rd_data = rd_len = rd_load = 0;
1200 } else if (images->legacy_hdr_valid &&
1201 image_check_type(&images->legacy_hdr_os_copy,
1205 * Now check if we have a legacy mult-component image,
1206 * get second entry data start address and len.
1208 bootstage_mark(BOOTSTAGE_ID_RAMDISK);
1209 printf("## Loading init Ramdisk from multi component "
1210 "Legacy Image at %08lx ...\n",
1211 (ulong)images->legacy_hdr_os);
1213 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len);
1218 bootstage_mark(BOOTSTAGE_ID_NO_RAMDISK);
1219 rd_len = rd_data = 0;
1223 debug("## No init Ramdisk\n");
1225 *rd_start = rd_data;
1226 *rd_end = rd_data + rd_len;
1228 debug(" ramdisk start = 0x%08lx, ramdisk end = 0x%08lx\n",
1229 *rd_start, *rd_end);
1234 #ifdef CONFIG_SYS_BOOT_RAMDISK_HIGH
1236 * boot_ramdisk_high - relocate init ramdisk
1237 * @lmb: pointer to lmb handle, will be used for memory mgmt
1238 * @rd_data: ramdisk data start address
1239 * @rd_len: ramdisk data length
1240 * @initrd_start: pointer to a ulong variable, will hold final init ramdisk
1241 * start address (after possible relocation)
1242 * @initrd_end: pointer to a ulong variable, will hold final init ramdisk
1243 * end address (after possible relocation)
1245 * boot_ramdisk_high() takes a relocation hint from "initrd_high" environment
1246 * variable and if requested ramdisk data is moved to a specified location.
1248 * Initrd_start and initrd_end are set to final (after relocation) ramdisk
1249 * start/end addresses if ramdisk image start and len were provided,
1250 * otherwise set initrd_start and initrd_end set to zeros.
1256 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
1257 ulong *initrd_start, ulong *initrd_end)
1261 int initrd_copy_to_ram = 1;
1263 s = env_get("initrd_high");
1265 /* a value of "no" or a similar string will act like 0,
1266 * turning the "load high" feature off. This is intentional.
1268 initrd_high = simple_strtoul(s, NULL, 16);
1269 if (initrd_high == ~0)
1270 initrd_copy_to_ram = 0;
1272 initrd_high = env_get_bootm_mapsize() + env_get_bootm_low();
1276 debug("## initrd_high = 0x%08lx, copy_to_ram = %d\n",
1277 initrd_high, initrd_copy_to_ram);
1280 if (!initrd_copy_to_ram) { /* zero-copy ramdisk support */
1281 debug(" in-place initrd\n");
1282 *initrd_start = rd_data;
1283 *initrd_end = rd_data + rd_len;
1284 lmb_reserve(lmb, rd_data, rd_len);
1287 *initrd_start = (ulong)lmb_alloc_base(lmb,
1288 rd_len, 0x1000, initrd_high);
1290 *initrd_start = (ulong)lmb_alloc(lmb, rd_len,
1293 if (*initrd_start == 0) {
1294 puts("ramdisk - allocation error\n");
1297 bootstage_mark(BOOTSTAGE_ID_COPY_RAMDISK);
1299 *initrd_end = *initrd_start + rd_len;
1300 printf(" Loading Ramdisk to %08lx, end %08lx ... ",
1301 *initrd_start, *initrd_end);
1303 memmove_wd((void *)*initrd_start,
1304 (void *)rd_data, rd_len, CHUNKSZ);
1308 * Ensure the image is flushed to memory to handle
1309 * AMP boot scenarios in which we might not be
1312 flush_cache((unsigned long)*initrd_start,
1313 ALIGN(rd_len, ARCH_DMA_MINALIGN));
1321 debug(" ramdisk load start = 0x%08lx, ramdisk load end = 0x%08lx\n",
1322 *initrd_start, *initrd_end);
1329 #endif /* CONFIG_SYS_BOOT_RAMDISK_HIGH */
1331 int boot_get_setup(bootm_headers_t *images, uint8_t arch,
1332 ulong *setup_start, ulong *setup_len)
1334 #if IMAGE_ENABLE_FIT
1335 return boot_get_setup_fit(images, arch, setup_start, setup_len);
1341 #if IMAGE_ENABLE_FIT
1342 #if defined(CONFIG_FPGA)
1343 int boot_get_fpga(int argc, char * const argv[], bootm_headers_t *images,
1344 uint8_t arch, const ulong *ld_start, ulong * const ld_len)
1346 ulong tmp_img_addr, img_data, img_len;
1350 const char *uname, *name;
1352 int devnum = 0; /* TODO support multi fpga platforms */
1354 /* Check to see if the images struct has a FIT configuration */
1355 if (!genimg_has_config(images)) {
1356 debug("## FIT configuration was not specified\n");
1361 * Obtain the os FIT header from the images struct
1363 tmp_img_addr = map_to_sysmem(images->fit_hdr_os);
1364 buf = map_sysmem(tmp_img_addr, 0);
1366 * Check image type. For FIT images get FIT node
1367 * and attempt to locate a generic binary.
1369 switch (genimg_get_format(buf)) {
1370 case IMAGE_FORMAT_FIT:
1371 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg);
1373 uname = fdt_stringlist_get(buf, conf_noffset, FIT_FPGA_PROP, 0,
1376 debug("## FPGA image is not specified\n");
1379 fit_img_result = fit_image_load(images,
1381 (const char **)&uname,
1382 &(images->fit_uname_cfg),
1385 BOOTSTAGE_ID_FPGA_INIT,
1386 FIT_LOAD_OPTIONAL_NON_ZERO,
1387 &img_data, &img_len);
1389 debug("FPGA image (%s) loaded to 0x%lx/size 0x%lx\n",
1390 uname, img_data, img_len);
1392 if (fit_img_result < 0) {
1393 /* Something went wrong! */
1394 return fit_img_result;
1397 if (!fpga_is_partial_data(devnum, img_len)) {
1399 err = fpga_loadbitstream(devnum, (char *)img_data,
1402 err = fpga_load(devnum, (const void *)img_data,
1406 err = fpga_loadbitstream(devnum, (char *)img_data,
1407 img_len, BIT_PARTIAL);
1409 err = fpga_load(devnum, (const void *)img_data,
1410 img_len, BIT_PARTIAL);
1416 printf(" Programming %s bitstream... OK\n", name);
1419 printf("The given image format is not supported (corrupt?)\n");
1427 static void fit_loadable_process(uint8_t img_type,
1432 const unsigned int count =
1433 ll_entry_count(struct fit_loadable_tbl, fit_loadable);
1434 struct fit_loadable_tbl *fit_loadable_handler =
1435 ll_entry_start(struct fit_loadable_tbl, fit_loadable);
1436 /* For each loadable handler */
1437 for (i = 0; i < count; i++, fit_loadable_handler++)
1438 /* matching this type */
1439 if (fit_loadable_handler->type == img_type)
1440 /* call that handler with this image data */
1441 fit_loadable_handler->handler(img_data, img_len);
1444 int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images,
1445 uint8_t arch, const ulong *ld_start, ulong * const ld_len)
1448 * These variables are used to hold the current image location
1453 * These two variables are requirements for fit_image_load, but
1454 * their values are not used
1456 ulong img_data, img_len;
1458 int loadables_index;
1464 /* Check to see if the images struct has a FIT configuration */
1465 if (!genimg_has_config(images)) {
1466 debug("## FIT configuration was not specified\n");
1471 * Obtain the os FIT header from the images struct
1473 tmp_img_addr = map_to_sysmem(images->fit_hdr_os);
1474 buf = map_sysmem(tmp_img_addr, 0);
1476 * Check image type. For FIT images get FIT node
1477 * and attempt to locate a generic binary.
1479 switch (genimg_get_format(buf)) {
1480 case IMAGE_FORMAT_FIT:
1481 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg);
1483 for (loadables_index = 0;
1484 uname = fdt_stringlist_get(buf, conf_noffset,
1485 FIT_LOADABLE_PROP, loadables_index,
1489 fit_img_result = fit_image_load(images,
1492 &(images->fit_uname_cfg), arch,
1494 BOOTSTAGE_ID_FIT_LOADABLE_START,
1495 FIT_LOAD_OPTIONAL_NON_ZERO,
1496 &img_data, &img_len);
1497 if (fit_img_result < 0) {
1498 /* Something went wrong! */
1499 return fit_img_result;
1502 fit_img_result = fit_image_get_node(buf, uname);
1503 if (fit_img_result < 0) {
1504 /* Something went wrong! */
1505 return fit_img_result;
1507 fit_img_result = fit_image_get_type(buf,
1510 if (fit_img_result < 0) {
1511 /* Something went wrong! */
1512 return fit_img_result;
1515 fit_loadable_process(img_type, img_data, img_len);
1519 printf("The given image format is not supported (corrupt?)\n");
1527 #ifdef CONFIG_SYS_BOOT_GET_CMDLINE
1529 * boot_get_cmdline - allocate and initialize kernel cmdline
1530 * @lmb: pointer to lmb handle, will be used for memory mgmt
1531 * @cmd_start: pointer to a ulong variable, will hold cmdline start
1532 * @cmd_end: pointer to a ulong variable, will hold cmdline end
1534 * boot_get_cmdline() allocates space for kernel command line below
1535 * BOOTMAPSZ + env_get_bootm_low() address. If "bootargs" U-Boot environment
1536 * variable is present its contents is copied to allocated kernel
1543 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end)
1548 cmdline = (char *)(ulong)lmb_alloc_base(lmb, CONFIG_SYS_BARGSIZE, 0xf,
1549 env_get_bootm_mapsize() + env_get_bootm_low());
1551 if (cmdline == NULL)
1554 s = env_get("bootargs");
1560 *cmd_start = (ulong) & cmdline[0];
1561 *cmd_end = *cmd_start + strlen(cmdline);
1563 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end);
1567 #endif /* CONFIG_SYS_BOOT_GET_CMDLINE */
1569 #ifdef CONFIG_SYS_BOOT_GET_KBD
1571 * boot_get_kbd - allocate and initialize kernel copy of board info
1572 * @lmb: pointer to lmb handle, will be used for memory mgmt
1573 * @kbd: double pointer to board info data
1575 * boot_get_kbd() allocates space for kernel copy of board info data below
1576 * BOOTMAPSZ + env_get_bootm_low() address and kernel board info is initialized
1577 * with the current u-boot board info data.
1583 int boot_get_kbd(struct lmb *lmb, bd_t **kbd)
1585 *kbd = (bd_t *)(ulong)lmb_alloc_base(lmb, sizeof(bd_t), 0xf,
1586 env_get_bootm_mapsize() + env_get_bootm_low());
1592 debug("## kernel board info at 0x%08lx\n", (ulong)*kbd);
1594 #if defined(DEBUG) && defined(CONFIG_CMD_BDI)
1595 do_bdinfo(NULL, 0, 0, NULL);
1600 #endif /* CONFIG_SYS_BOOT_GET_KBD */
1603 int image_setup_linux(bootm_headers_t *images)
1605 ulong of_size = images->ft_len;
1606 char **of_flat_tree = &images->ft_addr;
1607 struct lmb *lmb = &images->lmb;
1610 if (IMAGE_ENABLE_OF_LIBFDT)
1611 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree);
1613 if (IMAGE_BOOT_GET_CMDLINE) {
1614 ret = boot_get_cmdline(lmb, &images->cmdline_start,
1615 &images->cmdline_end);
1617 puts("ERROR with allocation of cmdline\n");
1622 if (IMAGE_ENABLE_OF_LIBFDT) {
1623 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size);
1628 if (IMAGE_ENABLE_OF_LIBFDT && of_size) {
1629 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb);
1636 #endif /* CONFIG_LMB */
1637 #endif /* !USE_HOSTCC */