]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CorebootModulePkg/Include/Library/CbParseLib.h
CorebootModulePkg: Fix various typos
[mirror_edk2.git] / CorebootModulePkg / Include / Library / CbParseLib.h
index 12dd4fa979aa495094977b8917abc00043c8b0b5..be39bd092397d8f58c6c4673db45d059e49a6b39 100644 (file)
@@ -25,7 +25,7 @@ typedef RETURN_STATUS \
   @param  Tag                The tag id to be found\r
 \r
   @retval NULL              The Tag is not found.\r
-  @retval Others            The poiter to the record found.\r
+  @retval Others            The pointer to the record found.\r
 \r
 **/\r
 VOID *\r
@@ -51,7 +51,7 @@ CbParseMemoryInfo (
   IN  CB_MEM_INFO_CALLBACK  MemInfoCallback,\r
   IN  VOID                  *pParam\r
   );\r
-
+\r
 /**\r
   Acquire the coreboot memory table with the given table id\r
 \r
@@ -67,11 +67,11 @@ CbParseMemoryInfo (
 RETURN_STATUS\r
 EFIAPI\r
 CbParseCbMemTable (\r
-  IN UINT32     TableId,
+  IN UINT32     TableId,\r
   IN VOID**     pMemTable,\r
   IN UINT32*    pMemTableSize\r
   );\r
-
+\r
 /**\r
   Acquire the acpi table from coreboot\r
 \r
@@ -89,7 +89,7 @@ CbParseAcpiTable (
   IN VOID**     pMemTable,\r
   IN UINT32*    pMemTableSize\r
   );\r
-
+\r
 /**\r
   Acquire the smbios table from coreboot\r
 \r
@@ -107,14 +107,14 @@ CbParseSmbiosTable (
   IN VOID**     pMemTable,\r
   IN UINT32*    pMemTableSize\r
   );\r
-
+\r
 /**\r
   Find the required fadt information\r
 \r
   @param  pPmCtrlReg         Pointer to the address of power management control register\r
   @param  pPmTimerReg        Pointer to the address of power management timer register\r
   @param  pResetReg          Pointer to the address of system reset register\r
-  @param  pResetValue        Pointer to the value to be writen to the system reset register\r
+  @param  pResetValue        Pointer to the value to be written to the system reset register\r
   @param  pPmEvtReg          Pointer to the address of power management event register\r
   @param  pPmGpeEnReg        Pointer to the address of power management GPE enable register\r
 \r
@@ -132,16 +132,16 @@ CbParseFadtInfo (
   IN UINTN*     pPmEvtReg,\r
   IN UINTN*     pPmGpeEnReg\r
   );\r
-
+\r
 /**\r
   Find the serial port information\r
 \r
   @param  pRegBase           Pointer to the base address of serial port registers\r
   @param  pRegAccessType     Pointer to the access type of serial port registers\r
-  @param  pRegWidth          Pointer to the register width in bytes
+  @param  pRegWidth          Pointer to the register width in bytes\r
   @param  pBaudrate          Pointer to the serial port baudrate\r
-  @param  pInputHertz        Pointer to the input clock frequency
-  @param  pUartPciAddr       Pointer to the UART PCI bus, dev and func address
+  @param  pInputHertz        Pointer to the input clock frequency\r
+  @param  pUartPciAddr       Pointer to the UART PCI bus, dev and func address\r
 \r
   @retval RETURN_SUCCESS     Successfully find the serial port information.\r
   @retval RETURN_NOT_FOUND   Failed to find the serial port information .\r
@@ -150,12 +150,12 @@ CbParseFadtInfo (
 RETURN_STATUS\r
 EFIAPI\r
 CbParseSerialInfo (\r
-  OUT UINT32     *pRegBase,
-  OUT UINT32     *pRegAccessType,
-  OUT UINT32     *pRegWidth,
-  OUT UINT32     *pBaudrate,
-  OUT UINT32     *pInputHertz,
-  OUT UINT32     *pUartPciAddr
+  OUT UINT32     *pRegBase,\r
+  OUT UINT32     *pRegAccessType,\r
+  OUT UINT32     *pRegWidth,\r
+  OUT UINT32     *pBaudrate,\r
+  OUT UINT32     *pInputHertz,\r
+  OUT UINT32     *pUartPciAddr\r
   );\r
 \r
 /**\r
@@ -174,7 +174,7 @@ CbParseGetCbHeader (
   IN UINTN  Level,\r
   IN VOID** HeaderPtr\r
   );\r
-
+\r
 /**\r
   Find the video frame buffer information\r
 \r