/tf-a-ffa_el3_spmc/lib/libfdt/ |
A D | fdt_rw.c | 131 char *new; in fdt_find_add_string_() local 143 new = strtab + fdt_size_dt_strings(fdt); in fdt_find_add_string_() 151 memcpy(new, s, len); in fdt_find_add_string_() 152 return (new - strtab); in fdt_find_add_string_() 393 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_() argument 403 fdt_set_off_mem_rsvmap(new, mem_rsv_off); in fdt_packblocks_() 406 fdt_set_off_dt_struct(new, struct_off); in fdt_packblocks_() 407 fdt_set_size_dt_struct(new, struct_size); in fdt_packblocks_() 409 memmove(new + strings_off, old + fdt_off_dt_strings(old), in fdt_packblocks_() 411 fdt_set_off_dt_strings(new, strings_off); in fdt_packblocks_() [all …]
|
/tf-a-ffa_el3_spmc/docs/about/ |
A D | acknowledgements.rst | 8 directly into the copyright notices, this file is not relevant for new 10 use for new contributions.
|
A D | features.rst | 92 new standard service. 116 - Ongoing support for new architectural features, CPUs and System IP. 118 - Ongoing support for new Arm system architecture specifications.
|
/tf-a-ffa_el3_spmc/docs/process/ |
A D | platform-compatibility-policy.rst | 18 means the previous interface needs to be deprecated and a new interface 19 introduced to replace it. In case the migration to the new interface is trivial, 21 upstream platforms to the new interface.
|
A D | code-review-guidelines.rst | 38 are, the more quickly new patches can be reviewed and merged. Contributing to 105 - It leverages existing interfaces rather than introducing new ones 111 increase the attack surface (e.g. new SMCs) without justification. 138 answer back if needed and review new revisions of their patch. 187 - Generally speaking, new driver code should be placed in the generic
|
A D | coding-style.rst | 52 and to prevent the addition of new ones. 134 is **not** placed on a new line. 146 style, **do** place the opening brace on a new line. 455 is discouraged for new definitions as it makes it difficult for TF to comply 459 The Linux coding standards also discourage new typedefs and checkpatch emits
|
A D | security.rst | 12 at the bottom of this page. Any new ones will, additionally, be announced as
|
/tf-a-ffa_el3_spmc/lib/debugfs/ |
A D | dev.c | 17 chan_t *new; member 201 channel = mp->new; in mount_point_to_channel() 725 static int add_mount_point(chan_t *channel, const char *new) in add_mount_point() argument 731 if (new == NULL) { in add_mount_point() 735 cn = path_to_channel(new, O_READ); in add_mount_point() 746 if (mp->new == NULL) { in add_mount_point() 755 mp->new = cn; in add_mount_point() 769 int bind(const char *old, const char *new) in bind() argument 778 if (add_mount_point(channel, new) < 0) { in bind()
|
/tf-a-ffa_el3_spmc/docs/plat/arm/arm_fpga/ |
A D | index.rst | 5 testing and bringup of new cores. With that focus, peripheral support is 16 as a template for a minimal new (and possibly DT-based) platform port. 32 internal list, but for new or experimental cores this creates a lot of
|
/tf-a-ffa_el3_spmc/docs/design_documents/ |
A D | cmake_framework.rst | 13 This document presents a proposal for a new buildsystem for TF-A using CMake, 23 to maintain, there is a need for a new, more flexible solution. The proposal is 24 to use CMake language for the new buildsystem. The main reasons of this decision 46 other embedded projects too, it is beneficial to collect the new code into a
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | image-terminology.rst | 10 - Some of the names and abbreviated names have changed to accommodate new 26 new form is to just omit the dash and not use subscript formatting. 88 but new 3rd level images should be suffixed with an underscore followed by text 158 to load a new set of firmware images from an external interface and write them
|
A D | docs-build.rst | 26 existing ``.dia`` diagram files, or create new ones.
|
A D | tools-build.rst | 62 Example 1: create a new Firmware package ``fip.bin`` that contains BL2 and BL31:
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | intel-agilex.rst | 22 - UEFI (to be updated with new upstreamed UEFI):
|
A D | intel-stratix10.rst | 22 - UEFI (to be updated with new upstreamed UEFI):
|
A D | ls1043a.rst | 10 power supply and single clock design. The new 0.9V versions of the LS1043A
|
A D | synquacer.rst | 44 - Secondly, create a new working directory and store the absolute path to this
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | trusted-board-boot-build.rst | 52 generation of the new hash if ``ROT_KEY`` is specified. 56 generation of the new hash if ``ROT_KEY`` is specified.
|
/tf-a-ffa_el3_spmc/docs/ |
A D | change-log.rst | 166 - Added new target mrvl_bootimage 204 - new platform lx2160a-aqds 205 - new platform lx2160a-rdb 206 - new platform lx2162a-aqds 1453 idcodes for new RFSoC silicons ZU48DR and ZU49DR, and id for new RFSoC device 1461 - Introduce a new `dualroot` chain of trust. 1468 new standard service. 1838 ARM platforms to the new API 1893 - mediatek/mt81*: Use new bl31_params_parse() helper 3012 The COT also updated to support these new files. [all …]
|
A D | index.rst | 54 for porting the software to a new platform.
|
/tf-a-ffa_el3_spmc/docs/components/fconf/ |
A D | index.rst | 14 It is used to bridge new and old ways of providing platform-specific data. 114 sub-namespaces. The following concepts should be considered when adding new
|
/tf-a-ffa_el3_spmc/docs/plat/arm/juno/ |
A D | index.rst | 89 #. Build TF-A images and create a new FIP for FVP 99 #. Build TF-A images and create a new FIP for Juno 171 The new images must be programmed in flash memory by adding
|
/tf-a-ffa_el3_spmc/docs/plat/marvell/armada/ |
A D | porting.rst | 136 existing example to a new platform: 151 If there is no PHY porting layer for new platform (missing
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | xlat-tables-lib-v2-design.rst | 38 especially for new platform ports. 69 might create new translation tables, update or split existing ones. 93 modified to point to this new level-3 table. This has a performance cost at 256 the new region will overlap another one in an invalid way, or if any other 372 order of all regions at all times. As each new region is mapped, existing
|
/tf-a-ffa_el3_spmc/docs/security_advisories/ |
A D | security-advisory-tfv-7.rst | 36 new firmware interfaces, for example the `Software Delegated Exception Interface
|