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

Build fixes for RISC-V 32-bit Linux support #76798

Merged
merged 9 commits into from
Sep 19, 2020

Commits on Sep 16, 2020

  1. library/panic_unwind: Add UNWIND_DATA_REG for RISC-V 32-bit

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    de0d55c View commit details
    Browse the repository at this point in the history
  2. library/std: linux: Add support for RISC-V 32-bit

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    84fe26c View commit details
    Browse the repository at this point in the history
  3. library/std: raw: Add support for RISC-V 32-bit

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    cd066c9 View commit details
    Browse the repository at this point in the history
  4. library/std: sys_common: Add support for RISC-V 32-bit

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    cf07535 View commit details
    Browse the repository at this point in the history
  5. library/unwind: Add support for RISC-V 32-bit

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    0f3ccbd View commit details
    Browse the repository at this point in the history
  6. tools/build-manifest: Add support for RISC-V 32-bit

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    3e94295 View commit details
    Browse the repository at this point in the history
  7. library/panic_unwind: Consolidate RV32 and RV64

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    fd76268 View commit details
    Browse the repository at this point in the history
  8. library/unwind: Consolidate RV32 and RV64

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    57b2da8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. library/unwind: Add missing )

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    3d1b6d6 View commit details
    Browse the repository at this point in the history