rockchip: rk3288: Enable pre console buffer
authorJagan Teki <jagan@amarulasolutions.com>
Thu, 23 Jan 2020 14:12:19 +0000 (19:42 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 19 Feb 2020 08:45:38 +0000 (16:45 +0800)
commit38070170b8b991230297ddce317ace11e1606629
tree9fb8ef82ed813f1c1cdf787abcb77f982d7df78b
parentac3d121c3577c2c9ac1881086d6d843762d7a29d
rockchip: rk3288: Enable pre console buffer

Enable pre console buffer for rk3288 platform.

This would help to capture the console messages prior to
the console being initialised. Enabling this would help
to capture all the console messages on video output source
like HDMI. So we can find the full console messages of
U-Boot proper on HDMI display when enabled it for RK3288
platform boards.

Buffer address used for pre console is 0x0f000000 which is
ram base plus 240MiB. right now the Allwinner SoC is using
similar computation.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/Kconfig
common/Kconfig