[U-Boot] please pull u-boot-arc master

Dear Tom,
The following changes since commit b188067f39627d977bb1db67c8456e9aaab90743:
arm: vf610: fix boot from SD-card (2015-01-09 10:27:51 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to 4c8c485ad9249e1ca1822474954b78799ca937e9:
arc: introduce "mdbtrick" target (2015-01-09 23:59:54 +0300)
---------------------------------------------------------------- Alexey Brodkin (1): arc: introduce "mdbtrick" target
arch/arc/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
-- Best regards, Alexey

On Fri, Jan 09, 2015 at 09:09:18PM +0000, Alexey Brodkin wrote:
Dear Tom,
The following changes since commit b188067f39627d977bb1db67c8456e9aaab90743:
arm: vf610: fix boot from SD-card (2015-01-09 10:27:51 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to 4c8c485ad9249e1ca1822474954b78799ca937e9:
arc: introduce "mdbtrick" target (2015-01-09 23:59:54 +0300)
Applied to u-boot/master, thanks!

Dear Tom,
The following changes since commit 28c4dae114c9b94b2a1111d81d4da716e9fc2cba:
Merge branch 'next' of git://git.denx.de/u-boot-video (2015-01-14 16:26:15 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to fdff23702a361e89a153222233231af4d00d6e2a:
arc: rename "arc700" in "arcv1" (2015-01-15 22:40:50 +0300)
---------------------------------------------------------------- Alexey Brodkin (6): arc: add dependences on MMU presence arc: relocate - minor refactoring and clean-up arc: move linker script in arch/arc/cpu folder arc: move common sources in library board/synopsys: remove selection of CPU from the board arc: rename "arc700" in "arcv1"
Igor Guryanov (4): arc: check caches existence before use arc: add ECR (exception cause register) output arc: interrupts - fix mask setup arc: introduce separate section for interrupt vector table
arch/arc/Kconfig | 3 +++ arch/arc/Makefile | 2 -- arch/arc/config.mk | 4 ++++ arch/arc/cpu/arc700/Makefile | 13 ------------ arch/arc/cpu/arcv1/Makefile | 7 +++++++ arch/arc/cpu/{arc700 => arcv1}/config.mk | 0 arch/arc/cpu/{arc700 => arcv1}/start.S | 77 ++++++++++++++++++++++++++++++++++++++++----------------------------- arch/arc/cpu/{arc700 => }/u-boot.lds | 15 +++++++++++++- arch/arc/include/asm/arcregs.h | 2 ++ arch/arc/include/asm/sections.h | 3 +++ arch/arc/lib/Makefile | 6 ++++++ arch/arc/{cpu/arc700 => lib}/cache.c | 29 ++++++++++++++++++++++++++ arch/arc/{cpu/arc700 => lib}/cpu.c | 0 arch/arc/{cpu/arc700 => lib}/interrupts.c | 3 ++- arch/arc/lib/relocate.c | 19 ++++++----------- arch/arc/{cpu/arc700 => lib}/reset.c | 0 arch/arc/lib/sections.c | 2 ++ arch/arc/{cpu/arc700 => lib}/timer.c | 0 board/synopsys/Kconfig | 6 ------ board/synopsys/axs101/Kconfig | 3 --- 20 files changed, 123 insertions(+), 71 deletions(-) delete mode 100644 arch/arc/cpu/arc700/Makefile create mode 100644 arch/arc/cpu/arcv1/Makefile rename arch/arc/cpu/{arc700 => arcv1}/config.mk (100%) rename arch/arc/cpu/{arc700 => arcv1}/start.S (87%) rename arch/arc/cpu/{arc700 => }/u-boot.lds (88%) rename arch/arc/{cpu/arc700 => lib}/cache.c (79%) rename arch/arc/{cpu/arc700 => lib}/cpu.c (100%) rename arch/arc/{cpu/arc700 => lib}/interrupts.c (97%) rename arch/arc/{cpu/arc700 => lib}/reset.c (100%) rename arch/arc/{cpu/arc700 => lib}/timer.c (100%)
-- Best regards, Alexey

On Thu, Jan 15, 2015 at 08:39:45PM +0000, Alexey Brodkin wrote:
Dear Tom,
The following changes since commit 28c4dae114c9b94b2a1111d81d4da716e9fc2cba:
Merge branch 'next' of git://git.denx.de/u-boot-video (2015-01-14 16:26:15 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to fdff23702a361e89a153222233231af4d00d6e2a:
arc: rename "arc700" in "arcv1" (2015-01-15 22:40:50 +0300)
Applied to u-boot/master, thanks!

On Thu, 2015-01-15 at 23:39 +0300, Alexey Brodkin wrote:
Dear Tom,
The following changes since commit 28c4dae114c9b94b2a1111d81d4da716e9fc2cba:
Merge branch 'next' of git://git.denx.de/u-boot-video (2015-01-14 16:26:15 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to fdff23702a361e89a153222233231af4d00d6e2a:
arc: rename "arc700" in "arcv1" (2015-01-15 22:40:50 +0300)
Alexey Brodkin (6): arc: add dependences on MMU presence arc: relocate - minor refactoring and clean-up arc: move linker script in arch/arc/cpu folder arc: move common sources in library board/synopsys: remove selection of CPU from the board arc: rename "arc700" in "arcv1"
Igor Guryanov (4): arc: check caches existence before use arc: add ECR (exception cause register) output arc: interrupts - fix mask setup arc: introduce separate section for interrupt vector table
arch/arc/Kconfig | 3 +++ arch/arc/Makefile | 2 -- arch/arc/config.mk | 4 ++++ arch/arc/cpu/arc700/Makefile | 13 ------------ arch/arc/cpu/arcv1/Makefile | 7 +++++++ arch/arc/cpu/{arc700 => arcv1}/config.mk | 0 arch/arc/cpu/{arc700 => arcv1}/start.S | 77 ++++++++++++++++++++++++++++++++++++++++----------------------------- arch/arc/cpu/{arc700 => }/u-boot.lds | 15 +++++++++++++- arch/arc/include/asm/arcregs.h | 2 ++ arch/arc/include/asm/sections.h | 3 +++ arch/arc/lib/Makefile | 6 ++++++ arch/arc/{cpu/arc700 => lib}/cache.c | 29 ++++++++++++++++++++++++++ arch/arc/{cpu/arc700 => lib}/cpu.c | 0 arch/arc/{cpu/arc700 => lib}/interrupts.c | 3 ++- arch/arc/lib/relocate.c | 19 ++++++----------- arch/arc/{cpu/arc700 => lib}/reset.c | 0 arch/arc/lib/sections.c | 2 ++ arch/arc/{cpu/arc700 => lib}/timer.c | 0 board/synopsys/Kconfig | 6 ------ board/synopsys/axs101/Kconfig | 3 --- 20 files changed, 123 insertions(+), 71 deletions(-) delete mode 100644 arch/arc/cpu/arc700/Makefile create mode 100644 arch/arc/cpu/arcv1/Makefile rename arch/arc/cpu/{arc700 => arcv1}/config.mk (100%) rename arch/arc/cpu/{arc700 => arcv1}/start.S (87%) rename arch/arc/cpu/{arc700 => }/u-boot.lds (88%) rename arch/arc/{cpu/arc700 => lib}/cache.c (79%) rename arch/arc/{cpu/arc700 => lib}/cpu.c (100%) rename arch/arc/{cpu/arc700 => lib}/interrupts.c (97%) rename arch/arc/{cpu/arc700 => lib}/reset.c (100%) rename arch/arc/{cpu/arc700 => lib}/timer.c (100%)
-- Best regards, Alexey

On Mon, Feb 09, 2015 at 01:46:39PM +0000, Alexey Brodkin wrote:
On Thu, 2015-01-15 at 23:39 +0300, Alexey Brodkin wrote:
Dear Tom,
The following changes since commit 28c4dae114c9b94b2a1111d81d4da716e9fc2cba:
Merge branch 'next' of git://git.denx.de/u-boot-video (2015-01-14 16:26:15 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to fdff23702a361e89a153222233231af4d00d6e2a:
arc: rename "arc700" in "arcv1" (2015-01-15 22:40:50 +0300)
Alexey Brodkin (6): arc: add dependences on MMU presence arc: relocate - minor refactoring and clean-up arc: move linker script in arch/arc/cpu folder arc: move common sources in library board/synopsys: remove selection of CPU from the board arc: rename "arc700" in "arcv1"
Igor Guryanov (4): arc: check caches existence before use arc: add ECR (exception cause register) output arc: interrupts - fix mask setup arc: introduce separate section for interrupt vector table
arch/arc/Kconfig | 3 +++ arch/arc/Makefile | 2 -- arch/arc/config.mk | 4 ++++ arch/arc/cpu/arc700/Makefile | 13 ------------ arch/arc/cpu/arcv1/Makefile | 7 +++++++ arch/arc/cpu/{arc700 => arcv1}/config.mk | 0 arch/arc/cpu/{arc700 => arcv1}/start.S | 77 ++++++++++++++++++++++++++++++++++++++++----------------------------- arch/arc/cpu/{arc700 => }/u-boot.lds | 15 +++++++++++++- arch/arc/include/asm/arcregs.h | 2 ++ arch/arc/include/asm/sections.h | 3 +++ arch/arc/lib/Makefile | 6 ++++++ arch/arc/{cpu/arc700 => lib}/cache.c | 29 ++++++++++++++++++++++++++ arch/arc/{cpu/arc700 => lib}/cpu.c | 0 arch/arc/{cpu/arc700 => lib}/interrupts.c | 3 ++- arch/arc/lib/relocate.c | 19 ++++++----------- arch/arc/{cpu/arc700 => lib}/reset.c | 0 arch/arc/lib/sections.c | 2 ++ arch/arc/{cpu/arc700 => lib}/timer.c | 0 board/synopsys/Kconfig | 6 ------ board/synopsys/axs101/Kconfig | 3 --- 20 files changed, 123 insertions(+), 71 deletions(-) delete mode 100644 arch/arc/cpu/arc700/Makefile create mode 100644 arch/arc/cpu/arcv1/Makefile rename arch/arc/cpu/{arc700 => arcv1}/config.mk (100%) rename arch/arc/cpu/{arc700 => arcv1}/start.S (87%) rename arch/arc/cpu/{arc700 => }/u-boot.lds (88%) rename arch/arc/{cpu/arc700 => lib}/cache.c (79%) rename arch/arc/{cpu/arc700 => lib}/cpu.c (100%) rename arch/arc/{cpu/arc700 => lib}/interrupts.c (97%) rename arch/arc/{cpu/arc700 => lib}/reset.c (100%) rename arch/arc/{cpu/arc700 => lib}/timer.c (100%)
Applied to u-boot/master, thanks!

On Thu, 2015-01-15 at 23:39 +0300, Alexey Brodkin wrote:
Dear Tom,
The following changes since commit 28c4dae114c9b94b2a1111d81d4da716e9fc2cba:
Merge branch 'next' of git://git.denx.de/u-boot-video (2015-01-14 16:26:15 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to fdff23702a361e89a153222233231af4d00d6e2a:
arc: rename "arc700" in "arcv1" (2015-01-15 22:40:50 +0300)
Alexey Brodkin (6): arc: add dependences on MMU presence arc: relocate - minor refactoring and clean-up arc: move linker script in arch/arc/cpu folder arc: move common sources in library board/synopsys: remove selection of CPU from the board arc: rename "arc700" in "arcv1"
Igor Guryanov (4): arc: check caches existence before use arc: add ECR (exception cause register) output arc: interrupts - fix mask setup arc: introduce separate section for interrupt vector table
arch/arc/Kconfig | 3 +++ arch/arc/Makefile | 2 -- arch/arc/config.mk | 4 ++++ arch/arc/cpu/arc700/Makefile | 13 ------------ arch/arc/cpu/arcv1/Makefile | 7 +++++++ arch/arc/cpu/{arc700 => arcv1}/config.mk | 0 arch/arc/cpu/{arc700 => arcv1}/start.S | 77 ++++++++++++++++++++++++++++++++++++++++----------------------------- arch/arc/cpu/{arc700 => }/u-boot.lds | 15 +++++++++++++- arch/arc/include/asm/arcregs.h | 2 ++ arch/arc/include/asm/sections.h | 3 +++ arch/arc/lib/Makefile | 6 ++++++ arch/arc/{cpu/arc700 => lib}/cache.c | 29 ++++++++++++++++++++++++++ arch/arc/{cpu/arc700 => lib}/cpu.c | 0 arch/arc/{cpu/arc700 => lib}/interrupts.c | 3 ++- arch/arc/lib/relocate.c | 19 ++++++----------- arch/arc/{cpu/arc700 => lib}/reset.c | 0 arch/arc/lib/sections.c | 2 ++ arch/arc/{cpu/arc700 => lib}/timer.c | 0 board/synopsys/Kconfig | 6 ------ board/synopsys/axs101/Kconfig | 3 --- 20 files changed, 123 insertions(+), 71 deletions(-) delete mode 100644 arch/arc/cpu/arc700/Makefile create mode 100644 arch/arc/cpu/arcv1/Makefile rename arch/arc/cpu/{arc700 => arcv1}/config.mk (100%) rename arch/arc/cpu/{arc700 => arcv1}/start.S (87%) rename arch/arc/cpu/{arc700 => }/u-boot.lds (88%) rename arch/arc/{cpu/arc700 => lib}/cache.c (79%) rename arch/arc/{cpu/arc700 => lib}/cpu.c (100%) rename arch/arc/{cpu/arc700 => lib}/interrupts.c (97%) rename arch/arc/{cpu/arc700 => lib}/reset.c (100%) rename arch/arc/{cpu/arc700 => lib}/timer.c (100%)
-- Best regards, Alexey

On Thu, 2015-01-15 at 23:39 +0300, Alexey Brodkin wrote:
Dear Tom,
The following changes since commit 28c4dae114c9b94b2a1111d81d4da716e9fc2cba:
Merge branch 'next' of git://git.denx.de/u-boot-video (2015-01-14 16:26:15 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to fdff23702a361e89a153222233231af4d00d6e2a:
arc: rename "arc700" in "arcv1" (2015-01-15 22:40:50 +0300)
Alexey Brodkin (6): arc: add dependences on MMU presence arc: relocate - minor refactoring and clean-up arc: move linker script in arch/arc/cpu folder arc: move common sources in library board/synopsys: remove selection of CPU from the board arc: rename "arc700" in "arcv1"
Igor Guryanov (4): arc: check caches existence before use arc: add ECR (exception cause register) output arc: interrupts - fix mask setup arc: introduce separate section for interrupt vector table
arch/arc/Kconfig | 3 +++ arch/arc/Makefile | 2 -- arch/arc/config.mk | 4 ++++ arch/arc/cpu/arc700/Makefile | 13 ------------ arch/arc/cpu/arcv1/Makefile | 7 +++++++ arch/arc/cpu/{arc700 => arcv1}/config.mk | 0 arch/arc/cpu/{arc700 => arcv1}/start.S | 77 ++++++++++++++++++++++++++++++++++++++++----------------------------- arch/arc/cpu/{arc700 => }/u-boot.lds | 15 +++++++++++++- arch/arc/include/asm/arcregs.h | 2 ++ arch/arc/include/asm/sections.h | 3 +++ arch/arc/lib/Makefile | 6 ++++++ arch/arc/{cpu/arc700 => lib}/cache.c | 29 ++++++++++++++++++++++++++ arch/arc/{cpu/arc700 => lib}/cpu.c | 0 arch/arc/{cpu/arc700 => lib}/interrupts.c | 3 ++- arch/arc/lib/relocate.c | 19 ++++++----------- arch/arc/{cpu/arc700 => lib}/reset.c | 0 arch/arc/lib/sections.c | 2 ++ arch/arc/{cpu/arc700 => lib}/timer.c | 0 board/synopsys/Kconfig | 6 ------ board/synopsys/axs101/Kconfig | 3 --- 20 files changed, 123 insertions(+), 71 deletions(-) delete mode 100644 arch/arc/cpu/arc700/Makefile create mode 100644 arch/arc/cpu/arcv1/Makefile rename arch/arc/cpu/{arc700 => arcv1}/config.mk (100%) rename arch/arc/cpu/{arc700 => arcv1}/start.S (87%) rename arch/arc/cpu/{arc700 => }/u-boot.lds (88%) rename arch/arc/{cpu/arc700 => lib}/cache.c (79%) rename arch/arc/{cpu/arc700 => lib}/cpu.c (100%) rename arch/arc/{cpu/arc700 => lib}/interrupts.c (97%) rename arch/arc/{cpu/arc700 => lib}/reset.c (100%) rename arch/arc/{cpu/arc700 => lib}/timer.c (100%)
-- Best regards, Alexey

-----Original Message-----From: Alexey Brodkin abrodkin@synopsys.com Reply-to: abrodkin@synopsys.com To: Tom Rini trini@ti.com Cc: u-boot@lists.denx.de Subject: Please pull u-boot-arc master Date: Thu, 15 Jan 2015 23:39:45 +0300
Dear Tom,
The following changes since commit 28c4dae114c9b94b2a1111d81d4da716e9fc2cba:
Merge branch 'next' of git://git.denx.de/u-boot-video (2015-01-14 16:26:15 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to fdff23702a361e89a153222233231af4d00d6e2a:
arc: rename "arc700" in "arcv1" (2015-01-15 22:40:50 +0300)
---------------------------------------------------------------- Alexey Brodkin (6): arc: add dependences on MMU presence arc: relocate - minor refactoring and clean-up arc: move linker script in arch/arc/cpu folder arc: move common sources in library board/synopsys: remove selection of CPU from the board arc: rename "arc700" in "arcv1"
Igor Guryanov (4): arc: check caches existence before use arc: add ECR (exception cause register) output arc: interrupts - fix mask setup arc: introduce separate section for interrupt vector table
arch/arc/Kconfig | 3 +++ arch/arc/Makefile | 2 -- arch/arc/config.mk | 4 ++++ arch/arc/cpu/arc700/Makefile | 13 ------------ arch/arc/cpu/arcv1/Makefile | 7 +++++++ arch/arc/cpu/{arc700 => arcv1}/config.mk | 0 arch/arc/cpu/{arc700 => arcv1}/start.S | 77 ++++++++++++++++++++++++++++++++++++++++----------------------------- arch/arc/cpu/{arc700 => }/u-boot.lds | 15 +++++++++++++- arch/arc/include/asm/arcregs.h | 2 ++ arch/arc/include/asm/sections.h | 3 +++ arch/arc/lib/Makefile | 6 ++++++ arch/arc/{cpu/arc700 => lib}/cache.c | 29 ++++++++++++++++++++++++++ arch/arc/{cpu/arc700 => lib}/cpu.c | 0 arch/arc/{cpu/arc700 => lib}/interrupts.c | 3 ++- arch/arc/lib/relocate.c | 19 ++++++----------- arch/arc/{cpu/arc700 => lib}/reset.c | 0 arch/arc/lib/sections.c | 2 ++ arch/arc/{cpu/arc700 => lib}/timer.c | 0 board/synopsys/Kconfig | 6 ------ board/synopsys/axs101/Kconfig | 3 --- 20 files changed, 123 insertions(+), 71 deletions(-) delete mode 100644 arch/arc/cpu/arc700/Makefile create mode 100644 arch/arc/cpu/arcv1/Makefile rename arch/arc/cpu/{arc700 => arcv1}/config.mk (100%) rename arch/arc/cpu/{arc700 => arcv1}/start.S (87%) rename arch/arc/cpu/{arc700 => }/u-boot.lds (88%) rename arch/arc/{cpu/arc700 => lib}/cache.c (79%) rename arch/arc/{cpu/arc700 => lib}/cpu.c (100%) rename arch/arc/{cpu/arc700 => lib}/interrupts.c (97%) rename arch/arc/{cpu/arc700 => lib}/reset.c (100%) rename arch/arc/{cpu/arc700 => lib}/timer.c (100%)
-- Best regards, Alexey

-----Original Message-----From: Alexey Brodkin abrodkin@synopsys.com Reply-to: abrodkin@synopsys.com To: Tom Rini trini@ti.com Cc: u-boot@lists.denx.de Subject: Please pull u-boot-arc master Date: Thu, 15 Jan 2015 23:39:45 +0300
Dear Tom,
The following changes since commit 28c4dae114c9b94b2a1111d81d4da716e9fc2cba:
Merge branch 'next' of git://git.denx.de/u-boot-video (2015-01-14 16:26:15 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to fdff23702a361e89a153222233231af4d00d6e2a:
arc: rename "arc700" in "arcv1" (2015-01-15 22:40:50 +0300)
---------------------------------------------------------------- Alexey Brodkin (6): arc: add dependences on MMU presence arc: relocate - minor refactoring and clean-up arc: move linker script in arch/arc/cpu folder arc: move common sources in library board/synopsys: remove selection of CPU from the board arc: rename "arc700" in "arcv1"
Igor Guryanov (4): arc: check caches existence before use arc: add ECR (exception cause register) output arc: interrupts - fix mask setup arc: introduce separate section for interrupt vector table
arch/arc/Kconfig | 3 +++ arch/arc/Makefile | 2 -- arch/arc/config.mk | 4 ++++ arch/arc/cpu/arc700/Makefile | 13 ------------ arch/arc/cpu/arcv1/Makefile | 7 +++++++ arch/arc/cpu/{arc700 => arcv1}/config.mk | 0 arch/arc/cpu/{arc700 => arcv1}/start.S | 77 ++++++++++++++++++++++++++++++++++++++++----------------------------- arch/arc/cpu/{arc700 => }/u-boot.lds | 15 +++++++++++++- arch/arc/include/asm/arcregs.h | 2 ++ arch/arc/include/asm/sections.h | 3 +++ arch/arc/lib/Makefile | 6 ++++++ arch/arc/{cpu/arc700 => lib}/cache.c | 29 ++++++++++++++++++++++++++ arch/arc/{cpu/arc700 => lib}/cpu.c | 0 arch/arc/{cpu/arc700 => lib}/interrupts.c | 3 ++- arch/arc/lib/relocate.c | 19 ++++++----------- arch/arc/{cpu/arc700 => lib}/reset.c | 0 arch/arc/lib/sections.c | 2 ++ arch/arc/{cpu/arc700 => lib}/timer.c | 0 board/synopsys/Kconfig | 6 ------ board/synopsys/axs101/Kconfig | 3 --- 20 files changed, 123 insertions(+), 71 deletions(-) delete mode 100644 arch/arc/cpu/arc700/Makefile create mode 100644 arch/arc/cpu/arcv1/Makefile rename arch/arc/cpu/{arc700 => arcv1}/config.mk (100%) rename arch/arc/cpu/{arc700 => arcv1}/start.S (87%) rename arch/arc/cpu/{arc700 => }/u-boot.lds (88%) rename arch/arc/{cpu/arc700 => lib}/cache.c (79%) rename arch/arc/{cpu/arc700 => lib}/cpu.c (100%) rename arch/arc/{cpu/arc700 => lib}/interrupts.c (97%) rename arch/arc/{cpu/arc700 => lib}/reset.c (100%) rename arch/arc/{cpu/arc700 => lib}/timer.c (100%)
-- Best regards, Alexey

Dear Tom,
The following changes since commit bd2a4888b123713adec271d6c8040ca9f609aa2f:
sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART (2015-02-11 19:43:45 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to f13606b77d32344d35f6430eb45cffd47302e244:
arc: introduce U-Boot port for ARCv2 ISA (2015-02-13 09:17:51 +0300)
---------------------------------------------------------------- Alexey Brodkin (1): arc: introduce U-Boot port for ARCv2 ISA
arch/arc/Kconfig | 59 ++++++++++++++++++- arch/arc/config.mk | 12 ++++ arch/arc/cpu/arcv2/Makefile | 7 +++ arch/arc/cpu/arcv2/start.S | 254 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arc/include/asm/cache.h | 6 +- configs/axs103_defconfig | 5 ++ 6 files changed, 340 insertions(+), 3 deletions(-) create mode 100644 arch/arc/cpu/arcv2/Makefile create mode 100644 arch/arc/cpu/arcv2/start.S create mode 100644 configs/axs103_defconfig
Best regards, Alexey

Hi Tom,
On Fri, 2015-02-13 at 09:23 +0300, Alexey Brodkin wrote:
Dear Tom,
The following changes since commit bd2a4888b123713adec271d6c8040ca9f609aa2f:
sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART (2015-02-11 19:43:45 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to f13606b77d32344d35f6430eb45cffd47302e244:
arc: introduce U-Boot port for ARCv2 ISA (2015-02-13 09:17:51 +0300)
Alexey Brodkin (1): arc: introduce U-Boot port for ARCv2 ISA
arch/arc/Kconfig | 59 ++++++++++++++++++- arch/arc/config.mk | 12 ++++ arch/arc/cpu/arcv2/Makefile | 7 +++ arch/arc/cpu/arcv2/start.S | 254 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arc/include/asm/cache.h | 6 +- configs/axs103_defconfig | 5 ++ 6 files changed, 340 insertions(+), 3 deletions(-) create mode 100644 arch/arc/cpu/arcv2/Makefile create mode 100644 arch/arc/cpu/arcv2/start.S create mode 100644 configs/axs103_defconfig
Best regards, Alexey
Could you please pull those changes?
-Alexey

Hi Tom,
On Wed, 2015-02-18 at 15:35 +0300, Alexey Brodkin wrote:
Hi Tom,
Could you please pull those changes?
Just realized you already pulled my the changes. Probably I missed your reply and was too lazy to check latest changes in U-Boot at say http://git.denx.de/?p=u-boot.git;a=shortlog which I did right now.
Sorry for this noise.
-Alexey

Dear Tom,
The following changes since commit 8a5c9ca4d0b8aa13a1bb321494d24f656a9a7d72:
Prepare v2015.04-rc5 (2015-03-31 20:53:59 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to d5717e894497124fd44289a37f818ee301640c70:
board: AXS10x - update SDIO clock value (2015-04-03 09:47:50 +0300)
---------------------------------------------------------------- Alexey Brodkin (12): serial/serial_arc: set registers address during compilation arc: cache - build invalidate_icache_all() and invalidate_dcache_all() always arc: merge common start-up code between ARC and ARCv2 arc: move low-level interrupt and exception handlers in a separate file arc: clean-up init procedure arc: re-generate defconfigs arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATA arc: minor fixes in Kconfig serial-arc: switch to DM board: Switch Abilis TB-100 board to Driver Model for serial port arc: add support for SLC (System Level Cache, AKA L2-cache) board: AXS10x - update SDIO clock value
arch/Kconfig | 1 + arch/arc/Kconfig | 10 ++- arch/arc/cpu/arcv1/Makefile | 2 +- arch/arc/cpu/arcv1/ivt.S | 27 ++++++++ arch/arc/cpu/arcv1/start.S | 254 -------------------------------------------------------------------------- arch/arc/cpu/arcv2/Makefile | 2 +- arch/arc/cpu/arcv2/ivt.S | 27 ++++++++ arch/arc/cpu/arcv2/start.S | 254 -------------------------------------------------------------------------- arch/arc/dts/Makefile | 12 ++++ arch/arc/dts/abilis_tb100.dts | 24 +++++++ arch/arc/dts/arcangel4.dts | 24 +++++++ arch/arc/dts/skeleton.dtsi | 13 ++++ arch/arc/include/asm/arcregs.h | 4 ++ arch/arc/include/asm/cache.h | 11 ++++ arch/arc/include/asm/config.h | 1 - arch/arc/include/asm/init_helpers.h | 12 ++++ arch/arc/include/asm/relocate.h | 16 +++++ arch/arc/include/asm/u-boot-arc.h | 3 + arch/arc/lib/Makefile | 3 + arch/arc/lib/cache.c | 58 +++++++++++++++-- arch/arc/lib/cpu.c | 13 ---- arch/arc/lib/init_helpers.c | 25 ++++++++ arch/arc/lib/ints_low.S | 151 ++++++++++++++++++++++++++++++++++++++++++++ arch/arc/lib/relocate.c | 19 ++++++ arch/arc/lib/start.S | 63 +++++++++++++++++++ board/synopsys/axs101/axs101.c | 4 +- common/board_f.c | 8 +-- configs/arcangel4-be_defconfig | 9 ++- configs/arcangel4_defconfig | 7 ++- configs/axs101_defconfig | 6 +- configs/axs103_defconfig | 4 +- configs/tb100_defconfig | 9 ++- drivers/serial/serial_arc.c | 103 ++++++++++++++++++++---------- include/configs/tb100.h | 6 +- 34 files changed, 602 insertions(+), 583 deletions(-) create mode 100644 arch/arc/cpu/arcv1/ivt.S delete mode 100644 arch/arc/cpu/arcv1/start.S create mode 100644 arch/arc/cpu/arcv2/ivt.S delete mode 100644 arch/arc/cpu/arcv2/start.S create mode 100644 arch/arc/dts/Makefile create mode 100644 arch/arc/dts/abilis_tb100.dts create mode 100644 arch/arc/dts/arcangel4.dts create mode 100644 arch/arc/dts/skeleton.dtsi create mode 100644 arch/arc/include/asm/init_helpers.h create mode 100644 arch/arc/include/asm/relocate.h create mode 100644 arch/arc/lib/init_helpers.c create mode 100644 arch/arc/lib/ints_low.S create mode 100644 arch/arc/lib/start.S
Regards, Alexey

On Fri, Apr 03, 2015 at 06:56:13AM +0000, Alexey Brodkin wrote:
Dear Tom,
The following changes since commit 8a5c9ca4d0b8aa13a1bb321494d24f656a9a7d72:
Prepare v2015.04-rc5 (2015-03-31 20:53:59 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to d5717e894497124fd44289a37f818ee301640c70:
board: AXS10x - update SDIO clock value (2015-04-03 09:47:50 +0300)
Applied to u-boot/master, thanks!

Dear Tom,
The following changes since commit 385a08a60f042061b004642d6b9bb6cfb794ad5a:
ARM: zynq: Remove Jagan from list of maintainers (2015-04-08 18:43:51 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to 0241c3131dd4c19a1116c863d622358eb2680462:
board: axs10x - support v3 mother-board (2015-04-09 20:00:46 +0300)
---------------------------------------------------------------- Alexey Brodkin (1): board: axs10x - support v3 mother-board
board/synopsys/axs101/axs101.c | 14 ++++++++++++++ board/synopsys/axs101/axs10x.h | 16 ++++++++++++++++ board/synopsys/axs101/nand.c | 7 +++++++ include/configs/axs101.h | 6 ++++++ 4 files changed, 43 insertions(+) create mode 100644 board/synopsys/axs101/axs10x.h
Regards, Alexey

Hi Tom,
On Fri, 2015-04-10 at 09:59 +0300, Alexey Brodkin wrote:
Dear Tom,
The following changes since commit 385a08a60f042061b004642d6b9bb6cfb794ad5a:
ARM: zynq: Remove Jagan from list of maintainers (2015-04-08 18:43:51 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to 0241c3131dd4c19a1116c863d622358eb2680462:
board: axs10x - support v3 mother-board (2015-04-09 20:00:46 +0300)
Alexey Brodkin (1): board: axs10x - support v3 mother-board
board/synopsys/axs101/axs101.c | 14 ++++++++++++++ board/synopsys/axs101/axs10x.h | 16 ++++++++++++++++ board/synopsys/axs101/nand.c | 7 +++++++ include/configs/axs101.h | 6 ++++++ 4 files changed, 43 insertions(+) create mode 100644 board/synopsys/axs101/axs10x.h
Please disregard initial pull-request because I've just added another critical fix in u-boot-arc repo and it would be good if it makes its way into the upcoming release, so here's an updated pull-request.
The following changes since commit 385a08a60f042061b004642d6b9bb6cfb794ad5a:
ARM: zynq: Remove Jagan from list of maintainers (2015-04-08 18:43:51 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to 89576072cb60d50b61813f901c6fc296c01de506:
arc: make sure _start is in the beginning of .text section (2015-04-10 18:45:34 +0300)
---------------------------------------------------------------- Alexey Brodkin (2): board: axs10x - support v3 mother-board arc: make sure _start is in the beginning of .text section
arch/arc/cpu/u-boot.lds | 1 + arch/arc/lib/Makefile | 2 +- board/synopsys/axs101/axs101.c | 14 ++++++++++++++ board/synopsys/axs101/axs10x.h | 16 ++++++++++++++++ board/synopsys/axs101/nand.c | 7 +++++++ include/configs/axs101.h | 6 ++++++ 6 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 board/synopsys/axs101/axs10x.h
Regards, Alexey

Hi Tom,
On Fri, 2015-04-10 at 18:51 +0300, Alexey Brodkin wrote:
Hi Tom,
On Fri, 2015-04-10 at 09:59 +0300, Alexey Brodkin wrote:
Dear Tom,
Please disregard initial pull-request because I've just added another critical fix in u-boot-arc repo and it would be good if it makes its way into the upcoming release, so here's an updated pull-request.
Looks like today is not the best of my days. Trying to squeeze one important fix in the upcoming release I tested it improperly and so clean build fails. For that reason I cooked another fix... on top of the previous fix :(
And here's another (hopefully the last one for today) pull-request.
The following changes since commit 385a08a60f042061b004642d6b9bb6cfb794ad5a:
ARM: zynq: Remove Jagan from list of maintainers (2015-04-08 18:43:51 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to a811492e4f386f79b122b210ac8e66915c27f767:
arc: fix separate compilation of start.o (2015-04-10 19:22:40 +0300)
---------------------------------------------------------------- Alexey Brodkin (3): board: axs10x - support v3 mother-board arc: make sure _start is in the beginning of .text section arc: fix separate compilation of start.o
arch/arc/cpu/u-boot.lds | 1 + arch/arc/lib/Makefile | 3 ++- board/synopsys/axs101/axs101.c | 14 ++++++++++++++ board/synopsys/axs101/axs10x.h | 16 ++++++++++++++++ board/synopsys/axs101/nand.c | 7 +++++++ include/configs/axs101.h | 6 ++++++ 6 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 board/synopsys/axs101/axs10x.h
Regards, Alexey

On Fri, Apr 10, 2015 at 04:29:30PM +0000, Alexey Brodkin wrote:
Hi Tom,
On Fri, 2015-04-10 at 18:51 +0300, Alexey Brodkin wrote:
Hi Tom,
On Fri, 2015-04-10 at 09:59 +0300, Alexey Brodkin wrote:
Dear Tom,
Please disregard initial pull-request because I've just added another critical fix in u-boot-arc repo and it would be good if it makes its way into the upcoming release, so here's an updated pull-request.
Looks like today is not the best of my days. Trying to squeeze one important fix in the upcoming release I tested it improperly and so clean build fails. For that reason I cooked another fix... on top of the previous fix :(
And here's another (hopefully the last one for today) pull-request.
The following changes since commit 385a08a60f042061b004642d6b9bb6cfb794ad5a:
ARM: zynq: Remove Jagan from list of maintainers (2015-04-08 18:43:51 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to a811492e4f386f79b122b210ac8e66915c27f767:
arc: fix separate compilation of start.o (2015-04-10 19:22:40 +0300)
Applied to u-boot/master, thanks!
participants (3)
-
Alexey Brodkin
-
Tom Rini
-
Tom Rini