All of lore.kernel.org
 help / color / mirror / Atom feed
From: michael.opdenacker@rootcommit.com
To: Paul Walmsley <pjw@kernel.org>,
	Palmer Dabbelt <palmer@dabbelt.com>,
	Albert Ou <aou@eecs.berkeley.edu>,
	Alexandre Ghiti <alex@ghiti.fr>, Yixun Lan <dlan@gentoo.org>
Cc: Michael Opdenacker <michael.opdenacker@rootcommit.com>,
	linux-riscv@lists.infradead.org, spacemit@lists.linux.dev
Subject: [PATCH 0/2] Add Ethernet and PDMA support to OrangePi RV2 board
Date: Fri, 17 Oct 2025 10:01:53 +0000 (UTC)	[thread overview]
Message-ID: <20251017100106.3180482-1-michael.opdenacker@rootcommit.com> (raw)

From: Michael Opdenacker <michael.opdenacker@rootcommit.com>

Tested by booting the board through NFS with these additional
kernel command line settings:

nfsroot=<server-ip>:<path-on-server>,nfsvers=3,tcp ip=<board-ip>:::::eth0

Michael Opdenacker (2):
  riscv: dts: spacemit: add Ethernet and PDMA to OrangePi RV2
  net: spacemit: compile k1_emac driver as built-in by default

 .../boot/dts/spacemit/k1-orangepi-rv2.dts     | 50 +++++++++++++++++++
 drivers/net/ethernet/spacemit/Kconfig         |  2 +-
 2 files changed, 51 insertions(+), 1 deletion(-)


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

WARNING: multiple messages have this Message-ID (diff)
From: michael.opdenacker@rootcommit.com
To: Paul Walmsley <pjw@kernel.org>,
	Palmer Dabbelt <palmer@dabbelt.com>,
	Albert Ou <aou@eecs.berkeley.edu>,
	Alexandre Ghiti <alex@ghiti.fr>, Yixun Lan <dlan@gentoo.org>
Cc: Michael Opdenacker <michael.opdenacker@rootcommit.com>,
	linux-riscv@lists.infradead.org, spacemit@lists.linux.dev
Subject: [PATCH 0/2] Add Ethernet and PDMA support to OrangePi RV2 board
Date: Fri, 17 Oct 2025 10:01:53 +0000 (UTC)	[thread overview]
Message-ID: <20251017100106.3180482-1-michael.opdenacker@rootcommit.com> (raw)

From: Michael Opdenacker <michael.opdenacker@rootcommit.com>

Tested by booting the board through NFS with these additional
kernel command line settings:

nfsroot=<server-ip>:<path-on-server>,nfsvers=3,tcp ip=<board-ip>:::::eth0

Michael Opdenacker (2):
  riscv: dts: spacemit: add Ethernet and PDMA to OrangePi RV2
  net: spacemit: compile k1_emac driver as built-in by default

 .../boot/dts/spacemit/k1-orangepi-rv2.dts     | 50 +++++++++++++++++++
 drivers/net/ethernet/spacemit/Kconfig         |  2 +-
 2 files changed, 51 insertions(+), 1 deletion(-)


             reply	other threads:[~2025-10-17 10:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-17 10:01 michael.opdenacker [this message]
2025-10-17 10:01 ` [PATCH 0/2] Add Ethernet and PDMA support to OrangePi RV2 board michael.opdenacker
2025-10-17 10:02 ` [PATCH 1/2] riscv: dts: spacemit: add Ethernet and PDMA to OrangePi RV2 michael.opdenacker
2025-10-17 10:02   ` michael.opdenacker
2025-10-20  1:00   ` Yixun Lan
2025-10-20  1:00     ` Yixun Lan
2025-10-20  9:07   ` Vivian Wang
2025-10-20  9:07     ` Vivian Wang
2025-10-21  5:39     ` Vivian Wang
2025-10-21  5:39       ` Vivian Wang
2025-10-22 18:54     ` Michael Opdenacker
2025-10-22 18:54       ` Michael Opdenacker
2025-10-17 10:02 ` [PATCH 2/2] net: spacemit: compile k1_emac driver as built-in by default michael.opdenacker
2025-10-17 10:02   ` michael.opdenacker
2025-10-17 15:33   ` Emil Renner Berthing
2025-10-17 15:33     ` Emil Renner Berthing
2025-10-17 15:53     ` Michael Opdenacker
2025-10-17 15:53       ` Michael Opdenacker

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=20251017100106.3180482-1-michael.opdenacker@rootcommit.com \
    --to=michael.opdenacker@rootcommit.com \
    --cc=alex@ghiti.fr \
    --cc=aou@eecs.berkeley.edu \
    --cc=dlan@gentoo.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=palmer@dabbelt.com \
    --cc=pjw@kernel.org \
    --cc=spacemit@lists.linux.dev \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.