Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce support for the SolidRun clearfog #250

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 30, 2018

  1. HACK: Do not try to mount a reserved partition

    Signed-off-by: Josua Mayer <[email protected]>
    Artox authored and Josua Mayer committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    b48ee5d View commit details
    Browse the repository at this point in the history
  2. introduce support for the SolidRun clearfog

    Initial support for the SolidRun Clearfog laned in FreeBSD with r319914.
    The board has acceptable support in mainline U-Boot, as well as a
    vendor fork based on 2018.01.
    For now an MBR partition table is used, with a fat partition to load
    DTB and ubldr from, reserved space covering the first 1M of the disk
    to make sure installing u-boot later doesn't destroy the boot partition.
    
    Signed-off-by: Josua Mayer <[email protected]>
    Artox authored and Josua Mayer committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    9348c9f View commit details
    Browse the repository at this point in the history
  3. Clearfog: add Helios-4 dtb

    The Helios-4 uses the same SoM as the Clearfog and can share all of
    the clearfog specific configuration.
    
    The DTB has been copied from the Helios-4 linux fork on github.com:
    https://github.com/helios-4/linux-marvell/blob/linux-marvell-4.4/arch/arm/boot/dts/armada-388-helios4.dts
    
    Signed-off-by: Josua Mayer <[email protected]>
    Artox authored and Josua Mayer committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    4d40896 View commit details
    Browse the repository at this point in the history