From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 14/25] arm: Remove sheevaplug board
Date: Wed, 24 Mar 2021 17:22:36 -0400 [thread overview]
Message-ID: <20210324212236.GA1310@bill-the-cat> (raw)
In-Reply-To: <8f23e29463d6940ffbee766957c723ea1cc4d03a.camel@nedap.com>
On Wed, Mar 24, 2021 at 09:11:01PM +0000, Harm Berntsen wrote:
> On Thu, 2021-02-11 at 15:06 -0500, Tom Rini wrote:
> > On Wed, Feb 10, 2021 at 09:09:56PM -0800, Rick Thomas wrote:
> > >
> > >
> > > On Wed, Feb 10, 2021, at 8:57 PM, Vagrant Cascadian wrote:
> > > > On 2021-02-10, Rick Thomas wrote:
> > > > > I have not recently (since before 2019) done anything more than
> > > > > allow
> > > > > aptitude to upgrade packages as it thinks best.? In particular, I
> > > > > have
> > > > > not made any attempt to burn new firmware on the device.
> > > >
> > > > The debian u-boot packages do not automatically upgrade the u-boot
> > > > installed to the device; it requires manual intervention on the
> > > > part of
> > > > the system administrator above and beyond just upgrading the debian
> > > > packages through apt, aptitude, etc.
> > > >
> > > > I think u-boot upstream is talking about dropping it for 2021.04,
> > > > so my
> > > > guess is you would still have another entire debian release cycle
> > > > with
> > > > the available 2021.01 version of u-boot *if* that version still
> > > > works...
> > >
> > > If you can point me to instructions for doing that manual
> > > intervention, I'll be happy to test whatever version you recommend,?
> > > I
> > > hope the instructions also include how to recover if it *doesn't*
> > > work!
> >
> > I think this unfortunately gets to the heart of the problem.? We need
> > someone that cares about the platform to step up and do the
> > maintenance.
> > Most of the work shouldn't be too hard and there's examples of many
> > previous conversions.? The mvsata_ide driver is probably the hardest
> > part but I think it just means that the ide_preinit() call needs to be
> > worked in to the new ide_probe() function rather than the old
> > ide_init().
> >
>
> I have just converted the MMC driver (mmc_mvebu) to the driver model
> and that works on my Kirkwood based board (not a sheevaplug though).
> I'll run it through my GitLab CI and submit it to the mailing list
> soon.
>
> Would MMC support be enough to keep this board in U-Boot? If I
> understand Tom correctly the only non-DM driver is the IDE driver.
> Would it be an option to keep the Sheevaplug board without IDE support
> (unless someone submits a driver)? I do not own a Sheevaplug and thus I
> am not familiar with it. I suppose it could also boot from MMC.
I would really like to see someone be active in maintaining the
sheevaplug, especially given how popular it was among enthusiasts. But
yes, if MMC is converted that does mean there's a viable path to keep
using a modern U-Boot on the system and I'll just rip out the IDE driver
until someone wants to convert that and test it. USB will also need to
be converted soon too as I will start pulling out v2019.07 deadline
items for after v2021.07 release and that's both the IDE and USB
drivers. But maybe both can be easily disabled.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210324/8b333862/attachment.sig>
next prev parent reply other threads:[~2021-03-24 21:22 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-09 13:02 [PATCH 01/25] arm: Remove xfi3 board Tom Rini
2021-02-09 13:02 ` [PATCH 02/25] arm: Remove mx23evk board Tom Rini
2021-02-18 3:08 ` Fabio Estevam
2021-02-09 13:02 ` [PATCH 03/25] arm: Remove MX23_OLINUXINO board Tom Rini
2021-02-09 13:02 ` [PATCH 04/25] arm: Remove SANSA_FUZE_PLUS board Tom Rini
2021-02-09 13:02 ` [PATCH 05/25] arm: imx: Remove MX23 support Tom Rini
2021-02-09 16:15 ` Stefano Babic
2021-02-09 13:02 ` [PATCH 06/25] arm: Remove mx28evk board Tom Rini
2021-02-09 13:11 ` Lukasz Majewski
2021-02-09 13:34 ` Tom Rini
2021-02-13 14:19 ` Fabio Estevam
2021-02-09 13:02 ` [PATCH 07/25] arm: Remove apx4devkit board Tom Rini
2021-02-09 13:08 ` [ADDRESS CONVERTED] " Lauri Hintsala
2021-02-09 13:41 ` Tom Rini
2021-02-10 5:29 ` Lauri Hintsala
2021-02-15 15:43 ` Tom Rini
2021-02-09 13:03 ` [PATCH 08/25] arm: Remove sc_sps_1 board Tom Rini
2021-02-09 13:03 ` [PATCH 09/25] arm: Remove ts4600 board Tom Rini
2021-02-09 13:03 ` [PATCH 10/25] arm: Remove mx35pdk board Tom Rini
2021-02-09 16:13 ` Stefano Babic
2021-02-15 15:43 ` Tom Rini
2021-02-09 13:03 ` [PATCH 11/25] arm: Remove apf27 board Tom Rini
2021-02-09 13:03 ` [PATCH 12/25] arm: Remove mx25pdk board Tom Rini
2021-02-09 13:03 ` [PATCH 13/25] arm: Remove openrd board Tom Rini
2021-02-09 13:03 ` [PATCH 14/25] arm: Remove sheevaplug board Tom Rini
2021-02-10 7:07 ` Chris Packham
2021-02-10 20:09 ` Rick Thomas
2021-02-10 20:15 ` Tom Rini
2021-02-11 0:53 ` Rick Thomas
2021-02-11 1:01 ` Rick Thomas
2021-02-11 1:55 ` Tom Rini
2021-02-11 2:40 ` Rick Thomas
2021-02-11 4:57 ` Vagrant Cascadian
2021-02-11 5:09 ` Rick Thomas
2021-02-11 20:06 ` Tom Rini
2021-03-24 21:11 ` Harm Berntsen
2021-03-24 21:22 ` Tom Rini [this message]
2021-03-24 21:54 ` Harm Berntsen
2021-03-24 22:08 ` Tom Rini
2021-02-09 13:03 ` [PATCH 15/25] arm: Remove 32bit vexpress boards Tom Rini
2021-02-09 13:03 ` [PATCH 16/25] arm: Remove gwventana boards Tom Rini
2021-02-10 17:29 ` Tim Harvey
2021-02-10 17:31 ` Tom Rini
2021-02-17 18:26 ` Tim Harvey
2021-02-17 18:35 ` Tom Rini
2021-02-22 17:24 ` Tim Harvey
2021-02-22 17:40 ` Tom Rini
2021-02-23 17:38 ` Tim Harvey
2021-03-02 17:25 ` Simon Glass
2021-02-09 13:03 ` [PATCH 17/25] arm: Remove secomx6quq7 board Tom Rini
2021-02-09 13:03 ` [PATCH 18/25] arm: Remove ls2080a_simu board Tom Rini
2021-02-11 10:27 ` Priyanka Jain
2021-02-15 15:43 ` Tom Rini
2021-02-09 13:03 ` [PATCH 19/25] arm: Remove s32v234evb board Tom Rini
2021-02-09 13:03 ` [PATCH 20/25] arm: Remove bcm958712k board Tom Rini
2021-02-09 13:03 ` [PATCH 21/25] arm: Remove wb45n board Tom Rini
2021-02-09 13:03 ` [PATCH 22/25] arm: Remove wb50n board Tom Rini
2021-02-09 13:03 ` [PATCH 23/25] arm: Remove picosam9g45 board Tom Rini
2021-02-09 13:03 ` [PATCH 24/25] arm: Remove db-88f6281-bp board Tom Rini
2021-02-10 6:52 ` Chris Packham
2021-02-15 15:43 ` Tom Rini
2021-02-09 13:03 ` [PATCH 25/25] arm: Remove warp board 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=20210324212236.GA1310@bill-the-cat \
--to=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox