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

rockchip: add NanoPi R2C support #12593

Merged
merged 6 commits into from
May 18, 2023

Commits on May 18, 2023

  1. uboot-rockchip: cleanup redudant variables

    Instead of adding these common variables again and again simply create a
    shared set for each SoC.
    
    Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
    1715173329 authored and hauke committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1a5cb37 View commit details
    Browse the repository at this point in the history
  2. rockchip: merge bootscript

    The bootscript for nanopi r2s/r4s only changes the serial address, so
    make it auto detected in mmc bootscript rather than creating more
    (redudant) files.
    
    Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
    1715173329 authored and hauke committed May 18, 2023
    Configuration menu
    Copy the full SHA
    e35c7ab View commit details
    Browse the repository at this point in the history
  3. rockchip: move UBOOT_DEVICE_NAME to default

    Simplify variable usage.
    
    Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
    1715173329 authored and hauke committed May 18, 2023
    Configuration menu
    Copy the full SHA
    afff2fe View commit details
    Browse the repository at this point in the history
  4. kernel: backport Motorcomm YT8521/YT8531 support

    It will be used on NanoPi R2C and OrangePi R1 Plus LTS board.
    
    Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
    1715173329 authored and hauke committed May 18, 2023
    Configuration menu
    Copy the full SHA
    64afcba View commit details
    Browse the repository at this point in the history
  5. uboot-rockchip: add NanoPi R2C support

    Add support for the FriendlyARM NanoPi R2C.
    Manually generated of-platdata files to avoid swig dependency.
    
    Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
    1715173329 authored and hauke committed May 18, 2023
    Configuration menu
    Copy the full SHA
    60c1fe6 View commit details
    Browse the repository at this point in the history
  6. rockchip: add NanoPi R2C support

    The NanoPi R2C is a minor variant of NanoPi R2S with the on-board NIC
    chip changed from rtl8211e to yt8521s, and otherwise identical to R2S.
    
    Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
    1715173329 authored and hauke committed May 18, 2023
    Configuration menu
    Copy the full SHA
    8f578c1 View commit details
    Browse the repository at this point in the history