[U-Boot] [PATCH v4 2/6] ARM: rockchip: rv1108: Enable BOUNCE_BUFFER

Philipp Tomsich philipp.tomsich at theobroma-systems.com
Fri Nov 30 11:44:27 UTC 2018


Otavio,

> On 27.11.2018, at 11:11, Otavio Salvador <otavio at ossystems.com.br> wrote:
> 
> In order to be able to build the Rockchip eMMC driver on rv1108, the
> BOUNCE_BUFFER option needs to be selected. Select it like it is done
> on the other Rockchip SoC common files.
> 
> Reviewed-by: Andy Yan <andy.yan at rock-chips.com>
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
> 
> Changes in v4: None
> Changes in v3:
> - rework commit log
> 
> Changes in v2:
> - new patch
> 
> include/configs/rv1108_common.h | 3 +++
> 1 file changed, 3 insertions(+)
> 
> diff --git a/include/configs/rv1108_common.h b/include/configs/rv1108_common.h
> index 2ab3b85e0c..cc0384e2f4 100644
> --- a/include/configs/rv1108_common.h
> +++ b/include/configs/rv1108_common.h
> @@ -17,6 +17,9 @@
> #define CONFIG_SYS_TIMER_BASE		0x10350020
> #define CONFIG_SYS_TIMER_COUNTER	(CONFIG_SYS_TIMER_BASE + 8)
> 
> +/* MMC/SD IP block */
> +#define CONFIG_BOUNCE_BUFFER

I just submitted a series that migrates BOUNCE_BUFFER into Kconfig and selects
it unconditionally for MMC_DW.  If that one makes it in before I merge this, I’ll drop
this patch (i.e.: keep in v5, but don’t be surprised if never makes it into the tree).

> +
> #define CONFIG_SYS_SDRAM_BASE		0x60000000
> #define CONFIG_SYS_INIT_SP_ADDR		(CONFIG_SYS_TEXT_BASE + 0x100000)
> #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x2000000)
> -- 
> 2.19.2
> 



More information about the U-Boot mailing list