Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 3ad72779aa97fcde5262b072edc69967da3bdc82
      
https://github.com/tianocore/edk2/commit/3ad72779aa97fcde5262b072edc69967da3bdc82
  Author: Ard Biesheuvel <ard.biesheu...@linaro.org>
  Date:   2016-05-11 (Wed, 11 May 2016)

  Changed paths:
    M ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c

  Log Message:
  -----------
  ArmPlatformPkg/PL031RealTimeClockLib: don't clobber gRT table

PL031RealTimeClockLib is a base library that could potentially (although
unlikely) be incorporated into other modules than the DXE_RUNTIME_DRIVER
module that it was intended to complement.

This means the library has no business whatsoever setting the Runtime
Service table pointers directly (since we have no way of knowing which
instance will 'win', and the pointers may end up referring to a module
that is not a DXE_RUNTIME_DRIVER). So remove the assignment altogether.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheu...@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindh...@linaro.org>


  Commit: fca117fd3f598ad931318bceabbd4718fafc1fc7
      
https://github.com/tianocore/edk2/commit/fca117fd3f598ad931318bceabbd4718fafc1fc7
  Author: Ard Biesheuvel <ard.biesheu...@linaro.org>
  Date:   2016-05-11 (Wed, 11 May 2016)

  Changed paths:
    M ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c

  Log Message:
  -----------
  ArmPlatformPkg/PL031RealTimeClockLib: remove local copy of gRT pointer

Since the only reason for keeping a local copy mRT of the gRT pointer
is to be able to call GetVariable/SetVariable at runtime, use the
UefiRuntimeLib helpers instead, so that we can drop mRT altogether.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheu...@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindh...@linaro.org>


Compare: https://github.com/tianocore/edk2/compare/6336850c910f...fca117fd3f59
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to