arm-trusted-firmware/plat/hisilicon/hikey960
Masahiro Yamada 33950dd8fe Build: change the first parameter of TOOL_ADD_IMG to lowercase
In the next commit, I need the image name in lowercase because
output files are generally named in lowercase.

Unfortunately, TOOL_ADD_IMG takes the first argument in uppercase
since we generally use uppercase Make variables.

make_helpers/build_macros.mk provides 'uppercase' macro to convert
a string into uppercase, but 'lowercase' does not exist.  We can
implement it if we like, but it would be more straightforward to
change the argument of TOOL_ADD_IMG.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-02-01 20:39:38 +09:00
..
aarch64 Hikey960: Change CPU standby state for WFI 2018-01-16 22:18:08 +08:00
drivers Fix order of remaining platform #includes 2017-07-14 10:50:41 +01:00
include Merge pull request #1211 from Leo-Yan/remove_ca73_cpu_nap_state 2018-01-17 17:34:29 +00:00
hikey960_bl1_setup.c Merge pull request #1216 from hzhuang1/fix_psci 2018-01-16 01:09:57 +00:00
hikey960_bl2_mem_params_desc.c hikey*: Support Trusted OS extra image (OP-TEE header) parsing 2017-09-01 22:48:10 +09:00
hikey960_bl2_setup.c hikey*: Fix typo 2017-09-14 01:24:19 +09:00
hikey960_bl31_setup.c Hikey960: Enable invalid FIQ handling 2018-01-22 13:00:00 +08:00
hikey960_boardid.c hikey960: fix the calculation in boardid 2017-06-13 14:33:49 +08:00
hikey960_def.h hikey960: Add BL32 (OP-TEE) support 2017-07-13 01:22:56 +09:00
hikey960_image_load.c hikey*: Add LOAD_IMAGE_V2 support 2017-09-01 22:47:50 +09:00
hikey960_io_storage.c hikey*: Support Trusted OS extra image (OP-TEE header) parsing 2017-09-01 22:48:10 +09:00
hikey960_mcu_load.c hikey960: support BL2 2017-06-08 07:32:51 +08:00
hikey960_pm.c Hikey960: Change CPU standby state for WFI 2018-01-16 22:18:08 +08:00
hikey960_private.h hikey*: Add LOAD_IMAGE_V2 support 2017-09-01 22:47:50 +09:00
hikey960_topology.c hikey960: support BL31 2017-06-08 07:33:13 +08:00
platform.mk Build: change the first parameter of TOOL_ADD_IMG to lowercase 2018-02-01 20:39:38 +09:00