Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 69) sorted by relevance

123

/rk3399_ARM-atf/drivers/partition/
H A Dpartition.c22 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()
136 list.entry_count = header->list_num; in load_gpt_header()
137 if (list.entry_count > PLAT_PARTITION_MAX_ENTRIES) { in load_gpt_header()
138 list.entry_count = PLAT_PARTITION_MAX_ENTRIES; in load_gpt_header()
190 list.entry_count = MBR_PRIMARY_ENTRY_NUMBER; in load_mbr_entries()
192 for (i = 0U; i < list.entry_count; i++) { in load_mbr_entries()
194 list.list[i].start = mbr_entry.first_lba * 512; in load_mbr_entries()
[all …]
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/
H A Dnrd_image_load.c30 void plat_arm_nrd_get_isolated_cpu_list(struct isolated_cpu_mpid_list *list) in plat_arm_nrd_get_isolated_cpu_list() argument
41 SDS_ISOLATED_CPU_LIST_ID, 0, &list->num_entries, in plat_arm_nrd_get_isolated_cpu_list()
42 sizeof(list->num_entries), SDS_ACCESS_MODE_CACHED); in plat_arm_nrd_get_isolated_cpu_list()
45 list->num_entries = 0; in plat_arm_nrd_get_isolated_cpu_list()
49 if (list->num_entries > PLATFORM_CORE_COUNT) { in plat_arm_nrd_get_isolated_cpu_list()
52 list->num_entries, PLATFORM_CORE_COUNT); in plat_arm_nrd_get_isolated_cpu_list()
54 } else if (list->num_entries == 0) { in plat_arm_nrd_get_isolated_cpu_list()
61 sizeof(list->num_entries), in plat_arm_nrd_get_isolated_cpu_list()
62 &list->mpid_list, in plat_arm_nrd_get_isolated_cpu_list()
63 sizeof(list->mpid_list[0]) * list->num_entries, in plat_arm_nrd_get_isolated_cpu_list()
/rk3399_ARM-atf/lib/libfdt/
H A Dfdt_ro.c754 const char *list, *end; in fdt_stringlist_count() local
757 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_count()
758 if (!list) in fdt_stringlist_count()
761 end = list + length; in fdt_stringlist_count()
763 while (list < end) { in fdt_stringlist_count()
764 length = strnlen(list, end - list) + 1; in fdt_stringlist_count()
767 if (list + length > end) in fdt_stringlist_count()
770 list += length; in fdt_stringlist_count()
781 const char *list, *end; in fdt_stringlist_search() local
783 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_search()
[all …]
/rk3399_ARM-atf/tools/memory/src/memory/
H A Dmemmap.py92 [] if no_elf_images else list(obj.build_path.glob("**/*.elf"))
96 [] if not no_elf_images else list(obj.build_path.glob("**/*.map"))
126 paths: List[Path] = list(obj.build_path.glob("**/*.elf"))
142 obj.printer.print_mem_tree(mtree, list(mtree.keys()), depth=depth)
164 [] if no_elf_images else list(obj.build_path.glob("**/*.elf"))
168 [] if not no_elf_images else list(obj.build_path.glob("**/*.map"))
191 obj.printer.print_symbol_table(symbols, list(images.keys()))
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/fdts/
H A Drdn2_nt_fw_config.dts22 * 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
/rk3399_ARM-atf/drivers/scmi-msg/
H A Dbase.c140 const uint8_t *list = NULL; in discover_list_protocols() local
152 list = plat_scmi_protocol_list(msg->agent_id); in discover_list_protocols()
153 count = count_protocols_in_list(list); in discover_list_protocols()
165 memcpy(msg->out + sizeof(p2a), list + a2p->skip, count); in discover_list_protocols()
/rk3399_ARM-atf/docs/process/
H A Dmaintenance.rst31 - 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
H A Dplatform-ports-policy.rst31 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…
H A Dsecurity.rst13 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/
H A Dcontributing.rst15 start a discussion around it on the `TF-A mailing list`_. This gives everyone
114 list of modules and their :ref:`code owners`.
116 - At least one maintainer. See the list of :ref:`maintainers`.
124 send an email to the `TF-A mailing list`_ to broadcast your review request
135 the `TF-A mailing list`_ to involve more of the community.
197 the latest and previous scans, as well as the complete list of defects it
288 must list all the build parameters relevant to it.
343 .. _TF-A mailing list: https://lists.trustedfirmware.org/mailman3/lists/tf-a.lists.trustedfirmware.…
/rk3399_ARM-atf/
H A D.gitmodules3 url = https://review.trustedfirmware.org/shared/transfer-list-library
/rk3399_ARM-atf/plat/imx/imx8ulp/xrdc/
H A Dxrdc_core.c190 uint32_t *list; in xrdc_check_pd() local
194 list = hifi_xrdc_list; in xrdc_check_pd()
197 list = av_periph_xrdc_list; in xrdc_check_pd()
203 if (item == list[i]) { in xrdc_check_pd()
/rk3399_ARM-atf/include/drivers/partition/
H A Dpartition.h43 partition_entry_t list[PLAT_PARTITION_MAX_ENTRIES]; member
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dindex.rst12 exhaustive list of |FVP|\s which TF-A is regularly tested on as part of our
/rk3399_ARM-atf/docs/plat/
H A Dindex.rst57 This section provides a list of supported upstream *platform ports* and the
/rk3399_ARM-atf/plat/mediatek/drivers/cirq/
H A Dmt_cirq.h98 void set_wakeup_sources(uint32_t *list, uint32_t num_of_events);
/rk3399_ARM-atf/docs/components/measured_boot/
H A Devent_log.rst18 Then a list of properties representing Event Log configuration, which
/rk3399_ARM-atf/docs/components/fconf/
H A Dfconf_properties.rst17 Then a list of subnodes representing a configuration |DTB|, which can be used
/rk3399_ARM-atf/docs/components/
H A Dxlat-tables-lib-v2-design.rst14 provided by the platform port as a list of memory regions;
67 The user usually provides a list of such mmap regions to map and lets the
239 #. Initialize translation tables based on the list of mmap regions (using one of
317 A translation context contains a list of ``mmap_region_t``, which holds the
320 from) the ``mmap_region_t`` list.
322 The mmap regions list is a conceptual way to represent the memory layout. At
327 mmap regions list. Adding a static or dynamic region at this point through one
329 they only get registered in the internal mmap region list. It is only when the
331 in memory based on the list of mmap regions registered so far. This is an
336 be added. Changes to the translation tables (as well as the mmap regions list)
H A Dromlib-design.rst12 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
/rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/
H A Dplat_io_storage.c125 fip_part = get_partition_entry_list()->list[FIP_PART]; in plat_s32g2_io_setup()
/rk3399_ARM-atf/lib/compiler-rt/
H A DLICENSE.TXT37 this list of conditions and the following disclaimers.
40 this list of conditions and the following disclaimers in the
/rk3399_ARM-atf/lib/romlib/
H A Dromlib_generator.py233 if not self.config.list:
241 if self.config.list:
/rk3399_ARM-atf/docs/
H A Dindex.rst77 **Platform Ports** provides a list of the supported hardware and software-model
85 **Security Advisories** holds a list of documents relating to |CVE| entries that
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dindex.rst23 data flow diagram, as well as a list of threats we have identified using the

123