public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Updates for Turris Mox
@ 2018-05-16 14:39 Marek Behún
  2018-05-16 14:39 ` [U-Boot] [PATCH 1/4] phy: marvell: Support changing SERDES map in board file Marek Behún
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Marek Behún @ 2018-05-16 14:39 UTC (permalink / raw)
  To: u-boot

Here are some updates for Turris Mox board.

The first patch updates Marvell's comphy driver to call function
board_update_comphy_map. The comphy driver contains a weak definition of this
function, which does nothing. Board file can then define this function to
update the serdes map before comphy lanes are initialized.
This is needed because on Turris Mox serdes lane 0 has to be initialized to
different speed when Topaz module is connected and when SFP module is connected.
This is a temporary solution. Once comphy driver for Armada 3720 is in kernel,
the comphy driver in u-boot shall also be rewritten to support changing the
speed even after the comphy lane is initialized.

The second patch changes the turris_mox board file to switch SERDES speed
according to module topology.

The third patch adds support for differentiating whether the board is with eMMC
card or with SD card slot.

The fourth patch adds the gpio command to turris_mox_defconfig.

Signed-off-by: Marek Behun <marek.behun@nic.cz>

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

end of thread, other threads:[~2018-05-17  9:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-16 14:39 [U-Boot] [PATCH 0/4] Updates for Turris Mox Marek Behún
2018-05-16 14:39 ` [U-Boot] [PATCH 1/4] phy: marvell: Support changing SERDES map in board file Marek Behún
2018-05-17  9:26   ` Stefan Roese
2018-05-16 14:39 ` [U-Boot] [PATCH 2/4] board: turris_mox: Change SERDES map depending on module topology Marek Behún
2018-05-16 14:39 ` [U-Boot] [PATCH 3/4] board: turris_mox: Support differentiating SD version from eMMC Marek Behún
2018-05-16 14:39 ` [U-Boot] [PATCH 4/4] board: turris_mox: Add gpio command to defconfig Marek Behún
2018-05-16 22:16   ` Ladislav Michl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox