public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Alexander von Gluck IV <kallisti5@unixzen.com>
To: u-boot@lists.denx.de
Subject: Pull request for UEFI sub-system for efi-2021-04-rc1-3
Date: Sat, 23 Jan 2021 15:30:43 +0000	[thread overview]
Message-ID: <1dd2dba67279cbd389b45a76c1d58247@unixzen.com> (raw)
In-Reply-To: <396aa7d5-e7f6-86ee-59bb-324a8d322794@gmx.de>

January 23, 2021 8:39 AM, "Heinrich Schuchardt" <xypron.glpk@gmx.de> wrote:
> efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlock (2021-01-23
> 07:56:54 +0100)

Confirming that these corrections fix the presented block devices
by u-boot EFI to EFI binaries:

Before:
(nonsensical "last block" which is start + length)
Welcome to the Haiku boot loader!
platform_add_boot_device: called
platform_add_boot_device: .. present: true, logical: false, removeable: false, blocksize: 512, lastblock: 681984
platform_add_boot_device: .. present: true, logical: true, removeable: false, blocksize: 512, lastblock: 679936
platform_add_boot_device: .. present: true, logical: true, removeable: false, blocksize: 512, lastblock: 614400


After:
(correct "last block" which is start + length)
Welcome to the Haiku boot loader!
platform_add_boot_device: called
platform_add_boot_device: .. present: true, logical: false, removeable: false, blocksize: 512, lastblock: 681983
platform_add_boot_device: .. present: true, logical: true, removeable: false, blocksize: 512, lastblock: 65535
platform_add_boot_device: .. present: true, logical: true, removeable: false, blocksize: 512, lastblock: 614399

-- Alex

  reply	other threads:[~2021-01-23 15:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-23 14:39 Pull request for UEFI sub-system for efi-2021-04-rc1-3 Heinrich Schuchardt
2021-01-23 15:30 ` Alexander von Gluck IV [this message]
2021-01-24 14:35 ` Tom Rini

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=1dd2dba67279cbd389b45a76c1d58247@unixzen.com \
    --to=kallisti5@unixzen.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox