All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm: kirkwood: Dockstar: Convert the board Ethernet to Driver Model.
@ 2021-08-12  5:18 Tony Dinh
  2021-08-12  5:18 ` [PATCH 1/2] arm: kirkwood: Dockstar: Add DM Ethernet Tony Dinh
  2021-08-12  5:18 ` [PATCH 2/2] arm: kirkwood: Dockstar: Use Ethernet PHY name and address from device tree Tony Dinh
  0 siblings, 2 replies; 3+ messages in thread
From: Tony Dinh @ 2021-08-12  5:18 UTC (permalink / raw)
  To: U-Boot Mailing List, Stefan Roese
  Cc: Chris Packham, Tom Rini, Tony Dinh, Simon Glass


- Enable DM Ethernet.
- Turn on CONFIG_SYS_THUMB_BUILD to keep u-boot image size within 512K
(ENV_OFFSET is at 512K in NAND).
- Use Ethernet PHY names from device tree. And also look up Ethernet
PHY addr from device tree.
- This patch series depends on
http://patchwork.ozlabs.org/project/uboot/patch/20210806044910.23500-2-mibodhi@gmail.com/


Tony Dinh (2):
  arm: kirkwood: Dockstar: Add DM Ethernet
  arm: kirkwood: Dockstar: Use Ethernet PHY name and address from device
    tree

 board/Seagate/dockstar/dockstar.c | 25 +++++++++++++------------
 configs/dockstar_defconfig        |  3 +++
 2 files changed, 16 insertions(+), 12 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-12  5:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12  5:18 [PATCH 0/2] arm: kirkwood: Dockstar: Convert the board Ethernet to Driver Model Tony Dinh
2021-08-12  5:18 ` [PATCH 1/2] arm: kirkwood: Dockstar: Add DM Ethernet Tony Dinh
2021-08-12  5:18 ` [PATCH 2/2] arm: kirkwood: Dockstar: Use Ethernet PHY name and address from device tree Tony Dinh

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.