From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 14 Jul 2016 21:20:32 -0600 Subject: [U-Boot] [PATCH v4.1 3/4] rockchip: rk3288: add fastboot support In-Reply-To: <1468513619-5864-1-git-send-email-xzy.xu@rock-chips.com> References: <1468479155-1796-4-git-send-email-xzy.xu@rock-chips.com> <1468513619-5864-1-git-send-email-xzy.xu@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14 July 2016 at 10:26, Ziyuan Xu wrote: > From: Xu Ziyuan > > 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 > > --- > > 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 Could you please add some documentation to README.rockchip on how to use this?