From 7d6ec14066342d885a9de43054861e0c672227cf Mon Sep 17 00:00:00 2001 From: afaerber Date: Sat, 30 Oct 2010 15:17:37 +0000 Subject: [PATCH] switch-arch: Prepare ppc64 support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Detect ppc64 as Big Endian and 64-bit. Reuse arch/ppc/ wherever possible. v3: * Split off int128_t fix. * Rebase to HEAD, add support for qemu-ppc64 target. * Rename $INCLUDEARCH to $BASEARCH and initialize it earlier. * Set both CONFIG_$BASEARCH and CONFIG_$ARCH if they differ. * Use -fno-builtin. * Add ppc64 config, copied from ppc. v2: * Use powerpc64 prefix. * Disable fake int128_t for everything but sparc64. Signed-off-by: Andreas Färber git-svn-id: svn://openbios.org/openbios/trunk/openbios-devel@927 f158a5a8-5612-0410-a976-696ce0be7e32 --- config/examples/ppc64_config.xml | 77 ++++++++++++++++++++++++++++++++++++++++ config/scripts/switch-arch | 21 ++++++++--- 2 files changed, 94 insertions(+), 4 deletions(-) create mode 100644 config/examples/ppc64_config.xml diff --git a/config/examples/ppc64_config.xml b/config/examples/ppc64_config.xml new file mode 100644 index 0000000..5f79c21 --- /dev/null +++ b/config/examples/ppc64_config.xml @@ -0,0 +1,77 @@ + +