Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 60) sorted by relevance

123

/trusted-firmware-a/lib/zlib/
A Dinftrees.c43 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 Dtemplate.hbs4 {{> 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 Dnote-section.hbs5 {{#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 Dcommit-section.hbs6 {{#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 Dheader.hbs5 {{~/if}} {{#if @root.linkCompare~}}
6 [{{version}}]({{> compareUrl root=@root}})
A Dcommit.hbs11 {{~#if hash }} {{#if @root.linkReferences ~}}
12 ([{{ shortHash }}]({{> commitUrl root=@root }}))
A Dnote.hbs3 **See:** {{#with commit }}{{> commit root=@root showScope=../showScope }}{{/with}}
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dcot-binding.rst.txt14 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 Ddebugfs-design.rst.txt27 - # 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 Dcot-binding.rst14 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 Ddebugfs-design.rst27 - # 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 Ddocs-build.rst29 ``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 Dinitial-build.rst50 - 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 Ddocs-build.rst.txt29 ``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 Dinitial-build.rst.txt50 - Change to the root directory of the TF-A source tree and build.
/trusted-firmware-a/tools/cert_create/src/dualroot/
A Dcot.mk7 PLAT_MSG := Dual root of trust
/trusted-firmware-a/plat/common/
A Dplat_spmd_manifest.c96 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 DREADME2 root-of-trust key.
/trusted-firmware-a/fdts/
A Dcot_descriptors.dtsi16 root-certificate;
35 root-certificate;
A Dfvp-base-gicv3-psci-common.dtsi28 chosen { bootargs = "mem=1G console=ttyAMA0 earlycon=pl011,0x1c090000 root=/dev/vda ip=on";};
/trusted-firmware-a/
A D.editorconfig18 root = true
/trusted-firmware-a/docs/design/
A Dtrusted-board-boot.rst22 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 Dtrusted-board-boot.rst.txt22 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 Dallwinner.rst.txt39 bl31.bin can be either copied (or sym-linked) into U-Boot's root directory,
/trusted-firmware-a/docs/plat/
A Dallwinner.rst39 bl31.bin can be either copied (or sym-linked) into U-Boot's root directory,

Completed in 16 milliseconds

123