From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Mon, 19 Apr 2010 12:49:53 +0200 Subject: [U-Boot] Pull request - u-boot-microblaze Message-ID: <4BCC3551.4020309@monstr.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, please pull the following changes. Thanks, Michal The following changes since commit 2a72e9ed18d2164eb7fe569119342eb631b568da: Stefan Roese (1): ppc4xx: Add option for PPC440SPe ports without old Rev. A support are available in the git repository at: git://www.denx.de/git/u-boot-microblaze.git master Arun Bhanu (1): microblaze: Add FDT support Michal Simek (9): microblaze: Fix irq.S code microblaze: Move timer initialization to board.c microblaze: Move FSL initialization to board.c microblaze: Fix interrupt handler code microblaze: Change cache report messages microblaze: Change initialization sequence microblaze: Support system with WB cache microblaze: Flush cache before jumping to kernel microblaze: Consolidate cache code arch/microblaze/cpu/cache.c | 28 +++ arch/microblaze/cpu/interrupts.c | 41 ++---- arch/microblaze/cpu/irq.S | 182 +++++++------------- arch/microblaze/cpu/timer.c | 3 +- arch/microblaze/lib/Makefile | 1 - arch/microblaze/lib/board.c | 31 +++- arch/microblaze/lib/bootm.c | 47 +++++- arch/microblaze/lib/cache.c | 43 ----- .../xilinx/microblaze-generic/microblaze-generic.c | 7 +- 9 files changed, 174 insertions(+), 209 deletions(-) delete mode 100644 arch/microblaze/lib/cache.c -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/ Microblaze U-BOOT custodian