From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 31 Mar 2012 22:49:05 +0200 Subject: [U-Boot] [PATCH 00/11] MIPS: fixes and updates In-Reply-To: <1322143076-20349-1-git-send-email-daniel.schwierzeck@googlemail.com> References: <1322143076-20349-1-git-send-email-daniel.schwierzeck@googlemail.com> Message-ID: <201203312249.05615.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 Dear Daniel Schwierzeck, > This series contains bugfixes and coding style cleanups. > Furthermore it contains some extensions for MIPS24k and MIPS34k cores > as preparation for merging the support for various Lantiq SoCs. > > Daniel Schwierzeck (11): > MIPS: board.c: make checkpatch.pl clean > MIPS: board.c: fix warning if CONFIG_CMD_NET is not defined > MIPS: board.c: fix init of flash data in bd_info > MIPS: add register definition for EBase register > MIPS: add sleep handler for slave CPUs in multi-processor systems > MIPS: make cache operation mode configurable in dcache_enable() > MIPS: extend cache initialization for MIPS24K and MIPS34K cores > MIPS: add additional reserved vectors for MIPS24K and MIPS34K cores > MIPS: add header file for generic GPIO API > MIPS: add init hook for CPU specific initialization > MIPS: MAKEALL: fix lists for MIPSel and MIPS boards > > MAKEALL | 11 +--- > arch/mips/cpu/mips32/cache.S | 24 ++++++- > arch/mips/cpu/mips32/start.S | 37 ++++++++++- > arch/mips/include/asm/gpio.h | 13 ++++ > arch/mips/include/asm/mipsregs.h | 20 ++++++ > arch/mips/lib/board.c | 139 > +++++++++++++++++++++----------------- 6 files changed, 171 insertions(+), > 73 deletions(-) > create mode 100644 arch/mips/include/asm/gpio.h My apologies for picking the rest of this series so late. Looks like the MIPS maintainer is n/a so I'll pull these through my staging tree once we'll fix some issues. Best regards, Marek Vasut