U-boot Archive mirror
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de, Greg Malysa <greg.malysa@timesys.com>
Cc: "Matthew McClintock" <Matthew.Mcclintock@analog.com>,
	"Abdellatif El Khlifi" <abdellatif.elkhlifi@arm.com>,
	"Alexey Brodkin" <alexey.brodkin@synopsys.com>,
	"Alison Wang" <alison.wang@nxp.com>,
	"Alper Nebi Yasak" <alpernebiyasak@gmail.com>,
	"Andre Przywara" <andre.przywara@arm.com>,
	"Andrew Davis" <afd@ti.com>, "Andy Fleming" <afleming@gmail.com>,
	"Angelo Dureghello" <angelo@kernel-space.org>,
	"Arturs Artamonovs" <arturs.artamonovs@analog.com>,
	"Bin Meng" <bmeng.cn@gmail.com>, "Bin Meng" <bmeng@tinylab.org>,
	"Caleb Connolly" <caleb.connolly@linaro.org>,
	"Csókás Bence" <csokas.bence@prolan.hu>,
	"Daniel Schwierzeck" <daniel.schwierzeck@gmail.com>,
	"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
	"Ian Roberts" <ian.roberts@timesys.com>,
	"Joe Hershberger" <joe.hershberger@ni.com>,
	"Kuan Lim Lee" <kuanlim.lee@starfivetech.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Lukasz Majewski" <lukma@denx.de>,
	"Manorit Chawdhry" <m-chawdhry@ti.com>,
	"Marek Vasut" <marek.vasut+renesas@mailbox.org>,
	"Marek Vasut" <marex@denx.de>, "Mario Six" <mario.six@gdsys.cc>,
	"Mattijs Korpershoek" <mkorpershoek@baylibre.com>,
	"Nathan Barrett-Morrison" <nathan.morrison@timesys.com>,
	"Nobuhiro Iwamatsu" <iwamatsu@nigauri.org>,
	"Paul Barker" <paul.barker.ct@bp.renesas.com>,
	"Peter Robinson" <pbrobinson@gmail.com>,
	"Priyanka Jain" <priyanka.jain@nxp.com>,
	"Rayagonda Kokatanur" <rayagonda.kokatanur@broadcom.com>,
	"Rick Chen" <rick@andestech.com>,
	"Sam Protsenko" <semen.protsenko@linaro.org>,
	"Samuel Holland" <samuel@sholland.org>,
	"Sean Anderson" <seanga2@gmail.com>,
	"Simon Glass" <sjg@chromium.org>, "Stefan Roese" <sr@denx.de>,
	"Sumit Garg" <sumit.garg@linaro.org>,
	"Thomas Chou" <thomas@wytron.com.tw>,
	"Utsav Agarwal" <utsav.agarwal@analog.com>,
	"Vasileios Bimpikas" <vasileios.bimpikas@analog.com>,
	"Wolfgang Denk" <wd@denx.de>,
	"Yang Xiwen" <forbidden405@outlook.com>,
	"Yu Chien Peter Lin" <peterlin@andestech.com>,
	"AKASHI Takahiro" <akashi.tkhro@gmail.com>,
	"Michal Simek" <michal.simek@amd.com>
Subject: Re: [PATCH v2 0/4] arm: Add Analog Devices SC5xx Machine Type
Date: Wed, 08 May 2024 08:52:15 -0600	[thread overview]
Message-ID: <171517993519.3110847.7832938517546565543.b4-ty@konsulko.com> (raw)
In-Reply-To: <20240425000515.21896-1-greg.malysa@timesys.com>

On Wed, 24 Apr 2024 20:03:59 -0400, Greg Malysa wrote:

