All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: Alexander Graf <agraf@suse.de>
Cc: grub-devel@gnu.org, leif.lindholm@linaro.org,
	Peter Jones <pjones@redhat.com>,
	Paul Walmsley <paul.walmsley@sifive.com>,
	David Abdurachmanov <david.abdurachmanov@gmail.com>,
	atish.patra@wdc.com, Michael Chang <mchang@suse.com>,
	Alistair Francis <Alistair.Francis@wdc.com>,
	Lukas Auer <lukas.auer@aisec.fraunhofer.de>,
	"greentime \@ andestech . com" <greentime@andestech.com>,
	"rickchen36 \@ gmail . com" <rickchen36@gmail.com>,
	Bin Meng <bmeng.cn@gmail.com>
Subject: Re: [PATCH v3 10/10] fdt: Add device tree file type
Date: Mon, 19 Nov 2018 11:11:09 +0100	[thread overview]
Message-ID: <mvm8t1pe5s2.fsf@suse.de> (raw)
In-Reply-To: <20181114172739.51640-11-agraf@suse.de> (Alexander Graf's message of "Wed, 14 Nov 2018 18:27:39 +0100")

On Nov 14 2018, Alexander Graf <agraf@suse.de> wrote:

> diff --git a/grub-core/loader/efi/fdt.c b/grub-core/loader/efi/fdt.c
> index a4c6e8036..d8ebe648e 100644
> --- a/grub-core/loader/efi/fdt.c
> +++ b/grub-core/loader/efi/fdt.c
> @@ -123,7 +123,7 @@ grub_cmd_devicetree (grub_command_t cmd __attribute__ ((unused)),
>        return GRUB_ERR_NONE;
>      }
>  
> -  dtb = grub_file_open (argv[0]);
> +  dtb = grub_file_open (argv[0], GRUB_FILE_TYPE_DEVICE_TREE);
>    if (!dtb)
>      goto out;
>  

Looks like this has been obsoleted by commit dfb1742aab?

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


  parent reply	other threads:[~2018-11-19 10:21 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-14 17:27 [PATCH v3 00/10] Add RISC-V support Alexander Graf
2018-11-14 17:27 ` [PATCH v3 01/10] efi: Rename armxx to arch Alexander Graf
2018-11-18 11:41   ` Bin Meng
2018-11-14 17:27 ` [PATCH v3 02/10] PE: Add RISC-V definitions Alexander Graf
2018-11-18 11:41   ` Bin Meng
2018-11-14 17:27 ` [PATCH v3 03/10] elf.h: " Alexander Graf
2018-11-18 11:41   ` Bin Meng
2018-11-14 17:27 ` [PATCH v3 04/10] RISC-V: Add setjmp implementation Alexander Graf
2018-11-18 11:41   ` Bin Meng
2018-11-21 15:31   ` Daniel Kiper
2018-11-14 17:27 ` [PATCH v3 05/10] RISC-V: Add early startup code Alexander Graf
2018-11-18 11:41   ` Bin Meng
2018-11-14 17:27 ` [PATCH v3 06/10] RISC-V: Add Linux load logic Alexander Graf
2018-11-16 22:18   ` Alistair Francis
2018-11-21 15:43   ` Daniel Kiper
2018-11-14 17:27 ` [PATCH v3 07/10] RISC-V: Add awareness for RISC-V reloations Alexander Graf
2018-11-21 15:51   ` Daniel Kiper
2018-11-21 16:08     ` Andreas Schwab
2018-11-21 16:31       ` Daniel Kiper
2018-11-25 22:12     ` Alexander Graf
2018-11-14 17:27 ` [PATCH v3 08/10] RISC-V: Add auxiliary files Alexander Graf
2018-11-17 22:51   ` Auer, Lukas
2018-11-25 23:01     ` Alexander Graf
2018-11-26 22:39       ` Auer, Lukas
2018-11-21 16:02   ` Daniel Kiper
2018-11-25 22:21     ` Alexander Graf
2018-11-14 17:27 ` [PATCH v3 09/10] RISC-V: Add to build system Alexander Graf
2018-11-18 11:41   ` Bin Meng
2018-11-25 23:06     ` Alexander Graf
2018-11-26  1:08       ` Bin Meng
2018-11-21 16:09   ` Daniel Kiper
2018-11-21 16:26     ` Andreas Schwab
2018-11-21 16:34       ` Daniel Kiper
2018-11-21 16:54         ` Andreas Schwab
2018-11-21 16:56           ` Daniel Kiper
2018-11-14 17:27 ` [PATCH v3 10/10] fdt: Add device tree file type Alexander Graf
2018-11-16 22:07   ` Alistair Francis
2018-11-19 10:11   ` Andreas Schwab [this message]
2018-11-19 17:56     ` Leif Lindholm
2018-11-21 16:36       ` Daniel Kiper
2018-11-21 16:27   ` Daniel Kiper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=mvm8t1pe5s2.fsf@suse.de \
    --to=schwab@suse.de \
    --cc=Alistair.Francis@wdc.com \
    --cc=agraf@suse.de \
    --cc=atish.patra@wdc.com \
    --cc=bmeng.cn@gmail.com \
    --cc=david.abdurachmanov@gmail.com \
    --cc=greentime@andestech.com \
    --cc=grub-devel@gnu.org \
    --cc=leif.lindholm@linaro.org \
    --cc=lukas.auer@aisec.fraunhofer.de \
    --cc=mchang@suse.com \
    --cc=paul.walmsley@sifive.com \
    --cc=pjones@redhat.com \
    --cc=rickchen36@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.