u-boot-brain/arch/arm/mach-k3
Andreas Dannenberg 0805fe151d arm: K3: sysfw-loader: Do not require full printf() for version info
A previous commit...

commit 2a51e16bd5 ("configs: Make USE_TINY_PRINTF depend on SPL||TPL and be default")

...causes the System Firmware version string during SPL boot to no longer
getting printed to the console as expected. To fix this issue rework the
handling of that string to only use basic printf() syntax rather than
for example disabling CONFIG_USE_TINY_PRINTF on affected devices, this
way maintaining most of the memory size benefit the initial patch brings
when it comes to SPL.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2019-08-12 13:33:43 -04:00
..
include/mach armv7R: K3: j721e: Add support for boot device detection 2019-07-26 21:49:26 -04:00
am6_init.c arm: K3: j721e: Add basic support for J721E SoC definition 2019-07-26 21:49:25 -04:00
arm64-mmu.c armv8: K3: j721e: Add custom MMU support 2019-07-26 21:49:27 -04:00
common.c arm: K3: j721e: Add basic support for J721E SoC definition 2019-07-26 21:49:25 -04:00
common.h armv7R: K3: am654: Enable MPU regions 2018-11-16 16:51:58 -05:00
config_secure.mk arm: mach-k3: Add secure device build support 2019-04-26 17:51:51 -04:00
config.mk arm: k3: config.mk: Use k3_gen_x509_cert.sh to generate boot images 2019-05-09 20:22:05 -04:00
j721e_init.c armv7R: K3: j721e: Load SYSFW binary and config from boot media 2019-07-26 21:49:27 -04:00
Kconfig board: ti: j721e: Add board support for j721e evm 2019-07-26 21:49:27 -04:00
lowlevel_init.S armv7r: K3: Allow SPL to run only on core 0 2018-11-26 22:52:11 -05:00
Makefile arm: K3: j721e: Add basic support for J721E SoC definition 2019-07-26 21:49:25 -04:00
r5_mpu.c armv7R: K3: am654: Enable MPU regions 2018-11-16 16:51:58 -05:00
security.c arm: mach-k3: Add secure device support 2019-04-26 17:51:51 -04:00
sysfw-loader.c arm: K3: sysfw-loader: Do not require full printf() for version info 2019-08-12 13:33:43 -04:00