]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IScsiDxe/IScsiIbft.h
OvmfPkg: raise DXEFV size to 13 MB in the traditional platform FDFs
[mirror_edk2.git] / NetworkPkg / IScsiDxe / IScsiIbft.h
index aa85794d77cbc9f7d1a3e68337191be72cb4d94d..168734d3f1f479a1d0f7974eb6e7bd720b336885 100644 (file)
@@ -2,13 +2,7 @@
   Some extra definitions for iBFT.\r
 \r
 Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\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
@@ -20,9 +14,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/AcpiTable.h>\r
 #include <Protocol/PciIo.h>\r
 \r
-#define IBFT_TABLE_VAR_NAME L"iBFT"\r
-#define IBFT_MAX_SIZE       4096\r
-#define IBFT_HEAP_OFFSET    2048\r
+#define IBFT_TABLE_VAR_NAME  L"iBFT"\r
+#define IBFT_MAX_SIZE        4096\r
+#define IBFT_HEAP_OFFSET     2048\r
 \r
 #define IBFT_ROUNDUP(size)  NET_ROUNDUP ((size), EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_STRUCTURE_ALIGNMENT)\r
 \r