[U-Boot] [PATCH v6 12/14] MIPS: add BMIPS Comtrend AR-5387un board

Simon Glass sjg at chromium.org
Sat Apr 29 00:27:28 UTC 2017


On 24 April 2017 at 16:39, Álvaro Fernández Rojas <noltari at gmail.com> wrote:
> Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
> ---
>  v6:
>   - Select CONFIG_BMIPS_BOOT_RAM and CONFIG_BAUDRATE in defconfig.
>   - Simplify board name.
>  v5: No changes.
>  v4: No changes.
>  v3: No changes.
>  v2: Introduce changes suggested by Daniel Schwierzeck:
>   - Split BMIPS support patches.
>   - Remove DEBUG_UART from defconfig.
>
>  arch/mips/dts/Makefile                  |  1 +
>  arch/mips/dts/comtrend,ar-5387un.dts    | 27 ++++++++++++++++++++
>  arch/mips/mach-bmips/Kconfig            |  6 +++++
>  board/comtrend/ar5387un/Kconfig         | 12 +++++++++
>  board/comtrend/ar5387un/MAINTAINERS     |  6 +++++
>  board/comtrend/ar5387un/Makefile        |  5 ++++
>  board/comtrend/ar5387un/ar-5387un.c     |  7 ++++++
>  configs/comtrend_ar5387un_ram_defconfig | 44 +++++++++++++++++++++++++++++++++
>  include/configs/comtrend_ar5387un.h     | 17 +++++++++++++
>  9 files changed, 125 insertions(+)
>  create mode 100644 arch/mips/dts/comtrend,ar-5387un.dts
>  create mode 100644 board/comtrend/ar5387un/Kconfig
>  create mode 100644 board/comtrend/ar5387un/MAINTAINERS
>  create mode 100644 board/comtrend/ar5387un/Makefile
>  create mode 100644 board/comtrend/ar5387un/ar-5387un.c
>  create mode 100644 configs/comtrend_ar5387un_ram_defconfig
>  create mode 100644 include/configs/comtrend_ar5387un.h

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list