Re: [linux-yocto] [PATCH] ARC: Rename nSIM HS to HAPS HS

2021-06-11 Thread Bruce Ashfield
On Fri, Jun 11, 2021 at 1:00 PM Alexey Brodkin wrote: > > Hi Bruce, > > > The author as it comes in on your patches is rejected by the yocto git > > servers, so yes, it had to be fixed up. > > Do you know what needs to be done to get that fixed? > I hope to keep sending patches from time to time >

Re: [linux-yocto] [PATCH] ARC: Rename nSIM HS to HAPS HS

2021-06-11 Thread Bruce Ashfield
. I used your email address, and yes, it looks like I got the wrong commit on one of them. Congrats on the free commit! :D Bruce > I'm fine with current state of things, but just to let you know ;) > > -Alexey > > From: Alexey Brodkin > Sen

Re: [linux-yocto] [PATCH] ARC: Rename nSIM HS to HAPS HS

2021-06-02 Thread Bruce Ashfield
Looks good to me. What branches were you targetting for the change ? Bruce In message: [linux-yocto] [PATCH] ARC: Rename nSIM HS to HAPS HS on 31/05/2021 Alexey Brodkin via lists.yoctoproject.org wrote: > In v5.5 kernel we merged "nsim_hs" config into "haps_hs", see [1], > and from then on we u

Re: [linux-yocto] [PATCH] ARC: Add nsimhs- and hsdk-standard configs

2019-02-08 Thread Bruce Ashfield
On Fri, Feb 8, 2019 at 10:30 AM Alexey Brodkin wrote: > > Hi Bruce, > > > -Original Message- > > From: linux-snps-arc On Behalf > > Of Bruce Ashfield > > Sent: Friday, February 8, 2019 6:16 PM > > To: Alexey Brodkin > > Cc: linux-snps-arc@

Re: [OE-core] [PATCH] linux-yocto: Add dependency on libgcc for ARC

2019-02-08 Thread Bruce Ashfield
On Fri, Feb 8, 2019 at 10:32 AM Alexey Brodkin wrote: > > As of now in case of ARC there's no in-kernel implementation of basic libgcc > functions used for millicode, multiplication, division etc instead we simply > link with libgcc.a which provides everything used by the compiler. I'll grab this

Re: [linux-yocto] [PATCH] ARC: Add nsimhs- and hsdk-standard configs

2019-02-08 Thread Bruce Ashfield
can put it there as well. Bruce > > Signed-off-by: Alexey Brodkin > Cc: Bruce Ashfield > --- > arch/arc/arc.cfg | 8 ++ > arch/arc/arc.scc | 5 > bsp/hsdk/hsdk-standard.scc | 7 + > bsp/hsdk/hsdk.cfg | 61

Re: [linux-yocto] [PATCH] don't check console device file on fs when booting with initrd/initramfs

2019-02-07 Thread Bruce Ashfield
On Wed, Feb 6, 2019 at 8:10 AM Alexey Brodkin wrote: > > In case of initrd/initramfs /dev/console might not exist that early > as devtmpfs is mounted a bit later by /init process so disable this > check in that case. That's a reasonable tweak to the console check. I've applied the patch to 4.19 a