From patchwork Tue Jul 26 13:12:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 1660798 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=140.211.166.138; helo=smtp1.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4Lscm32RjTz9s1l for ; Tue, 26 Jul 2022 23:13:07 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id C39BA84745; Tue, 26 Jul 2022 13:13:04 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org C39BA84745 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FbQ35txKL5DA; Tue, 26 Jul 2022 13:13:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id D1301840DE; Tue, 26 Jul 2022 13:13:02 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org D1301840DE X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id F36C21BF2B4 for ; Tue, 26 Jul 2022 13:13:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id D9CD840248 for ; Tue, 26 Jul 2022 13:13:01 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org D9CD840248 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nsds73ZBpDRG for ; Tue, 26 Jul 2022 13:13:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 299D540167 Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) by smtp4.osuosl.org (Postfix) with ESMTPS id 299D540167 for ; Tue, 26 Jul 2022 13:12:59 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id 157F8240004; Tue, 26 Jul 2022 13:12:55 +0000 (UTC) To: "Arnout Vandecappelle (Essensium/Mind)" , "Yann E. MORIN" , Buildroot List , =?utf-8?q?=C5=81ukasz_Stelmach?= Date: Tue, 26 Jul 2022 15:12:46 +0200 Message-Id: <20220726131249.2009383-1-thomas.petazzoni@bootlin.com> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1658841177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=JOYv8jGcuejLEJVFzZubyyS7bTGqTaY6Wldy4Y+M9Lg=; b=Z10uio/DxG6CbVCG6UolEfgZf3AqiO5QpdsmiEj5VheMqdIxFDb2DPLioiNkla7lSvgjPL STZvZgQVPpGpVkILR7hPq3tlseuCIv7hLiicrUr1aE2rUtMun3f5vEvZqs/srJJa24xqrs OrZ/xDj9wGXNFaVYZFf6MvUsCr2FAwwHo7m5u9Dq4MjWWP7e76Xyz2vZF2riPSEFaoB46f TsXTysWVYU3yG/PoFm/QRdZWm4gZ67iA7BGcYgCj77srgtVVU4EejylhWf4ff2KbTc+RBm QPPrgxSRs++Z1R1YMOzHD5DNGg88EzybrL7kHu/tupYdWve+HSWvTnt099zASQ== X-Mailman-Original-Authentication-Results: smtp4.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=Z10uio/D Subject: [Buildroot] [PATCH 0/2] Add support for configurable page size on ARM64 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Thomas Petazzoni via buildroot From: Thomas Petazzoni Reply-To: Thomas Petazzoni Cc: Thomas Petazzoni Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Hello, Here is a new iteration of the support for configurable page size on ARM64, based on earlier work from Ɓukasz Stelmach , but fairly significantly changed. Hopefully this iteration can makes it way upstream! Thomas Thomas Petazzoni (2): package/uclibc: define BR2_UCLIBC_TARGET_ARCH for ARM64 arch: add support for configurable page size on ARM64 arch/Config.in.arm | 25 +++++++ arch/arch.mk | 11 ++++ arch/arch.mk.arc | 9 --- linux/linux.mk | 8 +++ package/uclibc/Config.in | 1 + package/uclibc/uclibc.mk | 13 ++++ .../tests/toolchain/test_aarch64_64k.py | 65 +++++++++++++++++++ 7 files changed, 123 insertions(+), 9 deletions(-) create mode 100644 support/testing/tests/toolchain/test_aarch64_64k.py