Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 45) sorted by relevance

12

/u-boot/board/advantech/imx8qm_rom7720_a1/
A Dimximage.cfg15 /* Add scfw image with exec attribute */
17 /* Add ATF image with exec attribute */
19 /* Add U-Boot image with load attribute */
/u-boot/board/congatec/cgtqmx8/
A Dimximage.cfg15 /* Add scfw image with exec attribute */
17 /* Add ATF image with exec attribute */
19 /* Add U-Boot image with load attribute */
/u-boot/board/advantech/imx8qm_dmsse20_a1/
A Dimximage.cfg18 /* Add scfw image with exec attribute */
20 /* Add ATF image with exec attribute */
22 /* Add U-Boot image with load attribute */
/u-boot/board/toradex/apalis-imx8/
A Dapalis-imx8-imximage.cfg18 /* Add scfw image with exec attribute */
20 /* Add ATF image with exec attribute */
22 /* Add U-Boot image with load attribute */
/u-boot/board/toradex/colibri-imx8x/
A Dcolibri-imx8x-imximage.cfg18 /* Add scfw image with exec attribute */
20 /* Add ATF image with exec attribute */
22 /* Add U-Boot image with load attribute */
/u-boot/include/linux/
A Dmbus.h54 unsigned int attribute,
57 int mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute,
/u-boot/board/freescale/imx8qm_mek/
A Dimximage.cfg15 /* Add scfw image with exec attribute */
17 /* Add ATF image with exec attribute */
/u-boot/board/freescale/imx8qxp_mek/
A Dimximage.cfg17 /* Add scfw image with exec attribute */
19 /* Add ATF image with exec attribute */
/u-boot/board/siemens/capricorn/
A Dimximage.cfg18 /* Add scfw image with exec attribute */
20 /* Add ATF image with exec attribute */
/u-boot/lib/efi_loader/
A Defi_console.c74 .attribute = 0,
454 unsigned long attribute) in efi_cout_set_attribute() argument
456 unsigned int bold = EFI_ATTR_BOLD(attribute); in efi_cout_set_attribute()
457 unsigned int fg = EFI_ATTR_FG(attribute); in efi_cout_set_attribute()
458 unsigned int bg = EFI_ATTR_BG(attribute); in efi_cout_set_attribute()
460 EFI_ENTRY("%p, %lx", this, attribute); in efi_cout_set_attribute()
462 efi_con_mode.attribute = attribute; in efi_cout_set_attribute()
463 if (attribute) in efi_cout_set_attribute()
512 if (efi_con_mode.attribute == 0) { in efi_cout_clear_screen()
513 efi_con_mode.attribute = 0x07; in efi_cout_clear_screen()
[all …]
A Defi_memory.c154 (prev->attribute == cur->attribute)) { in efi_mem_sort()
293 newlist->desc.attribute = EFI_MEMORY_WB | EFI_MEMORY_RUNTIME; in efi_add_memory_map_pg()
296 newlist->desc.attribute = EFI_MEMORY_RUNTIME; in efi_add_memory_map_pg()
299 newlist->desc.attribute = EFI_MEMORY_WB; in efi_add_memory_map_pg()
A Defi_file.c555 info->attribute = dent->attr; in dir_read()
561 info->attribute |= EFI_FILE_DIRECTORY; in dir_read()
876 info->attribute |= EFI_FILE_DIRECTORY; in efi_file_getinfo()
957 if (!fh->isdir != !(info->attribute & EFI_FILE_DIRECTORY)) { in efi_file_setinfo()
/u-boot/arch/arm/mach-mvebu/
A Dmbus.c362 unsigned int attribute, in mvebu_mbus_add_window_remap_by_id() argument
366 if (!mvebu_mbus_window_conflicts(base, size, target, attribute)) { in mvebu_mbus_add_window_remap_by_id()
368 target, attribute); in mvebu_mbus_add_window_remap_by_id()
372 return mvebu_mbus_alloc_window(base, size, remap, target, attribute); in mvebu_mbus_add_window_remap_by_id()
375 int mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute, in mvebu_mbus_add_window_by_id() argument
378 return mvebu_mbus_add_window_remap_by_id(target, attribute, base, in mvebu_mbus_add_window_by_id()
/u-boot/doc/device-tree-bindings/usb/
A Dgeneric.txt12 "peripheral" and "otg". In case this attribute isn't
21 This is an attribute to a USB controller such as:
/u-boot/cmd/
A Defi.c184 if (desc->attribute & EFI_MEMORY_RUNTIME) in efi_print_mem_table()
186 printf("%llx", desc->attribute & ~EFI_MEMORY_RUNTIME); in efi_print_mem_table()
190 if (attr_seen[i] == desc->attribute) in efi_print_mem_table()
194 attr_seen[attr_seen_count++] = desc->attribute; in efi_print_mem_table()
/u-boot/arch/arm/mach-tegra/tegra20/
A Dbct.h30 u32 attribute; member
/u-boot/arch/arm/mach-tegra/tegra30/
A Dbct.h30 u32 attribute; member
/u-boot/lib/efi_selftest/
A Defi_selftest_set_virtual_address_map.c155 pos1->attribute = EFI_MEMORY_RUNTIME; in setup()
163 pos1->attribute = EFI_MEMORY_RUNTIME; in setup()
/u-boot/scripts/
A DMakefile.extrawarn25 warning-1 += -Wmissing-format-attribute
/u-boot/doc/usage/cmd/
A Denv.rst273 set non-volatile attribute (UEFI).
275 set boot-service attribute (UEFI).
277 set runtime attribute (UEFI).
279 set time-based authentication attribute (UEFI).
/u-boot/drivers/ata/
A Dfsl_sata.h170 __le32 attribute; /* the attribute of command */ member
/u-boot/doc/
A DREADME.unaligned-memory-access.txt125 structure type. This GCC-specific attribute tells the compiler never to
129 You might be inclined to believe that usage of this attribute can easily
135 non-packed case, so the packed attribute should only be used when avoiding
/u-boot/include/
A Defi.h272 u64 attribute; member
/u-boot/doc/device-tree-bindings/sound/
A Dda7219.txt30 - clock-names : Clock name string for 'clocks' attribute, should be "mclk".
/u-boot/doc/develop/driver-model/
A Dfs_firmware_loader.rst112 The benefit of this design allows user to change storage attribute data

Completed in 745 milliseconds

12