30 Oct, 2019

1 commit

  • At present some boards generate kwbimage.cfg in the source tree
    during the build. This breaks buildman testing on some systems
    where the source tree is read-only. Update makefile rules to
    generate it in the build tree instead.

    Note some other boards have the kwbimage.cfg file written in
    advance, hence we need check if the file exists in the build
    tree first, otherwise we fall back to one in the source tree.

    Signed-off-by: Bin Meng
    Reviewed-by: Chris Packham
    Reviewed-by: Stefan Roese
    Reviewed-by: Simon Glass

    Bin Meng
     

09 May, 2019

1 commit

  • CRS305-1G-4S has a switch chip with an integrated CPU (98DX3236) and
    like some of the other similar boards requires bin_hdr.
    bin_hdr (DDR3 init stage) is currently retrieved from the stock
    bootloader and compiled into the kwb image.

    Adds support for U-Boot, enable UART, SPI, Winbond SPI flash chip
    support and writing env to SPI flash.

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

    Luka Kovacic