[Libhugetlbfs-devel] [libhugetlbfs][PATCH] Extend arm32 support to include BE variants

2014-08-11 Thread Gary S. Robertson
From: "Gary S. Robertson" This patch applies the same technique used by Koen Kool in the following patch which was accepted by the libhugetlbfs project: [0a4f6] Add aarch64_be_support 2014-03-31 10:52:37 It modifies the libhugetlbfs Makefile to mark all 32-bit arm archit

[Libhugetlbfs-devel] [PATCH] extend compatibility for various x86 and arm arches

2014-11-06 Thread Gary S. Robertson
I wish to submit the following two patches for your consideration and (hopefully) acceptance. The first patch addresses some issues with various arm-based architectures and the second extends the compatibility to a wider subset of x86-compatible architectures. These patches were required in order

[Libhugetlbfs-devel] [PATCH] Makefile: Recognize all ix86 arches

2014-11-06 Thread Gary S. Robertson
From: "Gary S. Robertson" The makefile only recognized i386 or x86_64 arches. Added support to recognize i486, i586, i686. Signed-off-by: Gary S. Robertson --- Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91502e1..0bfa

[Libhugetlbfs-devel] [PATCH] ld.hugetlbfs: arm arches - fix page size and text offset setup

2014-11-06 Thread Gary S. Robertson
From: "Gary S. Robertson" There's 3 issues fixed: * typo on MB variable (MB -> $MB) * some linker variants are missing (linux and big endian) - armelfb_linux_eabi - aarch64elfb - aarch64linux - aarch64linuxb * text segment offset was not specified for armv7 BE NOTE: T

[Libhugetlbfs-devel] [PATCH] Extend arm32 support to include BE variants

2014-11-06 Thread Gary S. Robertson
From: "Gary S. Robertson" This patch applies the same technique used by Koen Kool in the following patch which was accepted by the libhugetlbfs project: [0a4f6] Add aarch64_be_support 2014-03-31 10:52:37 It modifies the libhugetlbfs Makefile to mark all 32-bit arm architectures as su

[Libhugetlbfs-devel] [PATCH] extend compatibility for various x86 and arm arches

2014-11-06 Thread Gary S. Robertson
With apologies - this patch should have been included as well in my previous email on the same subject - <1415294062-23745-1-git-send-email-gary.robert...@linaro.org> It is part of the series of patches applied to fix problems in building libhugetlbfs and libhugetlbfs-tests in our OE root filesys