From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 6 Apr 2012 04:55:17 +0200 Subject: [U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next Message-ID: <201204060455.17359.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5: Prepare v2012.04-rc1 (2012-03-31 00:13:05 +0200) are available in the git repository at: git://git.denx.de/u-boot-staging.git marex at denx.de for you to fetch changes up to c98167f1df33c6273355050fc0dbbdb73aec51ea: MIPS: start.S: refactor reset and exception vector setup (2012-03-31 22:51:57 +0200) ---------------------------------------------------------------- Daniel Schwierzeck (6): MIPS: board.c: fix init of flash data in bd_info MIPS: add register definition for EBase register MIPS: make cache operation mode configurable in dcache_enable() MIPS: add header file for generic GPIO API MIPS: extend cache initialization for recent MIPS CPU cores MIPS: start.S: refactor reset and exception vector setup README | 5 + arch/mips/cpu/mips32/cache.S | 16 +++- arch/mips/cpu/mips32/start.S | 204 ++++++++++---------------------------- arch/mips/include/asm/gpio.h | 13 +++ arch/mips/include/asm/mipsregs.h | 20 ++++ arch/mips/lib/board.c | 8 +- 6 files changed, 112 insertions(+), 154 deletions(-) create mode 100644 arch/mips/include/asm/gpio.h