Re: [PATCH v4 0/2] Add MicroBlaze tools to RSB

2021-08-20 Thread Joel Sherrill
On Thu, Aug 19, 2021 at 11:51 PM Chris Johns  wrote:
>
> Hi Alex,
>
> These patches are OK to push.
>
> One minor point, the script sha512-base64 in the RSB creates a base64 
> encoded
> hash and that makes them smaller. I prefer we move to this more and more.

I did that on my patches. Be happy you are teaching this old dog a new trick. :)

--joel
>
> Chris
>
> On 19/8/21 1:34 pm, Alex White wrote:
> > Hi,
> >
> > This patch set now depends on Joel's newlib hash bump and should be merged 
> > after
> > it.
> >
> > v4:
> >   - Rename to rtems-xilinx-gcc-10-newlib-head.cfg
> >   - Simplify rtems-xilinx-gcc-10-newlib-head.cfg with include
> >
> > v3:
> >   - Follow naming convention for Xilinx .cfg files
> >   - Simplify rtems-xilinx-binutils-2.36.cfg with rtems-binutils-2.36.cfg 
> > include
> >
> > v2:
> >   - Add Xilinx QEMU version to .cfg filename
> >   - Exclude GDB configuration with unneeded Xilinx patches
> >
> > This patch set adds the MicroBlaze tools to rtems-source-builder.
> >
> > Thanks,
> >
> > Alex
> >
> > Alex White (2):
> >   rsb: Add MicroBlaze tools
> >   rsb: Add Xilinx QEMU
> >
> >  bare/config/devel/qemu-xilinx-v2020.2-1.cfg   | 23 ++
> >  bare/config/devel/qemu-xilinx.bset| 24 ++
> >  rtems/config/6/rtems-microblaze.bset  | 23 +-
> >  .../tools/rtems-xilinx-binutils-2.36.cfg  | 40 
> >  .../tools/rtems-xilinx-gcc-10-newlib-head.cfg | 46 +++
> >  5 files changed, 155 insertions(+), 1 deletion(-)
> >  create mode 100644 bare/config/devel/qemu-xilinx-v2020.2-1.cfg
> >  create mode 100644 bare/config/devel/qemu-xilinx.bset
> >  create mode 100644 rtems/config/tools/rtems-xilinx-binutils-2.36.cfg
> >  create mode 100644 rtems/config/tools/rtems-xilinx-gcc-10-newlib-head.cfg
> >
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v4 0/2] Add MicroBlaze tools to RSB

2021-08-19 Thread Chris Johns
Hi Alex,

These patches are OK to push.

One minor point, the script sha512-base64 in the RSB creates a base64 encoded
hash and that makes them smaller. I prefer we move to this more and more.

Chris

On 19/8/21 1:34 pm, Alex White wrote:
> Hi,
> 
> This patch set now depends on Joel's newlib hash bump and should be merged 
> after
> it.
> 
> v4:
>   - Rename to rtems-xilinx-gcc-10-newlib-head.cfg
>   - Simplify rtems-xilinx-gcc-10-newlib-head.cfg with include
> 
> v3:
>   - Follow naming convention for Xilinx .cfg files
>   - Simplify rtems-xilinx-binutils-2.36.cfg with rtems-binutils-2.36.cfg 
> include
> 
> v2:
>   - Add Xilinx QEMU version to .cfg filename
>   - Exclude GDB configuration with unneeded Xilinx patches
> 
> This patch set adds the MicroBlaze tools to rtems-source-builder.
> 
> Thanks,
> 
> Alex
> 
> Alex White (2):
>   rsb: Add MicroBlaze tools
>   rsb: Add Xilinx QEMU
> 
>  bare/config/devel/qemu-xilinx-v2020.2-1.cfg   | 23 ++
>  bare/config/devel/qemu-xilinx.bset| 24 ++
>  rtems/config/6/rtems-microblaze.bset  | 23 +-
>  .../tools/rtems-xilinx-binutils-2.36.cfg  | 40 
>  .../tools/rtems-xilinx-gcc-10-newlib-head.cfg | 46 +++
>  5 files changed, 155 insertions(+), 1 deletion(-)
>  create mode 100644 bare/config/devel/qemu-xilinx-v2020.2-1.cfg
>  create mode 100644 bare/config/devel/qemu-xilinx.bset
>  create mode 100644 rtems/config/tools/rtems-xilinx-binutils-2.36.cfg
>  create mode 100644 rtems/config/tools/rtems-xilinx-gcc-10-newlib-head.cfg
> 
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

[PATCH v4 0/2] Add MicroBlaze tools to RSB

2021-08-18 Thread Alex White
Hi,

This patch set now depends on Joel's newlib hash bump and should be merged after
it.

v4:
  - Rename to rtems-xilinx-gcc-10-newlib-head.cfg
  - Simplify rtems-xilinx-gcc-10-newlib-head.cfg with include

v3:
  - Follow naming convention for Xilinx .cfg files
  - Simplify rtems-xilinx-binutils-2.36.cfg with rtems-binutils-2.36.cfg include

v2:
  - Add Xilinx QEMU version to .cfg filename
  - Exclude GDB configuration with unneeded Xilinx patches

This patch set adds the MicroBlaze tools to rtems-source-builder.

Thanks,

Alex

Alex White (2):
  rsb: Add MicroBlaze tools
  rsb: Add Xilinx QEMU

 bare/config/devel/qemu-xilinx-v2020.2-1.cfg   | 23 ++
 bare/config/devel/qemu-xilinx.bset| 24 ++
 rtems/config/6/rtems-microblaze.bset  | 23 +-
 .../tools/rtems-xilinx-binutils-2.36.cfg  | 40 
 .../tools/rtems-xilinx-gcc-10-newlib-head.cfg | 46 +++
 5 files changed, 155 insertions(+), 1 deletion(-)
 create mode 100644 bare/config/devel/qemu-xilinx-v2020.2-1.cfg
 create mode 100644 bare/config/devel/qemu-xilinx.bset
 create mode 100644 rtems/config/tools/rtems-xilinx-binutils-2.36.cfg
 create mode 100644 rtems/config/tools/rtems-xilinx-gcc-10-newlib-head.cfg

-- 
2.27.0

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel