mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] support multiple ARM architectures
Date: Wed, 10 Oct 2012 09:12:14 +0200	[thread overview]
Message-ID: <1349853136-18371-1-git-send-email-s.hauer@pengutronix.de> (raw)

The following series is for supporting multiple ARM architectures
at runtime. We detect the architecture and select the cache functions
accordingly.

----------------------------------------------------------------
Sascha Hauer (2):
      ARM: Add cpu_architecture() function
      ARM: Support multiple ARM architectures

 arch/arm/cpu/Makefile              |    3 +-
 arch/arm/cpu/cache-armv4.S         |   28 +++++-----
 arch/arm/cpu/cache-armv5.S         |   30 +++++------
 arch/arm/cpu/cache-armv6.S         |   34 ++++++------
 arch/arm/cpu/cache-armv7.S         |   36 ++++++-------
 arch/arm/cpu/cache.c               |  103 ++++++++++++++++++++++++++++++++++++
 arch/arm/cpu/cpu.c                 |   47 ++++++++++++++++
 arch/arm/cpu/mmu.c                 |   28 +++++++---
 arch/arm/include/asm/cache.h       |    2 +
 arch/arm/include/asm/cputype.h     |  100 ++++++++++++++++++++++++++++++++++
 arch/arm/include/asm/system_info.h |   60 +++++++++++++++++++++
 11 files changed, 399 insertions(+), 72 deletions(-)
 create mode 100644 arch/arm/cpu/cache.c
 create mode 100644 arch/arm/include/asm/cputype.h
 create mode 100644 arch/arm/include/asm/system_info.h

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2012-10-10  7:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-10  7:12 Sascha Hauer [this message]
2012-10-10  7:12 ` [PATCH 1/2] ARM: Add cpu_architecture() function Sascha Hauer
2012-10-10  7:12 ` [PATCH 2/2] ARM: Support multiple ARM architectures Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1349853136-18371-1-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox