On 22/10/15 10:49, Hans de Goede wrote:
> Hi,
> 
> On 22-10-15 09:49, Jens Kuske wrote:
[..]
>>
>> I don't plan to work on USB soon, my next step would have been Ethernet
>> and finishing the basic u-boot support. You know my u-boot H3 wip tree I
>> hope? Before we duplicate our work there too...
>> https://github.com/jemk/u-boot-sunxi/tree/sunxi/h3
> 
> I was not aware of that work, at a first glance it looks good. Can you rebase
> this on top of current u-boot/master (or v2015.10) and then submit it 
> upstream ?

I will, after fixing some more things (like your question 2).

> 
> 2 questions which come to mind immediately:
> 
> 1) Where does the dram init logic come from, AFAIK Allwinner has not provided
> any H3 dram init code ?

It's from the Draco H3 TV Stick SDK:

http://www.cnx-software.com/2015/06/14/tronsmart-draco-h3-tv-stick-firmware-and-sdk-released/

> 
> 2) I see no pmic code in there. I know these boards do not use an axp pmic,
> but according to my info at least the Orange Pi 2 (which I have) uses a
> sy8106a pmic, it is not entirely clear to me yet if this one needs any
> init though, I've mailed the Orange Pi people about this.

Correct, the CPU voltage is provided by a i2c controllable regulator (sy8106a)
without any datasheet. I've found how to set the voltage in above SDK, but I
first want test this carefully.

There's also the problem that we have to use the OpenRISC core for power
management (especially poweroff), since there is no external PMIC. This can
be done later of course, but we should think about how to do it.

Jens

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to