Re: [PATCH v2 2/2] ARC: enable uboot support unconditionally

2019-08-05 Thread Greg Kroah-Hartman
On Fri, Aug 02, 2019 at 04:25:39PM +, Alexey Brodkin wrote: > Hi Greg, > > > > May we have this one back-ported to linux-4.19.y? > > > > > > It was initially applied to Linus' tree during 5.0 development > > > cycle [1] but was never back-ported. > > > > > > Now w/o that patch in KernelCI we s

RE: [PATCH v2 2/2] ARC: enable uboot support unconditionally

2019-08-02 Thread Alexey Brodkin
Hi Greg, > > May we have this one back-ported to linux-4.19.y? > > > > It was initially applied to Linus' tree during 5.0 development > > cycle [1] but was never back-ported. > > > > Now w/o that patch in KernelCI we see boot failure on ARC HSDK > > board [2] as opposed to normally working later k

Re: [PATCH v2 2/2] ARC: enable uboot support unconditionally

2019-08-02 Thread Greg Kroah-Hartman
rnel@vger.kernel.org; Alexey Brodkin ; > > Corentin Labbe > > ; khil...@baylibre.com; Eugeniy Paltsev > > > > Subject: [PATCH v2 2/2] ARC: enable uboot support unconditionally > > > > After reworking U-boot args handling code and adding paranoid > > argument

RE: [PATCH v2 2/2] ARC: enable uboot support unconditionally

2019-07-18 Thread Alexey Brodkin
> > Subject: [PATCH v2 2/2] ARC: enable uboot support unconditionally > > After reworking U-boot args handling code and adding paranoid > arguments check we can eliminate CONFIG_ARC_UBOOT_SUPPORT and > enable uboot support unconditionally. > > For JTAG case we can as

[PATCH v2 2/2] ARC: enable uboot support unconditionally

2019-02-14 Thread Eugeniy Paltsev
After reworking U-boot args handling code and adding paranoid arguments check we can eliminate CONFIG_ARC_UBOOT_SUPPORT and enable uboot support unconditionally. For JTAG case we can assume that core registers will come up reset value of 0 or in worst case we rely on user passing '-on=clear_regs'