[edk2] gST->ConOut is NULL and Timer issues (Was: RE: SerialPrint not working in DxeServicesLib.c)

2013-12-02 Thread Bhupesh Sharma
t; [LibraryClasses.common] > > (...) > > > > SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNu > > SerialPortLib|ll > > SerialPortLib|.inf > > (...) > > > > SerialPortLib should use the implementation for your Serial controller. >

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

2013-11-26 Thread Bhupesh Sharma
rialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull > SerialPortLib|.inf > (...) > > SerialPortLib should use the implementation for your Serial controller. > > Try also to add some SerialPortWrite() before calling > GetSectionFromAnyFv(). >

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