Re: [edk2] SerialPrint not working in DxeServicesLib.c

2013-11-26 Thread Bhupesh Sharma
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.

Re: [edk2] SerialPrint not working in DxeServicesLib.c

2013-11-26 Thread Olivier Martin
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'.

Re: [edk2] SerialPrint not working in DxeServicesLib.c

2013-11-20 Thread Andrew Fish
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

Re: [edk2] SerialPrint not working in DxeServicesLib.c

2013-11-20 Thread Bhupesh Sharma
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

[edk2] SerialPrint not working in DxeServicesLib.c

2013-11-19 Thread Bhupesh Sharma
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