U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-arc master
Date: Mon, 9 Feb 2015 15:26:48 -0500	[thread overview]
Message-ID: <20150209202648.GX10826@bill-the-cat> (raw)
In-Reply-To: <1423489598.3111.39.camel@synopsys.com>

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150209/e56538ee/attachment.sig>

  reply	other threads:[~2015-02-09 20:26 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-09 21:09 [U-Boot] please pull u-boot-arc master Alexey Brodkin
2015-01-10  3:12 ` Tom Rini
2015-01-15 20:39 ` [U-Boot] Please " Alexey Brodkin
2015-01-20 21:44   ` Tom Rini
2015-02-09 13:46   ` Alexey Brodkin
2015-02-09 20:26     ` Tom Rini [this message]
2015-02-09 13:47   ` Alexey Brodkin
2015-02-09 13:49   ` Alexey Brodkin
2015-02-09 13:52   ` Alexey Brodkin
2015-02-09 13:56   ` Alexey Brodkin
2015-02-13  6:23 ` [U-Boot] please " Alexey Brodkin
2015-02-18 12:35   ` Alexey Brodkin
2015-02-18 13:19     ` Alexey Brodkin
2015-04-03  6:56       ` Alexey Brodkin
2015-04-04  1:47         ` Tom Rini
2015-04-10  6:59         ` Alexey Brodkin
2015-04-10 15:51           ` Alexey Brodkin
2015-04-10 16:29             ` Alexey Brodkin
2015-04-10 18:49               ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2015-09-07 10:46 Alexey Brodkin
2015-09-08  0:19 ` Tom Rini
2015-05-18 12:30 Alexey Brodkin
2015-05-18 23:54 ` Tom Rini
2015-05-13 16:26 Alexey Brodkin
2015-05-14 19:14 ` Tom Rini
2014-04-25 14:24 Alexey Brodkin
2014-04-25 19:45 ` Tom Rini
2014-04-28  7:46   ` Alexey Brodkin
2014-05-27 14:28 ` Alexey Brodkin
2014-05-27 15:44   ` Tom Rini
2014-06-03 12:19 ` Alexey Brodkin
2014-06-05 15:46   ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150209202648.GX10826@bill-the-cat \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox