Searched hist:d30ac1c36f79588e7384cc56c69f885147a4286f (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/plat/mediatek/mt8173/include/ |
| H A D | platform_def.h | d30ac1c36f79588e7384cc56c69f885147a4286f Tue Jan 19 17:52:28 UTC 2016 Soby Mathew <soby.mathew@arm.com> Use tf_printf() for debug logs from xlat_tables.c
The debug prints used to debug translation table setup in xlat_tables.c used the `printf()` standard library function instead of the stack optimized `tf_printf()` API. DEBUG_XLAT_TABLE option was used to enable debug logs within xlat_tables.c and it configured a much larger stack size for the platform in case it was enabled. This patch modifies these debug prints within xlat_tables.c to use tf_printf() and modifies the format specifiers to be compatible with tf_printf(). The debug prints are now enabled if the VERBOSE prints are enabled in Trusted Firmware via LOG_LEVEL build option.
The much larger stack size definition when DEBUG_XLAT_TABLE is defined is no longer required and the platform ports are modified to remove this stack size definition.
Change-Id: I2f7d77ea12a04b827fa15e2adc3125b1175e4c23
|
| /rk3399_ARM-atf/plat/nvidia/tegra/include/ |
| H A D | platform_def.h | d30ac1c36f79588e7384cc56c69f885147a4286f Tue Jan 19 17:52:28 UTC 2016 Soby Mathew <soby.mathew@arm.com> Use tf_printf() for debug logs from xlat_tables.c
The debug prints used to debug translation table setup in xlat_tables.c used the `printf()` standard library function instead of the stack optimized `tf_printf()` API. DEBUG_XLAT_TABLE option was used to enable debug logs within xlat_tables.c and it configured a much larger stack size for the platform in case it was enabled. This patch modifies these debug prints within xlat_tables.c to use tf_printf() and modifies the format specifiers to be compatible with tf_printf(). The debug prints are now enabled if the VERBOSE prints are enabled in Trusted Firmware via LOG_LEVEL build option.
The much larger stack size definition when DEBUG_XLAT_TABLE is defined is no longer required and the platform ports are modified to remove this stack size definition.
Change-Id: I2f7d77ea12a04b827fa15e2adc3125b1175e4c23
|