26 Jan, 2020

1 commit


16 Jan, 2020

2 commits


04 Dec, 2019

1 commit

  • This adds a general board file based on MT8518 SoCs from MediaTek.

    Apart from the generic parts (cpu) we add some low level init codes
    and initialize the early clocks.

    This commit is adding the basic boot support for the MT8518 eMMC board.

    Signed-off-by: mingming lee
    [trini: Migrate env location to defconfig, set ENV_IS_IN_MMC]
    Signeed-off-by: Tom Rini

    mingming lee
     

29 Jul, 2019

1 commit

  • The pumpkin board is made by Gossamer Engineering and is using
    a MediaTek SoC. The board currently comes in two available version:
    MT8516 SoC and MT8167 SoC.
    The board provides the following IOs: eMMC, NAND, SD card, USB type-A,
    Ethernet, Wi-Fi, Bluetooth, Audio (jack out, 2 PDM port, 1 analog in),
    serial over USB, and an expansion header.

    Additionally there is a HDMI port, DSI port, and camera port only
    on the MT8167 version of the board.

    The board can be powered by battery and/or via a USB Type-C port and
    is using a PMIC MT6392.

    The eMMC and NAND are sharing pins and cannot be used together.

    This commit is adding the basic boot support for the Pumpkin MT8516
    board on the eMMC.

    Signed-off-by: Fabien Parent

    Fabien Parent
     

18 Jan, 2019

1 commit

  • bananapi r2 can be booted from sd-card and emmc
    saving the environment have to choose the storage
    from which the device has booted

    also the offset is set to 1MB to make sure env is written
    to block "user data area" between uboot and first partition

    https://www.fw-web.de/dokuwiki/lib/exe/fetch.php?cache=&media=bpi-r2:boot-structure.png

    Signed-off-by: Frank Wunderlich

    Frank Wunderlich
     

29 Nov, 2018

2 commits