From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull ARC changes
Date: Fri, 5 Aug 2016 10:09:58 +0000 [thread overview]
Message-ID: <1470391701.3430.6.camel@synopsys.com> (raw)
Hi Tom,
Please pull latest ARC changes.
These changes are mostly maintenance and minor cleanup.
In particular:
?* ARCangel4 boards renamed to nSIM since AA4 is long gone
? ?and only simulation platform exists now.
?* AXS101 board finally got renamed to generic AXS10X because
? ?it is used in 2 real boards AXS101 and AXS103
?* Added debug information in relocation code
?* Minor fix for IVT for ARCv2 cores
The following changes since commit e1efe43c710bec8d951c25f163cc8b0c5eb92294:
? powerpc/86xx: Increase boot map size to 256 MiB (2016-08-03 18:02:29 -0700)
are available in the git repository at:
? git://git.denx.de/u-boot-arc.git?
for you to fetch changes up to 65fcba1251dcb1fc2c48966406145a69fee3a817:
? arc: Rename AXS101 board to more generic AXS10x (2016-08-05 12:50:33 +0300)
----------------------------------------------------------------
Alexey Brodkin (5):
??????arc: Add debug messages during relocation fixups
??????arc: Update exception & interrupt handling for ARCv2
??????arc: No need in sections defined in sources with newer tools
??????arc: Rename ARCangel4 board to nSIM
??????arc: Rename AXS101 board to more generic AXS10x
?arch/arc/Kconfig?????????????????????????????????????????| 12 ++++++------
?arch/arc/cpu/arcv2/ivt.S?????????????????????????????????| 31 ++++++++++++++++++-------------
?arch/arc/cpu/u-boot.lds??????????????????????????????????| 51 ++++++++++++++-------------------------------------
?arch/arc/dts/Makefile????????????????????????????????????|??4 ++--
?arch/arc/dts/{arcangel4.dts => nsim.dts}?????????????????|??2 +-
?arch/arc/include/asm/sections.h??????????????????????????|??2 --
?arch/arc/lib/Makefile????????????????????????????????????|??1 -
?arch/arc/lib/interrupts.c????????????????????????????????| 26 ++++++++++++++++++++++++++
?arch/arc/lib/ints_low.S??????????????????????????????????| 28 ++++++++++++++++++++++++++++
?arch/arc/lib/relocate.c??????????????????????????????????| 12 +++++++++++-
?arch/arc/lib/sections.c??????????????????????????????????| 23 -----------------------
?board/synopsys/Kconfig???????????????????????????????????|??4 ++--
?board/synopsys/MAINTAINERS???????????????????????????????|??8 +++++---
?board/synopsys/axs101/Makefile???????????????????????????|??8 --------
?board/synopsys/{axs101 => axs10x}/Kconfig????????????????|??6 +++---
?board/synopsys/{axs101 => axs10x}/MAINTAINERS????????????|??6 +++---
?board/synopsys/axs10x/Makefile???????????????????????????|??8 ++++++++
?board/synopsys/{axs101/axs101.c => axs10x/axs10x.c}??????|??0
?board/synopsys/{axs101 => axs10x}/axs10x.h???????????????|??0
?board/synopsys/{axs101 => axs10x}/nand.c?????????????????|??0
?configs/axs101_defconfig?????????????????????????????????|??2 +-
?configs/axs103_defconfig?????????????????????????????????|??2 +-
?configs/{arcangel4_defconfig => nsim_700_defconfig}??????|??8 ++++----
?configs/{arcangel4-be_defconfig => nsim_700be_defconfig} |??7 ++++---
?configs/nsim_hs38_defconfig??????????????????????????????| 16 ++++++++++++++++
?configs/nsim_hs38be_defconfig????????????????????????????| 17 +++++++++++++++++
?include/configs/{axs101.h => axs10x.h}???????????????????| 19 ++++++++++---------
?include/configs/{arcangel4.h => nsim.h}??????????????????| 20 +++++++++++---------
?28 files changed, 191 insertions(+), 132 deletions(-)
?rename arch/arc/dts/{arcangel4.dts => nsim.dts} (83%)
?delete mode 100644 arch/arc/lib/sections.c
?delete mode 100644 board/synopsys/axs101/Makefile
?rename board/synopsys/{axs101 => axs10x}/Kconfig (62%)
?rename board/synopsys/{axs101 => axs10x}/MAINTAINERS (62%)
?create mode 100644 board/synopsys/axs10x/Makefile
?rename board/synopsys/{axs101/axs101.c => axs10x/axs10x.c} (100%)
?rename board/synopsys/{axs101 => axs10x}/axs10x.h (100%)
?rename board/synopsys/{axs101 => axs10x}/nand.c (100%)
?rename configs/{arcangel4_defconfig => nsim_700_defconfig} (74%)
?rename configs/{arcangel4-be_defconfig => nsim_700be_defconfig} (78%)
?create mode 100644 configs/nsim_hs38_defconfig
?create mode 100644 configs/nsim_hs38be_defconfig
?rename include/configs/{axs101.h => axs10x.h} (88%)
?rename include/configs/{arcangel4.h => nsim.h} (74%)
Regards,
Alexey
next reply other threads:[~2016-08-05 10:09 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-05 10:09 Alexey Brodkin [this message]
2016-08-06 2:09 ` [U-Boot] Please pull ARC changes Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2019-01-25 5:52 Alexey Brodkin
2019-01-27 3:50 ` Tom Rini
2018-12-03 11:32 Alexey Brodkin
2018-12-03 15:32 ` Tom Rini
2018-11-01 20:41 Alexey Brodkin
2018-11-02 20:30 ` Tom Rini
2018-10-15 10:22 Alexey Brodkin
2018-10-12 12:38 Alexey Brodkin
2018-10-05 14:10 Alexey Brodkin
2018-10-06 1:16 ` Tom Rini
2018-06-21 11:59 Alexey Brodkin
2018-06-21 18:21 ` Tom Rini
2018-06-18 9:29 Alexey Brodkin
2018-06-15 13:14 Alexey Brodkin
2018-06-16 2:34 ` Tom Rini
2018-05-24 13:09 Alexey Brodkin
2018-05-24 23:41 ` Tom Rini
2018-03-23 13:23 Alexey Brodkin
2018-03-23 13:33 ` Tom Rini
2018-03-23 13:38 ` Alexey Brodkin
2018-03-23 13:51 ` Tom Rini
2018-02-15 12:53 Alexey Brodkin
2018-02-15 19:07 ` Tom Rini
2018-01-19 15:08 Alexey Brodkin
2018-01-19 21:11 ` Tom Rini
2017-12-12 15:52 Alexey Brodkin
2017-12-12 15:58 ` Tom Rini
2017-12-11 8:43 Alexey Brodkin
2017-12-12 1:55 ` Tom Rini
2017-11-24 16:39 Alexey Brodkin
2017-11-24 21:33 ` Tom Rini
2017-06-29 16:39 Alexey Brodkin
2017-06-30 1:26 ` Tom Rini
2017-04-11 14:56 Alexey Brodkin
2017-04-11 15:55 ` Tom Rini
2017-03-31 19:12 Alexey Brodkin
2017-04-04 20:00 ` Tom Rini
2017-03-24 11:53 Alexey Brodkin
2017-03-24 17:37 ` Tom Rini
2016-09-16 11:30 Alexey Brodkin
2016-09-19 0:31 ` Tom Rini
2016-07-04 8:49 Alexey Brodkin
2016-07-05 2:44 ` Tom Rini
2016-06-13 12:43 Alexey Brodkin
2016-06-19 14:08 ` Tom Rini
2016-04-21 17:11 Alexey Brodkin
2016-04-22 14:26 ` Tom Rini
2016-04-11 17:23 Alexey Brodkin
2016-04-12 2:27 ` Tom Rini
2016-02-20 8:22 Alexey Brodkin
2016-02-20 14:23 ` Tom Rini
2015-12-08 14:33 Alexey Brodkin
2015-12-08 15:00 ` Tom Rini
2015-11-17 21:41 Alexey Brodkin
2015-11-18 0:50 ` 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=1470391701.3430.6.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox