Searched hist:a96a07bfb66b7d38fe3da824e8ba183967659008 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/tools/sptool/ |
| H A D | sp_mk_generator.py | 0be2475f6990a37d2d54b7ed06bac9cb46f4660d Wed Sep 14 14:31:17 UTC 2022 J-Alves <joao.alves@arm.com> fix: 'sp_mk_generator.py' reference to undef var
The script 'sp_mk_generator.py' was reworked in [1]. There was a reference the variable 'data' left. This variable 'data' used to refer to the json data of a the sp layout file. This patch fixed the reference with the proper variable according to the rework [1].
[1] https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=a96a07bfb66b7d38fe3da824e8ba183967659008
Signed-off-by: J-Alves <joao.alves@arm.com> Change-Id: I9ddbfa8d55a114bcef6997920522571e070fc7d2 a96a07bfb66b7d38fe3da824e8ba183967659008 Mon Mar 21 14:11:43 UTC 2022 J-Alves <joao.alves@arm.com> 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
|