On 29/01/2020 10.04, Thomas Huth wrote: > The canon-a1100 machine can be used with the Barebox firmware. The > QEMU Advent Calendar 2018 features a pre-compiled image which we > can use for testing. > > Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > Tested-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Wainer dos Santos Moschetta <[email protected]> > Tested-by: Wainer dos Santos Moschetta <[email protected]> > Signed-off-by: Thomas Huth <[email protected]> > --- > v2: > - Rename file and add class docstring to please pylint > - Add entry to MAINTAINERS > - Add :avocado: tags=device:pflash_cfi02 > > MAINTAINERS | 1 + > tests/acceptance/machine_arm_canona1100.py | 35 ++++++++++++++++++++++ > 2 files changed, 36 insertions(+) > create mode 100644 tests/acceptance/machine_arm_canona1100.py > > diff --git a/MAINTAINERS b/MAINTAINERS > index efd3f3875f..ddf6fe0794 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -561,6 +561,7 @@ S: Odd Fixes > F: include/hw/arm/digic.h > F: hw/*/digic* > F: include/hw/*/digic* > +F: tests/acceptance/machine_arm_canona1100.py [...]
Hi Peter, could you maybe take this patch through your ARM tree? Thanks, Thomas
