
18 May
2019
18 May
'19
6:09 p.m.
Hi Christoph,
On Tue, 7 May 2019 at 03:11, Christoph Muellner christoph.muellner@theobroma-systems.com wrote:
This patch cleans up make_fit_atf.py in the following way:
- Fix all issues reported by pylint
- Move copyright notice from file-to-generate to script
- Fix of-by-one bugs in loadables property
- Remove commented-out (dead) code.
It would be better to handle these in separate patches, as this patch looks more like a rewrite.
Besides the bugfix no intended changes.
Tested on RK3399-Q7 with TF-A v2.1 as BL31.
Signed-off-by: Christoph Muellner christoph.muellner@theobroma-systems.com
arch/arm/mach-rockchip/make_fit_atf.py | 153 ++++++++++++++------------------- 1 file changed, 64 insertions(+), 89 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org