
Hi Tom,
-----Original Message----- From: Tom Rini trini@konsulko.com Sent: Monday, April 27, 2020 9:11 PM To: Alexey Brodkin abrodkin@synopsys.com Cc: u-boot@lists.denx.de; uboot-snps-arc@synopsys.com Subject: Re: [U-Boot] Please pull more ARC changes for v2020.07-rc1
On Mon, Apr 27, 2020 at 12:13:39PM +0000, Alexey Brodkin wrote:
Hi Tom,
The following changes since commit d202f67db0771247de562af5d6a5df778702857b:
Merge branch '2020-04-25-master-imports' (2020-04-25 08:20:22 -0400)
are available in the Git repository at:
git@gitlab.denx.de:u-boot/custodians/u-boot-arc.git tags/arc-more-fixes-for-2020.07-rc1
for you to fetch changes up to 73b3c23e4818334f1e4ca3901358a228cab7e736:
ARC: AXS10x: cleanup kconfig (2020-04-27 15:04:42 +0300)
Here we introduce new development platfrom for ARC: HSDK 4xD. That's pretty much the same base-board as in HSDK but with very recent quad-core ARC HS47D in the ASIC.
Thus we try to re-use existing code as much as possible while inevitably add some pieces needed for the new ASIC.
Also we drop selection of bounce buffers on AXS10x as there's no use of them any longer.
Looks like this requires a newer toolchain in CI than we have been using: https://gitlab.denx.de/u-boot/u-boot/-/jobs/84350#L738
Can you point me at something? I could make a guess off of https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/ but I'm not sure if we should use the rc toolchains or not. Thanks!
Ooops sorry! Once in a very while I didn't run buildman with older toolchain before sending you my pull-request and immediately you hit this :)
See what self isolation makes to people - kids jumping all over the place 24/7 barely help to concentrate :)
What happened we did add new CPU support in starting from arc-2019.03 release that said you may safely use our previous release which was arc-2019.09.
You may find the tarball here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/d...
Also I'm wondering if .travis.yml still being used, i.e. should I update ARC toolchain there as well?
-Alexey