Skip to content
  • Jagan Teki's avatar
    rockchip: rk3288: Enable pre console buffer · 38070170
    Jagan Teki authored and Kever Yang's avatar Kever Yang committed
    
    
    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: default avatarJagan Teki <jagan@amarulasolutions.com>
    Reviewed-by: Kever Yang's avatarKever Yang <kever.yang@rock-chips.com>
    38070170