Re: [U-Boot] [PATCH] rockchip: enable SPL_OF_PLATDATA for rk3288 board

2016-10-08 Thread
In patch "rk3288: config change for enable dram capacity auto-detect", Kever have use CONFIG_ROCKCHIP_SPL_BACK_TO_BROM to reduce spl size, so this patch is no longer needed. 2016-09-28 23:46 GMT+08:00 Simon Glass : > On 28 September 2016 at 00:35, Jacob Chen

Re: [U-Boot] [PATCH 2/3] rockchip: add usb mass storage feature support for rk3036

2016-09-08 Thread
Hi, 2016-09-06 9:03 GMT+08:00 Simon Glass : > On 29 August 2016 at 11:26, Jacob Chen wrote: >> From: "jacob2.chen" >> >> Enable ums feature for rk3036 boards, so that we can mount the mmc >> device to PC. >> >>

Re: [U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode

2016-08-30 Thread
Hi Ziyuan, It was rk3036-kylin board. This bug will make distro_boot failed. 2016-08-30 22:11 GMT+08:00 Ziyuan Xu <xzy...@rock-chips.com>: > > > On 2016年08月30日 21:56, 陈豪 wrote: >> >> Hi jaehoon, >> >> >> 2016-08-30 17:54 GMT+08:00 Jaehoon Chu

Re: [U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode

2016-08-30 Thread
Hi jaehoon, 2016-08-30 17:54 GMT+08:00 Jaehoon Chung : > Hi Jacob, > > On 08/30/2016 02:26 AM, Jacob Chen wrote: >> From: "jacob2.chen" >> >> The former implement have a bug. >> It will cause wrong data reading sometimes. > > Could you explain

Re: [U-Boot] [PATCH] rockchip: rk3288-firefly: enable boot from eMMC

2016-08-29 Thread
? 2016-08-30 0:17 GMT+08:00 陈豪 <jacobchen...@gmail.com>: > Hi, > > I just copied thos code from the other boards. > > On the other boards, I didn't meet this situation.It will load u-boot > from sd if it didn't detect u-boot in eMMC. > > I'll check why it's different i

Re: [U-Boot] [PATCH] rockchip: rk3288-firefly: enable boot from eMMC

2016-08-29 Thread
Hi, I just copied thos code from the other boards. On the other boards, I didn't meet this situation.It will load u-boot from sd if it didn't detect u-boot in eMMC. I'll check why it's different in firefly. 2016-08-28 0:06 GMT+08:00, Simon Glass : > Hi, > > On 12 August 2016

Re: [U-Boot] [PATCH v2 1/3] Add a bingding file for rockchip video

2016-03-13 Thread
O Oh..wrong title... 2016-03-14 1:45 GMT+08:00 Jacob Chen : > and include it in rk3288 device tree > > Signed-off-by: Jacob Chen > --- > > arch/arm/dts/rk3288.dtsi | 1 + > include/dt-bindings/video/rk3288.h | 11 +++ > 2 files