[U-Boot] [PATCH v3 0/3] ARM: meson: add p200 and p201 boards

Neil Armstrong narmstrong at baylibre.com
Fri Mar 15 09:59:18 UTC 2019


Hi,

Thanks for the reactivity !

On 14/03/2019 22:09, Mohammad Rasim wrote:
> This adds support for p200 and p201 reference boards from amlogic
> 
> Mohammad Rasim (3):
>   ARM: dts: meson: add p200 and p201 boards
>   ARM: board: meson: add p201 board
>   ARM: board: meson: add p200 board
> 
>  arch/arm/dts/Makefile               |   2 +
>  arch/arm/dts/meson-gxbb-p200.dts    |  99 +++++++++++
>  arch/arm/dts/meson-gxbb-p201.dts    |  26 +++
>  arch/arm/dts/meson-gxbb-p20x.dtsi   | 247 ++++++++++++++++++++++++++++
>  board/amlogic/odroid-c2/MAINTAINERS |   1 +
>  board/amlogic/odroid-c2/README.p200 | 103 ++++++++++++
>  board/amlogic/p201/MAINTAINERS      |   5 +
>  board/amlogic/p201/Makefile         |   5 +
>  board/amlogic/p201/README.p201      | 103 ++++++++++++
>  board/amlogic/p201/p201.c           |  43 +++++
>  configs/p200_defconfig              |  41 +++++
>  configs/p201_defconfig              |  41 +++++
>  12 files changed, 716 insertions(+)
>  create mode 100644 arch/arm/dts/meson-gxbb-p200.dts
>  create mode 100644 arch/arm/dts/meson-gxbb-p201.dts
>  create mode 100644 arch/arm/dts/meson-gxbb-p20x.dtsi
>  create mode 100644 board/amlogic/odroid-c2/README.p200
>  create mode 100644 board/amlogic/p201/MAINTAINERS
>  create mode 100644 board/amlogic/p201/Makefile
>  create mode 100644 board/amlogic/p201/README.p201
>  create mode 100644 board/amlogic/p201/p201.c
>  create mode 100644 configs/p200_defconfig
>  create mode 100644 configs/p201_defconfig
> 
> --
> 2.21.0
> 

Nearly perfect, but :
- can you add a small text in the commits logs of patches 2 & 3 ?
- can you add a patch adding arch/arm/dts/meson-gxbb-p200-u-boot.dtsi and arch/arm/dts/meson-gxbb-p201-u-boot.dtsi based on arch/arm/dts/meson-gx-u-boot.dtsi ?

With these I'll take them !

Thanks,
Neil


More information about the U-Boot mailing list