Searched refs:package (Results 1 - 11 of 11) sorted by relevance

/u-boot/arch/arm/mach-stm32mp/stm32mp2/
H A Dstm32mp25x.c26 * - 000: Custom package
106 char *cpu_s, *cpu_r, *package; local
110 package = "??";
179 package = "XX";
182 package = "AL";
185 package = "AK";
188 package = "AI";
195 snprintf(name, SOC_NAME_SIZE, "STM32MP%s%s Rev.%s", cpu_s, package, cpu_r);
/u-boot/scripts/kconfig/
H A Dnconf-cfg.sh43 echo >&2 "* Unable to find the ncurses package."
H A Dmconf-cfg.sh43 echo >&2 "* Unable to find the ncurses package."
/u-boot/lib/efi_loader/
H A Defi_hii.c87 struct efi_hii_guid_package package; member in struct:efi_guid_data
91 struct list_head link; /* in package */
252 struct efi_hii_guid_package *package)
261 memcpy(&data->package, package, sizeof(*package));
267 static void free_keyboard_layouts(struct efi_keyboard_package_data *package) argument
271 while (!list_empty(&package->keyboard_layout_list)) {
272 layout_data = list_first_entry(&package->keyboard_layout_list,
283 struct efi_keyboard_package_data *package; local
251 add_guid_package(struct efi_hii_packagelist *hii, struct efi_hii_guid_package *package) argument
367 struct efi_hii_package_header *package; local
494 struct efi_hii_package_header *package; local
[all...]
/u-boot/arch/arm/mach-omap2/
H A Dhwinit-common.c73 const char *sec_s, *package = NULL; local
96 package = "ABZ";
100 package = "ACD";
111 if (package)
112 printf(" %s package\n", package);
153 * init_package_revision() - Initialize package revision
/u-boot/drivers/net/phy/
H A Dncsi.c283 printf("NCSI: Invalid package / channel (0x%02x, 0x%02x)\n",
310 printf("NCSI: Invalid package / channel (0x%02x, 0x%02x)\n",
339 printf("NCSI: Invalid package / channel (0x%02x, 0x%02x)\n",
354 struct ncsi_package *package; local
361 printf("NCSI: Mystery package 0x%02x from CIS\n", np);
365 package = &ncsi_priv->packages[np];
367 if (nc < package->n_channels) {
376 package->channels = realloc(package->channels,
378 (package
794 struct ncsi_package *package; local
[all...]
/u-boot/tools/u_boot_pylib/
H A Dtools.py374 package = packages.get(name)
375 if package:
376 msg += " (e.g. from package '%s')" % package
/u-boot/arch/arm/mach-omap2/omap5/
H A Dhwinit.c394 u8 package; local
397 package = (die_id[2] >> 16) & 0x3;
400 switch (package) {
/u-boot/tools/binman/
H A Dbintool.py402 def apt_install(cls, package):
408 package (str): Name of package to install
413 args = ['sudo', 'apt', 'install', '-y', package]
573 This installs the gzip package using the apt utility.
/u-boot/arch/x86/include/asm/arch-apollolake/fsp/
H A Dfsp_m_upd.h56 u8 package; member in struct:fsp_m_config
/u-boot/arch/x86/cpu/apollolake/
H A Dfsp_bindings.c295 .offset = offsetof(struct fsp_m_config, package),
296 .propname = "fspm,package",

Completed in 145 milliseconds