Re: [u-boot-test-hooks PATCH 7/7] ellesmere: Add qemu rules

2021-10-31 Thread Tom Rini
On Sun, Oct 31, 2021 at 12:22:48PM -0600, Simon Glass wrote:
> Hi Tom,
> 
> On Sun, 31 Oct 2021 at 10:57, Tom Rini  wrote:
> >
> > On Sat, Oct 30, 2021 at 12:25:39PM -0600, Simon Glass wrote:
> >
> > > Add some symlinks so that qemu can be used on ellesmere.
> > >
> > > Signed-off-by: Simon Glass 
> > > ---
> > >
> > >  bin/ellesmere/conf.qemu_arm_na | 1 +
> > >  bin/ellesmere/conf.qemu_arm_spl_na | 1 +
> > >  2 files changed, 2 insertions(+)
> > >  create mode 12 bin/ellesmere/conf.qemu_arm_na
> > >  create mode 12 bin/ellesmere/conf.qemu_arm_spl_na
> >
> > Alright, so I think the best use of the public u-boot-test-hooks is to
> > have first public CI used scripts (aka everything in {bin,py}/travis-ci)
> > and then we should move to having a reference directory.  It's not
> > useful to everyone for example to have symlinks like these here, for
> > your lab.  But it is very useful to have things like
> > bin/kea/conf.orangepi_pc_sjg-opi_pc which I used locally the other day
> > to make bin/bill-the-cat/conf.pine64_plus_na and I think everyone would
> > benefit from something like
> > bin/references/conf.sunxi_with_sdwire_and_digital-loggers so that anyone
> > else can figure out how to plumb in their own sunxi platform with sdwire
> > and then whatever reference they also need for power control, if not a
> > digital-loggers type "curl" solution.
> 
> OK. Can you apply the other patches? Then I'll check and try some renames.

I'll review the rest of the series soon, yes.

-- 
Tom


signature.asc
Description: PGP signature


Re: [u-boot-test-hooks PATCH 7/7] ellesmere: Add qemu rules

2021-10-31 Thread Simon Glass
Hi Tom,

On Sun, 31 Oct 2021 at 10:57, Tom Rini  wrote:
>
> On Sat, Oct 30, 2021 at 12:25:39PM -0600, Simon Glass wrote:
>
> > Add some symlinks so that qemu can be used on ellesmere.
> >
> > Signed-off-by: Simon Glass 
> > ---
> >
> >  bin/ellesmere/conf.qemu_arm_na | 1 +
> >  bin/ellesmere/conf.qemu_arm_spl_na | 1 +
> >  2 files changed, 2 insertions(+)
> >  create mode 12 bin/ellesmere/conf.qemu_arm_na
> >  create mode 12 bin/ellesmere/conf.qemu_arm_spl_na
>
> Alright, so I think the best use of the public u-boot-test-hooks is to
> have first public CI used scripts (aka everything in {bin,py}/travis-ci)
> and then we should move to having a reference directory.  It's not
> useful to everyone for example to have symlinks like these here, for
> your lab.  But it is very useful to have things like
> bin/kea/conf.orangepi_pc_sjg-opi_pc which I used locally the other day
> to make bin/bill-the-cat/conf.pine64_plus_na and I think everyone would
> benefit from something like
> bin/references/conf.sunxi_with_sdwire_and_digital-loggers so that anyone
> else can figure out how to plumb in their own sunxi platform with sdwire
> and then whatever reference they also need for power control, if not a
> digital-loggers type "curl" solution.

OK. Can you apply the other patches? Then I'll check and try some renames.

Regards,
Simon


Re: [u-boot-test-hooks PATCH 7/7] ellesmere: Add qemu rules

2021-10-31 Thread Tom Rini
On Sat, Oct 30, 2021 at 12:25:39PM -0600, Simon Glass wrote:

> Add some symlinks so that qemu can be used on ellesmere.
> 
> Signed-off-by: Simon Glass 
> ---
> 
>  bin/ellesmere/conf.qemu_arm_na | 1 +
>  bin/ellesmere/conf.qemu_arm_spl_na | 1 +
>  2 files changed, 2 insertions(+)
>  create mode 12 bin/ellesmere/conf.qemu_arm_na
>  create mode 12 bin/ellesmere/conf.qemu_arm_spl_na

Alright, so I think the best use of the public u-boot-test-hooks is to
have first public CI used scripts (aka everything in {bin,py}/travis-ci)
and then we should move to having a reference directory.  It's not
useful to everyone for example to have symlinks like these here, for
your lab.  But it is very useful to have things like
bin/kea/conf.orangepi_pc_sjg-opi_pc which I used locally the other day
to make bin/bill-the-cat/conf.pine64_plus_na and I think everyone would
benefit from something like
bin/references/conf.sunxi_with_sdwire_and_digital-loggers so that anyone
else can figure out how to plumb in their own sunxi platform with sdwire
and then whatever reference they also need for power control, if not a
digital-loggers type "curl" solution.

-- 
Tom


signature.asc
Description: PGP signature


[u-boot-test-hooks PATCH 7/7] ellesmere: Add qemu rules

2021-10-30 Thread Simon Glass
Add some symlinks so that qemu can be used on ellesmere.

Signed-off-by: Simon Glass 
---

 bin/ellesmere/conf.qemu_arm_na | 1 +
 bin/ellesmere/conf.qemu_arm_spl_na | 1 +
 2 files changed, 2 insertions(+)
 create mode 12 bin/ellesmere/conf.qemu_arm_na
 create mode 12 bin/ellesmere/conf.qemu_arm_spl_na

diff --git a/bin/ellesmere/conf.qemu_arm_na b/bin/ellesmere/conf.qemu_arm_na
new file mode 12
index 000..aa91a9f
--- /dev/null
+++ b/bin/ellesmere/conf.qemu_arm_na
@@ -0,0 +1 @@
+../travis-ci/conf.qemu_arm_na
\ No newline at end of file
diff --git a/bin/ellesmere/conf.qemu_arm_spl_na 
b/bin/ellesmere/conf.qemu_arm_spl_na
new file mode 12
index 000..e171c5a
--- /dev/null
+++ b/bin/ellesmere/conf.qemu_arm_spl_na
@@ -0,0 +1 @@
+../travis-ci/conf.qemu_arm_spl_na
\ No newline at end of file
-- 
2.33.1.1089.g2158813163f-goog