All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/17] Fix Firestone IPL failure
@ 2016-09-16 20:35 Timothy Pearson
  2016-09-16 20:35 ` [PATCH 01/17] phy/broadcom: Add support for the BCM54210E Timothy Pearson
                   ` (16 more replies)
  0 siblings, 17 replies; 38+ messages in thread
From: Timothy Pearson @ 2016-09-16 20:35 UTC (permalink / raw)
  To: openbmc

This patch series fixes the Firestone IPL failure.
This is v2 of the patch series sent previously.
It includes the following changes:
 * Remove the unneccessary direct setup of the SCU pinmux.
 * Connect the host serial console to SUART1 instead of the VUART.
   This matches the stock configuration of Firestone, where a
   serial cable can be directly attached to the back of the machine
   for hostboot access.
 * Add commit messages and Signed-Off-By lines that were inadvertently
   overlooked in the first series.

Cyril Bur (1):
  arm/dts: Remove mac hardware checksum from Firestone BMC Board

Gavin Shan (1):
  net/phy: Expose 100base-T capability only

Joel Stanley (1):
  phy/broadcom: Add support for the BCM54210E

Timothy Pearson (14):
  Ensure that the old style MDIO interface is active before registering
        the MDIO bus on Faraday style MACs.  Without this patch the
    hardware     may continue to expect new style commands, yielding
    MDIO timeouts     and general lack of communication with the MII.
  Allow no-hw-checksum override in devicetree outside of NCSI mode.
  mach-aspeed: Add missing Firestone setup method and call
  pinctrl-aspeed-g4: Add definition for GPIO pins J2 and O2
  pinctrl-aspeed-g4: Add missing MDIO1 pingroup
  Add missing LEDs to Firestone DT
  Add missing console UART to Firestone DT
  Add missing UARTs to Firestone DT
  Fix Turismo I2C OCC mapping on Firestone
  Enable I2C hub and connected devices in Firestone DT
  Enable RGMII pin functions in Firestone DT
  Enable vuart in Firestone DT
  Add LED expander mapping to Firestone DT
  Enable FSI buffer on Firestone

 arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts |  134 +++++++++++++++++++++++-
 arch/arm/boot/dts/aspeed-g4.dtsi               |    5 +
 arch/arm/mach-aspeed/aspeed.c                  |   14 +++
 drivers/net/ethernet/faraday/ftgmac100.c       |    9 +-
 drivers/net/ethernet/faraday/ftgmac100.h       |    2 +
 drivers/net/phy/broadcom.c                     |   13 +++
 drivers/pinctrl/aspeed/pinctrl-aspeed-g4.c     |   15 ++-
 include/linux/brcmphy.h                        |    2 +
 8 files changed, 185 insertions(+), 9 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2016-10-10  6:54 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16 20:35 [PATCH 00/17] Fix Firestone IPL failure Timothy Pearson
2016-09-16 20:35 ` [PATCH 01/17] phy/broadcom: Add support for the BCM54210E Timothy Pearson
2016-09-16 20:35 ` [PATCH 02/17] net/phy: Expose 100base-T capability only Timothy Pearson
2016-09-23  7:46   ` Joel Stanley
2016-09-16 20:35 ` [PATCH 03/17] Ensure that the old style MDIO interface is active before registering the MDIO bus on Faraday style MACs. Without this patch the hardware may continue to expect new style commands, yielding MDIO timeouts and general lack of communication with the MII Timothy Pearson
2016-09-19  0:51   ` Andrew Jeffery
2016-09-19 17:02     ` Timothy Pearson
2016-09-19 23:47       ` Andrew Jeffery
2016-09-19 22:49     ` Timothy Pearson
2016-09-19 23:48       ` Andrew Jeffery
2016-09-16 20:35 ` [PATCH 04/17] Allow no-hw-checksum override in devicetree outside of NCSI mode Timothy Pearson
2016-09-23  6:57   ` Joel Stanley
2016-09-23 15:01     ` Timothy Pearson
2016-09-16 20:35 ` [PATCH 05/17] arm/dts: Remove mac hardware checksum from Firestone BMC Board Timothy Pearson
2016-09-16 20:35 ` [PATCH 06/17] mach-aspeed: Add missing Firestone setup method and call Timothy Pearson
2016-09-16 20:35 ` [PATCH 07/17] pinctrl-aspeed-g4: Add definition for GPIO pins J2 and O2 Timothy Pearson
2016-09-19  1:06   ` Andrew Jeffery
2016-10-10  6:53   ` Joel Stanley
2016-09-16 20:35 ` [PATCH 08/17] pinctrl-aspeed-g4: Add missing MDIO1 pingroup Timothy Pearson
2016-09-19  1:01   ` Andrew Jeffery
2016-09-23  7:32     ` Joel Stanley
2016-09-16 20:35 ` [PATCH 09/17] Add missing LEDs to Firestone DT Timothy Pearson
2016-09-16 20:35 ` [PATCH 10/17] Add missing console UART " Timothy Pearson
2016-09-23  7:15   ` Joel Stanley
2016-09-16 20:35 ` [PATCH 11/17] Add missing UARTs " Timothy Pearson
2016-09-23  7:15   ` Joel Stanley
2016-09-16 20:35 ` [PATCH 12/17] Fix Turismo I2C OCC mapping on Firestone Timothy Pearson
2016-09-16 20:35 ` [PATCH 13/17] Enable I2C hub and connected devices in Firestone DT Timothy Pearson
2016-09-23  7:17   ` Joel Stanley
2016-09-16 20:35 ` [PATCH 14/17] Enable RGMII pin functions " Timothy Pearson
2016-09-19  1:00   ` Andrew Jeffery
2016-10-10  6:53     ` Joel Stanley
2016-09-16 20:35 ` [PATCH 15/17] Enable vuart " Timothy Pearson
2016-09-23  7:18   ` Joel Stanley
2016-09-16 20:35 ` [PATCH 16/17] Add LED expander mapping to " Timothy Pearson
2016-09-23  7:42   ` Joel Stanley
2016-09-23 15:05     ` Timothy Pearson
2016-09-16 20:35 ` [PATCH 17/17] Enable FSI buffer on Firestone Timothy Pearson

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.