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

Add yoe updater support for visionfive2 board #855

Merged
merged 6 commits into from
Oct 14, 2023
Merged

Add yoe updater support for visionfive2 board #855

merged 6 commits into from
Oct 14, 2023

Commits on Oct 14, 2023

  1. updater: Fix empty function in platform init for visionfive2

    Fixes following during kernel initramfs boot
    
    ./platform: line73: syntax error: unexpected "}
    
    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    86f1011 View commit details
    Browse the repository at this point in the history
  2. updater: Enhance sd/emmc resizing function to not have hardcoded part…

    …ition assumptions
    
    So far 1,2,3 were partition numbers for boot/root/data respectively,
    however this assumption is limiting, since some SBCs e.g. visionfive2
    have 5 partitions ( don't ask why) and boot/root/data are 3/4/5
    
    Therefore compute it at runtime so it can be used in varied situations
    
    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    fcbbaef View commit details
    Browse the repository at this point in the history
  3. visionfive2: Use kernel with initramfs

    Use kernel+initramfs in IMAGE_BOOT_FILES
    This helps in getting Yoe updater bundled into kernel for OTA functions
    
    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    6b2aaa9 View commit details
    Browse the repository at this point in the history
  4. CHANGELOG.md: Add Yoe updater support for Visionfive2

    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    de301b1 View commit details
    Browse the repository at this point in the history
  5. Layer Updates: sources/meta-arm sources/meta-openembedded

    * sources/meta-arm e914891e...bc4d2e41 (4):
      > CI: add sbsa-acs to recipe report
      > arm/linux-yocto: remove defconfig patch
      > arm-bsp/linux-yocto: add recipe for v6.4 kernel
      > trusted-firmware-a: fix build error when using ccache
    
    * sources/meta-openembedded eddc2571a7...d59f6c7529 (8):
      > meta-python: update ptests status for py-cpuinfo, pytest-mock
      > python3-pytest-mock: disable broken ptests
      > meta-perl: Add libtext-diff-perl to fast ptest list
      > python3-arrow: add from meta-patchtest
      > python3-py-cpuinfo: disable broken ptests
      > python-git-pw: add from meta-patchtest
      > libtext: add ptest
      > klibc/klibc.inc : Add DEBUG_PREFIX_MAP flag.
    
    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    5cd29b8 View commit details
    Browse the repository at this point in the history
  6. CHANGELOG.md: Document changes

    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    47fa1e0 View commit details
    Browse the repository at this point in the history