/trusted-firmware-a-3.7.0/drivers/partition/ |
D | partition.c | 22 static partition_entry_list_t list; variable 32 len = snprintf(name, EFI_NAMELEN, "%s", list.list[i].name); in dump_entries() 37 VERBOSE("%d: %s %" PRIx64 "-%" PRIx64 "\n", i + 1, name, list.list[i].start, in dump_entries() 38 list.list[i].start + list.list[i].length - 4); in dump_entries() 142 list.entry_count = header.list_num; in load_gpt_header() 143 if (list.entry_count > PLAT_PARTITION_MAX_ENTRIES) { in load_gpt_header() 144 list.entry_count = PLAT_PARTITION_MAX_ENTRIES; in load_gpt_header() 197 list.entry_count = MBR_PRIMARY_ENTRY_NUMBER; in load_mbr_entries() 199 for (i = 0; i < list.entry_count; i++) { in load_mbr_entries() 201 list.list[i].start = mbr_entry.first_lba * 512; in load_mbr_entries() [all …]
|
/trusted-firmware-a-3.7.0/plat/arm/css/sgi/ |
D | sgi_image_load.c | 29 void plat_arm_sgi_get_isolated_cpu_list(struct isolated_cpu_mpid_list *list) in plat_arm_sgi_get_isolated_cpu_list() argument 39 ret = sds_struct_read(SDS_ISOLATED_CPU_LIST_ID, 0, &list->num_entries, in plat_arm_sgi_get_isolated_cpu_list() 40 sizeof(list->num_entries), SDS_ACCESS_MODE_CACHED); in plat_arm_sgi_get_isolated_cpu_list() 43 list->num_entries = 0; in plat_arm_sgi_get_isolated_cpu_list() 47 if (list->num_entries > PLATFORM_CORE_COUNT) { in plat_arm_sgi_get_isolated_cpu_list() 50 list->num_entries, PLATFORM_CORE_COUNT); in plat_arm_sgi_get_isolated_cpu_list() 52 } else if (list->num_entries == 0) { in plat_arm_sgi_get_isolated_cpu_list() 58 sizeof(list->num_entries), in plat_arm_sgi_get_isolated_cpu_list() 59 &list->mpid_list, in plat_arm_sgi_get_isolated_cpu_list() 60 sizeof(list->mpid_list[0]) * list->num_entries, in plat_arm_sgi_get_isolated_cpu_list()
|
/trusted-firmware-a-3.7.0/lib/libfdt/ |
D | fdt_ro.c | 725 const char *list, *end; in fdt_stringlist_count() local 728 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_count() 729 if (!list) in fdt_stringlist_count() 732 end = list + length; in fdt_stringlist_count() 734 while (list < end) { in fdt_stringlist_count() 735 length = strnlen(list, end - list) + 1; in fdt_stringlist_count() 738 if (list + length > end) in fdt_stringlist_count() 741 list += length; in fdt_stringlist_count() 752 const char *list, *end; in fdt_stringlist_search() local 754 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_search() [all …]
|
/trusted-firmware-a-3.7.0/tools/memory/memory/ |
D | buildparser.py | 30 files = list(self._path.glob("**/*.elf")) 49 def symbols(self) -> list: 55 def filter_symbols(symbols: list, regex: str = None) -> list: argument
|
D | printer.py | 64 self, app_mem_usage: dict, sort_key: str = None, fields: list = None argument 96 symbols: list, argument 97 modules: list, argument 136 self._symbol_map += list(reversed(_symbol_map))
|
D | elfparser.py | 20 children: list 62 children = list() 94 segments = list(
|
/trusted-firmware-a-3.7.0/plat/arm/board/rdn2/fdts/ |
D | rdn2_nt_fw_config.dts | 22 * First cell pair: Count of isolated CPUs in the list. 23 * Rest of the cells: MPID list of the isolated CPUs. 25 isolated-cpu-list = <0x0 0x0
|
/trusted-firmware-a-3.7.0/drivers/scmi-msg/ |
D | base.c | 140 const uint8_t *list = NULL; in discover_list_protocols() local 150 list = plat_scmi_protocol_list(msg->agent_id); in discover_list_protocols() 151 count = count_protocols_in_list(list); in discover_list_protocols() 163 memcpy(msg->out + sizeof(p2a), list + a2p->skip, count); in discover_list_protocols()
|
/trusted-firmware-a-3.7.0/docs/process/ |
D | maintenance.rst | 31 - Participating in design discussions on the development mailing list and during 50 #. If there are no (more) objections, announce the news on the TF-A mailing list 51 and update the list of maintainers on the :ref:`Project
|
D | platform-ports-policy.rst | 31 public mailing list`_ to notify platforms that they should migrate away from the 49 The :ref:`Platform Ports` page provides a list of all deprecated/deleted 56 .. _TF-A public mailing list: https://lists.trustedfirmware.org/mailman3/lists/tf-a.lists.trustedfi…
|
D | security.rst | 13 TF-A project's `mailing list`_. 23 report it in the `issue tracker`_ or on the `mailing list`_. Instead, please 80 .. _mailing list: https://lists.trustedfirmware.org/mailman3/lists/tf-a.lists.trustedfirmware.org/
|
/trusted-firmware-a-3.7.0/include/drivers/partition/ |
D | partition.h | 43 partition_entry_t list[PLAT_PARTITION_MAX_ENTRIES]; member
|
/trusted-firmware-a-3.7.0/plat/mediatek/drivers/cirq/ |
D | mt_cirq.h | 98 void set_wakeup_sources(uint32_t *list, uint32_t num_of_events);
|
D | mt_cirq.c | 372 void set_wakeup_sources(uint32_t *list, uint32_t num_of_events) in set_wakeup_sources() argument 375 cirq_all_events.wakeup_events = list; in set_wakeup_sources()
|
/trusted-firmware-a-3.7.0/docs/plat/ |
D | index.rst | 52 This section provides a list of supported upstream *platform ports* and the
|
/trusted-firmware-a-3.7.0/docs/components/fconf/ |
D | fconf_properties.rst | 17 Then a list of subnodes representing a configuration |DTB|, which can be used
|
/trusted-firmware-a-3.7.0/docs/components/measured_boot/ |
D | event_log.rst | 18 Then a list of properties representing Event Log configuration, which
|
/trusted-firmware-a-3.7.0/docs/components/ |
D | romlib-design.rst | 12 ROM. The "library at ROM" contains a jump table with the list of functions that 29 Library at ROM is described by an index file with the list of functions to be 40 It is also possible to insert reserved spaces in the list by using the keyword
|
D | xlat-tables-lib-v2-design.rst | 14 provided by the platform port as a list of memory regions; 73 The user usually provides a list of such mmap regions to map and lets the 256 #. Initialize translation tables based on the list of mmap regions (using one of 334 A translation context contains a list of ``mmap_region_t``, which holds the 337 from) the ``mmap_region_t`` list. 339 The mmap regions list is a conceptual way to represent the memory layout. At 344 mmap regions list. Adding a static or dynamic region at this point through one 346 they only get registered in the internal mmap region list. It is only when the 348 in memory based on the list of mmap regions registered so far. This is an 353 be added. Changes to the translation tables (as well as the mmap regions list)
|
/trusted-firmware-a-3.7.0/lib/romlib/ |
D | romlib_generator.py | 218 if self.config.list: 230 if self.config.list:
|
D | Makefile | 23 …WRAPPER_SOURCES = $(shell $(ROMLIB_GEN) genwrappers -b $(WRAPPER_DIR) --list ../../$(PLAT_DIR)/j…
|
/trusted-firmware-a-3.7.0/docs/ |
D | index.rst | 76 **Platform Ports** provides a list of the supported hardware and software-model 84 **Security Advisories** holds a list of documents relating to |CVE| entries that
|
D | license.rst | 16 list of conditions and the following disclaimer. 19 this list of conditions and the following disclaimer in the documentation
|
/trusted-firmware-a-3.7.0/lib/compiler-rt/ |
D | LICENSE.TXT | 37 this list of conditions and the following disclaimers. 40 this list of conditions and the following disclaimers in the
|
/trusted-firmware-a-3.7.0/docs/threat_model/ |
D | index.rst | 26 data flow diagram, as well as a list of threats we have identified using the
|