From: Abner Chang <abner.ch...@amd.com>

Signed-off-by: Abner Chang <abner.ch...@amd.com>
Cc: Andrew Fish <af...@apple.com>
Cc: Leif Lindholm <quic_llind...@quicinc.com>
Cc: Michael D Kinney <michael.d.kin...@intel.com>
---
 .../Bus/Spi/SpiNorFlashJedecSfdp/SpiNorFlash.c       | 12 ++++++------
 .../Spi/SpiNorFlashJedecSfdp/SpiNorFlashJedecSfdp.c  | 12 ++++++------
 Maintainers.txt                                      | 11 +++++++++++
 3 files changed, 23 insertions(+), 12 deletions(-)

diff --git a/MdeModulePkg/Bus/Spi/SpiNorFlashJedecSfdp/SpiNorFlash.c 
b/MdeModulePkg/Bus/Spi/SpiNorFlashJedecSfdp/SpiNorFlash.c
index 066a827bf49..3ac5420fbf6 100644
--- a/MdeModulePkg/Bus/Spi/SpiNorFlashJedecSfdp/SpiNorFlash.c
+++ b/MdeModulePkg/Bus/Spi/SpiNorFlashJedecSfdp/SpiNorFlash.c
@@ -18,7 +18,7 @@
 #include "SpiNorFlash.h"
 
 /**
-  Fill Write Buffer with Opcode, Address, Dummy Bytes, and Data
+  Fill Write Buffer with Opcode, Address, Dummy Bytes, and Data.
 
   @param[in]    Instance               The instance of SPI_NOR_FLASH
   @param[in]    Opcode                 Opcode for transaction
@@ -187,7 +187,7 @@ InternalReadStatus (
 }
 
 /**
-  Set Write Enable Latch
+  Set Write Enable Latch.
 
   @param[in]  Instance          SPI NOR instance with all protocols, etc.
 
@@ -233,7 +233,7 @@ SetWel (
 }
 
 /**
-  Check for not device write in progress
+  Check for not device write in progress.
 
   @param[in]  SpiNorFlashInstance  SPI NOR instance with all protocols, etc.
   @param[in]  Timeout              Timeout in microsecond
@@ -287,7 +287,7 @@ WaitNotWip (
 }
 
 /**
-  Check for write enable latch set and not device write in progress
+  Check for write enable latch set and not device write in progress.
 
   @param[in]  SpiNorFlashInstance  SPI NOR instance with all protocols, etc.
   @param[in]  Timeout              Timeout in microsecond
@@ -342,7 +342,7 @@ WaitWelNotWip (
 }
 
 /**
-  Check for not write enable latch set and not device write in progress
+  Check for not write enable latch set and not device write in progress.
 
   @param[in]  SpiNorFlashInstance  SPI NOR instance with all protocols, etc.
   @param[in]  Timeout              Timeout in microsecond
@@ -462,7 +462,7 @@ GetFlashId (
 }
 
 /**
-  Read data from the SPI flash at not fast speed
+  Read data from the SPI flash at not fast speed.
 
   This routine must be called at or below TPL_NOTIFY.
   This routine reads data from the SPI part in the buffer provided.
diff --git a/MdeModulePkg/Bus/Spi/SpiNorFlashJedecSfdp/SpiNorFlashJedecSfdp.c 
b/MdeModulePkg/Bus/Spi/SpiNorFlashJedecSfdp/SpiNorFlashJedecSfdp.c
index 78327d37ff0..284567d1f4b 100644
--- a/MdeModulePkg/Bus/Spi/SpiNorFlashJedecSfdp/SpiNorFlashJedecSfdp.c
+++ b/MdeModulePkg/Bus/Spi/SpiNorFlashJedecSfdp/SpiNorFlashJedecSfdp.c
@@ -755,7 +755,7 @@ CreateSingleFlashSectorMap (
 }
 
 /**
-  Set EraseBlockBytes in SPI NOR Flash Protocol
+  Set EraseBlockBytes in SPI NOR Flash Protocol.
 
   @param[in]  Instance    Spi Nor Flash Instance data with pointer to
                           EFI_SPI_NOR_FLASH_PROTOCOL and EFI_SPI_IO_PROTOCOL
@@ -1173,7 +1173,7 @@ GetFastReadParameter (
 }
 
 /**
-  Return the flash device size from SFDP Basic Flash Parameter Table DWORD 2
+  Return the flash device size from SFDP Basic Flash Parameter Table DWORD 2.
 
   @param[in]  Instance    Spi Nor Flash Instance data with pointer to
                           EFI_SPI_NOR_FLASH_PROTOCOL and
@@ -1361,7 +1361,7 @@ ReadSfdp (
 }
 
 /**
-  Read SFDP Specific Parameter Header
+  Read SFDP Specific Parameter Header.
 
   This routine reads the JEDEC SPI Flash Discoverable Parameter header from the
   SPI chip.  Fails if Major Revision is not = SFDP_SUPPORTED_MAJOR_REVISION.
@@ -1469,7 +1469,7 @@ ReadSfdpParameterHeader (
 }
 
 /**
-  Read from SFDP table pointer
+  Read from SFDP table pointer.
 
   This routine sends SPI_FLASH_RDSFDP command and reads parameter from the
   given TablePointer.
@@ -1556,7 +1556,7 @@ SpiReadSfdpPtp (
 }
 
 /**
-  Read SFDP Sector Map Parameter into buffer
+  Read SFDP Sector Map Parameter into buffer.
 
   This routine reads the JEDEC SPI Flash Discoverable Parameters from the SPI
   chip.
@@ -1623,7 +1623,7 @@ ReadSfdpSectorMapParameterTable (
 }
 
 /**
-  Read SFDP Basic Parameters into buffer
+  Read SFDP Basic Parameters into buffer.
 
   This routine reads the JEDEC SPI Flash Discoverable Parameters from the SPI
   chip.
diff --git a/Maintainers.txt b/Maintainers.txt
index 799f27f914c..7d9cdca611f 100644
--- a/Maintainers.txt
+++ b/Maintainers.txt
@@ -417,6 +417,11 @@ M: Abner Chang <abner.ch...@amd.com> [changab]
 R: Abdul Lateef Attar <abdullateef.at...@amd.com> [abdattar]
 R: Nickle Wang <nick...@nvidia.com> [nicklela]
 
+MdeModulePkg: SPI driver stack
+F: MdeModulePkg/Bus/Spi/
+M: Abner Chang <abner.ch...@amd.com> [changab]
+R: Brit Chesley <brit.ches...@amd.com> [BritChesley]
+
 MdePkg
 F: MdePkg/
 W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
@@ -450,6 +455,12 @@ M: Abner Chang <abner.ch...@amd.com> [changab]
 R: Abdul Lateef Attar <abdullateef.at...@amd.com> [abdattar]
 R: Nickle Wang <nick...@nvidia.com> [nicklela]
 
+MdePkg: SPI related C header files
+F: MdePkg/Include/Protocol/Spi*.h
+F: MdePkg/Include/IndustryStandard/SpiNorFlashJedecSfdp.h
+M: Abner Chang <abner.ch...@amd.com> [changab]
+R: Brit Chesley <brit.ches...@amd.com> [BritChesley]
+
 NetworkPkg
 F: NetworkPkg/
 W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
-- 
2.37.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#117410): https://edk2.groups.io/g/devel/message/117410
Mute This Topic: https://groups.io/mt/105325629/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to