Hi Tom, On Sun, 31 Oct 2021 at 10:57, Tom Rini <tr...@konsulko.com> 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 <s...@chromium.org> > > --- > > > > bin/ellesmere/conf.qemu_arm_na | 1 + > > bin/ellesmere/conf.qemu_arm_spl_na | 1 + > > 2 files changed, 2 insertions(+) > > create mode 120000 bin/ellesmere/conf.qemu_arm_na > > create mode 120000 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