Home
last modified time | relevance | path

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

12

/trusted-firmware-a/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()
/trusted-firmware-a/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)
/trusted-firmware-a/.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`
/trusted-firmware-a/plat/marvell/armada/a8k/common/ble/
A Dble.mk34 …$(if $(shell git -C $(value MV_DDR_PATH) rev-parse --show-cdup 2>&1),$(error "'MV_DDR_PATH=$(value…
/trusted-firmware-a/plat/marvell/armada/a3k/common/
A Da3700_common.mk81 $(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…
/trusted-firmware-a/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.rst665 description of secure partitions. The build system will parse this file and
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dprerequisites.rst.txt154 …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.rst.txt665 description of secure partitions. The build system will parse this file and
/trusted-firmware-a/plat/nvidia/tegra/scat/
A Dbl31.scat134 * .rela.dyn needs to come after .data for the read-elf utility to parse
/trusted-firmware-a/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()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Drpi4.rst.txt62 This part knows how to access the MMC controller and how to parse a FAT
/trusted-firmware-a/docs/plat/
A Drpi4.rst62 This part knows how to access the MMC controller and how to parse a FAT
/trusted-firmware-a/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.rst401 then parse it.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dpsci-pd-tree.rst.txt231 algorithm to parse the power domain descriptor exported by the platform to
A Dauth-framework.rst.txt263 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.rst.txt401 then parse it.
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Djquery.js2parse(i):i)}catch(e){}Q.set(e,t,n)}else n=void 0;return n}S.extend({hasData:function(e){return Q.h…
A Djquery-3.5.1.js4420 return JSON.parse( data );
9337 "text json": JSON.parse,
10788 jQuery.parseJSON = JSON.parse;
/trusted-firmware-a/docs/build/latex/
A Dsphinxlatexliterals.sty291 % The "forced" line wrapping will parse the tokens to add potential
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt2486 - Add helper to parse BL31 parameters (both versions)
/trusted-firmware-a/docs/
A Dchange-log.md2486 - Add helper to parse BL31 parameters (both versions)

Completed in 66 milliseconds

12