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

Consolidated beagle V support pull #281

Merged
merged 21 commits into from
May 7, 2021
Merged

Commits on Apr 30, 2021

  1. preliminary beaglev support

    Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
    macpijan committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    a402cbb View commit details
    Browse the repository at this point in the history
  2. linux-beaglev: sync dts from u-boot

    Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
    macpijan committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    bdb7ca2 View commit details
    Browse the repository at this point in the history
  3. linux-beaglev: update LIC_FILES_CHKSUM

    Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
    macpijan committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    1d31120 View commit details
    Browse the repository at this point in the history
  4. opensbi-beaglev: w/a for do_deploy failure

    Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
    macpijan committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    f5af673 View commit details
    Browse the repository at this point in the history
  5. beaglev-starlight-jh7100.conf: remove leftovers from freedom-u540.conf

    Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
    macpijan committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    f9d1fe9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. beaglev-starlight-jh7100.conf: remove comment about SBI_PAYLOAD

    Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
    macpijan committed May 4, 2021
    Configuration menu
    Copy the full SHA
    9a2a679 View commit details
    Browse the repository at this point in the history
  2. linux-beaglev: explain dts sync patch

    Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
    macpijan committed May 4, 2021
    Configuration menu
    Copy the full SHA
    bef7b8c View commit details
    Browse the repository at this point in the history
  3. beaglev: rename BSP components from -beaglev to -stafive

    Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
    macpijan committed May 4, 2021
    Configuration menu
    Copy the full SHA
    bfdfc10 View commit details
    Browse the repository at this point in the history
  4. beaglev.md: add basic readme

    Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
    macpijan committed May 4, 2021
    Configuration menu
    Copy the full SHA
    0a582e1 View commit details
    Browse the repository at this point in the history
  5. linux-starfive: rename LINUX_VERSION_EXTENSION to -starfive

    Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
    macpijan committed May 4, 2021
    Configuration menu
    Copy the full SHA
    edbfe9f View commit details
    Browse the repository at this point in the history
  6. beaglev-starlight-jh7100.conf: add wic.bmap IMAGE_FSTYPE

    Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
    macpijan committed May 4, 2021
    Configuration menu
    Copy the full SHA
    192660f View commit details
    Browse the repository at this point in the history
  7. beaglev: add 1st on-hardware test results

    Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
    macpijan committed May 4, 2021
    Configuration menu
    Copy the full SHA
    e1969cf View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. machine/beaglev-starlight-jh7100: Fix serial console

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 authored and kraj committed May 5, 2021
    Configuration menu
    Copy the full SHA
    3b2a90f View commit details
    Browse the repository at this point in the history
  2. machine/beaglev-starlight-jh7100: Use fitImage

    Update the boot process to follow the HiFive1.
    
    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 authored and kraj committed May 5, 2021
    Configuration menu
    Copy the full SHA
    7fe4497 View commit details
    Browse the repository at this point in the history
  3. opensbi-starfive,u-boot-starfive: Demand gcc for compiler

    They dont yet build with clang
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed May 5, 2021
    Configuration menu
    Copy the full SHA
    85dc7a2 View commit details
    Browse the repository at this point in the history
  4. u-boot-starfive: Drop FDT address adjustments

    This lends the system non-bootable as kernel waits for rootfs media
    forever like below
    
    [    2.011165] mmc_host mmc0: Bus speed (slot 0) = 100000000Hz (slot req 400000Hz, actual 400000HZ div = 125)
    [    2.051162] mmc_host mmc1: Bus speed (slot 0) = 100000000Hz (slot req 400000Hz, actual 400000HZ div = 125)
    [    2.311113] dw_mmc 10010000.sdio1: Unexpected interrupt latency
    [    4.871335] Waiting for root device /dev/mmcblk0p2...
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed May 5, 2021
    Configuration menu
    Copy the full SHA
    ea27eec View commit details
    Browse the repository at this point in the history
  5. u-boot-starfive: Fix builds from sstate cache

    do_deploy need to execute from sstate-cache when the build directory is
    empty and system determines that there is no change to u-boot and it
    can be reused from sstate, in this scenario deploydir needs to populate
    properly, so we can not use WORKDIR in logic
    
    Activate u-boot and opensbi only for beaglev-starlight-jh7100
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed May 5, 2021
    Configuration menu
    Copy the full SHA
    43c9d4c View commit details
    Browse the repository at this point in the history
  6. beaglev.md: Address typo and remove extlinux specific needs

    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed May 5, 2021
    Configuration menu
    Copy the full SHA
    115e381 View commit details
    Browse the repository at this point in the history
  7. beaglev.md: Move to doc/ dir and rename to BeagleV.md

    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed May 5, 2021
    Configuration menu
    Copy the full SHA
    add8c42 View commit details
    Browse the repository at this point in the history
  8. README.md: Add information on beagleV

    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed May 5, 2021
    Configuration menu
    Copy the full SHA
    12268ad View commit details
    Browse the repository at this point in the history
  9. beaglev.yml: Use musl for now

    Glibc based images end up crashing the kernel in init
    until thats debugged through lets use musl
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed May 5, 2021
    Configuration menu
    Copy the full SHA
    8b4cd63 View commit details
    Browse the repository at this point in the history