public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix unix style of EOL
@ 2017-11-20  8:22 Jian J Wang
  2017-11-20  8:22 ` [PATCH v2 1/2] MdeModulePkg: " Jian J Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jian J Wang @ 2017-11-20  8:22 UTC (permalink / raw)
  To: edk2-devel

> v2: Split patches per package

Jian J Wang (2):
  MdeModulePkg: Fix unix style of EOL
  UefiCpuPkg: Fix unix style of EOL

 MdeModulePkg/Core/Dxe/DxeMain.inf                  |    8 +-
 MdeModulePkg/Core/Dxe/Mem/HeapGuard.c              | 2394 ++++++++--------
 MdeModulePkg/Core/Dxe/Mem/HeapGuard.h              |  788 +++---
 MdeModulePkg/Core/Dxe/Mem/Imem.h                   |   70 +-
 MdeModulePkg/Core/Dxe/Mem/Page.c                   |  210 +-
 MdeModulePkg/Core/Dxe/Mem/Pool.c                   |  242 +-
 MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c      |    6 +-
 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf            |    2 +-
 MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c    |   64 +-
 MdeModulePkg/Core/PiSmmCore/HeapGuard.c            | 2944 ++++++++++----------
 MdeModulePkg/Core/PiSmmCore/HeapGuard.h            |  796 +++---
 MdeModulePkg/Core/PiSmmCore/Page.c                 |   88 +-
 MdeModulePkg/Core/PiSmmCore/PiSmmCore.c            |   12 +-
 MdeModulePkg/Core/PiSmmCore/PiSmmCore.h            |  158 +-
 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf          |   12 +-
 MdeModulePkg/Core/PiSmmCore/Pool.c                 |  126 +-
 MdeModulePkg/Include/Protocol/SmmMemoryAttribute.h |  272 +-
 MdeModulePkg/MdeModulePkg.dec                      |  120 +-
 MdeModulePkg/MdeModulePkg.uni                      |  116 +-
 UefiCpuPkg/CpuDxe/CpuPageTable.c                   |    4 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/PageTbl.c           |   20 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c         |   40 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h         |  196 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf       |    4 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/SmmCpuMemoryManagement.c |  326 +--
 UefiCpuPkg/PiSmmCpuDxeSmm/X64/PageTbl.c            |   28 +-
 26 files changed, 4523 insertions(+), 4523 deletions(-)

-- 
2.14.1.windows.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-20  8:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-20  8:22 [PATCH v2 0/2] Fix unix style of EOL Jian J Wang
2017-11-20  8:22 ` [PATCH v2 1/2] MdeModulePkg: " Jian J Wang
2017-11-20  8:22 ` [PATCH v2 2/2] UefiCpuPkg: " Jian J Wang
2017-11-20  8:27 ` [PATCH v2 0/2] " Wu, Hao A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox