public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 00/10] ClearFog Base static variant support
@ 2020-01-21 17:32 Joel Johnson
  2020-01-21 17:32 ` [PATCH v3 01/10] arm: mvebu: fix SerDes table alignment Joel Johnson
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Joel Johnson @ 2020-01-21 17:32 UTC (permalink / raw)
  To: u-boot


This patch series adds support for ClearFog Base static configuration,
as well as updating and fixing the ClearFog support for MMC and SPI
booting.

Stefan - I think everything is straight forward, with the only known
unresolved question being handling of the duplicated Kconfig entries for
the board-specific overrides. I've laid out the description in that
particular commit, if you have guidance on a preferred approach I'm all
ears.

V2 changes:
  - updated against, and dependent on, https://patchwork.ozlabs.org/cover/1200324
V3 changes:
  - rebased against ClearFog runtime TLV EEPROM changes merged into mvebu/master


Joel Johnson (10):
  arm: mvebu: fix SerDes table alignment
  arm: mvebu: solidrun: remove hardcoded DTS MAC address
  arm: mvebu: clearfog: initial ClearFog Base variant
  arm: mvebu: clearfog: Use Pro DT by default
  arm: mvebu: clearfog: Add SATA mode flags
  arm: mvebu: clearfog: Add option for 2.5 Gbps SFP
  arm: mvebu: clearfog: add SPI offsets
  arm: mvebu: enable working default boot support
  arm: mvebu: clearfog: move ENV params to Kconfig
  arm: mvebu: clearfog: reduce MMC boot assumptions

 .../arm/dts/armada-38x-solidrun-microsom.dtsi |  1 -
 arch/arm/mach-mvebu/Kconfig                   | 13 ++++
 .../serdes/a38x/high_speed_env_spec.c         |  6 +-
 board/solidrun/clearfog/Kconfig               | 62 +++++++++++++++++++
 board/solidrun/clearfog/clearfog.c            | 26 +++++++-
 configs/clearfog_defconfig                    |  5 --
 include/configs/clearfog.h                    |  1 -
 7 files changed, 103 insertions(+), 11 deletions(-)
 create mode 100644 board/solidrun/clearfog/Kconfig

-- 
2.20.1

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

end of thread, other threads:[~2020-01-23  7:21 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-21 17:32 [PATCH v3 00/10] ClearFog Base static variant support Joel Johnson
2020-01-21 17:32 ` [PATCH v3 01/10] arm: mvebu: fix SerDes table alignment Joel Johnson
2020-01-21 17:32 ` [PATCH v3 02/10] arm: mvebu: solidrun: remove hardcoded DTS MAC address Joel Johnson
2020-01-21 17:32 ` [PATCH v3 03/10] arm: mvebu: clearfog: initial ClearFog Base variant Joel Johnson
2020-01-21 17:49   ` Baruch Siach
2020-01-21 22:28     ` Joel Johnson
2020-01-22 10:32       ` Baruch Siach
2020-01-22 19:28         ` Joel Johnson
2020-01-23  6:10           ` Stefan Roese
2020-01-23  7:21           ` Baruch Siach
2020-01-21 17:32 ` [PATCH v3 04/10] arm: mvebu: clearfog: Use Pro DT by default Joel Johnson
2020-01-23  6:52   ` Baruch Siach
2020-01-21 17:32 ` [PATCH v3 05/10] arm: mvebu: clearfog: Add SATA mode flags Joel Johnson
2020-01-23  7:01   ` Baruch Siach
2020-01-21 17:32 ` [PATCH v3 06/10] arm: mvebu: clearfog: Add option for 2.5 Gbps SFP Joel Johnson
2020-01-21 17:32 ` [PATCH v3 07/10] arm: mvebu: clearfog: add SPI offsets Joel Johnson
2020-01-21 17:32 ` [PATCH v3 08/10] arm: mvebu: enable working default boot support Joel Johnson
2020-01-21 17:32 ` [PATCH v3 09/10] arm: mvebu: clearfog: move ENV params to Kconfig Joel Johnson
2020-01-21 17:32 ` [PATCH v3 10/10] arm: mvebu: clearfog: reduce MMC boot assumptions Joel Johnson

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