Searched refs:root (Results 1 – 25 of 60) sorted by relevance
123
/trusted-firmware-a/lib/zlib/ |
A D | inftrees.c | 43 unsigned root; /* number of index bits for root table */ local 113 root = *bits; 116 if (root > max) root = max; 128 if (root < min) root = min; 202 curr = root; /* current table index bits */ 205 used = 1U << root; /* use root table entries */ 258 if (len > root && (huff & mask) != low) { 261 drop = root; 285 (*table)[low].bits = (unsigned char)root; 302 *bits = root;
|
/trusted-firmware-a/tools/conventional-changelog-tf-a/templates/ |
A D | template.hbs | 4 {{> tf-a-note-section root=@root header=(tf-a-concat "### ⚠ " title) topLevel=true }} 8 {{> tf-a-commit-section root=@root header=(tf-a-concat "### " title) topLevel=true }}
|
A D | note-section.hbs | 5 {{#tf-a-mdlist 0}}{{> tf-a-note root=@root showScope=../topLevel }}{{/tf-a-mdlist}} 11 …{{#tf-a-mdlist 0}}{{> tf-a-note-section root=@root header=(tf-a-concat "**" title "**") }}{{/tf-a-…
|
A D | commit-section.hbs | 6 {{#tf-a-mdlist 0}}{{> commit root=@root showScope=../topLevel }}{{/tf-a-mdlist ~}} 13 …{{#tf-a-mdlist 0}}{{> tf-a-commit-section root=@root header=(tf-a-concat "**" title "**") }}{{/tf-…
|
A D | header.hbs | 5 {{~/if}} {{#if @root.linkCompare~}} 6 [{{version}}]({{> compareUrl root=@root}})
|
A D | commit.hbs | 11 {{~#if hash }} {{#if @root.linkReferences ~}} 12 ([{{ shortHash }}]({{> commitUrl root=@root }}))
|
A D | note.hbs | 3 **See:** {{#with commit }}{{> commit root=@root showScope=../showScope }}{{/with}}
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | cot-binding.rst.txt | 14 This is root node which contains 'manifests' and 'images' as sub-nodes 40 - root-certificate 45 using root of trust public key. 59 This property is required for all non-root certificates. 61 This property is not required for root-certificates 62 as root-certificates are validated using root of trust 72 non-root certificates which are authenticated using public-key 75 This property is not required for root-certificates 76 as root-certificates are validated using root of trust 137 root-certificate;
|
A D | debugfs-design.rst.txt | 27 - # is used as root for drivers (e.g. #t0 is the first uart) 28 - / is used as root for virtual "files" (e.g. /fip, or /dev/uart)
|
/trusted-firmware-a/docs/components/ |
A D | cot-binding.rst | 14 This is root node which contains 'manifests' and 'images' as sub-nodes 40 - root-certificate 45 using root of trust public key. 59 This property is required for all non-root certificates. 61 This property is not required for root-certificates 62 as root-certificates are validated using root of trust 72 non-root certificates which are authenticated using public-key 75 This property is not required for root-certificates 76 as root-certificates are validated using root of trust 137 root-certificate;
|
A D | debugfs-design.rst | 27 - # is used as root for drivers (e.g. #t0 is the first uart) 28 - / is used as root for virtual "files" (e.g. /fip, or /dev/uart)
|
/trusted-firmware-a/docs/getting_started/ |
A D | docs-build.rst | 29 ``requirements.txt`` file in the root of the ``docs`` directory. These modules 50 as root or using ``sudo``. 59 Documents can be built into HTML-formatted pages from project root directory by 75 the command is run from the project root directory, as that would invoke the 90 from project root directory
|
A D | initial-build.rst | 50 - Change to the root directory of the TF-A source tree and build.
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/ |
A D | docs-build.rst.txt | 29 ``requirements.txt`` file in the root of the ``docs`` directory. These modules 50 as root or using ``sudo``. 59 Documents can be built into HTML-formatted pages from project root directory by 75 the command is run from the project root directory, as that would invoke the 90 from project root directory
|
A D | initial-build.rst.txt | 50 - Change to the root directory of the TF-A source tree and build.
|
/trusted-firmware-a/tools/cert_create/src/dualroot/ |
A D | cot.mk | 7 PLAT_MSG := Dual root of trust
|
/trusted-firmware-a/plat/common/ |
A D | plat_spmd_manifest.c | 96 int root) in manifest_parse_root() argument 102 node = fdt_subnode_offset_namelen(fdt, root, ATTRIBUTE_ROOT_NODE_STR, in manifest_parse_root()
|
/trusted-firmware-a/plat/arm/board/common/protpk/ |
A D | README | 2 root-of-trust key.
|
/trusted-firmware-a/fdts/ |
A D | cot_descriptors.dtsi | 16 root-certificate; 35 root-certificate;
|
A D | fvp-base-gicv3-psci-common.dtsi | 28 chosen { bootargs = "mem=1G console=ttyAMA0 earlycon=pl011,0x1c090000 root=/dev/vda ip=on";};
|
/trusted-firmware-a/ |
A D | .editorconfig | 18 root = true
|
/trusted-firmware-a/docs/design/ |
A D | trusted-board-boot.rst | 22 trusted root-key storage registers. Alternatively, a development ROTPK might 144 compared with the hash of the ROTPK read from the trusted root-key storage 157 compared with the hash of the ROTPK read from the trusted root-key storage
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/ |
A D | trusted-board-boot.rst.txt | 22 trusted root-key storage registers. Alternatively, a development ROTPK might 144 compared with the hash of the ROTPK read from the trusted root-key storage 157 compared with the hash of the ROTPK read from the trusted root-key storage
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/ |
A D | allwinner.rst.txt | 39 bl31.bin can be either copied (or sym-linked) into U-Boot's root directory,
|
/trusted-firmware-a/docs/plat/ |
A D | allwinner.rst | 39 bl31.bin can be either copied (or sym-linked) into U-Boot's root directory,
|
Completed in 16 milliseconds
123