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] [PATCH 00/12] ARC: more improvements
Date: Tue,  3 Feb 2015 13:58:08 +0300	[thread overview]
Message-ID: <1422961100-1618-1-git-send-email-abrodkin@synopsys.com> (raw)

This series is focused on following items:
 * Move more config options to Kconfig
   - Cache settings
   - Endianess
   - Monitor base

 * Clean-up of board configuration headers

 * Build libgcc in U-Boot for portability

Alexey Brodkin (11):
  arc: remove CPU hard-coded selection from board description in
    include/configs
  arc: add more flavours of ARC700 series CPU
  arc: define and use PTAG AUX regs for MMUv3 only
  arc: select cache settings via menuconfig
  arc: add selection of endianess in Kconfig
  arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.h
  arc: get rid of useless CONFIG_SKIP_LOWLEVEL_INIT
  arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.h
  arc: move SYS_MONITOR_BASE setup in Konfig
  arc: move CPU flags selection to the main "config.mk"
  arc: build libgcc in U-Boot

Igor Guryanov (1):
  arc: memcmp - fix zero-delay loop utilization

 Kconfig                        |   2 +-
 arch/Kconfig                   |   1 +
 arch/arc/Kconfig               |  71 ++++++++++++-
 arch/arc/config.mk             |  15 ++-
 arch/arc/cpu/arcv1/config.mk   |   7 --
 arch/arc/include/asm/arcregs.h |   6 +-
 arch/arc/include/asm/cache.h   |  19 ++--
 arch/arc/include/asm/config.h  |   2 +
 arch/arc/lib/Makefile          |   2 +
 arch/arc/lib/_millicodethunk.S | 226 +++++++++++++++++++++++++++++++++++++++++
 arch/arc/lib/cache.c           |   7 +-
 arch/arc/lib/libgcc2.c         | 161 +++++++++++++++++++++++++++++
 arch/arc/lib/libgcc2.h         | 132 ++++++++++++++++++++++++
 arch/arc/lib/memcmp.S          |   2 +
 board/synopsys/Kconfig         |  10 --
 board/synopsys/MAINTAINERS     |   1 -
 configs/arcangel4-be_defconfig |   4 +-
 configs/arcangel4_defconfig    |   1 +
 configs/axs101_defconfig       |   5 +-
 configs/tb100_defconfig        |   4 +-
 include/configs/arcangel4-be.h |  91 -----------------
 include/configs/arcangel4.h    |  12 ---
 include/configs/axs101.h       |  15 ---
 include/configs/tb100.h        |  10 --
 24 files changed, 639 insertions(+), 167 deletions(-)
 delete mode 100644 arch/arc/cpu/arcv1/config.mk
 create mode 100644 arch/arc/lib/_millicodethunk.S
 create mode 100644 arch/arc/lib/libgcc2.c
 create mode 100644 arch/arc/lib/libgcc2.h
 delete mode 100644 include/configs/arcangel4-be.h

-- 
2.1.0

             reply	other threads:[~2015-02-03 10:58 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-03 10:58 Alexey Brodkin [this message]
2015-02-03 10:58 ` [U-Boot] [PATCH 01/12] arc: memcmp - fix zero-delay loop utilization Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 02/12] arc: remove CPU hard-coded selection from board description in include/configs Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 03/12] arc: add more flavours of ARC700 series CPU Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 04/12] arc: define and use PTAG AUX regs for MMUv3 only Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 05/12] arc: select cache settings via menuconfig Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 06/12] arc: add selection of endianess in Kconfig Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 07/12] arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.h Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 08/12] arc: get rid of useless CONFIG_SKIP_LOWLEVEL_INIT Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 09/12] arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.h Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 10/12] arc: move SYS_MONITOR_BASE setup in Konfig Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 11/12] arc: move CPU flags selection to the main "config.mk" Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 12/12] arc: build libgcc in U-Boot Alexey Brodkin

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=1422961100-1618-1-git-send-email-abrodkin@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.