Hi Olivier,
Thanks for your mail.
I have a SerialPortLib which tries to configure Serial controller specific to
my board
(so *no* 'SerialPortLib' pointing to
'MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf'
in my DSC).
I am getting the UEFI firmware .. banner at the very start.
Sorry to not reply earlier, I was on holiday in the last two weeks.
If you do not see any output from the serial, ensure your are using the
appropriate 'SerialPortLib'.
Check in your DSC file, there is no 'SerialPortLib' pointing to
'MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf'.
On Nov 19, 2013, at 2:54 AM, Bhupesh Sharma
wrote:
> Hi List,
>
> I am experiencing a Data Abort inside function 'GetSectionFromAnyFv' in file
> 'DxeServicesLib.c'
> on my ARMv7 UEFI platform.
>
> To debug the same I added some print messages like:
>
> /* Added for debugging */
> CHAR8
I don't know why but I didn't get any mail from the mail list server for my
original mail below,
though I can see same in the mail list archives.
Adding Andrew..
Can you guys please help me with the issue mentioned below.
Regards,
Bhupesh
> -Original Message-
> From: Sharma Bhupesh-B45
Hi List,
I am experiencing a Data Abort inside function 'GetSectionFromAnyFv' in file
'DxeServicesLib.c'
on my ARMv7 UEFI platform.
To debug the same I added some print messages like:
/* Added for debugging */
CHAR8 Buffer1[100];
UINTN CharCou