public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Jorge Cisneros <jorge.cisneros@hpe.com>
Cc: u-boot@lists.denx.de,
	Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>,
	Jean-Marie Verdun <verdun@hpe.com>,
	Nick Hawkins <nick.hawkins@hpe.com>,
	Casey Connolly <casey.connolly@linaro.org>,
	Anshul Dalal <anshuld@ti.com>,
	Tien Fong Chee <tien.fong.chee@altera.com>,
	Peng Fan <peng.fan@nxp.com>,
	Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com>,
	Tingting Meng <tingting.meng@altera.com>,
	Alice Guo <alice.guo@nxp.com>,
	Quentin Schulz <quentin.schulz@cherry.de>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Tony Dinh <mibodhi@gmail.com>,
	Marek Vasut <marek.vasut+renesas@mailbox.org>,
	Stefan Roese <stefan.roese@mailbox.org>,
	Svyatoslav Ryhel <clamor95@gmail.com>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	Mattijs Korpershoek <mkorpershoek@kernel.org>,
	Shmuel Leib Melamud <smelamud@redhat.com>,
	Lukasz Majewski <lukma@nabladev.com>,
	Sumit Garg <sumit.garg@oss.qualcomm.com>,
	Chen-Yu Tsai <wens@kernel.org>,
	Justin Klaassen <justin@tidylabs.net>,
	Neha Malcom Francis <n-francis@ti.com>,
	Jamie Gibbons <jamie.gibbons@microchip.com>,
	Leo Yu-Chi Liang <ycliang@andestech.com>,
	Jerome Forissier <jerome.forissier@arm.com>,
	Simon Glass <sjg@chromium.org>,
	Neil Armstrong <neil.armstrong@linaro.org>, Yao Zi <me@ziyao.cc>,
	Kuan-Wei Chiu <visitorckw@gmail.com>,
	"Kory Maincent (TI.com)" <kory.maincent@bootlin.com>,
	Raymond Mao <raymond.mao@riscstar.com>,
	Philip Molloy <philip.molloy@analog.com>
Subject: Re: [PATCH 0/9] arm: hpe: Add HPE GSC (Gen12) BMC SoC support
Date: Thu, 9 Apr 2026 10:33:21 -0600	[thread overview]
Message-ID: <20260409163321.GN41863@bill-the-cat> (raw)
In-Reply-To: <20260408-hpe-gsc-upstream-v1-0-2be1fb7cbbfc@hpe.com>

[-- Attachment #1: Type: text/plain, Size: 1570 bytes --]

On Wed, Apr 08, 2026 at 07:24:12PM +0000, Jorge Cisneros wrote:

> This series adds support for the HPE GSC (Gen Server Controller), an
> ARM64-based BMC SoC used in HPE ProLiant and Synergy Gen12 servers.
> 
> The GSC is the successor to the GXP SoC (already upstream) used in
> Gen11 servers. It features dual Cortex-A35 cores with GICv3, a Denali
> DDR memory controller, Cadence GEM Ethernet (SGMII), and reuses several
> GXP IP blocks (timer, SPI, I2C).
> 
> The existing ARCH_GXP Kconfig symbol is renamed to ARCH_HPE to serve as
> an umbrella for both the GXP (ARMv7) and GSC (ARMv8) SoC variants,
> selected via a choice menu under mach-hpe.
> 
> New drivers:
> - Watchdog (drivers/watchdog/gsc_wdt.c)
> - Memory-mapped virtual EEPROM for VPD (drivers/misc/gsc_mem_eeprom.c)
> - Cadence GEM support added to the existing MACB driver
> 
> Board support includes DRAM sizing from the Denali memory controller,
> MAC address provisioning from VPD EEPROM, FDT fixups for network
> configuration, shared Ethernet/DisplayPort PHY initialization, and a
> server_id command for reading server identification from the CPLD.
> 
> Notes:
> - The server_id command (patch 7) is hardware-specific and reads from
>   GSC CPLD registers, so no sandbox test is included.
> - MAINTAINERS warnings in patches 1-8 are resolved by patch 9.
> 
> Based on v2026.04-rc4 (ba7bf918dafcd093ad733b07ba490baeb20cf5da).
> Tested: both gxp_defconfig and gsc_defconfig build cleanly.

Thanks for posting this. I have just a few comments to follow.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

      parent reply	other threads:[~2026-04-09 18:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-08 19:24 [PATCH 0/9] arm: hpe: Add HPE GSC (Gen12) BMC SoC support Jorge Cisneros
2026-04-08 19:24 ` [PATCH 1/9] arm: hpe: Rename ARCH_GXP to ARCH_HPE and add GSC SoC choice Jorge Cisneros
2026-04-09 16:33   ` Tom Rini
2026-04-08 19:24 ` [PATCH 2/9] arm: hpe: Add GSC SoC support Jorge Cisneros
2026-04-08 19:24 ` [PATCH 3/9] arm: dts: Add HPE GSC device tree Jorge Cisneros
2026-04-09 16:33   ` Tom Rini
2026-04-08 19:24 ` [PATCH 4/9] watchdog: Add HPE GSC watchdog driver Jorge Cisneros
2026-04-08 19:24 ` [PATCH 5/9] misc: Add HPE GSC memory-mapped EEPROM driver Jorge Cisneros
2026-04-08 19:24 ` [PATCH 6/9] net: macb: Add HPE GSC GEM Ethernet support Jorge Cisneros
2026-04-08 19:24 ` [PATCH 7/9] board: hpe: Add GSC board support Jorge Cisneros
2026-04-09 16:34   ` Tom Rini
2026-04-08 19:24 ` [PATCH 8/9] configs: Add gsc_defconfig for HPE GSC SoC Jorge Cisneros
2026-04-09 16:34   ` Tom Rini
2026-04-08 19:24 ` [PATCH 9/9] MAINTAINERS: Add HPE GSC files and maintainer Jorge Cisneros
2026-04-09 16:33 ` 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=20260409163321.GN41863@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=alice.guo@nxp.com \
    --cc=alif.zakuan.yuslaimi@altera.com \
    --cc=anshuld@ti.com \
    --cc=casey.connolly@linaro.org \
    --cc=clamor95@gmail.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jamie.gibbons@microchip.com \
    --cc=jerome.forissier@arm.com \
    --cc=jorge.cisneros@hpe.com \
    --cc=justin@tidylabs.net \
    --cc=kory.maincent@bootlin.com \
    --cc=lukma@nabladev.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=me@ziyao.cc \
    --cc=mibodhi@gmail.com \
    --cc=mkorpershoek@kernel.org \
    --cc=n-francis@ti.com \
    --cc=neil.armstrong@linaro.org \
    --cc=nick.hawkins@hpe.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=peng.fan@nxp.com \
    --cc=philip.molloy@analog.com \
    --cc=quentin.schulz@cherry.de \
    --cc=rayagonda.kokatanur@broadcom.com \
    --cc=raymond.mao@riscstar.com \
    --cc=sjg@chromium.org \
    --cc=smelamud@redhat.com \
    --cc=stefan.roese@mailbox.org \
    --cc=sumit.garg@oss.qualcomm.com \
    --cc=tien.fong.chee@altera.com \
    --cc=tingting.meng@altera.com \
    --cc=u-boot@lists.denx.de \
    --cc=verdun@hpe.com \
    --cc=visitorckw@gmail.com \
    --cc=wens@kernel.org \
    --cc=ycliang@andestech.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