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
     

02 Feb, 2019

1 commit


18 Aug, 2018

2 commits


17 Aug, 2018

1 commit

  • We have the following cases:
    - CONFIG_NR_DRAM_BANKS was defined, migrate normally
    - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
    CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
    - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
    2), set this to 8.

    Signed-off-by: Tom Rini

    Tom Rini
     

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