Message ID | 20220726131249.2009383-1-thomas.petazzoni@bootlin.com |
---|---|
Headers | show |
Series | Add support for configurable page size on ARM64 | expand |
On 26/07/2022 15:12, Thomas Petazzoni wrote: > Hello, > > Here is a new iteration of the support for configurable page size on > ARM64, based on earlier work from Łukasz Stelmach > <l.stelmach@samsung.com>, 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 Both applied to master, thanks! Regards, Arnout > > 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 >