]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Sdio / Dxe / SDControllerDxe / SDController.c
index 18e85c82991066b78bd66cb1835c592c1195560c..7d97b90b92e72a2cee81a586311b137d15367bcc 100644 (file)
@@ -2,15 +2,9 @@
 \r
 The SD host controller driver model and HC protocol routines.\r
 \r
-Copyright (c) 2013-2015 Intel Corporation.\r
+Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -244,6 +238,7 @@ GetErrorReason (
   @return EFI_SUCCESS\r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 SetHighSpeedMode (\r
   IN  EFI_SD_HOST_IO_PROTOCOL    *This,\r
   IN  BOOLEAN                    Enable\r
@@ -1155,7 +1150,7 @@ ResetSDHost (
 \r
   //\r
   // To improve SD stability, we zero the MMIO_CLKCTL register and\r
-  // stall for 50 microseconds before reseting the controller.  We\r
+  // stall for 50 microseconds before resetting the controller.  We\r
   // restore the register setting following the reset operation.\r
   //\r
   PciIo->Mem.Read (\r
@@ -1712,7 +1707,7 @@ Exit:
 \r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This                 Protocol instance pointer.\r