public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Alexei Fedorov <Alexei.Fedorov@arm.com>
To: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>,
	"ayellet.wolman@intel.com" <ayellet.wolman@intel.com>,
	"jian.j.wang@intel.com" <jian.j.wang@intel.com>,
	"vanjeff_919@hotmail.com" <vanjeff_919@hotmail.com>,
	"Jiewen.yao@intel.com" <Jiewen.yao@intel.com>
Cc: Evan Lloyd <Evan.Lloyd@arm.com>,
	"leif.lindholm@linaro.org" <leif.lindholm@linaro.org>,
	Matteo Carlini <Matteo.Carlini@arm.com>,
	"ard.biesheuvel@linaro.org" <ard.biesheuvel@linaro.org>
Subject: Commit a8ab14d of DxeMain.c in MdeModulePkg breaks ARM/AARCH64 builds
Date: Fri, 8 Dec 2017 15:15:02 +0000	[thread overview]
Message-ID: <DB5PR08MB10147269A91F98C0E2FEB88A9A300@DB5PR08MB1014.eurprd08.prod.outlook.com> (raw)

<mailto:Alexei.Fedorov@arm.com>https://bugzilla.tianocore.org/show_bug.cgi?id=811:

<mailto:Alexei.Fedorov@arm.com>
Alexei<mailto:Alexei.Fedorov@arm.com> 2017-12-08 10:09:31 EST

Changing InitializeCpuExceptionHandlers to InitializeCpuExceptionHandlersEx in commit a8ab14d355072241915d87de86770c0fde92cba9:
(https://github.com/tianocore/edk2/commit/a8ab14d355072241915d87de86770c0fde92cba9#diff-66e03695da9fb9e92abf60445eb36af7)

if (GuidHob != NULL) {
  VectorInfoList = (EFI_VECTOR_HANDOFF_INFO *) (GET_GUID_HOB_DATA(GuidHob));
}
-  Status = InitializeCpuExceptionHandlers (VectorInfoList);
+  Status = InitializeCpuExceptionHandlersEx (VectorInfoList, NULL);
ASSERT_EFI_ERROR (Status);

breaks ARM/AARCH64 builds because InitializeCpuExceptionHandlersEx() is not implemented in ArmPkg\Library\ArmExceptionLib\ArmExceptionLib.c


IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


             reply	other threads:[~2017-12-08 15:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-08 15:15 Alexei Fedorov [this message]
2017-12-08 15:19 ` Commit a8ab14d of DxeMain.c in MdeModulePkg breaks ARM/AARCH64 builds Ard Biesheuvel

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-list 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=DB5PR08MB10147269A91F98C0E2FEB88A9A300@DB5PR08MB1014.eurprd08.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /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