Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/plat/imx/common/
A Dimx_sip_handler.c185 char *parse = (char *)version_string; in imx_get_commit_hash() local
189 parse = strchr(parse, '-'); in imx_get_commit_hash()
190 if (parse) { in imx_get_commit_hash()
191 parse += 1; in imx_get_commit_hash()
192 if (*(parse) == 'g') { in imx_get_commit_hash()
194 memcpy((void *)&hash, (void *)(parse + 1), 7); in imx_get_commit_hash()
199 } while (parse != NULL); in imx_get_commit_hash()
/tf-a-ffa_el3_spmc/.husky/
A Dprepare-commit-msg.cz11 trailers=$(git interpret-trailers --parse "$file")
A Dcommit-msg.gerrit179 if parent=`git rev-parse "HEAD^0" 2>/dev/null`
/tf-a-ffa_el3_spmc/lib/romlib/
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)
205 index_file_parser.parse(self.config.file)
/tf-a-ffa_el3_spmc/plat/marvell/armada/a8k/common/ble/
A Dble.mk33 …$(if $(shell git -C $(value MV_DDR_PATH) rev-parse --show-cdup 2>&1),$(error "'MV_DDR_PATH=$(value…
/tf-a-ffa_el3_spmc/plat/marvell/armada/a3k/common/
A Da3700_common.mk77 $(if $(shell git -C $(value WTP) rev-parse --show-cdup 2>&1),$(error "'WTP=$(value WTP)' was specif…
161 …$(if $(shell git -C $(value MV_DDR_PATH) rev-parse --show-cdup 2>&1),$(error "'MV_DDR_PATH=$(value…
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dprerequisites.rst154 …curl -Lo $(git rev-parse --git-dir)/hooks/commit-msg https://review.trustedfirmware.org/tools/hook…
155 chmod +x $(git rev-parse --git-dir)/hooks/commit-msg
A Dbuild-options.rst624 description of secure partitions. The build system will parse this file and
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/scat/
A Dbl31.scat134 * .rela.dyn needs to come after .data for the read-elf utility to parse
/tf-a-ffa_el3_spmc/tools/marvell/doimage/
A Ddoimage.c1586 int parse = 0; in main() local
1623 parse = 1; in main()
1676 } else if (!parse) in main()
1704 if (parse) { in main()
/tf-a-ffa_el3_spmc/docs/plat/
A Drpi4.rst62 This part knows how to access the MMC controller and how to parse a FAT
/tf-a-ffa_el3_spmc/docs/design/
A Dpsci-pd-tree.rst231 algorithm to parse the power domain descriptor exported by the platform to
A Dauth-framework.rst263 used in the CoT. This library must implement the specific methods to parse the
377 libraries will be available which can be used to parse an image represented
A Dfirmware-design.rst394 then parse it.
/tf-a-ffa_el3_spmc/docs/
A Dchange-log.rst1956 - Add helper to parse BL31 parameters (both versions)

Completed in 491 milliseconds