[U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next

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@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

Dear Marek Vasut,
In message 201204060455.17359.marex@denx.de you wrote:
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@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
This is again all MIPS stuff. Please negotiate with MIPS custodian.
Best regards,
Wolfgang Denk

Dear Wolfgang Denk,
Dear Marek Vasut,
In message 201204060455.17359.marex@denx.de you wrote:
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@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
This is again all MIPS stuff. Please negotiate with MIPS custodian.
I did talk to Shinya, he said he has not much time for mips stuff anymore :-(
Best regards,
Wolfgang Denk
Best regards, Marek Vasut

Hi Marek,
On Mon, Apr 9, 2012 at 8:17 PM, Marek Vasut marex@denx.de wrote:
Dear Wolfgang Denk,
Dear Marek Vasut,
In message 201204060455.17359.marex@denx.de you wrote:
...
This is again all MIPS stuff. Please negotiate with MIPS custodian.
I did talk to Shinya, he said he has not much time for mips stuff anymore :-(
Best regards,
thanks for picking this up but as I wrote in the other thread those patches are obsolete for now. That's why I extracted the three bugfix patches and resent a separate series. Please discard my remaining patches in patchwork.

Dear Daniel Schwierzeck,
Hi Marek,
On Mon, Apr 9, 2012 at 8:17 PM, Marek Vasut marex@denx.de wrote:
Dear Wolfgang Denk,
Dear Marek Vasut,
In message 201204060455.17359.marex@denx.de you wrote:
...
This is again all MIPS stuff. Please negotiate with MIPS custodian.
I did talk to Shinya, he said he has not much time for mips stuff anymore :-(
Best regards,
thanks for picking this up but as I wrote in the other thread those patches are obsolete for now. That's why I extracted the three bugfix patches and resent a separate series. Please discard my remaining patches in patchwork.
You should get your patchwork account too and discard them yourself ;-)
Best regards, Marek Vasut

Dear Marek Vasut,
In message 201204060455.17359.marex@denx.de you wrote:
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@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
Applied to "next", thanks.
Best regards,
Wolfgang Denk

The following changes since commit fb14b6b2f680363678b4e6a75eb9f3f0d79111fa:
Prepare v2012.04-rc3 (2012-04-18 22:52:34 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-staging.git marex@denx.de
for you to fetch changes up to 02b233ecb129d69f8e234f94fd96a012caed880b:
CMD: CONFIG_CMD_SETECPR -> CONFIG_CMD_SETEXPR on omap3_logic (2012-04-19 22:01:14 +0200)
---------------------------------------------------------------- Marek Vasut (12): AT91: Drop AT91_SPIMUX command from cmd_all CMD: Remove CMD_AUTOSCRIPT, it's not used CMD: Drop CMD_CAN, it's not used CMD: Drop CMD_DCR, it's not used CMD: Drop CONFIG_CMD_DFL, it's not used CMD: Drop CONFIG_CMD_EMMC, it's not used CMD: Fix typo KGBD -> KGDB on debris board CMD: Remove CMD_LOG, it's unused HWW1U1A: Fix CMD_SHA1 -> CMD_SHA1SUM CMD: Fix typo CMD_FSL -> CMD_MFSL in readme CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZE CMD: CONFIG_CMD_SETECPR -> CONFIG_CMD_SETEXPR on omap3_logic
README | 2 +- arch/arm/cpu/armv7/omap-common/spl_nand.c | 2 +- include/config_cmd_all.h | 1 - include/configs/HWW1U1A.h | 2 +- include/configs/MBX.h | 1 - include/configs/MigoR.h | 1 - include/configs/at91sam9m10g45ek.h | 1 - include/configs/debris.h | 2 +- include/configs/digsy_mtc.h | 1 - include/configs/ep8260.h | 1 - include/configs/gplugd.h | 1 - include/configs/jadecpu.h | 1 - include/configs/kilauea.h | 1 - include/configs/lwmon5.h | 1 - include/configs/makalu.h | 1 - include/configs/ms7722se.h | 1 - include/configs/ms7750se.h | 1 - include/configs/omap3_logic.h | 2 +- include/configs/quad100hd.h | 1 - include/configs/r2dplus.h | 1 - include/configs/sh7757lcr.h | 1 - include/configs/sh7785lcr.h | 1 - include/configs/u8500_href.h | 1 - include/configs/zeus.h | 1 - 24 files changed, 5 insertions(+), 24 deletions(-)
participants (3)
-
Daniel Schwierzeck
-
Marek Vasut
-
Wolfgang Denk