[U-Boot] [PATCH] board: axs10x switch serial port and Ethernet to driver model

Alexey Brodkin Alexey.Brodkin at synopsys.com
Tue Nov 17 22:45:08 CET 2015


Hi,

On Fri, 2015-11-13 at 19:04 -0700, Simon Glass wrote:
> On 13 November 2015 at 11:26, Alexey Brodkin
> <Alexey.Brodkin at synopsys.com> wrote:
> > With this change Synopsys DesignWare SDP board is switched to driver
> > model for both serial port (serial_dw) and Ethernet (Designware GMAC).
> > 
> > This simplifies include/configs/axs101.h and allows for reuse of Linux's
> > Device Tree description.
> > 
> > For simplicity Linux's .dts files are not blindly copied but only very
> > few extracts of them are really used (those that are supported in U-Boot
> > at the moment).
> > 
> > Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
> > Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
> > Cc: Simon Glass <sjg at chromium.org>
> > ---
> >  arch/arc/dts/Makefile          |  1 +
> >  arch/arc/dts/axs10x.dts        | 45 ++++++++++++++++++++++++++++++++++++++++++
> >  board/synopsys/axs101/axs101.c | 12 -----------
> >  configs/axs101_defconfig       | 11 ++++++++++-
> >  configs/axs103_defconfig       | 11 ++++++++++-
> >  include/configs/axs101.h       | 31 ++++++-----------------------
> >  6 files changed, 72 insertions(+), 39 deletions(-)
> >  create mode 100644 arch/arc/dts/axs10x.dts
> 
> Reviewed-by: Simon Glass <sjg at chromium.org>

Applied, thanks!

-Alexey


More information about the U-Boot mailing list