[U-Boot] [PATCH] board: move all the rockchip board in one folder

Simon Glass sjg at chromium.org
Tue Jul 12 01:53:35 CEST 2016


Hi Kever,

On 10 July 2016 at 21:14, Kever Yang <kever.yang at rock-chips.com> wrote:
> Hi Simon,
>
>
> On 07/09/2016 10:38 PM, Simon Glass wrote:
>
> Hi Kevin,
>
> On 7 July 2016 at 21:49, Eddie Cai <eddie.cai.kernel at gmail.com> wrote:
>
> 2016-07-08 11:30 GMT+08:00 Kever Yang <kever.yang at rock-chips.com>:
>
> The 'evb_rk3036' and 'kylin' is not a vendor name, let's replace them
> to 'rockchip' which is a real _vendor_ name, and meet the architecure
> 'board/<vendor>/<board-name>/'.
>
> More boards from rockchip like evb_rk3288, evb_rk3399 will comes later.
>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
>
> Reviewed-by: Eddie Cai <eddie.cai.kernel at gmail.com>
>
> ---
>  arch/arm/mach-rockchip/rk3036/Kconfig      |  4 +-
>  board/evb_rk3036/evb_rk3036/Kconfig        | 15 ------
>  board/evb_rk3036/evb_rk3036/MAINTAINERS    |  0
>  board/evb_rk3036/evb_rk3036/Makefile       |  7 ---
>  board/evb_rk3036/evb_rk3036/evb_rk3036.c   | 49 ------------------
>  board/kylin/kylin_rk3036/Kconfig           | 15 ------
>  board/kylin/kylin_rk3036/MAINTAINERS       |  0
>  board/kylin/kylin_rk3036/Makefile          |  7 ---
>  board/kylin/kylin_rk3036/kylin_rk3036.c    | 81
> ------------------------------
>  board/rockchip/evb_rk3036/Kconfig          | 15 ++++++
>  board/rockchip/evb_rk3036/MAINTAINERS      |  0
>  board/rockchip/evb_rk3036/Makefile         |  7 +++
>  board/rockchip/evb_rk3036/evb_rk3036.c     | 49 ++++++++++++++++++
>  board/rockchip/kylin_rk3036/Kconfig        | 15 ++++++
>  board/rockchip/kylin_rk3036/MAINTAINERS    |  0
>  board/rockchip/kylin_rk3036/Makefile       |  7 +++
>  board/rockchip/kylin_rk3036/kylin_rk3036.c | 81
> ++++++++++++++++++++++++++++++
>  17 files changed, 176 insertions(+), 176 deletions(-)
>  delete mode 100644 board/evb_rk3036/evb_rk3036/Kconfig
>  delete mode 100644 board/evb_rk3036/evb_rk3036/MAINTAINERS
>  delete mode 100644 board/evb_rk3036/evb_rk3036/Makefile
>  delete mode 100644 board/evb_rk3036/evb_rk3036/evb_rk3036.c
>  delete mode 100644 board/kylin/kylin_rk3036/Kconfig
>  delete mode 100644 board/kylin/kylin_rk3036/MAINTAINERS
>  delete mode 100644 board/kylin/kylin_rk3036/Makefile
>  delete mode 100644 board/kylin/kylin_rk3036/kylin_rk3036.c
>  create mode 100644 board/rockchip/evb_rk3036/Kconfig
>  create mode 100644 board/rockchip/evb_rk3036/MAINTAINERS
>  create mode 100644 board/rockchip/evb_rk3036/Makefile
>  create mode 100644 board/rockchip/evb_rk3036/evb_rk3036.c
>  create mode 100644 board/rockchip/kylin_rk3036/Kconfig
>  create mode 100644 board/rockchip/kylin_rk3036/MAINTAINERS
>  create mode 100644 board/rockchip/kylin_rk3036/Makefile
>  create mode 100644 board/rockchip/kylin_rk3036/kylin_rk3036.c
>
> Did you use patman for these? I think it should show these as renames
> rather than delete/add deltas.
>
> Sorry, I didn't use the patman, I use git  format-patch and get send-email
> instead,
> I will re-send this patch again with patman.
>
> BTW, I get below error when I use patman, I have no idea about where I need
> to define the 'board' node.
>
> Cleaned 1 patches
> Traceback (most recent call last):
>   File "./tools/patman/patman", line 159, in <module>
>     options.add_maintainers)
>   File "u-boot/tools/patman/series.py", line 225, in MakeCcFile
>     raise_on_error=raise_on_error)
>   File "u-boot/tools/patman/gitutil.py", line 326, in BuildEmailList
>     raw += LookupEmail(item, alias, raise_on_error=raise_on_error)
>   File "u-boot/tools/patman/gitutil.py", line 500, in LookupEmail
>     raise ValueError, msg
> ValueError: Alias 'board' not found

Please see 'Where Patches Are Sent' are sent in the README which talks
about tags. If you want to skip this error, please add the -t flag.

You are providing a 'board:' tag and there is no such alias.

Regards,
Simon


More information about the U-Boot mailing list