| /u-boot/board/advantech/imx8qm_rom7720_a1/ |
| A D | imximage.cfg | 15 /* 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 D | imximage.cfg | 15 /* 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 D | imximage.cfg | 18 /* 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 D | apalis-imx8-imximage.cfg | 18 /* 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 D | colibri-imx8x-imximage.cfg | 18 /* 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 D | mbus.h | 54 unsigned int attribute, 57 int mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute,
|
| /u-boot/board/freescale/imx8qm_mek/ |
| A D | imximage.cfg | 15 /* Add scfw image with exec attribute */ 17 /* Add ATF image with exec attribute */
|
| /u-boot/board/freescale/imx8qxp_mek/ |
| A D | imximage.cfg | 17 /* Add scfw image with exec attribute */ 19 /* Add ATF image with exec attribute */
|
| /u-boot/board/siemens/capricorn/ |
| A D | imximage.cfg | 18 /* Add scfw image with exec attribute */ 20 /* Add ATF image with exec attribute */
|
| /u-boot/lib/efi_loader/ |
| A D | efi_console.c | 74 .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 D | efi_memory.c | 154 (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 D | efi_file.c | 555 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 D | mbus.c | 362 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 D | generic.txt | 12 "peripheral" and "otg". In case this attribute isn't 21 This is an attribute to a USB controller such as:
|
| /u-boot/cmd/ |
| A D | efi.c | 184 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 D | bct.h | 30 u32 attribute; member
|
| /u-boot/arch/arm/mach-tegra/tegra30/ |
| A D | bct.h | 30 u32 attribute; member
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_set_virtual_address_map.c | 155 pos1->attribute = EFI_MEMORY_RUNTIME; in setup() 163 pos1->attribute = EFI_MEMORY_RUNTIME; in setup()
|
| /u-boot/scripts/ |
| A D | Makefile.extrawarn | 25 warning-1 += -Wmissing-format-attribute
|
| /u-boot/doc/usage/cmd/ |
| A D | env.rst | 273 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 D | fsl_sata.h | 170 __le32 attribute; /* the attribute of command */ member
|
| /u-boot/doc/ |
| A D | README.unaligned-memory-access.txt | 125 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 D | efi.h | 272 u64 attribute; member
|
| /u-boot/doc/device-tree-bindings/sound/ |
| A D | da7219.txt | 30 - clock-names : Clock name string for 'clocks' attribute, should be "mclk".
|
| /u-boot/doc/develop/driver-model/ |
| A D | fs_firmware_loader.rst | 112 The benefit of this design allows user to change storage attribute data
|