commit | 5c3fee746dc7a7e142a3edcf70956c3a30bccba2 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Wed Feb 16 22:25:22 2022 +0800 |
committer | Kevin Peng <kevin.peng@arm.com> | Wed Mar 09 17:13:00 2022 +0800 |
tree | 8ca79221b1aadd4a5d421308b0a7e8c690479c4c | |
parent | 971bd9232f43ef79c5b355b737c046eaaa52d7a3 [diff] |
Tools: Simply manifest templates The templates have some logics and validations. Those codes in jinja2 are not easy to write and understand. Also the script throws errors earlier than template generated source codes. This patch moves amounts of those codes into the python script where logic and calculation codes are much easier to write and read. Change-Id: I4e9149b675123ed401fc182b30381ef105d628a7 Signed-off-by: Kevin Peng <kevin.peng@arm.com>