From: Derald D. Woods <woods.technical@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/3] ARM: omap3: beagle, evm: synchronize common setup
Date: Mon, 26 Feb 2018 17:52:56 -0600 [thread overview]
Message-ID: <20180226235259.21413-1-woods.technical@gmail.com> (raw)
In-Reply-To: <20180225185446.GB1188@ethiopia.woodsts.org>
This short series is an attempt to make this set of boards use the same
default configuration items where possible. This was prompted by an
investigation into enabling SERIAL_SEARCH_ALL on omap3_evm. This feature
now works for omap3_evm after this series.
The series changes the default NAND layout of MTDPARTS_DEFAULT. More
detail is provided with the patches. As most things are configurable
now, this should not be an issue. I am trying to get simple defaults
that just boot and expose the common core features. This will make
future testing and maintenance a bit more predictable, as there will
be a very similar and comparable set of boards.
Derald D. Woods (3):
ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board file
ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND
layout
ARM: omap3: evm: Sync with omap3_beagle configuration
board/ti/beagle/beagle.c | 8 ++
configs/omap3_beagle_defconfig | 25 ++++-
configs/omap3_evm_defconfig | 21 ++--
include/configs/omap3_beagle.h | 239 +++++++++++++++++++++++------------------
include/configs/omap3_evm.h | 71 ++++++------
5 files changed, 212 insertions(+), 152 deletions(-)
--
v3:
- Leave environment in NAND
v2:
- update cover letter and remove 'RFC' from series
- rebase and test on recent master
--
2.16.2
next prev parent reply other threads:[~2018-02-26 23:52 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-12 5:13 [U-Boot] [RFC PATCH 0/3] ARM: omap3: beagle, evm: synchronize common setup Derald D. Woods
2018-02-12 5:13 ` [U-Boot] [RFC PATCH 1/3] ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board file Derald D. Woods
2018-02-12 5:13 ` [U-Boot] [RFC PATCH 2/3] ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout Derald D. Woods
2018-02-12 5:13 ` [U-Boot] [RFC PATCH 3/3] ARM: omap3: evm: Sync with omap3_beagle configuration Derald D. Woods
2018-02-24 14:09 ` [U-Boot] [PATCH v2 0/3] ARM: omap3: beagle, evm: synchronize common setup Derald D. Woods
2018-02-24 14:09 ` [U-Boot] [PATCH v2 1/3] ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board file Derald D. Woods
2018-02-24 14:09 ` [U-Boot] [PATCH v2 2/3] ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout Derald D. Woods
2018-02-24 14:09 ` [U-Boot] [PATCH v2 3/3] ARM: omap3: evm: Sync with omap3_beagle configuration Derald D. Woods
2018-02-24 14:35 ` [U-Boot] [PATCH v2 0/3] ARM: omap3: beagle, evm: synchronize common setup Tom Rini
2018-02-24 15:29 ` Derald D. Woods
2018-02-24 19:12 ` Tom Rini
2018-02-24 19:39 ` Derald Woods
2018-02-24 20:02 ` Tom Rini
2018-02-25 18:54 ` Derald D. Woods
2018-02-26 23:52 ` Derald D. Woods [this message]
2018-02-26 23:52 ` [U-Boot] [PATCH v3 1/3] ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board file Derald D. Woods
2018-03-14 14:09 ` [U-Boot] [U-Boot, v3, " Tom Rini
2018-02-26 23:52 ` [U-Boot] [PATCH v3 2/3] ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout Derald D. Woods
2018-03-14 14:09 ` [U-Boot] [U-Boot, v3, " Tom Rini
2018-02-26 23:52 ` [U-Boot] [PATCH v3 3/3] ARM: omap3: evm: Sync with omap3_beagle configuration Derald D. Woods
2018-03-14 14:10 ` [U-Boot] [U-Boot, v3, " Tom Rini
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=20180226235259.21413-1-woods.technical@gmail.com \
--to=woods.technical@gmail.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.