| /rk3399_ARM-atf/drivers/partition/ |
| H A 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() 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 D | nrd_image_load.c | 30 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 D | fdt_ro.c | 754 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 D | memmap.py | 92 [] 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 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
|
| /rk3399_ARM-atf/drivers/scmi-msg/ |
| H A D | base.c | 140 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 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
|
| H A 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…
|
| H A 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/
|
| H A D | contributing.rst | 15 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 | .gitmodules | 3 url = https://review.trustedfirmware.org/shared/transfer-list-library
|
| /rk3399_ARM-atf/plat/imx/imx8ulp/xrdc/ |
| H A D | xrdc_core.c | 190 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 D | partition.h | 43 partition_entry_t list[PLAT_PARTITION_MAX_ENTRIES]; member
|
| /rk3399_ARM-atf/docs/plat/arm/fvp/ |
| H A D | index.rst | 12 exhaustive list of |FVP|\s which TF-A is regularly tested on as part of our
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | index.rst | 57 This section provides a list of supported upstream *platform ports* and the
|
| /rk3399_ARM-atf/plat/mediatek/drivers/cirq/ |
| H A D | mt_cirq.h | 98 void set_wakeup_sources(uint32_t *list, uint32_t num_of_events);
|
| /rk3399_ARM-atf/docs/components/measured_boot/ |
| H A D | event_log.rst | 18 Then a list of properties representing Event Log configuration, which
|
| /rk3399_ARM-atf/docs/components/fconf/ |
| H A D | fconf_properties.rst | 17 Then a list of subnodes representing a configuration |DTB|, which can be used
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | xlat-tables-lib-v2-design.rst | 14 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 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
|
| /rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/ |
| H A D | plat_io_storage.c | 125 fip_part = get_partition_entry_list()->list[FIP_PART]; in plat_s32g2_io_setup()
|
| /rk3399_ARM-atf/lib/compiler-rt/ |
| H A D | LICENSE.TXT | 37 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 D | romlib_generator.py | 233 if not self.config.list: 241 if self.config.list:
|
| /rk3399_ARM-atf/docs/ |
| H A D | index.rst | 77 **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 D | index.rst | 23 data flow diagram, as well as a list of threats we have identified using the
|