From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: More patches for next merge window
Date: Tue, 30 Mar 2010 13:06:43 +0200 [thread overview]
Message-ID: <1269947215-18214-1-git-send-email-s.hauer@pengutronix.de> (raw)
Here are some more patches. Mostly cleanup needed to add second level
cache support for ARM.
Sascha
The following changes since commit 30bf8c26098c2b8537b648eb6eb8fa3e887ab7b9:
Sascha Hauer (1):
hush: allow fancy prompts
are available in the git repository at:
git://git.pengutronix.de/git/barebox.git pu
Sascha Hauer (12):
make reset_cpu a __noreturn function
make panic and hang __noreturn functions
introduce a arch_shutdown call and call it from shutdown_barebox
blackfin: implement arch_shutdown call
go command: shutdown barebox before calling an application
remove now unused arch_execute
ARM: replace cleanup_before_linux with the generic shutdown_barebox function
pass arguments to dma_* as unsigned long as the kernel does
ARM: Add a wrapper around dma_* functions
add l2x0 cache support
pcm043: enable l2x0 cache
netx eth driver: remove local definition of ARRAY_SIZE
arch/arm/cpu/Kconfig | 8 ++
arch/arm/cpu/Makefile | 2 +
arch/arm/cpu/cache-armv4.S | 6 +-
arch/arm/cpu/cache-armv5.S | 6 +-
arch/arm/cpu/cache-armv6.S | 6 +-
arch/arm/cpu/cache-armv7.S | 12 +-
arch/arm/cpu/cache-l2x0.c | 183 +++++++++++++++++++++++++++++++++
arch/arm/cpu/cpu.c | 12 +--
arch/arm/cpu/mmu.c | 28 +++++-
arch/arm/include/asm/common.h | 2 +-
arch/arm/include/asm/mmu.h | 27 ++++-
arch/arm/lib/armlinux.c | 6 +-
arch/arm/mach-at91/clocksource.c | 5 +-
arch/arm/mach-ep93xx/clocksource.c | 2 +-
arch/arm/mach-imx/Kconfig | 3 +-
arch/arm/mach-imx/clocksource.c | 2 +-
arch/arm/mach-netx/generic.c | 5 +-
arch/arm/mach-omap/omap3_generic.c | 2 +-
arch/arm/mach-s3c24xx/generic.c | 2 +-
arch/blackfin/include/asm/common.h | 2 +-
arch/blackfin/lib/board.c | 8 +--
arch/blackfin/lib/cpu.c | 5 +-
arch/m68k/mach-mcfv4e/mcf_reset_cpu.c | 2 +-
arch/ppc/mach-mpc5xxx/cpu.c | 2 +-
arch/sandbox/os/common.c | 2 +-
arch/x86/mach-i386/reset.c | 2 +-
board/pcm043/pcm043.c | 15 ++--
commands/go.c | 19 ++--
common/startup.c | 5 +-
drivers/net/fec_imx.c | 3 +-
drivers/net/netx_eth.c | 2 -
drivers/usb/gadget/fsl_udc.c | 3 +-
drivers/usb/usb_ehci_core.c | 4 +-
include/common.h | 8 +-
lib/vsprintf.c | 2 +-
35 files changed, 324 insertions(+), 79 deletions(-)
create mode 100644 arch/arm/cpu/cache-l2x0.c
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2010-03-30 11:06 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-30 11:06 Sascha Hauer [this message]
2010-03-30 11:06 ` [PATCH 01/12] make reset_cpu a __noreturn function Sascha Hauer
2010-03-30 11:06 ` [PATCH 02/12] make panic and hang __noreturn functions Sascha Hauer
2010-03-30 11:06 ` [PATCH 03/12] introduce a arch_shutdown call and call it from shutdown_barebox Sascha Hauer
2010-03-30 11:06 ` [PATCH 04/12] blackfin: implement arch_shutdown call Sascha Hauer
2010-03-30 11:06 ` [PATCH 05/12] go command: shutdown barebox before calling an application Sascha Hauer
2010-03-30 11:06 ` [PATCH 06/12] remove now unused arch_execute Sascha Hauer
2010-03-30 11:06 ` [PATCH 07/12] ARM: replace cleanup_before_linux with the generic shutdown_barebox function Sascha Hauer
2010-03-30 11:06 ` [PATCH 08/12] pass arguments to dma_* as unsigned long as the kernel does Sascha Hauer
2010-03-30 11:06 ` [PATCH 09/12] ARM: Add a wrapper around dma_* functions Sascha Hauer
2010-03-30 11:06 ` [PATCH 10/12] add l2x0 cache support Sascha Hauer
2010-03-30 11:06 ` [PATCH 11/12] pcm043: enable l2x0 cache Sascha Hauer
2010-03-30 11:06 ` [PATCH 12/12] netx eth driver: remove local definition of ARRAY_SIZE 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=1269947215-18214-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