[PATCH 00/14] AT91, at91sam9x5ek updates (part III/III)

Sascha Hauer s.hauer at pengutronix.de
Tue Mar 28 23:33:58 PDT 2017


On Thu, Mar 23, 2017 at 06:23:44AM -0700, Andrey Smirnov wrote:
> Hi everone,
> 
> As discussed in original thread [1], here is a last batch of AT91
> related patches. The patches gathered in this set are all related to
> converting of at91sam9x5ek board to multi-image build process and DT.
> 
> With exception of a small fix to original "at91sam9x5ek: Convert to
> mult-image build" and a number of comment/commit message rewordings
> the code should mostly be the same as it was in original submission
> [1]
> 
> Any feedback is appreciated.


Applied, thanks

Sascha

> 
> Thank you,
> Andrey Smirnov
> 
> [1] http://lists.infradead.org/pipermail/barebox/2017-March/029337.html
> 
> Andrey Smirnov (14):
>   at91sam9x5ek: Convert to mult-image build
>   at91sam9x5ek: Add CONFIG_KALLSYMS to defconfig
>   at91sam9x5ek: Add preliminary device tree support
>   at91sam9x5ek: Convert to use DT clock tree
>   at91sam9x5ek: Remove at91sam9x5ek_mem_init()
>   at91: Enable PINCTRL for SOC_AT91SAM9
>   at91sam9x5ek: Configure LEDs in DT
>   at91sam9x5ek: Configure I2C via DT
>   at91sam9x5ek: Configure MMC in DT
>   at91sam9x5ek: Configure SPI in DT
>   at91sam9x5ek: Configure 1-wire in DT
>   at91sam9x5ek: Configure USB in DT
>   at91sam9x5ek: Configure Ethernet in DT
>   at91sam9x5ek: Configure NAND in DT
> 
>  arch/arm/Kconfig                          |   1 -
>  arch/arm/boards/at91sam9x5ek/Makefile     |   1 +
>  arch/arm/boards/at91sam9x5ek/hw_version.c |   6 +-
>  arch/arm/boards/at91sam9x5ek/hw_version.h |   1 -
>  arch/arm/boards/at91sam9x5ek/init.c       | 226 +++-------------------
>  arch/arm/boards/at91sam9x5ek/lowlevel.c   |  21 ++
>  arch/arm/configs/at91sam9x5ek_defconfig   |   8 +-
>  arch/arm/dts/Makefile                     |   2 +
>  arch/arm/dts/at91sam9x5ek.dts             |  70 +++++++
>  arch/arm/mach-at91/Kconfig                |  46 +++--
>  arch/arm/mach-at91/Makefile               |   2 +-
>  arch/arm/mach-at91/at91sam9x5.c           | 311 ------------------------------
>  arch/arm/mach-at91/setup.c                |   4 +-
>  images/Makefile                           |   1 +
>  images/Makefile.at91                      |   7 +
>  15 files changed, 176 insertions(+), 531 deletions(-)
>  create mode 100644 arch/arm/boards/at91sam9x5ek/lowlevel.c
>  create mode 100644 arch/arm/dts/at91sam9x5ek.dts
>  delete mode 100644 arch/arm/mach-at91/at91sam9x5.c
>  create mode 100644 images/Makefile.at91
> 
> -- 
> 2.9.3
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list