From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Wed, 1 Jul 2015 14:32:21 +0000 Subject: [U-Boot] Please pull changes for ARC Message-ID: <1435761141.4689.57.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, The following changes since commit 9c6b05cb724e18d1db3f9e1a75b2272572f06fbd: Prepare v2015.07-rc3 (2015-06-29 17:22:01 -0400) are available in the git repository at: git://git.denx.de/u-boot-arc.git for you to fetch changes up to af6da69f47314e0e8efa3711ffadbfda8d2334aa: board: axs103 - add maintainer information (2015-07-01 17:19:33 +0300) ---------------------------------------------------------------- Alexey Brodkin (3): arc: implement slave cores kick-start for Linux kernel arc: significant cache rework board: axs103 - add maintainer information arch/arc/include/asm/arcregs.h | 5 +- arch/arc/include/asm/cache.h | 7 +- arch/arc/lib/bootm.c | 6 ++ arch/arc/lib/cache.c | 375 +++++++++++++++++++++++++++++++++++++++++++++++++++-------------------- ---- arch/arc/lib/cpu.c | 2 + arch/arc/lib/init_helpers.c | 10 +- arch/arc/lib/start.S | 46 ++++++++-- board/synopsys/axs101/MAINTAINERS | 1 + board/synopsys/axs101/axs101.c | 30 ++++++ 9 files changed, 337 insertions(+), 145 deletions(-) -Alexey