Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 20 of 20) sorted by relevance

/rk3399_ARM-atf/plat/imx/common/
H A Dimx_sip_handler.c270 char *parse = (char *)build_version_string; in imx_get_commit_hash() local
274 parse = strchr(parse, '-'); in imx_get_commit_hash()
275 if (parse) { in imx_get_commit_hash()
276 parse += 1; in imx_get_commit_hash()
277 if (*(parse) == 'g') { in imx_get_commit_hash()
279 memcpy((void *)&hash, (void *)(parse + 1), 7); in imx_get_commit_hash()
284 } while (parse != NULL); in imx_get_commit_hash()
/rk3399_ARM-atf/lib/romlib/
H A Dromlib_generator.py48 def parse(self, file_name): member in IndexFileParser
73 self.parse(included_file)
140 index_file_parser.parse(self.config.file)
175 index_file_parser.parse(self.config.file)
194 index_file_parser.parse(self.config.file)
221 index_file_parser.parse(self.config.file)
/rk3399_ARM-atf/.husky/
H A Dprepare-commit-msg.cz11 trailers=$(git interpret-trailers --parse "$file")
H A Dcommit-msg.gerrit179 if parent=`git rev-parse "HEAD^0" 2>/dev/null`
/rk3399_ARM-atf/plat/marvell/armada/a8k/common/ble/
H A Dble.mk34 …$(if $(shell git -C $(value MV_DDR_PATH) rev-parse --show-cdup 2>&1),$(error "'MV_DDR_PATH=$(value…
/rk3399_ARM-atf/plat/marvell/armada/a3k/common/
H A Da3700_common.mk84 $(if $(shell git -C $(value WTP) rev-parse --show-cdup 2>&1),$(error "'WTP=$(value WTP)' was specif…
167 …$(if $(shell git -C $(value MV_DDR_PATH) rev-parse --show-cdup 2>&1),$(error "'MV_DDR_PATH=$(value…
/rk3399_ARM-atf/tools/memory/src/memory/
H A Dmemmap.py209 if not memap.parse(file, old, exclude_fill):
H A Dsummary.py533 def parse( member in MapParser
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-10.rst41 parse boot certificates in TF-A trusted boot: it is possible for a crafted
74 parse at different offsets than were used (and validated) by ``cert_parse()``,
/rk3399_ARM-atf/docs/getting_started/
H A Dprerequisites.rst179 …curl -Lo $(git rev-parse --git-dir)/hooks/commit-msg https://review.trustedfirmware.org/tools/hook…
180 chmod +x $(git rev-parse --git-dir)/hooks/commit-msg
H A Dbuild-options.rst1091 description of secure partitions. The build system will parse this file and
/rk3399_ARM-atf/plat/nvidia/tegra/scat/
H A Dbl31.scat134 * .rela.dyn needs to come after .data for the read-elf utility to parse
/rk3399_ARM-atf/tools/marvell/doimage/
H A Ddoimage.c1582 int parse = 0; in main() local
1619 parse = 1; in main()
1672 } else if (!parse) in main()
1700 if (parse) { in main()
/rk3399_ARM-atf/docs/plat/
H A Dimx8m.rst70 overlay and let U-boot to parse the event log and update the PCRs.
H A Drpi4.rst62 This part knows how to access the MMC controller and how to parse a FAT
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst332 used in the CoT. This library must implement the specific methods to parse the
446 libraries will be available which can be used to parse an image represented
1026 …- Use mbedTLS to parse the ASN1 inputs, and then use the mbedTLS pk module to verify the signature.
1027 - Use mbedTLS to parse the ASN1 inputs, use the mbedTLS pk module to parse the key,
H A Dpsci-pd-tree.rst231 algorithm to parse the power domain descriptor exported by the platform to
H A Dfirmware-design.rst352 then parse it.
/rk3399_ARM-atf/docs/threat_model/
H A Dsupply_chain_threat_model.rst44 to build DTB files. libfdt is used to parse the DTB files at boot time.
/rk3399_ARM-atf/docs/
H A Dchange-log.md96 …- parse reserve memory subnodes ([59eaed0](https://review.trustedfirmware.org/plugins/gitiles/TF-A…
408 …- parse and report VM availability messages ([ce299f9](https://review.trustedfirmware.org/plugins/…
11113 - Add helper to parse BL31 parameters (both versions)