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 7/9] board: hpe: Add GSC board support
Date: Thu, 9 Apr 2026 10:34:04 -0600 [thread overview]
Message-ID: <20260409163404.GQ41863@bill-the-cat> (raw)
In-Reply-To: <20260408-hpe-gsc-upstream-v1-7-2be1fb7cbbfc@hpe.com>
[-- Attachment #1: Type: text/plain, Size: 955 bytes --]
On Wed, Apr 08, 2026 at 07:24:19PM +0000, Jorge Cisneros wrote:
> Add board support for the HPE GSC (Gen Server Controller), the BMC
> SoC used in HPE Gen12 ProLiant and Synergy servers.
>
> Board files include:
> - gsc_board.c: Board init, DRAM sizing from Denali memory controller,
> MAC address provisioning from memory-mapped EEPROM, and FDT fixups
> for network configuration based on CPLD xregisters
> - common-phy.c: Shared Ethernet/DisplayPort PHY initialization with
> configurable transmitter amplitude and de-emphasis
> - server_id.c: Custom command to read server identification from CPLD
> - gsc.env: Default SPI flash boot environment
> - gsc.h: Board configuration header with GICv3 and spin-table addresses
>
> Signed-off-by: Jorge Cisneros <jorge.cisneros@hpe.com>
[snip]
> +int board_init(void)
> +{
> + return 0;
> +}
I think you can just disable CONFIG_BOARD_INIT in the defconfig instead.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2026-04-09 18:14 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 [this message]
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 ` [PATCH 0/9] arm: hpe: Add HPE GSC (Gen12) BMC SoC support 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=20260409163404.GQ41863@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