[edk2] GetTime - TimeZone

2015-09-03 Thread Sivasakthivel Nainar
Below both are different Real Time clock implementations in EDK II source. ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c One is adjusting the Time with Timezone value programmed and other one ( PC code ) is not adjus

[edk2] EmbeddedPkg Statuscode

2014-04-07 Thread Sivasakthivel Nainar
EmbeddedPkg\Library\PrePiLib\ReportStatusCode.c defines EFI_STATUS_CODE_DATA_MAX_SIZE And the include file \MdeModulePkg\Include\Guid\StatusCodeDataTypeDebug.h also defines that. Is it duplicate definition? The information contained in this message may be confidential and proprietary to Am

[edk2] AARCH64 MMU Translation table walking

2013-10-07 Thread Sivasakthivel Nainar
HI Olivier, ArmPkg\Drivers\CpuDxe\AArch64\Mmu.c has the code to find the memory type programmed for the given region. Equates are defined in AARch64mmu.h #define TT_TYPE_MASK0x3 #define TT_TYPE_TABLE_ENTRY 0x3 #define TT_TYPE_BLOCK_ENTRY

Re: [edk2] [PATCH] ShellPkg: Check the error of gRT->GetTime()

2013-08-27 Thread Sivasakthivel Nainar
een committed into SVN rev14337 (09/05/2013): "ShellPkg: Update behavior for GetTime() errors" > -Original Message- > From: Sivasakthivel Nainar [mailto:sivasakthiv...@ami.com] > Sent: 27 August 2013 16:58 > To: edk2-devel@lists.sourceforge.net; Andrew Fish > Cc

Re: [edk2] [PATCH] ShellPkg: Check the error of gRT->GetTime()

2013-08-27 Thread Sivasakthivel Nainar
Hi All, I would like to know the updates on this issue. We also have a similar problem. One of our hardware does not have RTC. Is there any resolution made on this? Thanks Siva -Original Message- From: Olivier Martin [mailto:olivier.mar...@arm.com] Sent: Thursday, May 09, 2013 5

[edk2] SVN commit notification mail

2013-07-26 Thread Sivasakthivel Nainar
I have subscribed to edk2-comm...@lists.sourceforge.net and getting post commit notification mail . Could not understand the patch by seeing since we are getting only 3 line before and after the patch. 3 lines are not enough. It would be good

[edk2] Platform Specific Contribution

2013-07-22 Thread Sivasakthivel Nainar
Hi All, Is Tianocore.org supports platform specific contribution? I have seen couple of Arm Platform sources in ArmPlatformPkg and Ti BeagleBoard source. If so, Who is the contact point for creating such packages? Thanks Siva The information contained in this message may be confidential

Re: [edk2] USB on ARM board

2013-01-03 Thread Sivasakthivel Nainar
Hi It works fine in Beagle Board. And We have used in couple of other ARM boards also and confirmed it is working. Thanks Siva From: Shivamurthy Shastri [mailto:shiva.linuxwo...@gmail.com] Sent: Thursday, January 03, 2013 6:36 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] USB on ARM

[edk2] gST->ConOut is NULL when we launch Shell

2012-10-19 Thread Sivasakthivel Nainar
ShellPkg Maintainers, At the shell entry point, the following code is there. When shell is launched, all consoles / Con sole splitter should be initialized. So gST->ConOut should be initialized by that time. But due to some problem ,if gST->ConOut is not initialized, there may be a ch

[edk2] Regarding HII RC file usage with ARMGCC

2012-08-13 Thread Sivasakthivel Nainar
Hi all, I am trying to use HiiResourcesSampleDxe present in the MdeModulePkg/Universal. I would like to know how the generated .rc file (HiiResourcesSample.rc) is added into the HII resource data of final .efi image in the case of RCVT, ARMGCC . In MdeModulePkg/Core/Dxe/Image/Image.c, H