mbox series

[PULL,u-boot] Please pull u-boot-amlogic-20191018

Message ID fc28b03e-b133-b683-94bd-770bc89ce5aa@baylibre.com
State Superseded
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20191018 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20200108

Message

Neil Armstrong Jan. 8, 2020, 12:57 p.m. UTC
Hi Tom,

This PR adds more support for the Khadas VIM3L, variant of VIM3 but
using the Amlogic SM1 S905D3 SoC, plus various small fixes.

The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/1780

Thanks,
Neil

The following changes since commit 0b0c6af38738f2c132cfd41a240889acaa031c8f:

  Prepare v2020.01 (2020-01-06 15:56:31 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20200108

for you to fetch changes up to 262d34363373c10a00279036c1561283c30495c2:

  board: amlogic: select PWRSEQ for all amlogic platform (2020-01-07 14:50:41 +0100)

----------------------------------------------------------------
- Khadas VIM3L based on Amlogic S905D3 support
- Various fixups for amlogic boards
- Unnecessary header includes drop into video/meson

----------------------------------------------------------------
Anand Moon (2):
      configs: meson64: enable GIC support for G12A/G12B
      board: amlogic: select PWRSEQ for all amlogic platform

Christian Hewitt (2):
      ARM: dts: Import Khadas VIM3L DT from Linux 5.5-rc1
      boards: amlogic: add Khadas VIM3L support

Simon Glass (1):
      video: meson: Drop unnecessary header includes

 arch/arm/dts/Makefile                   |   1 +
 arch/arm/dts/meson-sm1-khadas-vim3l.dts |  95 +++++++++++++++++++++++
 arch/arm/mach-meson/Kconfig             |   1 +
 board/amlogic/w400/MAINTAINERS          |   1 +
 board/amlogic/w400/README.khadas-vim3l  | 132 ++++++++++++++++++++++++++++++++
 configs/khadas-vim3l_defconfig          |  62 +++++++++++++++
 drivers/video/meson/meson_canvas.c      |   4 +
 drivers/video/meson/meson_plane.c       |   5 ++
 drivers/video/meson/meson_vclk.c        |   2 +
 drivers/video/meson/meson_venc.c        |   4 +
 drivers/video/meson/meson_vpu.c         |  18 ++++-
 drivers/video/meson/meson_vpu.h         |  17 ++--
 drivers/video/meson/meson_vpu_init.c    |   4 +
 include/configs/meson64.h               |   2 +-
 include/video.h                         |   2 +
 15 files changed, 334 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm/dts/meson-sm1-khadas-vim3l.dts
 create mode 100644 board/amlogic/w400/README.khadas-vim3l
 create mode 100644 configs/khadas-vim3l_defconfig

Comments

Neil Armstrong Jan. 8, 2020, 12:58 p.m. UTC | #1
Wrong subject, please ignore....

On 08/01/2020 13:57, Neil Armstrong wrote:
> Hi Tom,
> 
> This PR adds more support for the Khadas VIM3L, variant of VIM3 but
> using the Amlogic SM1 S905D3 SoC, plus various small fixes.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/1780
> 
> Thanks,
> Neil
> 
> The following changes since commit 0b0c6af38738f2c132cfd41a240889acaa031c8f:
> 
>   Prepare v2020.01 (2020-01-06 15:56:31 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20200108
> 
> for you to fetch changes up to 262d34363373c10a00279036c1561283c30495c2:
> 
>   board: amlogic: select PWRSEQ for all amlogic platform (2020-01-07 14:50:41 +0100)
> 
> ----------------------------------------------------------------
> - Khadas VIM3L based on Amlogic S905D3 support
> - Various fixups for amlogic boards
> - Unnecessary header includes drop into video/meson
> 
> ----------------------------------------------------------------
> Anand Moon (2):
>       configs: meson64: enable GIC support for G12A/G12B
>       board: amlogic: select PWRSEQ for all amlogic platform
> 
> Christian Hewitt (2):
>       ARM: dts: Import Khadas VIM3L DT from Linux 5.5-rc1
>       boards: amlogic: add Khadas VIM3L support
> 
> Simon Glass (1):
>       video: meson: Drop unnecessary header includes
> 
>  arch/arm/dts/Makefile                   |   1 +
>  arch/arm/dts/meson-sm1-khadas-vim3l.dts |  95 +++++++++++++++++++++++
>  arch/arm/mach-meson/Kconfig             |   1 +
>  board/amlogic/w400/MAINTAINERS          |   1 +
>  board/amlogic/w400/README.khadas-vim3l  | 132 ++++++++++++++++++++++++++++++++
>  configs/khadas-vim3l_defconfig          |  62 +++++++++++++++
>  drivers/video/meson/meson_canvas.c      |   4 +
>  drivers/video/meson/meson_plane.c       |   5 ++
>  drivers/video/meson/meson_vclk.c        |   2 +
>  drivers/video/meson/meson_venc.c        |   4 +
>  drivers/video/meson/meson_vpu.c         |  18 ++++-
>  drivers/video/meson/meson_vpu.h         |  17 ++--
>  drivers/video/meson/meson_vpu_init.c    |   4 +
>  include/configs/meson64.h               |   2 +-
>  include/video.h                         |   2 +
>  15 files changed, 334 insertions(+), 16 deletions(-)
>  create mode 100644 arch/arm/dts/meson-sm1-khadas-vim3l.dts
>  create mode 100644 board/amlogic/w400/README.khadas-vim3l
>  create mode 100644 configs/khadas-vim3l_defconfig
>