[ipxe-devel] Not getting SNP Driver prints

Christian Nilsson nikize at gmail.com
Fri Apr 21 07:01:15 UTC 2017


bin-arm64-efi/808610d3.efi - will tell it to only build the 808610d3
so no snp driver
you could use bin-arm64-efi/808610d3--snp.efi to also add snp driver

But i think you will actually want:
bin-arm64-efi/808610d3--snp--snponly.efi

and you might then want additional debug something like DEBUG=snp,snponly,nii

On Fri, Apr 21, 2017 at 8:46 AM, Shubham Mittal <shubham.mittal at nxp.com> wrote:
>
> Hi Christian,
>
>
> i may sound a little fool but i m kind of new to ipxe and UEFI both.
>
> so please bear with me.
>
>
> i tried it already with the debug option enabled but i gave the command
>
> make bin-arm64-efi/808610d3.efi "DEBUG=snp"
>
>
> because i want 808610d3.efi application to run on uefi shell and i also want
> snp driver prints to be shown.
>
>
>
> and now if i want to compile again what steps should i follow.
>
> and please do tell if i am doing something wrong here.
>
> Thanks for the help.
>
>
> Regards,
>
> Shubham
>
> ________________________________
> From: Christian Nilsson <nikize at gmail.com>
> Sent: Friday, April 21, 2017 12:03:00 PM
> To: Shubham Mittal
> Cc: ipxe-devel at lists.ipxe.org
> Subject: Re: [ipxe-devel] Not getting SNP Driver prints
>
> Hi
> To enable debug build with the DEBUG flag set:
> make bin-x86_64-efi/snp.efi DEBUG=snp
>
> as described at
> http://ipxe.org/download#debug_builds
> iPXE - open source boot firmware [download]
> ipxe.org
> You can download a prebuilt binary version of iPXE as an ISO image from
> http://boot.ipxe.org/ipxe.iso. This image allows you to experiment with iPXE
> for the first time.
>
>
>
> On Fri, Apr 21, 2017 at 8:07 AM, Shubham Mittal <shubham.mittal at nxp.com>
> wrote:
>> Hi all,
>>
>>
>> when i run ipxe application on the uefi shell, i kind of need snp.c file's
>> debug prints but they do not show up even when i have made below change,
>>
>>
>> #define DBG_LOG                ( DBGLVL & DBGLVL_LOG )
>>
>> to
>>
>> #define DBG_LOG                  1 /*( DBGLVL & DBGLVL_LOG )*/
>>
>>
>> Any help would be of great help.
>>
>> Best Regards,
>> Shubham
>>
>>
>> _______________________________________________
>> ipxe-devel mailing list
>> ipxe-devel at lists.ipxe.org
>> https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel
> ipxe-devel Info Page
> lists.ipxe.org
> To see the collection of prior postings to the list, visit the ipxe-devel
> Archives. Using ipxe-devel: To post a message to all the list members, send
> ...
>
>
>>



More information about the ipxe-devel mailing list