11 Jul, 2017

2 commits

  • The bank0 ram size should be the DRAM size minus reserved size,
    the DRAM size may be 1GB, 2GB, 4GB, we can not hard code it.

    Signed-off-by: Kever Yang
    Reviewed-by: Philipp Tomsich
    Added DECLARE_GLOBAL_DATA_PTR for RK3328, RK3368 and RK3399:
    Signed-off-by: Philipp Tomsich

    Kever Yang
     
  • Replace the sdram_init() in board init and rockchip_sdram_size() in
    sdram driver for all the Rockchip SoCs which enable CONFIG_RAM.

    Signed-off-by: Kever Yang
    Reviewed-by: Philipp Tomsich
    Make dram_init() in rk3036-board.c conditional on CONFIG_RAM:
    Signed-off-by: Philipp Tomsich

    Kever Yang
     

07 Jun, 2017

1 commit