public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Andrew Fish <afish@apple.com>
To: Shubha Ramani <shubharamani@yahoo.com>
Cc: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Re: How do you debug Package errors upon Bootup ?
Date: Tue, 09 Aug 2016 09:19:55 -0700	[thread overview]
Message-ID: <291127BB-F2D4-4666-A26B-F66C5E109EBE@apple.com> (raw)
In-Reply-To: <1241571822.6917576.1470758630095.JavaMail.yahoo@mail.yahoo.com>


> On Aug 9, 2016, at 9:03 AM, Shubha Ramani <shubharamani@yahoo.com> wrote:
> 
> Stuff like this:
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 

These look like report status codes. 
https://github.com/tianocore/edk2/blob/master/MdePkg/Include/Protocol/ReportStatusCodeHandler.h

C is CodeType 40000002
V is Value 03051002
I is Instance 0
The GUID/UUID is the CallerId 6D33944A-EC75-4855-A54D-809C75241F6C

I think a lot of the definitions for C & V are in: https://github.com/tianocore/edk2/blob/master/MdePkg/Include/Pi/PiStatusCode.h

This is a good trick for looking up GUIDs using git.
~/work/src/edk2(master)>git grep -i 6D33944A
MdeModulePkg/Universal/BdsDxe/BdsDxe.inf:23:  FILE_GUID                      = 6D33944A-EC75-4855-A54D-809C75241F6C

So it looks that these are report status codes coming from the BDS. 

Thanks,

Andrew Fish


> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> ERROR: C40000002:V03051002 I06D33944A-EC75-4855-A54D-809C75241F6C
> 
> 
>  Shubha D. Ramanishubharamani@gmail.com
> shubharamani@yahoo.com
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel



           reply	other threads:[~2016-08-09 16:19 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1241571822.6917576.1470758630095.JavaMail.yahoo@mail.yahoo.com>]

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=291127BB-F2D4-4666-A26B-F66C5E109EBE@apple.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