From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: Linus Walleij <linus.walleij@linaro.org>,
u-boot@lists.denx.de, Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH] bmips: Add Inteno XG6846 board
Date: Thu, 21 Sep 2023 16:03:10 +0200 [thread overview]
Message-ID: <8d8f83b1-1133-ab7f-1cd1-1a2977afe849@gmail.com> (raw)
In-Reply-To: <20230920074225.1130769-1-linus.walleij@linaro.org>
On 9/20/23 09:42, Linus Walleij wrote:
> This adds support for the Inteno XG6846 board based on the
> Broadcom MIPS 6328 SoC.
>
> The default boot will read a uImage from flash and boot it.
>
> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> arch/mips/dts/Makefile | 1 +
> arch/mips/dts/inteno,xg6846.dts | 57 ++++++++++++++++++++++
> arch/mips/mach-bmips/Kconfig | 12 +++++
> board/inteno/xg6846/Kconfig | 12 +++++
> board/inteno/xg6846/MAINTAINERS | 6 +++
> board/inteno/xg6846/Makefile | 3 ++
> board/inteno/xg6846/xg6846.c | 6 +++
> configs/inteno_xg6846_ram_defconfig | 74 +++++++++++++++++++++++++++++
> include/configs/inteno_xg6846.h | 8 ++++
> 9 files changed, 179 insertions(+)
> create mode 100644 arch/mips/dts/inteno,xg6846.dts
> create mode 100644 board/inteno/xg6846/Kconfig
> create mode 100644 board/inteno/xg6846/MAINTAINERS
> create mode 100644 board/inteno/xg6846/Makefile
> create mode 100644 board/inteno/xg6846/xg6846.c
> create mode 100644 configs/inteno_xg6846_ram_defconfig
> create mode 100644 include/configs/inteno_xg6846.h
>
if you remove board/inteno/xg6846/Makefile and board/inteno/xg6846/xg6846.c:
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
--
- Daniel
prev parent reply other threads:[~2023-09-21 14:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-20 7:42 [PATCH] bmips: Add Inteno XG6846 board Linus Walleij
2023-09-20 14:22 ` Tom Rini
2023-09-20 18:51 ` Linus Walleij
2023-09-20 18:55 ` Tom Rini
2023-09-21 14:00 ` Daniel Schwierzeck
2023-09-21 15:53 ` Tom Rini
2023-09-21 17:25 ` Tom Rini
2023-09-25 13:56 ` Linus Walleij
2023-09-25 14:22 ` Tom Rini
2023-09-21 14:03 ` Daniel Schwierzeck [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8d8f83b1-1133-ab7f-1cd1-1a2977afe849@gmail.com \
--to=daniel.schwierzeck@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.