Branch: refs/heads/svn/trunk
  Home:   https://github.com/tianocore/edk2
  Commit: 61ce1aea2694214da2b0d06515ff3a6058d09896
      
https://github.com/tianocore/edk2/commit/61ce1aea2694214da2b0d06515ff3a6058d09896
  Author: Star Zeng <[email protected]>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M MdePkg/Include/Uefi/UefiSpec.h

  Log Message:
  -----------
  MdePkg: Minor update to the Data parameter for GetVariable()

UEFI 2.6 spec has minor update to the Data parameter for GetVariable(),
and no real functional behavior change.

The modifier of Data parameter:
OUT VOID *Data
->
OUT VOID *Data OPTIONAL

The comments of Data parameter:
Data    The buffer to return the contents of the variable.
->
Data    The buffer to return the contents of the variable. May be NULL
  with a zero DataSize in order to determine the size buffer needed.

The patch is to follow the spec to update the definition.

Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19770 
6f19259b-4bc3-4df7-8a09-765794883524


  Commit: dd59d95e1994c3d4dde7a0d5503109db1d207bea
      
https://github.com/tianocore/edk2/commit/dd59d95e1994c3d4dde7a0d5503109db1d207bea
  Author: Star Zeng <[email protected]>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M MdeModulePkg/Universal/Variable/EmuRuntimeDxe/InitVariable.c
    M MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c

  Log Message:
  -----------
  MdeModulePkg Variable: Minor update to the Data parameter for GetVariable()

UEFI 2.6 spec has minor update to the Data parameter for GetVariable(),
and no real functional behavior change.

The modifier of Data parameter:
OUT VOID *Data
->
OUT VOID *Data OPTIONAL

The comments of Data parameter:
Data    The buffer to return the contents of the variable.
->
Data    The buffer to return the contents of the variable. May be NULL
  with a zero DataSize in order to determine the size buffer needed.

The patch is to follow the spec to update the implementation.

Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19771 
6f19259b-4bc3-4df7-8a09-765794883524


  Commit: e286e118bafaa029fb3078fdc9b32fd52d30777c
      
https://github.com/tianocore/edk2/commit/e286e118bafaa029fb3078fdc9b32fd52d30777c
  Author: Star Zeng <[email protected]>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M DuetPkg/FSVariable/FSVariable.c

  Log Message:
  -----------
  DuetPkg FSVariable: Minor update to the Data parameter for GetVariable()

UEFI 2.6 spec has minor update to the Data parameter for GetVariable(),
and no real functional behavior change.

The modifier of Data parameter:
OUT VOID *Data
->
OUT VOID *Data OPTIONAL

The comments of Data parameter:
Data    The buffer to return the contents of the variable.
->
Data    The buffer to return the contents of the variable. May be NULL
  with a zero DataSize in order to determine the size buffer needed.

The patch is to follow the spec to update the implementation.

Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19772 
6f19259b-4bc3-4df7-8a09-765794883524


  Commit: 898552fd91701cf408fcc8ee947c5e75be8cf1e8
      
https://github.com/tianocore/edk2/commit/898552fd91701cf408fcc8ee947c5e75be8cf1e8
  Author: Star Zeng <[email protected]>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.c

  Log Message:
  -----------
  MdeModulePkg: Minor comments update to GetNextHighMonotonicCount()

Description of the GetNextHighMonotonicCount does not state that the counter
is incremented on calling this function. However, the example usage of this
API documented relies on this behavior.

UEFI 2.6 spec is to update description to match usage documented.

The high 32-bit value is nonvolatile and is increased by 1 whenever the system
resets whenever the low 32-bit count (returned by GetNextMonoticCount()) 
overflows.

->

The high 32-bit value is nonvolatile and is increased by 1 whenever the system
resets, whenever GetNextHighMonotonicCount() is called, or whenever the low
32-bit count (returned by GetNextMonoticCount()) overflows.

Cc: Liming Gao <[email protected]>
Cc: Feng Tian <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19773 
6f19259b-4bc3-4df7-8a09-765794883524


  Commit: d0b2d190829a1dabdf5835c56665f95bc864d9cf
      
https://github.com/tianocore/edk2/commit/d0b2d190829a1dabdf5835c56665f95bc864d9cf
  Author: Star Zeng <[email protected]>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M Maintainers.txt

  Log Message:
  -----------
  Maintainers.txt: Update maintainers for MdeModulePkg

Cc: Feng Tian <[email protected]>
Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <[email protected]>
Reviewed-by: Feng Tian <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19774 
6f19259b-4bc3-4df7-8a09-765794883524


Compare: https://github.com/tianocore/edk2/compare/9132a8f8b249...d0b2d190829a
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to