[linux-sunxi] Re: [PATCH 04/17] SPL: FIT: factor out spl_load_fit_image()

2017-03-03 Thread Franklin S Cooper Jr
On 03/03/2017 10:56 AM, Andrew F. Davis wrote: > On 02/28/2017 08:25 PM, Andre Przywara wrote: >> At the moment we load two images from a FIT image: the actual U-Boot >> image and the DTB. Both times we have very similar code to deal with >> alignment requirement the media we load from imposes

[linux-sunxi] Re: [PATCH v5 2/3] nvmem: sunxi-sid: add support for H3's SID controller

2017-03-03 Thread Icenowy Zheng
2017年3月3日 18:18于 Srinivas Kandagatla 写道: > > > > On 27/02/17 19:27, Icenowy Zheng wrote: > > The H3 SoC have a bigger SID controller, which has its direct read > > address at 0x200 position in the SID block, not 0x0. > > > > Also, H3 SID controller has some

[linux-sunxi] Re: [PATCH 02/17] SPL: FIT: refactor FDT loading

2017-03-03 Thread Andre Przywara
Hi Simon, On 03/03/17 04:53, Simon Glass wrote: > Hi Andre, > > On 28 February 2017 at 19:25, Andre Przywara wrote: >> Currently the SPL FIT loader uses the spl_fit_select_fdt() function to >> find the offset to the right DTB within the FIT image. >> For this it iterates

Re: [linux-sunxi] Re: [PATCH 14/17] sunxi: Pine64: defconfig: enable SPL FIT support

2017-03-03 Thread Maxime Ripard
On Thu, Mar 02, 2017 at 12:03:20AM +0800, Icenowy Zheng wrote: > > 2017年3月1日 23:51于 Maxime Ripard 写道: > > > > Hi Andre, > > > > On Wed, Mar 01, 2017 at 02:25:26AM +, Andre Przywara wrote: > > > The Pine64 (and all other 64-bit Allwinner boards) need to load

Re: [linux-sunxi] Re: [PATCH 14/17] sunxi: Pine64: defconfig: enable SPL FIT support

2017-03-03 Thread Andre Przywara
Hi, On 03/03/17 09:22, Maxime Ripard wrote: > On Thu, Mar 02, 2017 at 12:03:20AM +0800, Icenowy Zheng wrote: >> >> 2017年3月1日 23:51于 Maxime Ripard 写道: >>> >>> Hi Andre, >>> >>> On Wed, Mar 01, 2017 at 02:25:26AM +, Andre Przywara wrote: The Pine64 (and

Re: [linux-sunxi] Re: [PATCH 2/3] clk: sunxi-ng: add support for PRCM CCUs

2017-03-03 Thread maxime.rip...@free-electrons.com
On Thu, Mar 02, 2017 at 11:13:53PM +0800, Icenowy Zheng wrote: > > > 02.03.2017, 22:09, "Maxime Ripard" : > > On Wed, Mar 01, 2017 at 08:22:13PM +0800, Icenowy Zheng wrote: > >>  > I'm a bit worried by that to be honest. You claim to support the A31, > >>  > yet

Re: [linux-sunxi] Re: PoC tvin2jpeg_h264 with veisp scaling

2017-03-03 Thread Manuel Braga
On Thu, 2 Mar 2017 07:58:21 -0800 (PST) Milos Ladni wrote: > Hi, > > > The application crashs(segfault?), and running under a debugger > > doesn't give any clues about what could be? > > The app works fine and then in some arbitrary moment when need to > decode new

Re: [linux-sunxi] Re: [PATCH 2/3] clk: sunxi-ng: add support for PRCM CCUs

2017-03-03 Thread Maxime Ripard
On Thu, Mar 02, 2017 at 11:13:18PM +0800, Icenowy Zheng wrote: > > > 02.03.2017, 22:09, "Maxime Ripard" : > > On Wed, Mar 01, 2017 at 08:17:39PM +0800, Icenowy Zheng wrote: > >>  > I'm a bit worried by that to be honest. You claim to support the A31, > >>  > yet

[linux-sunxi] Re: How to handle quirky behavior with boards.

2017-03-03 Thread Olliver Schinagl
Hey all, Sorry for top-posting, but I did not want to break the thread, while the initial mail does provide background information. So I've implemented a software-based soft-start in the regulator_enable function of the axp209. This works as expected. Whether it is the right solution I'll