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 Ritmix RZX-50 and RZX-27 #12

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

Commits on Sep 5, 2022

  1. startup: separate NAND and MMC headers, add JZ4755 and JZ4725b for rz…

    …x-27/50
    
    NAND and MMC headers might be different on same SoCs. Go split them.
    Catches unknown Header:SoC situations.
    Add MMC header variants for JZ4725b and JZ4755 for further patches to
    support Ritmix handhelds.
    
    Signed-off-by: Siarhei Volkau <lis8215@gmail.com>
    SiarheiVolkau committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    c8fc43c View commit details
    Browse the repository at this point in the history
  2. refactor: unify MMC boot order

    Replaces MMC_ID/MMC_ID2 by MMC_IDS array, boot process will try all MMCs
    in order.
    To properly map SoC's MSC ids to Linux's block devices MMC_BLKIDS array
    is used, each entry in MMC_IDS shall have entry in MMC_BLKIDS.
    
    Signed-off-by: Siarhei Volkau <lis8215@gmail.com>
    SiarheiVolkau committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    81fcfad View commit details
    Browse the repository at this point in the history
  3. feat: add Ritmix RZX-27 board

    Signed-off-by: Siarhei Volkau <lis8215@gmail.com>
    SiarheiVolkau committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    889ac6c View commit details
    Browse the repository at this point in the history
  4. feat: add Ritmix RZX-50 board

    Signed-off-by: Siarhei Volkau <lis8215@gmail.com>
    SiarheiVolkau committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    fc669be View commit details
    Browse the repository at this point in the history
  5. feat: boot original firmwares with default for the board layout

    Support Ritmix boards at the moment.
    
    Signed-off-by: Siarhei Volkau <lis8215@gmail.com>
    SiarheiVolkau committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    84aa3fc View commit details
    Browse the repository at this point in the history