Linux EFI development
 help / color / mirror / Atom feed
* [PATCH V2 0/2] CPER ARM error information parsing
@ 2017-12-07 19:25 Tyler Baicar
       [not found] ` <1512674727-25770-1-git-send-email-tbaicar-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Tyler Baicar @ 2017-12-07 19:25 UTC (permalink / raw)
  To: matt-mF/unelCI9GS6iBeEJttW/XRex20P6io,
	ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A, will.deacon-5wv7dgnIgG8,
	james.morse-5wv7dgnIgG8, andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA,
	linux-efi-u79uwXL29TY76Z2rM5mHXA
  Cc: Tyler Baicar

Break out the ARM CPER code into a new file so it's separate from the main of
the CPER code.

Add parsing for the ARM error information value based on UEFI 2.7 spec tables
263-265.

Tyler Baicar (2):
  efi: move ARM CPER code to new file
  efi: parse ARM error information value

 drivers/firmware/efi/Kconfig    |   5 +
 drivers/firmware/efi/Makefile   |   1 +
 drivers/firmware/efi/cper-arm.c | 356 ++++++++++++++++++++++++++++++++++++++++
 drivers/firmware/efi/cper.c     | 123 --------------
 include/linux/cper.h            |  53 ++++++
 5 files changed, 415 insertions(+), 123 deletions(-)
 create mode 100644 drivers/firmware/efi/cper-arm.c

-- 
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc.
Qualcomm Technologies, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-12-11 23:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-07 19:25 [PATCH V2 0/2] CPER ARM error information parsing Tyler Baicar
     [not found] ` <1512674727-25770-1-git-send-email-tbaicar-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2017-12-07 19:25   ` [PATCH V2 1/2] efi: move ARM CPER code to new file Tyler Baicar
     [not found]     ` <1512674727-25770-2-git-send-email-tbaicar-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2017-12-07 19:38       ` Ard Biesheuvel
     [not found]         ` <CAKv+Gu_kM1NLWcOtQSEwEVnncBbrgJ5MP4VrYQVHBoCwSf_FRQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-12-07 20:07           ` Tyler Baicar
     [not found]             ` <972fe421-696b-cd26-9145-20081fb733c9-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2017-12-11 21:06               ` Tyler Baicar
     [not found]                 ` <1bcd0462-5df9-fd90-c487-4e8958a9e27d-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2017-12-11 21:09                   ` Ard Biesheuvel
     [not found]                     ` <CAKv+Gu_VWjw6E0GHc1edLAc-NVjy6CtDU2fSR5o7-Q+W40Fbug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-12-11 21:29                       ` Tyler Baicar
     [not found]                         ` <6c9da127-f210-3f14-32b7-c38ad5e0e1d6-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2017-12-11 23:17                           ` Ard Biesheuvel
2017-12-07 19:25   ` [PATCH V2 2/2] efi: parse ARM error information value Tyler Baicar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox