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 00/11] sandbox: efi_loader support
Date: Thu, 14 Jun 2018 19:10:00 +0200	[thread overview]
Message-ID: <5466bd12-7dad-8daf-1e0c-8126c62003ae@suse.de> (raw)
In-Reply-To: <CAPnjgZ3B-E0N=Jh7H5WD=G=opnqzbhVF0pOjE0+cpiHu7iiGZg@mail.gmail.com>

On 06/14/2018 06:55 PM, Simon Glass wrote:
> Hi,
>
> On 14 June 2018 at 10:33, Alexander Graf <agraf@suse.de> wrote:
>> This patch set augments Simon's patch set for efi_loader support
>> in sandbox[1], but follows a different memory allocation scheme.
>>
>> Instead of keeping U-Boot (physical) addresses in the EFI memory
>> map, this patch set makes the EFI memory map contain host virtual
>> (virtual) addresses. That way most logic "just works" and all EFI
>> interfaces automatically gain sandbox awareness.
>>
>> With this patch set in place, I can run a good chunk of the selftest
>> suite as well as efi binaries compiled using gnu-efi.
> Can you rebase this on top of my series? You seem to have picked up
> only a few patches from my series. Ideally I'd like to get those
> applied so that sandbox works, and then do future work on top of that.

I did that on purpose, yes. I omitted patches that we either don't need 
(like the smbios one, because we already call the helpers with pointers) 
or that I think move us into the wrong direction (like the one that 
calls map_sysmem() in the allocation path or the new bootefi test target 
where I would rather like to see the selftest target extended.


Alex

      reply	other threads:[~2018-06-14 17:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-14 16:33 [U-Boot] [PATCH 00/11] sandbox: efi_loader support Alexander Graf
2018-06-14 16:33 ` [U-Boot] [PATCH 01/11] efi: sandbox: Add distroboot support Alexander Graf
2018-06-14 16:33 ` [U-Boot] [PATCH 02/11] efi: sandbox: Add relocation constants Alexander Graf
2018-06-14 16:33 ` [U-Boot] [PATCH 03/11] efi_loader: Use compiler constants for image loader Alexander Graf
2018-06-14 16:33 ` [U-Boot] [PATCH 04/11] efi_loader: Use map_sysmem() in bootefi command Alexander Graf
2018-06-14 16:33 ` [U-Boot] [PATCH 05/11] efi.h: Do not use config options Alexander Graf
2018-06-14 16:33 ` [U-Boot] [PATCH 06/11] efi_loader: Allow SMBIOS tables in highmem Alexander Graf
2018-06-14 16:33 ` [U-Boot] [PATCH 07/11] sandbox: Map host memory for efi_loader Alexander Graf
2018-06-14 16:33 ` [U-Boot] [PATCH 08/11] efi_loader: efi_allocate_pages is too restrictive Alexander Graf
2018-06-14 16:33 ` [U-Boot] [PATCH 09/11] efi_loader: Disable miniapps on sandbox Alexander Graf
2018-06-14 16:33 ` [U-Boot] [PATCH 10/11] efi_loader: Pass virtual address to fs_read() Alexander Graf
2018-06-14 16:55   ` Simon Glass
2018-06-14 16:33 ` [U-Boot] [PATCH 11/11] efi: sandbox: Enable EFI loader for sandbox Alexander Graf
2018-06-14 16:55 ` [U-Boot] [PATCH 00/11] sandbox: efi_loader support Simon Glass
2018-06-14 17:10   ` Alexander Graf [this message]

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=5466bd12-7dad-8daf-1e0c-8126c62003ae@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.