From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>, eric@eukrea.com
Subject: [PATCH v2 0/2] ARM: imx6: add new MarsBoard support
Date: Thu, 12 Sep 2019 08:54:10 +0200 [thread overview]
Message-ID: <20190912065412.9459-1-a.fatoum@pengutronix.de> (raw)
I've picked up v1 of the patch from here:
https://barebox.infradead.narkive.com/mn9ZpGu6/patch-2-3-marsboard-add-new-board
and worked in the review feedback from back then.
v1 -> v2:
- rebased on current upstream/next
- removed seperate defconfig and added board to imx_v7_defconfig (Lucas)
- added boot mode documentation
- removed redundant VPU/IPU AXI configurations from DCD-Table (Sascha)
- removed setting console in linux bootargs (Sascha)
- have board-specific environment use bbenv-y in Makefile (Sascha)
- added barebox device tree that includes kernel device tree
- used imx6_uart_setup_ll and imx_setup_pad for debug_ll UART
- used compressed DTB
- used imx6q_barebox_entry instead of hardcoding RAM size
Ahmad Fatoum (2):
ARM: imx6: add Embest MarSBoard support
ARM: imx_v7_defconfig: enable Embdest MarS board
Documentation/boards/imx/embest-marsboard.rst | 82 +++++++++++++++
arch/arm/boards/Makefile | 1 +
arch/arm/boards/embest-marsboard/Makefile | 3 +
arch/arm/boards/embest-marsboard/board.c | 63 ++++++++++++
.../defaultenv-mars/init/fastboot | 7 ++
.../flash-header-embest-marsboard.imxcfg | 99 +++++++++++++++++++
arch/arm/boards/embest-marsboard/lowlevel.c | 41 ++++++++
arch/arm/configs/imx_v7_defconfig | 1 +
arch/arm/dts/Makefile | 1 +
arch/arm/dts/imx6q-marsboard.dts | 43 ++++++++
arch/arm/mach-imx/Kconfig | 5 +
images/Makefile.imx | 5 +
12 files changed, 351 insertions(+)
create mode 100644 Documentation/boards/imx/embest-marsboard.rst
create mode 100644 arch/arm/boards/embest-marsboard/Makefile
create mode 100644 arch/arm/boards/embest-marsboard/board.c
create mode 100644 arch/arm/boards/embest-marsboard/defaultenv-mars/init/fastboot
create mode 100644 arch/arm/boards/embest-marsboard/flash-header-embest-marsboard.imxcfg
create mode 100644 arch/arm/boards/embest-marsboard/lowlevel.c
create mode 100644 arch/arm/dts/imx6q-marsboard.dts
--
2.23.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2019-09-12 6:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-12 6:54 Ahmad Fatoum [this message]
2019-09-12 6:54 ` [PATCH v2 1/2] ARM: imx6: add Embest MarSBoard support Ahmad Fatoum
2019-09-15 20:01 ` Stefan Lengfeld
2019-09-16 7:49 ` Ahmad Fatoum
2019-09-12 6:54 ` [PATCH v2 2/2] ARM: imx_v7_defconfig: enable Embdest MarS board Ahmad Fatoum
2019-09-12 7:01 ` [PATCH v2 0/2] ARM: imx6: add new MarsBoard support Sascha Hauer
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=20190912065412.9459-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=eric@eukrea.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox