19 Dec, 2018

1 commit


18 Nov, 2018

1 commit

  • These misc updates include the following changes:
    - Change baudrate from 57600 to 115200
    - Enable MIPS_BOOT_CMDLINE_LEGACY
    - Enable FIT support
    - Enable ethernet support
    - Enable SPI support
    - Enable GPIO support
    - Change max image size from 0x40000 to 0x80000

    A note about the baudrate change:

    The original Mediatek U-Boot version used 57600 baud. Lets move to a
    more common and faster speed of 115200 baud. And remove the "console="
    property from the DT as its not needed.

    Signed-off-by: Stefan Roese
    Cc: Daniel Schwierzeck

    Stefan Roese
     

23 Sep, 2018

1 commit

  • The LinkIt Smart 7688 modules have a MT7688 SoC with 128 MiB of RAM
    and 32 MiB of flash (SPI NOR).

    This patch also includes 2 targets. One is the target that can be
    programmed into the SPI NOR flash and a 2nd target "xxx-ram" is
    added to support loading and booting via an already running U-Boot
    version. This allows easy development and testing without the
    need to flash the image each time.

    Signed-off-by: Stefan Roese
    [fixed and regenerated defconfig files]
    Signed-off-by: Daniel Schwierzeck

    Stefan Roese