> This series adds support for the ADI SC5xx machine type and includes two
> core drivers that are required for being able to boot any board--a UART
> driver, the gptimer driver which is used as a clock reference (CNTVCNT
> is not supported on the armv7 sc5xx SoCs) and the clock tree driver. Our
> corresponding Linux support relies on u-boot configuring the clocks
> correctly before booting, so it is not possible to boot any board
> without the CGU/CDU configuration happening here. There are also no
> board files, device trees, or defconfigs included here, but some common
> definitions that will be used to build board files currently are. The
> sc5xx SoCs themselves include many armv7 families (sc57x, sc58x, and
> sc594) all using an ARM Cortex-A5, and one armv8 family (sc598) indended
> to be a drop-in replacement for the SC594 in terms of peripherals, with
> a Cortex-A55 instead.
> 
> [...]

Applied to u-boot/next, thanks!

-- 
Tom



      parent reply	other threads:[~2024-05-08 14:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-25  0:03 [PATCH v2 0/4] arm: Add Analog Devices SC5xx Machine Type Greg Malysa
2024-04-25  0:04 ` [PATCH v2 1/4] arch: arm: Add Analog Devices SC5xx machine type Greg Malysa
2024-04-25  0:04 ` [PATCH v2 2/4] drivers: clk: adi: Add in SC5XX-family clock driver Greg Malysa
2024-04-25  0:04 ` [PATCH v2 3/4] drivers: serial: Add in UART for ADI SC5XX-family processors Greg Malysa
2024-04-25  0:04 ` [PATCH v2 4/4] drivers: timer: Add in driver support for ADI SC5XX-family GP timer peripheral Greg Malysa
2024-05-03 22:20 ` [PATCH v2 0/4] arm: Add Analog Devices SC5xx Machine Type Tom Rini
2024-05-08 14:52 ` Tom Rini [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=171517993519.3110847.7832938517546565543.b4-ty@konsulko.com \
    --to=trini@konsulko.com \
    --cc=Matthew.Mcclintock@analog.com \
    --cc=abdellatif.elkhlifi@arm.com \
    --cc=afd@ti.com \
    --cc=afleming@gmail.com \
    --cc=akashi.tkhro@gmail.com \
    --cc=alexey.brodkin@synopsys.com \
    --cc=alison.wang@nxp.com \
    --cc=alpernebiyasak@gmail.com \
    --cc=andre.przywara@arm.com \
    --cc=angelo@kernel-space.org \
    --cc=arturs.artamonovs@analog.com \
    --cc=bmeng.cn@gmail.com \
    --cc=bmeng@tinylab.org \
    --cc=caleb.connolly@linaro.org \
    --cc=csokas.bence@prolan.hu \
    --cc=daniel.schwierzeck@gmail.com \
    --cc=forbidden405@outlook.com \
    --cc=greg.malysa@timesys.com \
    --cc=ian.roberts@timesys.com \
    --cc=iwamatsu@nigauri.org \
    --cc=joe.hershberger@ni.com \
    --cc=kuanlim.lee@starfivetech.com \
    --cc=linus.walleij@linaro.org \
    --cc=lukma@denx.de \
    --cc=m-chawdhry@ti.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=marex@denx.de \
    --cc=mario.six@gdsys.cc \
    --cc=michal.simek@amd.com \
    --cc=mkorpershoek@baylibre.com \
    --cc=nathan.morrison@timesys.com \
    --cc=paul.barker.ct@bp.renesas.com \
    --cc=pbrobinson@gmail.com \
    --cc=peterlin@andestech.com \
    --cc=priyanka.jain@nxp.com \
    --cc=rayagonda.kokatanur@broadcom.com \
    --cc=rick@andestech.com \
    --cc=samuel@sholland.org \
    --cc=seanga2@gmail.com \
    --cc=semen.protsenko@linaro.org \
    --cc=sjg@chromium.org \
    --cc=sr@denx.de \
    --cc=sumit.garg@linaro.org \
    --cc=thomas@wytron.com.tw \
    --cc=u-boot@lists.denx.de \
    --cc=utsav.agarwal@analog.com \
    --cc=vasileios.bimpikas@analog.com \
    --cc=wd@denx.de \
    --cc=xypron.glpk@gmx.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).