linux-sunxi / u-boot-sunxi

Allwinner A1x native u-boot support
https://github.com/linux-sunxi/u-boot-sunxi/wiki
315 stars 333 forks source link

Add support for new AllWinner A10 board: Linksprite pcDuino Lite WiFi #81

Closed geomatsi closed 9 years ago

geomatsi commented 9 years ago

Signed-off-by: Sergey Matyukevich geomatsi@gmail.com

jwrdegoede commented 9 years ago

Hi geomatsi,

Thanks for the support for a new board. The linux-sunxi/u-boot-sunxi repository is no longer being actively developed. All sunxi u-boot development is now being done upstream.

A big change set to move all the boards to devicetree is pending (will be merged in the next few days) in my sunxi-wip branch, so it is probably best if you do a patch for upstream u-boot based on that, see: https://github.com/jwrdegoede/u-boot-sunxi/commits/sunxi-wip

You may also want to coordinate your work with Zoltan Herpai, see: http://git.denx.de/?p=u-boot.git;a=blob_plain;f=board/sunxi/MAINTAINERS;hb=HEAD

Regards,

Hans