Home
last modified time | relevance | path

Searched refs:nt (Results 1 – 14 of 14) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_image_loader.c358 IMAGE_NT_HEADERS32 *nt; in efi_image_parse() local
366 nt = (void *)(efi + dos->e_lfanew); in efi_image_parse()
390 IMAGE_NT_HEADERS64 *nt64 = (void *)nt; in efi_image_parse()
439 nt->OptionalHeader.Magic); in efi_image_parse()
781 IMAGE_NT_HEADERS32 *nt; in efi_check_pe() local
804 *nt_header = nt; in efi_check_pe()
842 IMAGE_NT_HEADERS32 *nt; in efi_load_pe() local
870 nt->FileHeader.Machine); in efi_load_pe()
902 IMAGE_NT_HEADERS64 *nt64 = (void *)nt; in efi_load_pe()
936 nt->OptionalHeader.Magic); in efi_load_pe()
[all …]
A Defi_tcg2.c972 IMAGE_NT_HEADERS32 *nt; in tcg2_measure_pe_image() local
1028 nt = (IMAGE_NT_HEADERS32 *)(efi + dos->e_lfanew); in tcg2_measure_pe_image()
1029 if (nt->OptionalHeader.Magic == IMAGE_NT_OPTIONAL_HDR64_MAGIC) { in tcg2_measure_pe_image()
1030 IMAGE_NT_HEADERS64 *nt64 = (IMAGE_NT_HEADERS64 *)nt; in tcg2_measure_pe_image()
1034 } else if (nt->OptionalHeader.Magic == IMAGE_NT_OPTIONAL_HDR32_MAGIC) { in tcg2_measure_pe_image()
1036 nt->OptionalHeader.ImageBase; in tcg2_measure_pe_image()
1110 IMAGE_NT_HEADERS32 *nt; in efi_tcg2_hash_log_extend_event() local
1113 data_to_hash_len, (void **)&nt); in efi_tcg2_hash_log_extend_event()
/u-boot/drivers/mtd/ubi/
A Dbuild.c181 struct ubi_notification nt; in ubi_volume_notify() local
183 ubi_do_get_device_info(ubi, &nt.di); in ubi_volume_notify()
184 ubi_do_get_volume_info(ubi, vol, &nt.vi); in ubi_volume_notify()
196 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify()
212 struct ubi_notification nt; in ubi_notify_all() local
218 ubi_do_get_device_info(ubi, &nt.di); in ubi_notify_all()
230 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi); in ubi_notify_all()
233 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all()
236 &nt); in ubi_notify_all()
/u-boot/include/linux/mtd/
A Dnand.h37 #define NAND_MEMORG(bpc, ps, os, ppe, epl, ppl, lpt, nt) \ argument
46 .ntargets = (nt), \
/u-boot/board/technexion/pico-imx7d/
A DREADME.pico-imx7d_BL3333 --nt-fw fiptool_images/u-boot.bin \
/u-boot/arch/arm/dts/
A Dimx6ul-pico.dtsi77 compatible = "vxt,vl050-8048nt-c01";
A Dimx6qdl-pico.dtsi130 compatible = "vxt,vl050-8048nt-c01";
A Dimx7d-pico.dtsi24 compatible = "vxt,vl050-8048nt-c01";
/u-boot/doc/board/armltd/
A Djuno.rst67 tools/fiptool/fiptool update --nt-fw=/path/to/your/u-boot.bin /mnt/juno/SOFTWARE/fip.bin
/u-boot/doc/board/st/
A Dstm32mp1.rst351 # fiptool update --nt-fw u-boot-nodtb.bin --hw-config u-boot.dtb fip-stm32mp157c-ev1.bin
/u-boot/doc/board/microchip/
A Dmpfs_icicle.rst389 nt directory
/u-boot/tools/binman/
A Dentries.rst61 fip-type = "nt-fw";
65 This describes a FIP with three entries: soc-fw, scp-fwu-cfg and nt-fw.
/u-boot/doc/develop/package/
A Dentries.rst61 fip-type = "nt-fw";
65 This describes a FIP with three entries: soc-fw, scp-fwu-cfg and nt-fw.
/u-boot/common/
A Ddlmalloc.src191 Define this on MS win (95, nt) platforms to compile in sbrk emulation.

Completed in 46 milliseconds