All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot]  please pull u-boot-arc master
Date: Fri, 3 Apr 2015 06:56:13 +0000	[thread overview]
Message-ID: <1428044172.2836.1.camel@synopsys.com> (raw)
In-Reply-To: <1424265577.22510.13.camel@synopsys.com>

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

  reply	other threads:[~2015-04-03  6:56 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
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 [this message]
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=1428044172.2836.1.camel@synopsys.com \
    --to=alexey.brodkin@synopsys.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.