arm-trusted-firmware/plat/hisilicon/hikey
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 Fix usage of IMAGE_BLx macros 2017-11-01 08:28:04 +00:00
include Fix usage of IMAGE_BLx macros 2017-11-01 08:28:04 +00:00
hikey_bl1_setup.c HiKey: make RTC out of reset mode 2017-10-18 20:02:12 +08:00
hikey_bl2_mem_params_desc.c hikey*: Support Trusted OS extra image (OP-TEE header) parsing 2017-09-01 22:48:10 +09:00
hikey_bl2_setup.c Merge pull request #1205 from petegriffin/hikey-protect-memory 2018-01-26 17:29:36 +00:00
hikey_bl31_setup.c HiKey: init EDMA controller with non secure mode 2017-10-18 20:02:12 +08:00
hikey_ddr.c hikey: fix uninitialized variable in ddr code 2017-05-31 12:42:10 +08:00
hikey_def.h hikey*: Support Trusted OS extra image (OP-TEE header) parsing 2017-09-01 22:48:10 +09:00
hikey_image_load.c hikey*: Add LOAD_IMAGE_V2 support 2017-09-01 22:47:50 +09:00
hikey_io_storage.c Fix usage of IMAGE_BLx macros 2017-11-01 08:28:04 +00:00
hikey_pm.c Hikey: enable CPU debug module 2017-09-07 16:57:31 +08:00
hikey_private.h hikey: configure the top 16MB of DRAM as secure 2018-01-24 03:30:23 +00:00
hikey_security.c hikey: fix assert in sec_protect() 2018-01-28 00:07:07 +09:00
hikey_topology.c hikey: fix for CPU topology 2017-05-31 13:19:05 +08:00
hisi_dvfs.c hikey: support BL2 2017-05-24 17:34:41 +01:00
hisi_ipc.c hikey: support BL31 2017-05-24 17:34:41 +01:00
hisi_mcu.c hikey: support BL2 2017-05-24 17:34:41 +01:00
hisi_pwrc.c Hikey: enable CPU debug module 2017-09-07 16:57:31 +08:00
hisi_pwrc_sram.S HiKey: Rename CPUACTRL reg constants 2017-08-29 13:52:48 +01:00
hisi_sip_svc.c Fix order of remaining platform #includes 2017-07-14 10:50:41 +01:00
platform.mk Build: change the first parameter of TOOL_ADD_IMG to lowercase 2018-02-01 20:39:38 +09:00