blob: 3f4b6423170c7d2b2e47222edd6ad7cbe260beac [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Marian Balakowiczb97a2a02008-01-08 18:14:09 +01002/*
3 * (C) Copyright 2008 Semihalf
4 *
5 * (C) Copyright 2000-2006
6 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
Marian Balakowiczb97a2a02008-01-08 18:14:09 +01007 */
Marian Balakowiczceaed2b2008-01-31 13:57:17 +01008
Marian Balakowiczb97a2a02008-01-08 18:14:09 +01009#ifndef USE_HOSTCC
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +010010#include <common.h>
Simon Glass7b51b572019-08-01 09:46:52 -060011#include <env.h>
Simon Glass4e4bf942022-07-31 12:28:48 -060012#include <display_options.h>
Andy Shevchenko4b325312021-11-08 21:03:38 +030013#include <init.h>
Simon Glass4d72caa2020-05-10 11:40:01 -060014#include <lmb.h>
Simon Glassf7ae49f2020-05-10 11:40:05 -060015#include <log.h>
Simon Glass336d4612020-02-03 07:36:16 -070016#include <malloc.h>
Simon Glass3db71102019-11-14 12:57:16 -070017#include <u-boot/crc.h>
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +010018
19#ifdef CONFIG_SHOW_BOOT_PROGRESS
20#include <status_led.h>
21#endif
22
Simon Glass0c303f92021-09-25 19:43:21 -060023#if CONFIG_IS_ENABLED(FIT) || CONFIG_IS_ENABLED(OF_LIBFDT)
Masahiro Yamadab08c8c42018-03-05 01:20:11 +090024#include <linux/libfdt.h>
Marian Balakowiczfff888a12008-02-21 17:20:19 +010025#include <fdt_support.h>
Marian Balakowiczc8779642008-03-12 10:12:37 +010026#endif
27
Simon Glass401d1c42020-10-30 21:38:53 -060028#include <asm/global_data.h>
Andy Fleming20a14a42008-04-02 16:19:07 -050029#include <u-boot/md5.h>
Jeroen Hofstee2b9912e2014-06-12 22:27:12 +020030#include <u-boot/sha1.h>
Masahiro Yamada1221ce42016-09-21 11:28:55 +090031#include <linux/errno.h>
Simon Glass35e7b0f2013-05-07 06:12:03 +000032#include <asm/io.h>
Marian Balakowiczc8779642008-03-12 10:12:37 +010033
Marian Balakowiczb6b0fe62008-01-31 13:58:13 +010034DECLARE_GLOBAL_DATA_PTR;
Marian Balakowicz8a5ea3e2008-02-27 11:01:04 +010035
Simon Glass458b30a2021-09-25 07:03:14 -060036/* Set this if we have less than 4 MB of malloc() space */
37#if CONFIG_SYS_MALLOC_LEN < (4096 * 1024)
38#define CONSERVE_MEMORY true
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010039#else
Simon Glass458b30a2021-09-25 07:03:14 -060040#define CONSERVE_MEMORY false
41#endif
42
43#else /* USE_HOSTCC */
Marian Balakowicz5ad03eb2008-01-31 13:55:39 +010044#include "mkimage.h"
Andy Fleming20a14a42008-04-02 16:19:07 -050045#include <u-boot/md5.h>
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010046#include <time.h>
Heiko Schocher80402f32015-06-29 09:10:46 +020047
48#ifndef __maybe_unused
49# define __maybe_unused /* unimplemented */
50#endif
Simon Glass458b30a2021-09-25 07:03:14 -060051
52#define CONSERVE_MEMORY false
53
Marian Balakowicz5dfb5212008-02-29 21:24:06 +010054#endif /* !USE_HOSTCC*/
Marian Balakowiczb97a2a02008-01-08 18:14:09 +010055
Simon Glass458b30a2021-09-25 07:03:14 -060056#include <abuf.h>
57#include <bzlib.h>
Simon Glass5d3248a2021-09-25 07:03:17 -060058#include <display_options.h>
Simon Glass458b30a2021-09-25 07:03:14 -060059#include <gzip.h>
Simon Glass41506ff2021-09-25 07:03:15 -060060#include <image.h>
Breno Matheus Lima5b20d142019-09-23 18:39:47 +000061#include <imximage.h>
Simon Glass2ac00c02021-09-25 07:03:18 -060062#include <relocate.h>
Simon Glass458b30a2021-09-25 07:03:14 -060063#include <linux/lzo.h>
64#include <linux/zstd.h>
65#include <linux/kconfig.h>
66#include <lzma/LzmaTypes.h>
67#include <lzma/LzmaDec.h>
68#include <lzma/LzmaTools.h>
69#include <u-boot/crc.h>
Simon Glass2a2d8e92021-10-09 09:28:21 -060070#include <u-boot/lz4.h>
Tao Zeng20d955f2023-08-24 10:37:38 +080071#ifdef CONFIG_AMLOGIC_AMFC
72#include <amlogic/amfc.h>
73#endif
Simon Glass0ccff502013-02-24 17:33:25 +000074
Xindong Xub84a6622023-04-04 08:56:00 +080075#ifdef CONFIG_AMLOGIC_MODIFY
76#include <amlogic/unlz4_android.h>
77#endif
78
Mike Frysinger7edb1862010-10-20 07:17:39 -040079static const table_entry_t uimage_arch[] = {
Simon Glass30495bf2016-06-30 10:52:15 -060080 { IH_ARCH_INVALID, "invalid", "Invalid ARCH", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010081 { IH_ARCH_ALPHA, "alpha", "Alpha", },
82 { IH_ARCH_ARM, "arm", "ARM", },
83 { IH_ARCH_I386, "x86", "Intel x86", },
84 { IH_ARCH_IA64, "ia64", "IA64", },
85 { IH_ARCH_M68K, "m68k", "M68K", },
86 { IH_ARCH_MICROBLAZE, "microblaze", "MicroBlaze", },
87 { IH_ARCH_MIPS, "mips", "MIPS", },
88 { IH_ARCH_MIPS64, "mips64", "MIPS 64 Bit", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010089 { IH_ARCH_NIOS2, "nios2", "NIOS II", },
Grant Ericksone419e122008-05-04 16:45:01 -070090 { IH_ARCH_PPC, "powerpc", "PowerPC", },
Marian Balakowicz570abb02008-02-29 15:59:59 +010091 { IH_ARCH_PPC, "ppc", "PowerPC", },
92 { IH_ARCH_S390, "s390", "IBM S390", },
93 { IH_ARCH_SH, "sh", "SuperH", },
94 { IH_ARCH_SPARC, "sparc", "SPARC", },
95 { IH_ARCH_SPARC64, "sparc64", "SPARC 64 Bit", },
96 { IH_ARCH_BLACKFIN, "blackfin", "Blackfin", },
97 { IH_ARCH_AVR32, "avr32", "AVR32", },
Macpaul Lin64d61462011-10-19 20:41:09 +000098 { IH_ARCH_NDS32, "nds32", "NDS32", },
Stefan Kristiansson3ddcacc2011-11-26 19:04:50 +000099 { IH_ARCH_OPENRISC, "or1k", "OpenRISC 1000",},
Simon Glass35e7b0f2013-05-07 06:12:03 +0000100 { IH_ARCH_SANDBOX, "sandbox", "Sandbox", },
David Feng0ae76532013-12-14 11:47:35 +0800101 { IH_ARCH_ARM64, "arm64", "AArch64", },
Alexey Brodkinbc5d5422014-02-04 12:56:16 +0400102 { IH_ARCH_ARC, "arc", "ARC", },
Simon Glass5bda35c2014-10-10 08:21:57 -0600103 { IH_ARCH_X86_64, "x86_64", "AMD x86_64", },
Chris Zankelde5e5ce2016-08-10 18:36:43 +0300104 { IH_ARCH_XTENSA, "xtensa", "Xtensa", },
Rick Chen86aa65a2018-03-13 13:37:29 +0800105 { IH_ARCH_RISCV, "riscv", "RISC-V", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100106 { -1, "", "", },
107};
108
Mike Frysinger7edb1862010-10-20 07:17:39 -0400109static const table_entry_t uimage_os[] = {
Simon Glass30495bf2016-06-30 10:52:15 -0600110 { IH_OS_INVALID, "invalid", "Invalid OS", },
Philipp Tomsich4914af12017-09-13 21:29:29 +0200111 { IH_OS_ARM_TRUSTED_FIRMWARE, "arm-trusted-firmware", "ARM Trusted Firmware" },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100112 { IH_OS_LINUX, "linux", "Linux", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100113 { IH_OS_NETBSD, "netbsd", "NetBSD", },
Torkel Lundgren3df61952010-09-28 11:05:36 +0200114 { IH_OS_OSE, "ose", "Enea OSE", },
Steven Stallion04d41402013-03-20 06:31:35 +0000115 { IH_OS_PLAN9, "plan9", "Plan 9", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100116 { IH_OS_RTEMS, "rtems", "RTEMS", },
Bryan O'Donoghue45b55712018-03-13 16:50:35 +0000117 { IH_OS_TEE, "tee", "Trusted Execution Environment" },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100118 { IH_OS_U_BOOT, "u-boot", "U-Boot", },
miao.yan@windriver.com68b15e82013-12-27 16:01:50 +0800119 { IH_OS_VXWORKS, "vxworks", "VxWorks", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100120#if defined(CONFIG_CMD_ELF) || defined(USE_HOSTCC)
121 { IH_OS_QNX, "qnx", "QNX", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100122#endif
Peter Tyserf5ed9e32008-09-08 14:56:49 -0500123#if defined(CONFIG_INTEGRITY) || defined(USE_HOSTCC)
124 { IH_OS_INTEGRITY,"integrity", "INTEGRITY", },
125#endif
Marian Balakowicz570abb02008-02-29 15:59:59 +0100126#ifdef USE_HOSTCC
127 { IH_OS_4_4BSD, "4_4bsd", "4_4BSD", },
128 { IH_OS_DELL, "dell", "Dell", },
129 { IH_OS_ESIX, "esix", "Esix", },
130 { IH_OS_FREEBSD, "freebsd", "FreeBSD", },
131 { IH_OS_IRIX, "irix", "Irix", },
132 { IH_OS_NCR, "ncr", "NCR", },
133 { IH_OS_OPENBSD, "openbsd", "OpenBSD", },
134 { IH_OS_PSOS, "psos", "pSOS", },
135 { IH_OS_SCO, "sco", "SCO", },
136 { IH_OS_SOLARIS, "solaris", "Solaris", },
137 { IH_OS_SVR4, "svr4", "SVR4", },
138#endif
Marek Vasut67ddd952014-12-16 14:07:21 +0100139#if defined(CONFIG_BOOTM_OPENRTOS) || defined(USE_HOSTCC)
140 { IH_OS_OPENRTOS, "openrtos", "OpenRTOS", },
141#endif
Lukas Auer5e30e452019-08-21 21:14:44 +0200142 { IH_OS_OPENSBI, "opensbi", "RISC-V OpenSBI", },
Cristian Ciocalteaa031b032019-12-24 18:05:38 +0200143 { IH_OS_EFI, "efi", "EFI Firmware" },
Marek Vasut67ddd952014-12-16 14:07:21 +0100144
Marian Balakowicz570abb02008-02-29 15:59:59 +0100145 { -1, "", "", },
146};
147
Mike Frysinger7edb1862010-10-20 07:17:39 -0400148static const table_entry_t uimage_type[] = {
Stefano Babic4962e382011-10-17 00:07:43 +0000149 { IH_TYPE_AISIMAGE, "aisimage", "Davinci AIS image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100150 { IH_TYPE_FILESYSTEM, "filesystem", "Filesystem Image", },
151 { IH_TYPE_FIRMWARE, "firmware", "Firmware", },
John Rigby3decb142011-07-21 09:10:30 -0400152 { IH_TYPE_FLATDT, "flat_dt", "Flat Device Tree", },
Karicheri, Muralidharanbf411ea2014-04-04 13:16:48 -0400153 { IH_TYPE_GPIMAGE, "gpimage", "TI Keystone SPL Image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100154 { IH_TYPE_KERNEL, "kernel", "Kernel Image", },
Stephen Warrenb9b50e82011-11-10 13:17:53 -0700155 { IH_TYPE_KERNEL_NOLOAD, "kernel_noload", "Kernel Image (no loading done)", },
Stefano Babic4962e382011-10-17 00:07:43 +0000156 { IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",},
157 { IH_TYPE_IMXIMAGE, "imximage", "Freescale i.MX Boot Image",},
Peng Fana2b96ec2018-10-16 04:50:30 +0000158 { IH_TYPE_IMX8IMAGE, "imx8image", "NXP i.MX8 Boot Image",},
Peng Fan6609c262018-11-20 10:19:36 +0000159 { IH_TYPE_IMX8MIMAGE, "imx8mimage", "NXP i.MX8M Boot Image",},
Simon Glass30495bf2016-06-30 10:52:15 -0600160 { IH_TYPE_INVALID, "invalid", "Invalid Image", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100161 { IH_TYPE_MULTI, "multi", "Multi-File Image", },
Stefano Babic4962e382011-10-17 00:07:43 +0000162 { IH_TYPE_OMAPIMAGE, "omapimage", "TI OMAP SPL With GP CH",},
Shaohui Xie5d898a02012-08-10 02:49:35 +0000163 { IH_TYPE_PBLIMAGE, "pblimage", "Freescale PBL Boot Image",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100164 { IH_TYPE_RAMDISK, "ramdisk", "RAMDisk Image", },
165 { IH_TYPE_SCRIPT, "script", "Script", },
Marek Vasut662abc42018-04-15 13:15:33 +0200166 { IH_TYPE_SOCFPGAIMAGE, "socfpgaimage", "Altera SoCFPGA CV/AV preloader",},
167 { IH_TYPE_SOCFPGAIMAGE_V1, "socfpgaimage_v1", "Altera SoCFPGA A10 preloader",},
Marian Balakowicz570abb02008-02-29 15:59:59 +0100168 { IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
Heiko Schocher7816f2c2011-07-16 00:06:42 +0000169 { IH_TYPE_UBLIMAGE, "ublimage", "Davinci UBL image",},
Marek Vasutbce88372013-08-26 20:43:33 +0200170 { IH_TYPE_MXSIMAGE, "mxsimage", "Freescale MXS Boot Image",},
Andreas Bießmann7b1a4112014-05-19 14:23:39 +0200171 { IH_TYPE_ATMELIMAGE, "atmelimage", "ATMEL ROM-Boot Image",},
Simon Glass90268b82014-10-19 21:11:24 -0600172 { IH_TYPE_X86_SETUP, "x86_setup", "x86 setup.bin", },
Albert ARIBAUD \(3ADEV\)39f520b2015-03-31 11:40:49 +0200173 { IH_TYPE_LPC32XXIMAGE, "lpc32xximage", "LPC32XX Boot Image", },
Simon Glassa131c1f2015-08-30 16:55:24 -0600174 { IH_TYPE_RKIMAGE, "rkimage", "Rockchip Boot Image" },
Simon Glassf9a3c272015-08-30 16:55:25 -0600175 { IH_TYPE_RKSD, "rksd", "Rockchip SD Boot Image" },
Simon Glass10b84fe2015-08-30 16:55:26 -0600176 { IH_TYPE_RKSPI, "rkspi", "Rockchip SPI Boot Image" },
Albert ARIBAUD \(3ADEV\)ed0c2c02016-09-26 09:08:06 +0200177 { IH_TYPE_VYBRIDIMAGE, "vybridimage", "Vybrid Boot Image", },
Nathan Rossi66eef1e2015-11-17 22:56:56 +1000178 { IH_TYPE_ZYNQIMAGE, "zynqimage", "Xilinx Zynq Boot Image" },
Michal Simekd9b58b32016-04-27 14:03:29 +0200179 { IH_TYPE_ZYNQMPIMAGE, "zynqmpimage", "Xilinx ZynqMP Boot Image" },
Alexander Graf6915dcf2018-04-13 14:18:52 +0200180 { IH_TYPE_ZYNQMPBIF, "zynqmpbif", "Xilinx ZynqMP Boot Image (bif)" },
Michal Simeked0cea72016-05-17 13:58:44 +0200181 { IH_TYPE_FPGA, "fpga", "FPGA Image" },
Andrew F. Davis7e719ee2016-11-29 16:33:21 -0600182 { IH_TYPE_TEE, "tee", "Trusted Execution Environment Image",},
Sven Ebenfeldd21bd692016-11-06 16:37:56 +0100183 { IH_TYPE_FIRMWARE_IVT, "firmware_ivt", "Firmware with HABv4 IVT" },
Andrew F. Davis6442c962017-07-31 10:58:20 -0500184 { IH_TYPE_PMMC, "pmmc", "TI Power Management Micro-Controller Firmware",},
Patrick Delaunay81260e32018-03-12 10:46:04 +0100185 { IH_TYPE_STM32IMAGE, "stm32image", "STMicroelectronics STM32 Image" },
Ryder Lee3b975a12018-11-15 10:07:49 +0800186 { IH_TYPE_MTKIMAGE, "mtk_image", "MediaTek BootROM loadable Image" },
Patrick Delaunaye7fabe72019-08-02 15:07:19 +0200187 { IH_TYPE_COPRO, "copro", "Coprocessor Image"},
Andre Przywara6d295092018-12-20 01:15:18 +0000188 { IH_TYPE_SUNXI_EGON, "sunxi_egon", "Allwinner eGON Boot Image" },
Samuel Hollande9e87ec2022-03-18 00:00:43 -0500189 { IH_TYPE_SUNXI_TOC0, "sunxi_toc0", "Allwinner TOC0 Boot Image" },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100190 { -1, "", "", },
191};
192
Mike Frysinger7edb1862010-10-20 07:17:39 -0400193static const table_entry_t uimage_comp[] = {
Marian Balakowicz570abb02008-02-29 15:59:59 +0100194 { IH_COMP_NONE, "none", "uncompressed", },
195 { IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },
196 { IH_COMP_GZIP, "gzip", "gzip compressed", },
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200197 { IH_COMP_LZMA, "lzma", "lzma compressed", },
Peter Korsgaard20dde482009-11-19 11:37:51 +0100198 { IH_COMP_LZO, "lzo", "lzo compressed", },
Julius Werner027b7282015-10-06 20:03:53 -0700199 { IH_COMP_LZ4, "lz4", "lz4 compressed", },
Xindong Xub84a6622023-04-04 08:56:00 +0800200 { IH_COMP_LZ4_ANDROID, "lz4", "lz4 compressed android",},
Robert Marko26073f92020-04-25 19:37:21 +0200201 { IH_COMP_ZSTD, "zstd", "zstd compressed", },
Marian Balakowicz570abb02008-02-29 15:59:59 +0100202 { -1, "", "", },
203};
204
Simon Glass44ad35a2022-10-20 18:23:03 -0600205static const table_entry_t uimage_phase[] = {
206 { IH_PHASE_NONE, "none", "any", },
207 { IH_PHASE_U_BOOT, "u-boot", "U-Boot phase", },
208 { IH_PHASE_SPL, "spl", "SPL Phase", },
209 { -1, "", "", },
210};
211
Simon Glass56d7ab72016-06-30 10:52:14 -0600212struct table_info {
213 const char *desc;
214 int count;
215 const table_entry_t *table;
216};
217
Atish Patra155d6a32020-03-05 16:24:22 -0800218static const struct comp_magic_map image_comp[] = {
219 { IH_COMP_BZIP2, "bzip2", {0x42, 0x5a},},
220 { IH_COMP_GZIP, "gzip", {0x1f, 0x8b},},
221 { IH_COMP_LZMA, "lzma", {0x5d, 0x00},},
222 { IH_COMP_LZO, "lzo", {0x89, 0x4c},},
Artem Lapkin2ddb8fc2021-08-31 18:22:18 +0800223 { IH_COMP_LZ4, "lz4", {0x04, 0x22},},
224 { IH_COMP_ZSTD, "zstd", {0x28, 0xb5},},
Atish Patra155d6a32020-03-05 16:24:22 -0800225 { IH_COMP_NONE, "none", {}, },
226};
227
Simon Glass56d7ab72016-06-30 10:52:14 -0600228static const struct table_info table_info[IH_COUNT] = {
229 { "architecture", IH_ARCH_COUNT, uimage_arch },
230 { "compression", IH_COMP_COUNT, uimage_comp },
231 { "operating system", IH_OS_COUNT, uimage_os },
232 { "image type", IH_TYPE_COUNT, uimage_type },
Simon Glass44ad35a2022-10-20 18:23:03 -0600233 { "phase", IH_PHASE_COUNT, uimage_phase },
Simon Glass56d7ab72016-06-30 10:52:14 -0600234};
235
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100236/*****************************************************************************/
237/* Legacy format routines */
238/*****************************************************************************/
Simon Glassf3543e62022-09-06 20:26:52 -0600239int image_check_hcrc(const struct legacy_img_hdr *hdr)
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100240{
241 ulong hcrc;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000242 ulong len = image_get_header_size();
Simon Glassf3543e62022-09-06 20:26:52 -0600243 struct legacy_img_hdr header;
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100244
245 /* Copy header so we can blank CRC field for re-calculation */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000246 memmove(&header, (char *)hdr, image_get_header_size());
247 image_set_hcrc(&header, 0);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100248
Stephen Warren712fbcf2011-10-18 11:11:49 +0000249 hcrc = crc32(0, (unsigned char *)&header, len);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100250
Stephen Warren712fbcf2011-10-18 11:11:49 +0000251 return (hcrc == image_get_hcrc(hdr));
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100252}
253
Simon Glassf3543e62022-09-06 20:26:52 -0600254int image_check_dcrc(const struct legacy_img_hdr *hdr)
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100255{
Bo Lv6101ca72023-04-11 20:32:09 +0800256#ifdef CONFIG_PXP_EMULATOR
257 puts("PXP skip CRC...");
258 return 1;
259#else
Stephen Warren712fbcf2011-10-18 11:11:49 +0000260 ulong data = image_get_data(hdr);
261 ulong len = image_get_data_size(hdr);
262 ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32);
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100263
Stephen Warren712fbcf2011-10-18 11:11:49 +0000264 return (dcrc == image_get_dcrc(hdr));
Bo Lv6101ca72023-04-11 20:32:09 +0800265#endif
Marian Balakowiczb97a2a02008-01-08 18:14:09 +0100266}
267
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100268/**
269 * image_multi_count - get component (sub-image) count
270 * @hdr: pointer to the header of the multi component image
271 *
272 * image_multi_count() returns number of components in a multi
273 * component image.
274 *
275 * Note: no checking of the image type is done, caller must pass
276 * a valid multi component image.
277 *
278 * returns:
279 * number of components
280 */
Simon Glassf3543e62022-09-06 20:26:52 -0600281ulong image_multi_count(const struct legacy_img_hdr *hdr)
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100282{
283 ulong i, count = 0;
Marian Balakowiczdf6f1b82008-02-29 16:00:06 +0100284 uint32_t *size;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100285
286 /* get start of the image payload, which in case of multi
287 * component images that points to a table of component sizes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000288 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100289
290 /* count non empty slots */
291 for (i = 0; size[i]; ++i)
292 count++;
293
294 return count;
295}
296
297/**
298 * image_multi_getimg - get component data address and size
299 * @hdr: pointer to the header of the multi component image
300 * @idx: index of the requested component
301 * @data: pointer to a ulong variable, will hold component data address
302 * @len: pointer to a ulong variable, will hold component size
303 *
304 * image_multi_getimg() returns size and data address for the requested
305 * component in a multi component image.
306 *
307 * Note: no checking of the image type is done, caller must pass
308 * a valid multi component image.
309 *
310 * returns:
311 * data address and size of the component, if idx is valid
312 * 0 in data and len, if idx is out of range
313 */
Simon Glassf3543e62022-09-06 20:26:52 -0600314void image_multi_getimg(const struct legacy_img_hdr *hdr, ulong idx,
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100315 ulong *data, ulong *len)
316{
317 int i;
Marian Balakowiczdf6f1b82008-02-29 16:00:06 +0100318 uint32_t *size;
Nick Spence02b9b222008-05-10 14:02:04 -0700319 ulong offset, count, img_data;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100320
321 /* get number of component */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000322 count = image_multi_count(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100323
324 /* get start of the image payload, which in case of multi
325 * component images that points to a table of component sizes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000326 size = (uint32_t *)image_get_data(hdr);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100327
328 /* get address of the proper component data start, which means
329 * skipping sizes table (add 1 for last, null entry) */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000330 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100331
332 if (idx < count) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000333 *len = uimage_to_cpu(size[idx]);
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100334 offset = 0;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100335
336 /* go over all indices preceding requested component idx */
337 for (i = 0; i < idx; i++) {
Nick Spence02b9b222008-05-10 14:02:04 -0700338 /* add up i-th component size, rounding up to 4 bytes */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000339 offset += (uimage_to_cpu(size[i]) + 3) & ~3 ;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100340 }
341
342 /* calculate idx-th component data address */
Nick Spence02b9b222008-05-10 14:02:04 -0700343 *data = img_data + offset;
Marian Balakowiczf13e7b22008-01-08 18:12:17 +0100344 } else {
345 *len = 0;
346 *data = 0;
347 }
348}
Marian Balakowicz42b73e82008-01-31 13:20:07 +0100349
Simon Glassf3543e62022-09-06 20:26:52 -0600350static void image_print_type(const struct legacy_img_hdr *hdr)
Marian Balakowicz2242f532008-02-21 17:27:41 +0100351{
Heiko Schocher80402f32015-06-29 09:10:46 +0200352 const char __maybe_unused *os, *arch, *type, *comp;
Marian Balakowicz2242f532008-02-21 17:27:41 +0100353
Tao Zeng20d955f2023-08-24 10:37:38 +0800354 printf("%s, hdr:%p, comp:%x\n", __func__, hdr, hdr->ih_comp);
Stephen Warren712fbcf2011-10-18 11:11:49 +0000355 os = genimg_get_os_name(image_get_os(hdr));
356 arch = genimg_get_arch_name(image_get_arch(hdr));
357 type = genimg_get_type_name(image_get_type(hdr));
358 comp = genimg_get_comp_name(image_get_comp(hdr));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100359
Stephen Warren712fbcf2011-10-18 11:11:49 +0000360 printf("%s %s %s (%s)\n", arch, os, type, comp);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100361}
362
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100363/**
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200364 * image_print_contents - prints out the contents of the legacy format image
Wolfgang Denk3a2003f2009-08-19 11:42:56 +0200365 * @ptr: pointer to the legacy format image header
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100366 * @p: pointer to prefix string
367 *
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200368 * image_print_contents() formats a multi line legacy image contents description.
Marian Balakowicz5dfb5212008-02-29 21:24:06 +0100369 * The routine prints out all header fields followed by the size/offset data
370 * for MULTI/SCRIPT images.
371 *
372 * returns:
373 * no returned results
374 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000375void image_print_contents(const void *ptr)
Marian Balakowicz2242f532008-02-21 17:27:41 +0100376{
Simon Glassf3543e62022-09-06 20:26:52 -0600377 const struct legacy_img_hdr *hdr = (const struct legacy_img_hdr *)ptr;
Heiko Schocher80402f32015-06-29 09:10:46 +0200378 const char __maybe_unused *p;
Bartlomiej Siekaedbed242008-04-18 12:39:23 +0200379
Simon Glass1fe7d932013-05-08 08:05:58 +0000380 p = IMAGE_INDENT_STRING;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000381 printf("%sImage Name: %.*s\n", p, IH_NMLEN, image_get_name(hdr));
Simon Glass859e92b2013-05-07 06:11:51 +0000382 if (IMAGE_ENABLE_TIMESTAMP) {
383 printf("%sCreated: ", p);
384 genimg_print_time((time_t)image_get_time(hdr));
385 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000386 printf("%sImage Type: ", p);
387 image_print_type(hdr);
388 printf("%sData Size: ", p);
389 genimg_print_size(image_get_data_size(hdr));
390 printf("%sLoad Address: %08x\n", p, image_get_load(hdr));
391 printf("%sEntry Point: %08x\n", p, image_get_ep(hdr));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100392
Stephen Warren712fbcf2011-10-18 11:11:49 +0000393 if (image_check_type(hdr, IH_TYPE_MULTI) ||
394 image_check_type(hdr, IH_TYPE_SCRIPT)) {
Marian Balakowicz2242f532008-02-21 17:27:41 +0100395 int i;
396 ulong data, len;
Stephen Warren712fbcf2011-10-18 11:11:49 +0000397 ulong count = image_multi_count(hdr);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100398
Stephen Warren712fbcf2011-10-18 11:11:49 +0000399 printf("%sContents:\n", p);
Marian Balakowicz2242f532008-02-21 17:27:41 +0100400 for (i = 0; i < count; i++) {
Stephen Warren712fbcf2011-10-18 11:11:49 +0000401 image_multi_getimg(hdr, i, &data, &len);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100402
Stephen Warren712fbcf2011-10-18 11:11:49 +0000403 printf("%s Image %d: ", p, i);
404 genimg_print_size(len);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100405
Stephen Warren712fbcf2011-10-18 11:11:49 +0000406 if (image_check_type(hdr, IH_TYPE_SCRIPT) && i > 0) {
Marian Balakowicz570abb02008-02-29 15:59:59 +0100407 /*
408 * the user may need to know offsets
409 * if planning to do something with
410 * multiple files
411 */
Stephen Warren712fbcf2011-10-18 11:11:49 +0000412 printf("%s Offset = 0x%08lx\n", p, data);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100413 }
Marian Balakowicz2242f532008-02-21 17:27:41 +0100414 }
Sven Ebenfeldd21bd692016-11-06 16:37:56 +0100415 } else if (image_check_type(hdr, IH_TYPE_FIRMWARE_IVT)) {
416 printf("HAB Blocks: 0x%08x 0x0000 0x%08x\n",
Breno Matheus Lima5b20d142019-09-23 18:39:47 +0000417 image_get_load(hdr) - image_get_header_size(),
418 (int)(image_get_size(hdr) + image_get_header_size()
419 + sizeof(flash_header_v2_t) - 0x2060));
Marian Balakowicz2242f532008-02-21 17:27:41 +0100420 }
421}
422
Julius Werner20908542019-07-24 19:37:54 -0700423/**
424 * print_decomp_msg() - Print a suitable decompression/loading message
425 *
426 * @type: OS type (IH_OS_...)
427 * @comp_type: Compression type being used (IH_COMP_...)
428 * @is_xip: true if the load address matches the image start
429 */
430static void print_decomp_msg(int comp_type, int type, bool is_xip)
431{
432 const char *name = genimg_get_type_name(type);
433
434 if (comp_type == IH_COMP_NONE)
435 printf(" %s %s\n", is_xip ? "XIP" : "Loading", name);
436 else
437 printf(" Uncompressing %s\n", name);
438}
439
Atish Patra155d6a32020-03-05 16:24:22 -0800440int image_decomp_type(const unsigned char *buf, ulong len)
441{
442 const struct comp_magic_map *cmagic = image_comp;
443
444 if (len < 2)
445 return -EINVAL;
446
447 for (; cmagic->comp_id > 0; cmagic++) {
448 if (!memcmp(buf, cmagic->magic, 2))
449 break;
450 }
451
452 return cmagic->comp_id;
453}
454
Julius Werner20908542019-07-24 19:37:54 -0700455int image_decomp(int comp, ulong load, ulong image_start, int type,
456 void *load_buf, void *image_buf, ulong image_len,
457 uint unc_len, ulong *load_end)
458{
Simon Glassb876eb82021-09-25 07:03:11 -0600459 int ret = -ENOSYS;
Julius Werner20908542019-07-24 19:37:54 -0700460
461 *load_end = load;
462 print_decomp_msg(comp, type, load == image_start);
463
464 /*
465 * Load the image to the right place, decompressing if needed. After
466 * this, image_len will be set to the number of uncompressed bytes
467 * loaded, ret will be non-zero on error.
468 */
469 switch (comp) {
470 case IH_COMP_NONE:
Simon Glassb876eb82021-09-25 07:03:11 -0600471 ret = 0;
Julius Werner20908542019-07-24 19:37:54 -0700472 if (load == image_start)
473 break;
474 if (image_len <= unc_len)
475 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ);
476 else
477 ret = -ENOSPC;
478 break;
Simon Glass458b30a2021-09-25 07:03:14 -0600479 case IH_COMP_GZIP:
Simon Glassc9d6b5b2021-09-25 19:43:14 -0600480 if (!tools_build() && CONFIG_IS_ENABLED(GZIP))
Simon Glass458b30a2021-09-25 07:03:14 -0600481 ret = gunzip(load_buf, unc_len, image_buf, &image_len);
Julius Werner20908542019-07-24 19:37:54 -0700482 break;
Simon Glass458b30a2021-09-25 07:03:14 -0600483 case IH_COMP_BZIP2:
Simon Glassc9d6b5b2021-09-25 19:43:14 -0600484 if (!tools_build() && CONFIG_IS_ENABLED(BZIP2)) {
Simon Glass458b30a2021-09-25 07:03:14 -0600485 uint size = unc_len;
Julius Werner20908542019-07-24 19:37:54 -0700486
Simon Glass458b30a2021-09-25 07:03:14 -0600487 /*
488 * If we've got less than 4 MB of malloc() space,
489 * use slower decompression algorithm which requires
490 * at most 2300 KB of memory.
491 */
492 ret = BZ2_bzBuffToBuffDecompress(load_buf, &size,
493 image_buf, image_len, CONSERVE_MEMORY, 0);
494 image_len = size;
Robert Marko26073f92020-04-25 19:37:21 +0200495 }
Robert Marko26073f92020-04-25 19:37:21 +0200496 break;
Simon Glass458b30a2021-09-25 07:03:14 -0600497 case IH_COMP_LZMA:
Simon Glassc9d6b5b2021-09-25 19:43:14 -0600498 if (!tools_build() && CONFIG_IS_ENABLED(LZMA)) {
Simon Glass458b30a2021-09-25 07:03:14 -0600499 SizeT lzma_len = unc_len;
500
501 ret = lzmaBuffToBuffDecompress(load_buf, &lzma_len,
502 image_buf, image_len);
503 image_len = lzma_len;
504 }
505 break;
506 case IH_COMP_LZO:
Simon Glassc9d6b5b2021-09-25 19:43:14 -0600507 if (!tools_build() && CONFIG_IS_ENABLED(LZO)) {
Simon Glass458b30a2021-09-25 07:03:14 -0600508 size_t size = unc_len;
509
510 ret = lzop_decompress(image_buf, image_len, load_buf, &size);
511 image_len = size;
512 }
513 break;
514 case IH_COMP_LZ4:
Simon Glassc9d6b5b2021-09-25 19:43:14 -0600515 if (!tools_build() && CONFIG_IS_ENABLED(LZ4)) {
Simon Glass458b30a2021-09-25 07:03:14 -0600516 size_t size = unc_len;
517
518 ret = ulz4fn(image_buf, image_len, load_buf, &size);
519 image_len = size;
520 }
521 break;
Xindong Xub84a6622023-04-04 08:56:00 +0800522#ifdef CONFIG_AMLOGIC_MODIFY
523 case IH_COMP_LZ4_ANDROID:
524 if (!tools_build() && CONFIG_IS_ENABLED(LZ4)) {
525 size_t size = unc_len;
526
527 ret = unlz4(image_buf, image_len, load_buf, &size);
528 image_len = size;
529 }
530 break;
531#endif
Simon Glass458b30a2021-09-25 07:03:14 -0600532 case IH_COMP_ZSTD:
Tao Zeng20d955f2023-08-24 10:37:38 +0800533 #ifdef CONFIG_AMLOGIC_AMFC
534 if (!tools_build()) {
535 ret = amfc_decompress(image_buf, load_buf,
536 image_len, unc_len);
537 if (ret >= 0) {
538 image_len = ret;
539 ret = 0;
540 }
541 }
542 #else
Simon Glassc9d6b5b2021-09-25 19:43:14 -0600543 if (!tools_build() && CONFIG_IS_ENABLED(ZSTD)) {
Simon Glass458b30a2021-09-25 07:03:14 -0600544 struct abuf in, out;
545
546 abuf_init_set(&in, image_buf, image_len);
Jérôme Carretero408e2d52022-03-16 15:35:36 -0400547 abuf_init_set(&out, load_buf, unc_len);
Simon Glass458b30a2021-09-25 07:03:14 -0600548 ret = zstd_decompress(&in, &out);
549 if (ret >= 0) {
550 image_len = ret;
551 ret = 0;
552 }
553 }
Tao Zeng20d955f2023-08-24 10:37:38 +0800554 #endif
Simon Glass458b30a2021-09-25 07:03:14 -0600555 break;
Julius Werner20908542019-07-24 19:37:54 -0700556 }
Simon Glassb876eb82021-09-25 07:03:11 -0600557 if (ret == -ENOSYS) {
558 printf("Unimplemented compression type %d\n", comp);
559 return ret;
560 }
561 if (ret)
562 return ret;
Julius Werner20908542019-07-24 19:37:54 -0700563
564 *load_end = load + image_len;
565
Simon Glassb876eb82021-09-25 07:03:11 -0600566 return 0;
Julius Werner20908542019-07-24 19:37:54 -0700567}
568
Simon Glass5b9d44d2015-06-23 15:38:25 -0600569const table_entry_t *get_table_entry(const table_entry_t *table, int id)
570{
571 for (; table->id >= 0; ++table) {
572 if (table->id == id)
573 return table;
574 }
575 return NULL;
576}
577
Simon Glass14262202016-06-30 10:52:16 -0600578static const char *unknown_msg(enum ih_category category)
579{
Simon Glassae3de0d2016-10-31 10:21:09 -0600580 static const char unknown_str[] = "Unknown ";
Simon Glass14262202016-06-30 10:52:16 -0600581 static char msg[30];
582
Simon Glassae3de0d2016-10-31 10:21:09 -0600583 strcpy(msg, unknown_str);
584 strncat(msg, table_info[category].desc,
585 sizeof(msg) - sizeof(unknown_str));
Simon Glass14262202016-06-30 10:52:16 -0600586
587 return msg;
588}
589
590/**
Naoki Hayama898a0842020-10-07 11:22:24 +0900591 * genimg_get_cat_name - translate entry id to long name
Simon Glass14262202016-06-30 10:52:16 -0600592 * @category: category to look up (enum ih_category)
593 * @id: entry id to be translated
594 *
595 * This will scan the translation table trying to find the entry that matches
596 * the given id.
597 *
Heinrich Schuchardt185f8122022-01-19 18:05:50 +0100598 * Return: long entry name if translation succeeds; error string on failure
Simon Glass14262202016-06-30 10:52:16 -0600599 */
600const char *genimg_get_cat_name(enum ih_category category, uint id)
601{
602 const table_entry_t *entry;
603
604 entry = get_table_entry(table_info[category].table, id);
605 if (!entry)
606 return unknown_msg(category);
Simon Glass2ac00c02021-09-25 07:03:18 -0600607 return manual_reloc(entry->lname);
Simon Glass14262202016-06-30 10:52:16 -0600608}
609
610/**
Naoki Hayama898a0842020-10-07 11:22:24 +0900611 * genimg_get_cat_short_name - translate entry id to short name
Simon Glass14262202016-06-30 10:52:16 -0600612 * @category: category to look up (enum ih_category)
613 * @id: entry id to be translated
614 *
615 * This will scan the translation table trying to find the entry that matches
616 * the given id.
617 *
Heinrich Schuchardt185f8122022-01-19 18:05:50 +0100618 * Return: short entry name if translation succeeds; error string on failure
Simon Glass14262202016-06-30 10:52:16 -0600619 */
620const char *genimg_get_cat_short_name(enum ih_category category, uint id)
621{
622 const table_entry_t *entry;
623
624 entry = get_table_entry(table_info[category].table, id);
625 if (!entry)
626 return unknown_msg(category);
Simon Glass2ac00c02021-09-25 07:03:18 -0600627 return manual_reloc(entry->sname);
Simon Glass14262202016-06-30 10:52:16 -0600628}
629
630int genimg_get_cat_count(enum ih_category category)
631{
632 return table_info[category].count;
633}
634
635const char *genimg_get_cat_desc(enum ih_category category)
636{
637 return table_info[category].desc;
638}
639
Marian Balakowicz570abb02008-02-29 15:59:59 +0100640/**
Naoki Hayama02d41b02020-10-07 11:21:25 +0900641 * genimg_cat_has_id - check whether category has entry id
642 * @category: category to look up (enum ih_category)
643 * @id: entry id to be checked
644 *
645 * This will scan the translation table trying to find the entry that matches
646 * the given id.
647 *
Heinrich Schuchardt185f8122022-01-19 18:05:50 +0100648 * Return: true if category has entry id; false if not
Naoki Hayama02d41b02020-10-07 11:21:25 +0900649 */
650bool genimg_cat_has_id(enum ih_category category, uint id)
651{
652 if (get_table_entry(table_info[category].table, id))
653 return true;
654
655 return false;
656}
657
658/**
Marian Balakowicz570abb02008-02-29 15:59:59 +0100659 * 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
663 *
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.
667 *
668 * returns:
669 * long entry name if translation succeeds
670 * msg otherwise
671 */
Mike Frysinger7edb1862010-10-20 07:17:39 -0400672char *get_table_entry_name(const table_entry_t *table, char *msg, int id)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100673{
Simon Glass5b9d44d2015-06-23 15:38:25 -0600674 table = get_table_entry(table, id);
675 if (!table)
676 return msg;
Simon Glass2ac00c02021-09-25 07:03:18 -0600677 return manual_reloc(table->lname);
Marian Balakowicz570abb02008-02-29 15:59:59 +0100678}
679
Stephen Warren712fbcf2011-10-18 11:11:49 +0000680const char *genimg_get_os_name(uint8_t os)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100681{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000682 return (get_table_entry_name(uimage_os, "Unknown OS", os));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100683}
684
Stephen Warren712fbcf2011-10-18 11:11:49 +0000685const char *genimg_get_arch_name(uint8_t arch)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100686{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000687 return (get_table_entry_name(uimage_arch, "Unknown Architecture",
688 arch));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100689}
690
Stephen Warren712fbcf2011-10-18 11:11:49 +0000691const char *genimg_get_type_name(uint8_t type)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100692{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000693 return (get_table_entry_name(uimage_type, "Unknown Image", type));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100694}
695
Naoki Hayama898a0842020-10-07 11:22:24 +0900696const char *genimg_get_comp_name(uint8_t comp)
697{
698 return (get_table_entry_name(uimage_comp, "Unknown Compression",
699 comp));
700}
701
Simon Glass44ad35a2022-10-20 18:23:03 -0600702const char *genimg_get_phase_name(enum image_phase_t phase)
703{
704 return get_table_entry_name(uimage_phase, "Unknown Phase", phase);
705}
706
Simon Glasscef2e512016-02-22 22:55:50 -0700707static const char *genimg_get_short_name(const table_entry_t *table, int val)
Simon Glass5b9d44d2015-06-23 15:38:25 -0600708{
Simon Glasscef2e512016-02-22 22:55:50 -0700709 table = get_table_entry(table, val);
Simon Glass5b9d44d2015-06-23 15:38:25 -0600710 if (!table)
711 return "unknown";
Simon Glass2ac00c02021-09-25 07:03:18 -0600712 return manual_reloc(table->sname);
Simon Glass5b9d44d2015-06-23 15:38:25 -0600713}
714
Simon Glasscef2e512016-02-22 22:55:50 -0700715const char *genimg_get_type_short_name(uint8_t type)
716{
717 return genimg_get_short_name(uimage_type, type);
718}
719
Simon Glasscef2e512016-02-22 22:55:50 -0700720const char *genimg_get_comp_short_name(uint8_t comp)
721{
722 return genimg_get_short_name(uimage_comp, comp);
723}
724
725const char *genimg_get_os_short_name(uint8_t os)
726{
727 return genimg_get_short_name(uimage_os, os);
728}
729
730const char *genimg_get_arch_short_name(uint8_t arch)
731{
732 return genimg_get_short_name(uimage_arch, arch);
733}
734
Marian Balakowicz570abb02008-02-29 15:59:59 +0100735/**
736 * get_table_entry_id - translate short entry name to id
737 * @table: pointer to a translation table for entries of a specific type
738 * @table_name: to be used in case of error
739 * @name: entry short name to be translated
740 *
741 * get_table_entry_id() will go over translation table trying to find
742 * entry that matches given short name. If matching entry is found,
743 * its id returned to the caller.
744 *
745 * returns:
746 * entry id if translation succeeds
747 * -1 otherwise
748 */
Mike Frysinger7edb1862010-10-20 07:17:39 -0400749int get_table_entry_id(const table_entry_t *table,
Marian Balakowicz570abb02008-02-29 15:59:59 +0100750 const char *table_name, const char *name)
751{
Mike Frysinger7edb1862010-10-20 07:17:39 -0400752 const table_entry_t *t;
Marian Balakowicz570abb02008-02-29 15:59:59 +0100753
754 for (t = table; t->id >= 0; ++t) {
Simon Glass2ac00c02021-09-25 07:03:18 -0600755 if (t->sname && !strcasecmp(manual_reloc(t->sname), name))
756 return t->id;
Marian Balakowicz570abb02008-02-29 15:59:59 +0100757 }
Stephen Warren712fbcf2011-10-18 11:11:49 +0000758 debug("Invalid %s Type: %s\n", table_name, name);
Simon Glass5b9d44d2015-06-23 15:38:25 -0600759
760 return -1;
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100761}
762
Stephen Warren712fbcf2011-10-18 11:11:49 +0000763int genimg_get_os_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100764{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000765 return (get_table_entry_id(uimage_os, "OS", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100766}
767
Stephen Warren712fbcf2011-10-18 11:11:49 +0000768int genimg_get_arch_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100769{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000770 return (get_table_entry_id(uimage_arch, "CPU", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100771}
772
Stephen Warren712fbcf2011-10-18 11:11:49 +0000773int genimg_get_type_id(const char *name)
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100774{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000775 return (get_table_entry_id(uimage_type, "Image", name));
Marian Balakowicz9a4daad2008-02-29 14:58:34 +0100776}
777
Stephen Warren712fbcf2011-10-18 11:11:49 +0000778int genimg_get_comp_id(const char *name)
Marian Balakowicz570abb02008-02-29 15:59:59 +0100779{
Stephen Warren712fbcf2011-10-18 11:11:49 +0000780 return (get_table_entry_id(uimage_comp, "Compression", name));
Marian Balakowicz570abb02008-02-29 15:59:59 +0100781}
Simon Glass44ad35a2022-10-20 18:23:03 -0600782
783int genimg_get_phase_id(const char *name)
784{
785 return get_table_entry_id(uimage_phase, "Phase", name);
786}