Home
last modified time | relevance | path

Searched refs:package (Results 1 – 25 of 62) sorted by relevance

123

/u-boot/lib/efi_loader/
A Defi_hii.c88 struct efi_hii_guid_package package; member
262 memcpy(&data->package, package, sizeof(*package)); in add_guid_package()
290 free_keyboard_layouts(package); in remove_keyboard_package()
291 list_del(&package->link); in remove_keyboard_package()
292 free(package); in remove_keyboard_package()
379 while ((void *)package < end) { in add_packages()
381 efi_hii_package_type(package), in add_packages()
382 efi_hii_package_len(package)); in add_packages()
432 package = (void *)package + efi_hii_package_len(package); in add_packages()
514 while ((void *)package < end) { in update_package_list()
[all …]
/u-boot/arch/arm/mach-omap2/
A Dhwinit-common.c72 const char *sec_s, *package = NULL; in omap_rev_string() local
95 package = "ABZ"; in omap_rev_string()
99 package = "ACD"; in omap_rev_string()
110 if (package) in omap_rev_string()
111 printf(" %s package\n", package); in omap_rev_string()
/u-boot/drivers/net/phy/
A Dncsi.c353 struct ncsi_package *package; in ncsi_rsp_cis() local
364 package = &ncsi_priv->packages[np]; in ncsi_rsp_cis()
366 if (nc < package->n_channels) { in ncsi_rsp_cis()
375 package->channels = realloc(package->channels, in ncsi_rsp_cis()
377 (package->n_channels + 1)); in ncsi_rsp_cis()
378 if (!package->channels) { in ncsi_rsp_cis()
385 package->channels[nc].id = nc; in ncsi_rsp_cis()
387 package->n_channels++; in ncsi_rsp_cis()
790 struct ncsi_package *package; in ncsi_probe_packages() local
815 package = &ncsi_priv->packages[np]; in ncsi_probe_packages()
[all …]
/u-boot/arch/arm/dts/
A Dstm32mp15xxac-pinctrl.dtsi8 st,package = <STM32MP_PKG_AC>;
66 st,package = <STM32MP_PKG_AC>;
A Dstm32mp15xxaa-pinctrl.dtsi8 st,package = <STM32MP_PKG_AA>;
78 st,package = <STM32MP_PKG_AA>;
A Dstm32mp15xxab-pinctrl.dtsi8 st,package = <STM32MP_PKG_AB>;
A Dstm32mp15xxad-pinctrl.dtsi8 st,package = <STM32MP_PKG_AD>;
A Duniphier-ld6b.dtsi19 /* UART3 unavailable: the pads are not wired to the package balls */
/u-boot/scripts/kconfig/
A Dmconf-cfg.sh43 echo >&2 "* Unable to find the ncurses package."
A Dnconf-cfg.sh43 echo >&2 "* Unable to find the ncurses package."
/u-boot/doc/
A DREADME.ti-secure12 devices are part of a secure development package (SECDEV) that can be
17 The secure development package is access controlled due to NDA and export
19 package is viewable and downloadable. Contact TI, either online or by way
29 SECDEV package. If the TI_SECURE_DEV_PKG variable is not defined or
30 if it is defined but doesn't point to a valid SECDEV package, a
34 Within the SECDEV package exists an image creation script:
44 package for creating a bootable SPL image for secure TI devices.
200 SECDEV package. Within the SECDEV package exists a script to process
207 SOCs from TI, this script in the SECDEV package abstracts these
209 TI SECDEV package for creating a u-boot.img image for secure TI
/u-boot/tools/patman/
A Dtools.py356 package = packages.get(name)
357 if package:
358 msg += " (e.g. from package '%s')" % package
/u-boot/doc/board/freescale/
A Dimx8mn_evk.rst12 - Get firmware-imx package
A Dmx6ullevk.rst9 - First make sure you have installed the dtc package (device tree compiler):
A Dimx8mp_evk.rst12 - Get the firmware-imx package
/u-boot/arch/x86/include/asm/acpi/cros_ec/
A Dals.asl35 * Returns a package of packages where each tuple consists of a pair
/u-boot/arch/arm/mach-omap2/omap5/
A Dhwinit.c394 u8 package; in init_package_revision() local
397 package = (die_id[2] >> 16) & 0x3; in init_package_revision()
400 switch (package) { in init_package_revision()
/u-boot/doc/board/intel/
A Dcougarcanyon2.rst20 flash image is included in the FSP package (named Rom00_8M_MB_PPT.bin). Program
A Dcherryhill.rst13 Note the FSP package for Braswell does not ship a traditional legacy VGA BIOS
/u-boot/arch/x86/include/asm/acpi/
A Dchromeos.asl12 /* GPIO package generated at run time. */
/u-boot/doc/build/
A Dtools.rst33 Note the version numbers in these parentheses above are the package versions
/u-boot/doc/board/amlogic/
A Dodroid-c2.rst49 $ cat $DIR/fip/gxb/bl2.package $DIR/fip.bin > $DIR/boot_new.bin
/u-boot/board/warp7/
A DREADME9 Debian distribution then you can get it via libdfu-dev package)
/u-boot/scripts/
A Dspelling.txt816 pacakge||package
817 pachage||package
818 packacge||package
819 packege||package
820 packge||package
822 pakage||package
/u-boot/arch/x86/include/asm/arch-apollolake/fsp/
A Dfsp_m_upd.h56 u8 package; member

Completed in 40 milliseconds

123