From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::442; helo=mail-wr1-x442.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 04C362119A44D for ; Tue, 11 Dec 2018 10:35:36 -0800 (PST) Received: by mail-wr1-x442.google.com with SMTP id z5so15134546wrt.11 for ; Tue, 11 Dec 2018 10:35:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=e4s1Kfpf5D6AHPV4eYQ9gFZ8I6KFKeluSGC0DsqHGEg=; b=kCYkmeBShN/EsYwu4G3I5sfd3w+EzPFadt7k6AnssZUMsjLOvbgNSvXHmgBKYaQZi3 ZksX804EKqJIB/DShQsl3KyswivDXrfF5bMItdHQSqPgy46wNV2OSgOR5W+ckL5gRHQ4 23YzFrvOTBC7UQ0f5FrNod2Yi6SWcWUjeZpE8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=e4s1Kfpf5D6AHPV4eYQ9gFZ8I6KFKeluSGC0DsqHGEg=; b=LKjJVB9HI1SqP9r7o6JqVKUmES3dAwehth5BeQJno/t1329/fmtY6UBSv7aASfeyNo FTmcbO6YpeCmIIP9xF/9JyHPgbLRWEvaE2FkdRlA5GQwZqnytxlB/vR0rqgGmu+dtpVW wY+cAyBivMge/4PDtnYvw9ktCyn9GduuDIz/mwR7APHN/FYzzz7O3Zl1A75W4BmTA6Sz Jxa7EdFQMP+jFuU3Y6qLdtyIHXQVmfE0Qe5tRgawUAWZdBUM7qldx7fYhBU/Rewfj++b YSqYaOvw2nfOmuSQd9sDSSDmQwl+cbco8U7pQ6ErPayghDWD3ZMfvB7Sp2+IJa/RDlSw TWsQ== X-Gm-Message-State: AA+aEWZQ/Ax66SK2tJ9GeG3QHUyIwZJJw6XhARQGJ36jzL/Ntsj+7A81 mZ3tmKDaMuF8g6syK8V4J/Obqe9eOEXrZw== X-Google-Smtp-Source: AFSGD/UN0GuJH3QFZJXJKj/ksaLczn8/D5TBXFcgCGF5YxydldnCyC+jHsKMKFJL+/qF7nGFQEQGvA== X-Received: by 2002:adf:f091:: with SMTP id n17mr14458009wro.292.1544553335158; Tue, 11 Dec 2018 10:35:35 -0800 (PST) Received: from harold.home ([2a01:cb1d:112:6f00:8c3:6b9d:cbc9:58c6]) by smtp.gmail.com with ESMTPSA id h131sm1026688wmd.17.2018.12.11.10.35.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Dec 2018 10:35:34 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, alan@softiron.co.uk, Ard Biesheuvel Date: Tue, 11 Dec 2018 19:35:13 +0100 Message-Id: <20181211183514.20948-11-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181211183514.20948-1-ard.biesheuvel@linaro.org> References: <20181211183514.20948-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Subject: [PATCH edk2-platforms 10/11] Platform/Styx: get rid of DO_KCS preprocessor macro X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2018 18:35:37 -0000 Content-Transfer-Encoding: 8bit Now that all code references the PCD instead, let's drop the macro from all Styx platforms. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 8 -------- Platform/LeMaker/CelloBoard/CelloBoard.dsc | 8 -------- Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 8 -------- 3 files changed, 24 deletions(-) diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc index 17c936be5085..3d0544cf74cd 100644 --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc @@ -18,7 +18,6 @@ [Defines] DEFINE NUM_CORES = 8 -DEFINE DO_KCS = 1 DEFINE DO_FLASHER = FALSE DEFINE DO_CAPSULE = FALSE @@ -267,13 +266,6 @@ DEFINE DO_CAPSULE = FALSE RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG - *_*_*_ASL_FLAGS = -tc -li -l -so - *_*_*_ASLPP_FLAGS = $(ARCHCC_FLAGS) - *_*_*_ASLCC_FLAGS = $(ARCHCC_FLAGS) - - GCC:*_*_AARCH64_ARCHCC_FLAGS = -DDO_KCS=$(DO_KCS) - GCC:*_*_AARCH64_PP_FLAGS = -DDO_KCS=$(DO_KCS) - [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER] GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000 diff --git a/Platform/LeMaker/CelloBoard/CelloBoard.dsc b/Platform/LeMaker/CelloBoard/CelloBoard.dsc index 6362ab5a17fb..a70f91bb02d5 100644 --- a/Platform/LeMaker/CelloBoard/CelloBoard.dsc +++ b/Platform/LeMaker/CelloBoard/CelloBoard.dsc @@ -18,7 +18,6 @@ [Defines] DEFINE NUM_CORES = 4 -DEFINE DO_KCS = 0 DEFINE DO_FLASHER = FALSE PLATFORM_NAME = Cello @@ -256,13 +255,6 @@ DEFINE DO_FLASHER = FALSE RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG - *_*_*_ASL_FLAGS = -tc -li -l -so - *_*_*_ASLPP_FLAGS = $(ARCHCC_FLAGS) - *_*_*_ASLCC_FLAGS = $(ARCHCC_FLAGS) - - GCC:*_*_AARCH64_ARCHCC_FLAGS = -DDO_KCS=$(DO_KCS) - GCC:*_*_AARCH64_PP_FLAGS = -DDO_KCS=$(DO_KCS) - [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER] GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000 diff --git a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc index d7eb5f87afa1..722c4adb7a72 100644 --- a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc +++ b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc @@ -18,7 +18,6 @@ [Defines] DEFINE NUM_CORES = 4 -DEFINE DO_KCS = 1 DEFINE DO_FLASHER = FALSE PLATFORM_NAME = Overdrive1000 @@ -254,13 +253,6 @@ DEFINE DO_FLASHER = FALSE [BuildOptions] GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG - *_*_*_ASL_FLAGS = -tc -li -l -so - *_*_*_ASLPP_FLAGS = $(ARCHCC_FLAGS) - *_*_*_ASLCC_FLAGS = $(ARCHCC_FLAGS) - - GCC:*_*_AARCH64_ARCHCC_FLAGS = -DDO_KCS=$(DO_KCS) - GCC:*_*_AARCH64_PP_FLAGS = -DDO_KCS=$(DO_KCS) - [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER] GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000 -- 2.19.2