Re: [U-Boot] [PATCH v2 0/3] support enter download mode on rockchip platform

2017-09-15 Thread Dr. Philipp Tomsich
Andy, > On 15 Sep 2017, at 15:23, Andy Yan wrote: > > Hi Philipp: > > 2017-09-15 20:07 GMT+08:00 Dr. Philipp Tomsich > >: > Andy, > > > On 14 Sep 2017, at 10:51, Andy Yan

Re: [U-Boot] [PATCH v2 0/3] support enter download mode on rockchip platform

2017-09-15 Thread Andy Yan
Hi Philipp: 2017-09-15 20:07 GMT+08:00 Dr. Philipp Tomsich < philipp.toms...@theobroma-systems.com>: > Andy, > > > On 14 Sep 2017, at 10:51, Andy Yan wrote: > > > > > > Most rockchip platform based boards use a key to instruct > > the board enter download firmware mode,

Re: [U-Boot] [PATCH v2 0/3] support enter download mode on rockchip platform

2017-09-15 Thread Dr. Philipp Tomsich
Andy, > On 14 Sep 2017, at 10:51, Andy Yan wrote: > > > Most rockchip platform based boards use a key to instruct > the board enter download firmware mode, some boards use a > adc to detect the key status, and some use a gpio. I just sent out a series that updates the

[U-Boot] [PATCH v2 0/3] support enter download mode on rockchip platform

2017-09-14 Thread Andy Yan
Most rockchip platform based boards use a key to instruct the board enter download firmware mode, some boards use a adc to detect the key status, and some use a gpio. This series try to implement all the download mode related functions. Changes in v2: - correct the rk322x boot mode register