Message ID | 20181125233815.56392-1-agraf@suse.de |
---|---|
Headers | show |
Series | Add RISC-V support | expand |
On 26.11.18 00:38, Alexander Graf wrote: > As part of the plan for total world domination, we would like to make sure > that booting on RISC-V is in a sane state before anyone goes and does quick > hacks "just because". > > For that reason, U-Boot supports UEFI booting on RISC-V for a while now. > This patch set is the second part of the puzzle, with grub learning how to > deal with a UEFI enabled RISC-V target. > > The third bit (still missing) is to actually make a working Linux UEFI port. > But that will come, I'm sure :). > > Looking forward to review feedback and testing, Ping? Looking forward to someone applying patches too :) Alex _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel
Hey, Sorry for late reply but I was not able to review the patches due to other important work and holiday season. Now I am taking a stab at it and I hope that it will land soon in the GRUB git tree. On Mon, Nov 26, 2018 at 12:38:05AM +0100, Alexander Graf wrote: > As part of the plan for total world domination, we would like to make sure > that booting on RISC-V is in a sane state before anyone goes and does quick > hacks "just because". > > For that reason, U-Boot supports UEFI booting on RISC-V for a while now. > This patch set is the second part of the puzzle, with grub learning how to > deal with a UEFI enabled RISC-V target. > > The third bit (still missing) is to actually make a working Linux UEFI port. > But that will come, I'm sure :). > > Looking forward to review feedback and testing, May I ask you to rebase the patch set on the latest upstream? Patch #9 does not apply. Additionally, git complain in the following way on the patch #05: new blank line at EOF. How to build this target? Where I can find compiler and binutils need to build it? Daniel _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel
On 17.01.19 12:32, Daniel Kiper wrote: > Hey, > > Sorry for late reply but I was not able to review the patches due to > other important work and holiday season. Now I am taking a stab at it > and I hope that it will land soon in the GRUB git tree. > > On Mon, Nov 26, 2018 at 12:38:05AM +0100, Alexander Graf wrote: >> As part of the plan for total world domination, we would like to make sure >> that booting on RISC-V is in a sane state before anyone goes and does quick >> hacks "just because". >> >> For that reason, U-Boot supports UEFI booting on RISC-V for a while now. >> This patch set is the second part of the puzzle, with grub learning how to >> deal with a UEFI enabled RISC-V target. >> >> The third bit (still missing) is to actually make a working Linux UEFI port. >> But that will come, I'm sure :). >> >> Looking forward to review feedback and testing, > > May I ask you to rebase the patch set on the latest upstream? Patch #9 > does not apply. Additionally, git complain in the following way on the > patch #05: new blank line at EOF. > > How to build this target? Where I can find compiler and binutils need > to build it? SiFive has a precompiled toolchain that I just use for testing: https://www.sifive.com/boards/ I'm sure your distro of choice may also have compilers available. Alex _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel