Coder Social home page Coder Social logo

sophgo / zsbl Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 18.0 2.69 MB

SOPHGO RISC-V Zero Stage BootLoader

License: GNU General Public License v2.0

Makefile 1.17% C 87.22% Assembly 1.23% HTML 6.82% CSS 0.10% Shell 0.63% Lex 0.24% Yacc 0.40% C++ 1.36% Perl 0.43% Python 0.41%

zsbl's People

Contributors

dlan17 avatar felixonmars avatar jingyu-li98 avatar kun-chang avatar sophgochaowei avatar tingzhuwang avatar wxjstz avatar xingxg2022 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

zsbl's Issues

opensbi firmware format problem

zsbl/plat/sg2042/boot.c

Lines 118 to 122 in 58eb31f

[ID_OPENSBI] = {
.id = ID_OPENSBI,
.name = "0:riscv64/fw_jump.bin",
.addr = OPENSBI_ADDR,
},

zsbl/plat/sg2042/boot.c

Lines 948 to 949 in 58eb31f

jump_to(boot_file[ID_OPENSBI].addr, current_hartid(),
boot_file[ID_DEVICETREE].addr, (unsigned long)&dynamic_info);

The opensbi image used in zsbl is fw_jump.bin. But the format of passing parameters is fw_dynmic. This should be a bug. Need to replace fw_jump.bin with fw_dynamic.bin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.