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


08 Aug, 2018

1 commit


07 Aug, 2018

1 commit

  • This is a series of line cards for Allied Telesis's SBx8100 chassis
    switch. The CPU block is common to the SBx81GP24 and SBx81GT24 cards
    cards collectively referred to as SBx81LIFXCAT in u-boot.

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

    Chris Packham