All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Graf <agraf@suse.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 0/6] LS2080ARDB: Enable EFI boot support
Date: Wed, 16 Nov 2016 23:04:01 +0100	[thread overview]
Message-ID: <27e63f75-cee8-89fb-087b-63945edc019a@suse.de> (raw)
In-Reply-To: <AM4PR0401MB17327B194BDE79B24E7ED5119ABE0@AM4PR0401MB1732.eurprd04.prod.outlook.com>



On 16/11/2016 22:57, york sun wrote:
> On 11/15/2016 02:20 PM, Alexander Graf wrote:
>>
>>
>> On 15/11/2016 23:11, york sun wrote:
>>>
>>> On 11/15/2016 12:36 PM, Alexander Graf wrote:
>>>> Hi York,
>>>>
>>>> Do you want to take that patch set?
>>>>
>>>
>>> Yes, I can. I saw it assigned to you in patchwork so I didn't act.
>>
>> I think since it's really hardware enablement for your platform, I'd
>> prefer if you pull them all in.
>>
>>
>
> Alex,
>
> I got compiling warnings
>
> 19: ls2080: Exit dpaa only right before exiting U-Boot
> 20: efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3
> 21: ls2080ardb: Reserve DP-DDR RAM
>     aarch64:  +   ls2080ardb_nand
> +(ls2080ardb_nand)    efi_add_memory_map(gd->bd->bi_dram[2].start,
> +(ls2080ardb_nand)    ^
> w+(ls2080ardb_nand) ../board/freescale/ls2080ardb/ls2080ardb.c: In
> function 'misc_init_r':
> w+(ls2080ardb_nand) ../board/freescale/ls2080ardb/ls2080ardb.c:207:3:
> warning: implicit declaration of function 'efi_add_memory_map'
> [-Wimplicit-function-declaration]

Let's start with the first one :).

Is this doing an SPL build? The header has a check for

#if defined(CONFIG_EFI_LOADER) && !defined(CONFIG_SPL_BUILD)

while the using code is only conditional on

#ifdef CONFIG_EFI_LOADER


Alex

  reply	other threads:[~2016-11-16 22:04 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-19 14:31 [U-Boot] [PATCH v6 0/6] LS2080ARDB: Enable EFI boot support Alexander Graf
2016-10-19 14:31 ` [U-Boot] [PATCH v6 1/6] ls2080: Exit dpaa only right before exiting U-Boot Alexander Graf
2016-10-19 14:31 ` [U-Boot] [PATCH v6 2/6] efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3 Alexander Graf
2016-10-19 14:31 ` [U-Boot] [PATCH v6 3/6] ls2080ardb: Reserve DP-DDR RAM Alexander Graf
2016-10-19 14:31 ` [U-Boot] [PATCH v6 4/6] armv8: ls2080a: Declare spin tables as reserved for efi loader Alexander Graf
2016-10-19 22:41   ` york sun
2016-10-19 14:31 ` [U-Boot] [PATCH v6 5/6] armv8: fsl-layerscape: Add support for efi_loader RTS reset Alexander Graf
2016-10-19 14:31 ` [U-Boot] [PATCH v6 6/6] ls2080ardb: Convert to distro boot Alexander Graf
2016-10-19 22:44   ` york sun
2016-10-20  8:36     ` Alexander Graf
2016-11-15 20:36 ` [U-Boot] [PATCH v6 0/6] LS2080ARDB: Enable EFI boot support Alexander Graf
2016-11-15 22:11   ` york sun
2016-11-15 22:20     ` Alexander Graf
2016-11-16 21:57       ` york sun
2016-11-16 22:04         ` Alexander Graf [this message]
2016-11-16 22:22         ` Alexander Graf
2016-11-16 22:29           ` york sun
2016-11-17 10:46     ` Alexander Graf
2016-11-17 16:38       ` york sun

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=27e63f75-cee8-89fb-087b-63945edc019a@suse.de \
    --to=agraf@suse.de \
    --cc=u-boot@lists.denx.de \
    /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.