26 Mar, 2019

1 commit

  • This converts the following to Kconfig:
    CONFIG_ENV_SPI_BUS
    CONFIG_ENV_SPI_CS
    CONFIG_ENV_SPI_MAX_HZ
    CONFIG_ENV_SPI_MODE

    Most of time these value are not needed, CONFIG_SF_DEFAULT
    with same value is used, so I introduced CONFIG_USE_ENV_SPI_*
    to force the associated value for the environment.

    Signed-off-by: Patrick Delaunay

    Patrick Delaunay
     

30 Nov, 2018

1 commit


04 Sep, 2018

1 commit


18 Aug, 2018

2 commits


07 Aug, 2018

1 commit


05 Jun, 2018

2 commits

  • The SBx81LIFKW boards connect to the internal chassis management network
    via a Marvell 88e6097 L2 switch. The chassis connections are direct
    serdes on ports 8 and 9 with a RGMII interface on port 10 connected to
    the CPU MAC.

    For debugging purposes ports 0 and 1 are also taken out to headers on
    the board. Because the debug interfaces are sometimes connected to with
    straight ribbon cables we need to run them at 10Mbps.

    Signed-off-by: Chris Packham
    Reviewed-by: Stefan Roese
    Signed-off-by: Stefan Roese

    Chris Packham
     
  • This is a series of line cards for Allied Telesis's SBx8100 chassis
    switch. The CPU block is common to the SBx81GS24a, SBx81XS6, SBx81XS16
    and SBx81GT40 cards collectively referred to as SBx81LIFKW in u-boot.

    Reviewed-by: Stefan Roese
    Signed-off-by: Chris Packham
    Signed-off-by: Stefan Roese

    Chris Packham