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

Simon Glass sjg at chromium.org
Sat Nov 14 03:04:01 CET 2015


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>


More information about the U-Boot mailing list