[PATCH v3 0/3] Enable NC-SI support
Ramon Fried
rfried.dev at gmail.com
Sun Aug 7 01:50:10 CEST 2022
On Fri, Aug 5, 2022 at 9:32 AM Joel Stanley <joel at jms.id.au> wrote:
>
> On Mon, 4 Jul 2022 at 07:58, Joel Stanley <joel at jms.id.au> wrote:
> >
> > Back in 2019 Sam submitted NC-SI support. The NC-SI PHY driver was
> > merged (patches 1 and 2), but we never got around to merging patches 3
> > and 4:
> >
> > https://lore.kernel.org/u-boot/20190618013720.2823-1-sam@mendozajonas.com/
> >
> > Sam as long since moved on from working on the Aspeed BMCs, but the code
> > has been in use in the vendor fork for some time.
> >
> > This refreshes his patches and enables support in the Aspeed defconfigs,
> > giving compile coverage to the NC-SI phy.
> >
> > I've called the series v3 to indicate it fixes issues in v2 of Sam's
> > series. Changelogs in each patch.
> >
> > Joel Stanley (1):
> > config/aspeed: Enable NC-SI support
> >
> > Samuel Mendoza-Jonas (2):
> > net: NC-SI setup and handling
> > net/ftgmac100: Add NC-SI mode support
>
> Hello Tom, Ramon, Joe,
>
> These ones have some reviews from Cedric. I'm not familiar with the
> u-boot process and which tree they get merged into. Can you help me
> out?
>
> Cheers,
>
> Joel
>
>
> >
> > include/net.h | 2 +-
> > include/phy.h | 2 ++
> > cmd/net.c | 22 ++++++++++++++++++++++
> > drivers/net/ftgmac100.c | 14 ++++++++++----
> > drivers/net/phy/ncsi.c | 1 +
> > drivers/net/phy/phy.c | 9 ++++++++-
> > net/net.c | 27 ++++++++++++++++++++++++++-
> > cmd/Kconfig | 8 ++++++++
> > configs/evb-ast2500_defconfig | 2 ++
> > configs/evb-ast2600_defconfig | 2 ++
> > 10 files changed, 82 insertions(+), 7 deletions(-)
> >
> > --
> > 2.35.1
> >
Sure, I'm on it.
More information about the U-Boot
mailing list