]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(sptool): use SpSetupActions in sp_mk_generator.py
authorJ-Alves <joao.alves@arm.com>
Mon, 21 Mar 2022 14:11:43 +0000 (14:11 +0000)
committerJ-Alves <joao.alves@arm.com>
Wed, 4 May 2022 09:11:24 +0000 (10:11 +0100)
commita96a07bfb66b7d38fe3da824e8ba183967659008
treede8b86eb19afa8d4cef29aa7434ba9d8b9504957
parentb1e6a41572240839e62099aa00298174b18c696a
refactor(sptool): use SpSetupActions in sp_mk_generator.py

The "sp_mk_generator.py" is responsible for processing the SP layout
file, which contains information about the SPs to be deployed on top of
the SPM, to generate the "sp_gen.mk" file which appends information
specific to each SP that shall help with packing all SPs into a fip
binary.
Before this patch the "sp_mk_generator.py" was a monolithic script,
which has now been broken down into functions for each identified
configuration action.

Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I8ee7487f2e07d53e508d17d0fe4510e22957f5ca
tools/sptool/sp_mk_generator.py [changed mode: 0755->0644]