X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkSocPkg%2FQuarkNorthCluster%2FMemoryInit%2FPei%2Fgeneral_definitions.h;fp=QuarkSocPkg%2FQuarkNorthCluster%2FMemoryInit%2FPei%2Fgeneral_definitions.h;h=0000000000000000000000000000000000000000;hp=1b79ecab2e00f33092776ba9d2d2453679097e63;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/general_definitions.h b/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/general_definitions.h deleted file mode 100644 index 1b79ecab2e..0000000000 --- a/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/general_definitions.h +++ /dev/null @@ -1,84 +0,0 @@ -/************************************************************************ - * - * Copyright (c) 2013-2015 Intel Corporation. - * -* SPDX-License-Identifier: BSD-2-Clause-Patent - * - ************************************************************************/ -#ifndef __GENERAL_DEFINITIONS_H -#define __GENERAL_DEFINITIONS_H - -#undef BIT0 -#undef BIT1 -#undef BIT2 -#undef BIT3 -#undef BIT4 -#undef BIT5 -#undef BIT6 -#undef BIT7 -#undef BIT8 -#undef BIT9 -#undef BIT10 -#undef BIT11 -#undef BIT12 -#undef BIT13 -#undef BIT14 -#undef BIT15 -#undef BIT16 -#undef BIT17 -#undef BIT18 -#undef BIT19 -#undef BIT20 -#undef BIT21 -#undef BIT22 -#undef BIT23 -#undef BIT24 -#undef BIT25 -#undef BIT26 -#undef BIT27 -#undef BIT28 -#undef BIT29 -#undef BIT30 -#undef BIT31 - - - -// defines -#define BIT0 0x00000001U -#define BIT1 0x00000002U -#define BIT2 0x00000004U -#define BIT3 0x00000008U -#define BIT4 0x00000010U -#define BIT5 0x00000020U -#define BIT6 0x00000040U -#define BIT7 0x00000080U -#define BIT8 0x00000100U -#define BIT9 0x00000200U -#define BIT10 0x00000400U -#define BIT11 0x00000800U -#define BIT12 0x00001000U -#define BIT13 0x00002000U -#define BIT14 0x00004000U -#define BIT15 0x00008000U -#define BIT16 0x00010000U -#define BIT17 0x00020000U -#define BIT18 0x00040000U -#define BIT19 0x00080000U -#define BIT20 0x00100000U -#define BIT21 0x00200000U -#define BIT22 0x00400000U -#define BIT23 0x00800000U -#define BIT24 0x01000000U -#define BIT25 0x02000000U -#define BIT26 0x04000000U -#define BIT27 0x08000000U -#define BIT28 0x10000000U -#define BIT29 0x20000000U -#define BIT30 0x40000000U -#define BIT31 0x80000000U - - -#define true 0x01 -#define false 0x00 - -#endif