From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 15 Jul 2016 08:38:56 -0600 Subject: [U-Boot] [PATCH v4.1 3/4] rockchip: rk3288: add fastboot support In-Reply-To: <5788EDA4.2000802@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> <5788EDA4.2000802@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 Hi Ziyuan, On 15 July 2016 at 08:05, Ziyuan Xu wrote: > > Hi Simon, > > On 2016?07?15? 11:20, Simon Glass wrote: >> >> 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? > > Yup, 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? >> > I'm glad to do it, how about sending a individual patch for introduction? Yes that is good. Please base it on u-boot-rockchip/master. Regards, Simon