Re: [PATCH] grub-install: check for arm-efi as a default target

2019-02-20 Thread Steve McIntyre
Ping? On Mon, Feb 11, 2019 at 02:42:34AM +, Steve McIntyre wrote: >Much like on x86, we can work out if the system is running on top of >EFI firmware. If so, return "arm-efi". If not, fall back to >"arm-uboot" as previously. > >Heavily inspired by the existing code for x86. > >Signed-off-by: S

Re: [PATCH v3] Add travis-ci config file

2019-02-20 Thread Alexander Graf
> Am 20.02.2019 um 21:46 schrieb Daniel Kiper : > >> On Tue, Feb 19, 2019 at 04:34:08PM +0100, Alexander Graf wrote: >> There is a really convenient service for open source project from Travis >> CI: They allow for free CI testing using their infrastructure. >> >> Grub has had issues with brok

Re: [PATCH] ieee1275: Include a.out header in assembly of sparc64 boot loader

2019-02-20 Thread Daniel Kiper
On Sat, Feb 09, 2019 at 02:39:05PM +0100, John Paul Adrian Glaubitz wrote: > Recent versions of binutils dropped support for the a.out and COFF > formats on sparc64 targets. Since the boot loader on sparc64 is > supposed to be an a.out binary and the a.out header entries are > rather simple to calc

Ping: [PATCH, v3] ieee1275: Include a.out header in assembly of sparc64 boot loader

2019-02-20 Thread John Paul Adrian Glaubitz
Recent versions of binutils dropped support for the a.out and COFF formats on sparc64 targets. Since the boot loader on sparc64 is supposed to be an a.out binary and the a.out header entries are rather simple to calculate in our case, we just write the header ourselves instead of relying on externa

Re: [PATCH v2 1/9] net: dhcp: remove dead code

2019-02-20 Thread Daniel Kiper
Hi Andre, First of all, sorry for late reply. I am clearing my backlog after the travel. I hope that I will be replying more often starting from now. On Tue, Feb 12, 2019 at 05:46:52PM +, Andre Przywara wrote: > From: Andrei Borzenkov > > The comment is right, the "giaddr" fields holds the I

Re: [PATCH v3] Add travis-ci config file

2019-02-20 Thread Daniel Kiper
On Tue, Feb 19, 2019 at 04:34:08PM +0100, Alexander Graf wrote: > There is a really convenient service for open source project from Travis > CI: They allow for free CI testing using their infrastructure. > > Grub has had issues with broken builds for various targets for a long time > already. The m

Re: [PATCH v6 10/11] RISC-V: Add to build system

2019-02-20 Thread Daniel Kiper
On Tue, Feb 19, 2019 at 02:44:06PM +0100, Alexander Graf wrote: > On 02/18/2019 09:14 PM, Daniel Kiper wrote: > > On Tue, Feb 12, 2019 at 11:31:07AM +0100, Alexander Graf wrote: > > > This patch adds support for RISC-V to the grub build system. With this > > > patch, I can successfully build grub o

Re: [PATCH v6 09/11] RISC-V: Add libgcc helpers for clz

2019-02-20 Thread Daniel Kiper
On Tue, Feb 19, 2019 at 02:26:04PM +0100, Alexander Graf wrote: > On 02/18/2019 08:55 PM, Daniel Kiper wrote: > > On Tue, Feb 12, 2019 at 11:31:06AM +0100, Alexander Graf wrote: > > > Gcc may decide it wants to call helper functions to execute clz. Provide > > Do we know when it happens? Could we a

Re: [PATCH v6 06/11] RISC-V: Add Linux load logic

2019-02-20 Thread Daniel Kiper
On Tue, Feb 19, 2019 at 02:25:11PM +0100, Alexander Graf wrote: > On 02/18/2019 08:28 PM, Daniel Kiper wrote: > > On Tue, Feb 12, 2019 at 11:31:03AM +0100, Alexander Graf wrote: > > > We currently only support to run grub on RISC-V as UEFI payload. Ideally, > > > we also only want to support runnin