/tf-a-ffa_el3_spmc/lib/locks/bakery/ |
A D | bakery_lock_coherent.c | 47 unsigned int they; in bakery_get_ticket() local 64 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_get_ticket() 65 their_ticket = bakery_ticket_number(bakery->lock_data[they]); in bakery_get_ticket() 94 unsigned int they, me; in bakery_lock_get() local 110 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_lock_get() 111 if (me == they) in bakery_lock_get() 116 their_bakery_data = bakery->lock_data[they]; in bakery_lock_get() 125 (bakery_get_priority(their_ticket, they) < my_prio)) { in bakery_lock_get() 135 bakery_ticket_number(bakery->lock_data[they])); in bakery_lock_get()
|
A D | bakery_lock_normal.c | 105 unsigned int they; in bakery_get_ticket() local 131 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_get_ticket() 132 if (me == they) in bakery_get_ticket() 139 their_bakery_info = get_bakery_info(they, lock); in bakery_get_ticket() 167 unsigned int they, me; in bakery_lock_get() local 184 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_lock_get() 185 if (me == they) in bakery_lock_get() 192 their_bakery_info = get_bakery_info(they, lock); in bakery_lock_get() 206 if (their_ticket && (bakery_get_priority(their_ticket, they) < my_prio)) { in bakery_lock_get()
|
/tf-a-ffa_el3_spmc/docs/process/ |
A D | code-review-guidelines.rst | 14 before they are integrated in the source tree. Different people bring different 53 several rounds of reviews and rework before they get approved, especially 65 - If there is only one code owner and they have become unresponsive, ask one 94 along with the module(s) they look after. 127 If a code owner is happy with a patch, they should give their approval 128 through the ``Code-Owner-Review+1`` label in Gerrit. If instead, they have 129 concerns, questions, or any other type of blocking comment, they should set 184 their best judgement. If they are unsure about a patch, they should ask 207 If a maintainer is happy with a patch, they should give their approval 208 through the ``Maintainer-Review+1`` label in Gerrit. If instead, they have [all …]
|
A D | coding-style.rst | 60 of that rule, only that they would ideally be removed. 87 A space should also be used to separate parentheses and braces when they are not 271 ``switch`` so that they are in the same column. 288 aligned with the name of the object on which they are operating, as opposed to 309 * Blank lines within multi-lines are allowed when they add clarity or when 310 * they separate multiple contexts.
|
A D | platform-compatibility-policy.rst | 28 public mailing list`_ to notify platforms that they should migrate away from the
|
A D | contributing.rst | 136 block a patch, depending on how critical they are. 202 - If the changes are not based on a sufficiently-recent commit, or if they 210 they may ask you to provide a fix-up patch. 216 binary repository`_ if they require code that the contributor is unable or
|
/tf-a-ffa_el3_spmc/plat/arm/board/rdv1mc/fdts/ |
A D | rdv1mc_tb_fw_config.dts | 19 * they will be overwritten by BL1.
|
/tf-a-ffa_el3_spmc/plat/arm/board/sgi575/fdts/ |
A D | sgi575_tb_fw_config.dts | 19 * they will be overwritten by BL1.
|
/tf-a-ffa_el3_spmc/plat/arm/board/sgm775/fdts/ |
A D | sgm775_tb_fw_config.dts | 19 * they will be overwritten by BL1.
|
/tf-a-ffa_el3_spmc/plat/arm/css/sgm/fdts/ |
A D | sgm_tb_fw_config.dts | 18 * they will be overwritten by BL1.
|
/tf-a-ffa_el3_spmc/plat/arm/board/juno/fdts/ |
A D | juno_tb_fw_config.dts | 17 * they will be overwritten by BL1.
|
/tf-a-ffa_el3_spmc/plat/arm/board/rde1edge/fdts/ |
A D | rde1edge_tb_fw_config.dts | 19 * they will be overwritten by BL1.
|
/tf-a-ffa_el3_spmc/plat/arm/board/rdn1edge/fdts/ |
A D | rdn1edge_tb_fw_config.dts | 18 * they will be overwritten by BL1.
|
/tf-a-ffa_el3_spmc/plat/arm/board/rdn2/fdts/ |
A D | rdn2_tb_fw_config.dts | 19 * they will be overwritten by BL1.
|
/tf-a-ffa_el3_spmc/plat/arm/board/rdv1/fdts/ |
A D | rdv1_tb_fw_config.dts | 19 * they will be overwritten by BL1.
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | brcm-stingray.rst | 43 The u-boot will be upstreamed soon, this doc will be updated once they are ready, and the link will…
|
A D | imx8.rst | 56 once they are ready, and the link will be posted.
|
A D | imx8m.rst | 48 soon, this doc will be updated once they are ready, and the link will be posted.
|
/tf-a-ffa_el3_spmc/plat/arm/board/tc/fdts/ |
A D | tc_tb_fw_config.dts | 18 * they will be overwritten by BL1.
|
/tf-a-ffa_el3_spmc/include/export/ |
A D | README | 16 export headers need to ensure that they #include <stdint.h> earlier in their
|
/tf-a-ffa_el3_spmc/docs/about/ |
A D | contact.rst | 46 Arm licensees have an additional support conduit - they may contact Arm directly
|
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/fdts/ |
A D | fvp_tb_fw_config.dts | 19 * they will be overwritten by BL1.
|
/tf-a-ffa_el3_spmc/docs/security_advisories/ |
A D | security-advisory-tfv-4.rst | 106 they might defeat the ``bl1_plat_mem_check()`` function and make the 118 may also be affected if they fulfil the above conditions.
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | trusted-board-boot.rst | 133 The SCP_BL2 and BL32 certificates are optional, but they must be present if the 145 registers. If they match, the BL2 hash is read from the certificate. 221 generated by the tool in case they are not provided. The certificates are then
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | image-terminology.rst | 33 Clearly, many of these images are not BootLoaders, they are simply firmware 124 The terminology for these images has not been widely adopted yet but they have
|