All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Salter <msalter1887@gmail.com>
To: James Morse <james.morse@arm.com>, Geoff Levand <geoff@infradead.org>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	Riku Voipio <riku.voipio@linaro.org>,
	linux-acpi@vger.kernel.org, Hanjun Guo <hanjun.guo@linaro.org>,
	Sudeep Holla <sudeep.holla@arm.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] arm64/acpi: Add fixup for HPE m400 quirks
Date: Mon, 25 Jun 2018 11:34:40 -0400	[thread overview]
Message-ID: <bd5fc825573c3394b80365ad2dc47bde7b22044a.camel@gmail.com> (raw)
In-Reply-To: <0be5ce017286a4ec494e0f0969bb10126b8501ce.camel@redhat.com>

On Fri, 2018-06-22 at 11:19 -0400, Mark Salter wrote:
> I'm going to hack something to get to the ghes info earlier in boot and
> check the things you mention above wrt Error Status Block and GHES.0.

So I had to end up instrumenting the EFI stub to see where the error came
from. At the start of the stub, there is no GHES.2 error. The error first
shows up after the stub's call to ExitBootServices returns. So it looks
like the firmware itself is causing the error. There's still a chance that
the stub is doing something wrong with the memory map passed to the
firmware, so I'll try to eliminate that as well.

WARNING: multiple messages have this Message-ID (diff)
From: msalter1887@gmail.com (Mark Salter)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64/acpi: Add fixup for HPE m400 quirks
Date: Mon, 25 Jun 2018 11:34:40 -0400	[thread overview]
Message-ID: <bd5fc825573c3394b80365ad2dc47bde7b22044a.camel@gmail.com> (raw)
In-Reply-To: <0be5ce017286a4ec494e0f0969bb10126b8501ce.camel@redhat.com>

On Fri, 2018-06-22 at 11:19 -0400, Mark Salter wrote:
> I'm going to hack something to get to the ghes info earlier in boot and
> check the things you mention above wrt Error Status Block and GHES.0.

So I had to end up instrumenting the EFI stub to see where the error came
from. At the start of the stub, there is no GHES.2 error. The error first
shows up after the stub's call to ExitBootServices returns. So it looks
like the firmware itself is causing the error. There's still a chance that
the stub is doing something wrong with the memory map passed to the
firmware, so I'll try to eliminate that as well.

  reply	other threads:[~2018-06-25 15:34 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-13 18:22 [PATCH] arm64/acpi: Add fixup for HPE m400 quirks Geoff Levand
2018-06-13 18:22 ` Geoff Levand
2018-06-15  8:47 ` Riku Voipio
2018-06-15  8:47   ` Riku Voipio
2018-06-15  9:51 ` Graeme Gregory
2018-06-15  9:51   ` Graeme Gregory
2018-06-15 11:14 ` James Morse
2018-06-15 11:14   ` James Morse
2018-06-15 17:17   ` Geoff Levand
2018-06-15 17:17     ` Geoff Levand
2018-06-15 17:33     ` Mark Salter
2018-06-15 17:33       ` Mark Salter
2018-06-15 18:15       ` Geoff Levand
2018-06-15 18:15         ` Geoff Levand
2018-06-15 19:14         ` Mark Salter
2018-06-15 19:14           ` Mark Salter
2018-06-18 16:18     ` James Morse
2018-06-18 16:18       ` James Morse
2018-06-18 18:04       ` Geoff Levand
2018-06-18 18:04         ` Geoff Levand
2018-06-18 22:18         ` Mark Salter
2018-06-18 22:18           ` Mark Salter
2018-06-19 10:21           ` James Morse
2018-06-19 10:21             ` James Morse
2018-06-22 15:19             ` Mark Salter
2018-06-22 15:19               ` Mark Salter
2018-06-25 15:34               ` Mark Salter [this message]
2018-06-25 15:34                 ` Mark Salter
2018-06-26 14:51                 ` James Morse
2018-06-26 14:51                   ` James Morse
2018-06-26 20:20                   ` Mark Salter
2018-06-26 20:20                     ` Mark Salter
2018-06-27  8:48                     ` Ard Biesheuvel
2018-06-27  8:48                       ` Ard Biesheuvel
2018-06-27 12:25                       ` Mark Salter
2018-06-27 12:25                         ` Mark Salter
2018-07-03  9:30                         ` Ian Campbell
2018-07-03  9:30                           ` Ian Campbell
2018-07-03 15:20                           ` Mark Salter
2018-07-03 15:20                             ` Mark Salter
2018-06-28 10:06                     ` James Morse
2018-06-28 10:06                       ` James Morse
2018-06-29 13:05                       ` Mark Salter
2018-06-29 13:05                         ` Mark Salter

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=bd5fc825573c3394b80365ad2dc47bde7b22044a.camel@gmail.com \
    --to=msalter1887@gmail.com \
    --cc=geoff@infradead.org \
    --cc=hanjun.guo@linaro.org \
    --cc=james.morse@arm.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=riku.voipio@linaro.org \
    --cc=sudeep.holla@arm.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.