[U-Boot] [PATCH v4.1 3/4] rockchip: rk3288: add fastboot support
Simon Glass
sjg at chromium.org
Fri Jul 15 05:20:32 CEST 2016
On 14 July 2016 at 10:26, Ziyuan Xu <xzy.xu at rock-chips.com> wrote:
> From: Xu Ziyuan <xzy.xu at rock-chips.com>
>
> Enable fastboot feature on rk3288.
>
> This path doesn't support the fastboot flash function command entirely.
patch?
> We will hit "cannot find partition" assertion without specified
> partition environment. Define gpt partition layout in specified board
> such as firefly-rk3288, then enjoy it!
>
> Signed-off-by: Ziyuan Xu <xzy.xu at rock-chips.com>
>
> ---
>
> Changes in v4.1:
> - Revise tx_fifo_sz to 128
>
> Changes in v4:
> - Add fifo size for rk3288
> - Get usb_phy's dt_node
>
> Changes in v3:
> - Achieve UOC_CON_OFFSET physical address from DT
>
> Changes in v2:
> - Achieve the regs_phy from DT
> - Update comments a little
>
> arch/arm/dts/rk3288.dtsi | 1 +
> arch/arm/mach-rockchip/board.c | 72 +++++++++++++++++++++++++++++++++++++++++
> include/configs/rk3288_common.h | 26 +++++++++++++++
> 3 files changed, 99 insertions(+)
Acked-by: Simon Glass <sjg at chromium.org>
Could you please add some documentation to README.rockchip on how to use this?
More information about the U-Boot
mailing list