From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (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 E26C31A1E01 for ; Tue, 30 Aug 2016 07:27:32 -0700 (PDT) Received: by mail-wm0-x22d.google.com with SMTP id o80so39076379wme.1 for ; Tue, 30 Aug 2016 07:27:32 -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=qg1vpSnzPGgNZiE5Ny7FlUIzesTHua1mLUdA53d8mnw=; b=eLP3cBO+km6kgiCZj0dMhvqKC/EIk1mHwUsYZojfW8F7pkmJ8GtErTwB9kZlzFfTXT 3cSKADP2RYTj0qGJrQcw2JozT5z2gE8ON92spJpE0/S604pmYlFKQBgYQKo53Sk/bMoR I/moiCSClHhEc2JxtobB31KThVhtimSsS1sPw= 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=qg1vpSnzPGgNZiE5Ny7FlUIzesTHua1mLUdA53d8mnw=; b=KABRA0mv27CYDw5NYGbZoloRoxs+PkTfxSFw88kqb0JDnIQu7LOeNXCJjTeocGtnvy M8BGvy2FxAeY28IALcZ9zyxSrv1DRBD9ViJr0L5aH+39OGMVBYz/lLFL631msYxnJo7j nABgXKBvqY1/cocILz9qalJknlH5cpSnycNVjQi82sxeeJytgJbfNaPpQH1qx/eEOdR6 CE3JbfqTx81rifn0ElORJMxWTTm9oIUvkwQY8SGP3BslPXS8YlvodeTatHqIZRDLe6OC gCBJJfpbi4EiErJ33/d5F/wQxQIECr9VorO2nRprT01LHRAzPleylJumccSQQukjM/GN H//A== X-Gm-Message-State: AE9vXwOOjVycRhC1Qd6ZlDNwam0X2N/n5gNtnosE0O4bUYvFWmeEQtz35/bmsQ7I669+vAmY X-Received: by 10.28.208.140 with SMTP id h134mr4249811wmg.101.1472567250802; Tue, 30 Aug 2016 07:27:30 -0700 (PDT) Received: from localhost.localdomain ([160.165.12.73]) by smtp.gmail.com with ESMTPSA id us9sm39773620wjb.43.2016.08.30.07.27.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 30 Aug 2016 07:27:29 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel Date: Tue, 30 Aug 2016 15:27:20 +0100 Message-Id: <1472567244-32031-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [PATCH v4 0/4] MdeModulePkg/EbcDxe: AARCH64 improvements 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: Tue, 30 Aug 2016 14:27:33 -0000 This is v4 of my proposed changes to the AARCH64 implementation of EbcDxe contributed by Jeff Brasen, which has recently been merged into Tianocore. Changes since v3: - fix typo in comment (#1) - clarify comments around computed goto in EBC to native thunk, and make sure the jump target is 32-bit aligned (#3) - fix comment and constify Args9_16[] in EbcInterpret() prototype (#4) - add Leif's R-b (#1, #2, #4) Ard Biesheuvel (4): MdeModulePkg/EbcDxe AARCH64: clean up comment style in ASM file MdeModulePkg/EbcDxe AARCH64: use a fixed size thunk structure MdeModulePkg/EbxDxe AARCH64: use tail call for EBC to native thunk MdeModulePkg/EbcDxe AARCH64: simplify interpreter entry point thunks MdeModulePkg/Universal/EbcDxe/AArch64/EbcLowLevel.S | 285 +++++++++++--------- MdeModulePkg/Universal/EbcDxe/AArch64/EbcSupport.c | 193 ++++--------- 2 files changed, 210 insertions(+), 268 deletions(-) -- 2.7.4