Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: riscv-software-src/opensbi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: RvOSLab/opensbi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lzuoslab
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 3, 2021

  1. lib: utils/serial: import sunxi-uart from tina sdk

    the d1 contains a uart controller, this commit pick it from tina SDK
    and add it to opensbi to support the d1 platform.
    
    Signed-off-by: MaPl <mapl@york.moe>
    moeyork committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    74de688 View commit details
    Browse the repository at this point in the history
  2. platform: add allwinner/d1 platform

    The D1 chip uses sunxi-uart and does not support dtb when opensbi is
    executed, while the tina sdk only supports opensbi 0.6 offically.
    This commit aims to add basic platform support for D1.
    
    Signed-off-by: MaPl <mapl@york.moe>
    moeyork committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    8ed574d View commit details
    Browse the repository at this point in the history
  3. lib: utils/sys: add D1 watchdog support

    the watchdog of D1 can support the reset feature of D1.
    
    Signed-off-by: MaPl <mapl@york.moe>
    moeyork committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    f432d33 View commit details
    Browse the repository at this point in the history
  4. platform: allwinner/d1: add reset function

    Add the shutdown & reboot function to the Allwinner D1 platform.
    The reboot func is supported by the D1 watchdog and the shutdown
    function is impl by while simplify.
    
    Signed-off-by: MaPl <mapl@york.moe>
    moeyork committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    07cc681 View commit details
    Browse the repository at this point in the history
  5. platform: allwinner/d1: use uart8250 serial

    The sunxi-uart support 16450/16550a mode, switch the serial driver form sunxi-uart to uart8250
    can reduce the dep to sunxi software.
    
    Signed-off-by: MaPl <mapl@york.moe>
    moeyork committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    3a7e7af View commit details
    Browse the repository at this point in the history
Loading