From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 4646681D74 for ; Fri, 28 Oct 2016 04:43:03 -0700 (PDT) Received: by mail-wm0-x235.google.com with SMTP id e69so94955131wmg.0 for ; Fri, 28 Oct 2016 04:43:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=GHPciVoxJITV1e3AOOtm8sBLX083Uo6mkxBNbqbLyaE=; b=Ql/qlNYV3pDdJMY2avllpFz67vHcenaNx6o9phMg/hx69dkVvyFhaEKrBjgCtTSzBM iCUr8Bu7PDVgHNGqD+ur3MZPdjFg8L+bE389hV1thRt/Wxut5941ov+emfAExVUE3st8 avcENjJ9pXeNfuR4AkmVzpU10lk1ewrgQnCKY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=GHPciVoxJITV1e3AOOtm8sBLX083Uo6mkxBNbqbLyaE=; b=evwfpjMPyF6ojXJoJ4jU222GnwqIqXG4lz0ZkyCXJqM3kp/w3S1YKBiuJOF4bHSLj0 XrD/CHPo74MgA0J0SVeYVP8glEzWG1FiPUP+3WJ12FuqXorB4AutgVXEU+6b/L6cDq8G 3J4OHPKYyxCXFUe+w/XJFalSrxhVZwebOWDj3TWg68lU3OzSltyTAILVbFrogHyqYuDw 6ei3WAbdmgSiCioRxPBbuwrFnS0WfDDXNJriGvEESp1VAn6MG1vKdOq0UYSFfU8unRHr 8I1rY6qWid7vYiyupQGZedNK8qcLWQezEijcASJn4lTfSxf/K3S7IeVrrqtUuOanBdXH G24w== X-Gm-Message-State: ABUngveamGcHx2VV0qrmGN0eGvNCtTPqKfiYGLLzPC5Zvyoef8teMe1YTIky9q6b5PuA7D4q X-Received: by 10.194.248.43 with SMTP id yj11mr11225729wjc.81.1477654982371; Fri, 28 Oct 2016 04:43:02 -0700 (PDT) Received: from localhost.localdomain ([105.150.227.229]) by smtp.gmail.com with ESMTPSA id 1sm8485220wmk.22.2016.10.28.04.43.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 28 Oct 2016 04:43:01 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel Date: Fri, 28 Oct 2016 12:42:51 +0100 Message-Id: <1477654974-5598-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [PATCH 0/3] ArmPkg/ArmPlatformPkg: some cleanups X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 11:43:03 -0000 A couple of remaining cleanups I had in my queue. Ard Biesheuvel (3): ArmPkg RVCT: add ADRL/LDRL macro equivalents ArmPlatformPkg/PrePi RVCT: use relative reference to mSystemMemoryEnd ArmPkg: remove LoadConstantXxx() asm macros ArmPkg/Include/AsmMacroIoLib.h | 33 -------------------- ArmPkg/Include/AsmMacroIoLib.inc | 18 ++++++++--- ArmPkg/Include/AsmMacroIoLibV8.h | 30 ------------------ ArmPlatformPkg/PrePi/Arm/ModuleEntryPoint.asm | 2 +- 4 files changed, 15 insertions(+), 68 deletions(-) -- 2.7.4