]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Bin/gcc_riscv64_unknown_ext_dep.yaml
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Bin / gcc_riscv64_unknown_ext_dep.yaml
1 ## @file
2 # Download GCC RISCV64 compiler from RISC-V Organization release site
3 # Set shell variable GCC5_RISCV64_INSTALL to this folder
4 #
5 # This is only downloaded when a build activates scope gcc_riscv64_unknown
6 #
7 # Copyright (c) Microsoft Corporation.
8 # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 ##
11 {
12 "scope": "gcc_riscv64_unknown",
13 "type": "web",
14 "name": "gcc_riscv64_unknown",
15 "source": "https://raw.githubusercontent.com/riscv/riscv-uefi-edk2-docs/master/gcc-riscv-edk2-ci-toolchain/gcc-riscv-9.2.0-2020.04-x86_64_riscv64-unknown-gnu.tar.xz",
16 "version": "9.2.0",
17 "compression_type": "tar",
18 "sha256": "28373643b69f0ce008273c3dc63f172aa1121952f1b9ae94d7485ac94af7f344",
19 "internal_path": "/gcc-riscv-9.2.0-2020.04-x86_64_riscv64-unknown-gnu",
20 "flags": ["set_shell_var", ],
21 "var_name": "GCC5_RISCV64_INSTALL"
22 }