Home
last modified time | relevance | path

Searched hist:"6 a23356c4f70d1407c094ea2ea3e21e8a657c1c3" (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhisi_ipc.c6a23356c4f70d1407c094ea2ea3e21e8a657c1c3 Thu Aug 09 14:30:28 UTC 2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com> Replace stdio.h functions by TF functions

Functions provided by stdio.h such as printf and sprintf are available
in the codebase, but they add a lot of code to the final image if they
are used:

- AArch64: ~4KB
- AArch32: ~2KB in T32, ~3KB in A32

tf_printf and tf_snprintf are a lot more simple, but it is preferable
to use them when possible because they are also used in common code.

Change-Id: Id09fd2b486198fe3d79276e2c27931595b7ba60e
Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
/rk3399_ARM-atf/services/spd/trusty/
H A Dgeneric-arm64-smcall.c6a23356c4f70d1407c094ea2ea3e21e8a657c1c3 Thu Aug 09 14:30:28 UTC 2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com> Replace stdio.h functions by TF functions

Functions provided by stdio.h such as printf and sprintf are available
in the codebase, but they add a lot of code to the final image if they
are used:

- AArch64: ~4KB
- AArch32: ~2KB in T32, ~3KB in A32

tf_printf and tf_snprintf are a lot more simple, but it is preferable
to use them when possible because they are also used in common code.

Change-Id: Id09fd2b486198fe3d79276e2c27931595b7ba60e
Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
/rk3399_ARM-atf/drivers/partition/
H A Dpartition.c6a23356c4f70d1407c094ea2ea3e21e8a657c1c3 Thu Aug 09 14:30:28 UTC 2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com> Replace stdio.h functions by TF functions

Functions provided by stdio.h such as printf and sprintf are available
in the codebase, but they add a lot of code to the final image if they
are used:

- AArch64: ~4KB
- AArch32: ~2KB in T32, ~3KB in A32

tf_printf and tf_snprintf are a lot more simple, but it is preferable
to use them when possible because they are also used in common code.

Change-Id: Id09fd2b486198fe3d79276e2c27931595b7ba60e
Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
/rk3399_ARM-atf/drivers/marvell/comphy/
H A Dphy-comphy-cp110.c6a23356c4f70d1407c094ea2ea3e21e8a657c1c3 Thu Aug 09 14:30:28 UTC 2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com> Replace stdio.h functions by TF functions

Functions provided by stdio.h such as printf and sprintf are available
in the codebase, but they add a lot of code to the final image if they
are used:

- AArch64: ~4KB
- AArch32: ~2KB in T32, ~3KB in A32

tf_printf and tf_snprintf are a lot more simple, but it is preferable
to use them when possible because they are also used in common code.

Change-Id: Id09fd2b486198fe3d79276e2c27931595b7ba60e
Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
/rk3399_ARM-atf/drivers/st/clk/
H A Dstm32mp1_clk.c6a23356c4f70d1407c094ea2ea3e21e8a657c1c3 Thu Aug 09 14:30:28 UTC 2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com> Replace stdio.h functions by TF functions

Functions provided by stdio.h such as printf and sprintf are available
in the codebase, but they add a lot of code to the final image if they
are used:

- AArch64: ~4KB
- AArch32: ~2KB in T32, ~3KB in A32

tf_printf and tf_snprintf are a lot more simple, but it is preferable
to use them when possible because they are also used in common code.

Change-Id: Id09fd2b486198fe3d79276e2c27931595b7ba60e
Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>