arm-trusted-firmware/tools
J-Alves 1a28f290b8 fix(sptool): operators "is/is not" in sp_mk_gen.py
Replace the "is/is not" operator by "==/!=" for literals, to fix the
syntax warnings below:

tools/sptool/sp_mk_generator.py:93: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  return len(sppkg_rule) is not 0

tools/sptool/sp_mk_generator.py:203: SyntaxWarning: "is" with a literal. Did you mean "=="?
  assert(len(uuid_lines) is 1)

Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I10800f6b607942542aa2cbaaecac86b854f6b56a
2022-10-07 10:06:08 +01:00
..
amlogic meson: Rename platform directory to amlogic 2019-09-05 10:39:25 +01:00
cert_create feat(cert_create): define the cca chain of trust 2022-06-14 09:47:37 -05:00
conventional-changelog-tf-a docs(changelog): changelog for v2.7 release 2022-06-01 15:19:37 +01:00
encrypt_fw refactor(security): upgrade tools to OpenSSL 3.0 2022-05-16 19:01:59 +02:00
fiptool feat(fiptool): add cca, core_swd, plat cert in FIP 2022-06-14 09:47:37 -05:00
marvell/doimage tools: doimage: change the binary image alignment to 16 2020-07-10 10:54:44 +00:00
memory feat(debug): update print_memory_map.py 2022-04-07 13:46:31 +02:00
nxp fix(nxp-tools): fix create_pbl print log 2022-03-27 23:24:24 +08:00
renesas feat(plat/rcar3): change the memory map for OP-TEE 2021-09-12 01:13:48 +02:00
sptool fix(sptool): operators "is/is not" in sp_mk_gen.py 2022-10-07 10:06:08 +01:00
stm32image feat(st): update stm32image tool for header v2 2022-03-21 10:53:55 +01:00