From Fedora Project Wiki
(how to build GRUB2 for RISCV64)
No edit summary
Line 4: Line 4:
== Source code ==
== Source code ==
* Get Upstream code
* Get Upstream code
 
<pre>
git clone git://git.savannah.gnu.org/grub.git
git clone git://git.savannah.gnu.org/grub.git
</pre>


* Fetch some patches for RISC-V build
* Fetch some patches for RISC-V build


<pre>
push grub
push grub
git remote add github.com_tekkamanninja https://github.com/tekkamanninja/grub.git
git remote add github.com_tekkamanninja https://github.com/tekkamanninja/grub.git
Line 14: Line 16:
git checkout github.com_tekkamanninja/riscv_devel_Nikita_V2
git checkout github.com_tekkamanninja/riscv_devel_Nikita_V2
pop
pop
</pre>


== Build ==
== Build ==

Revision as of 12:27, 5 September 2021

GRUB2 for RISC-V

This page will provide the info about how to build GRUB2 for RISCV64.

Source code

  • Get Upstream code
git clone git://git.savannah.gnu.org/grub.git
  • Fetch some patches for RISC-V build
push grub
git remote add github.com_tekkamanninja https://github.com/tekkamanninja/grub.git
git fetch github.com_tekkamanninja
git checkout github.com_tekkamanninja/riscv_devel_Nikita_V2
pop

Build