Thank you. I've tested your branch succesfully too

The only difference I've noticed with respect to master is that I have to
explicitly specify ARCH=arm64 otherwise it looks for inmates/tools/aarch64/
This wasn't previously required, so it is probably related to some recent
change in next.

Have you tested it on TK1 as well ?

Best,
            Claudio



2016-11-23 11:57 GMT+01:00 Ralf Ramsauer <[email protected]>:

> Hi Claudio,
>
> rebased with minor modifications and successfully tested your patches.
> You can find them here:
> https://github.com/lfd/jailhouse/commits/tx1
>
>   Ralf
>
> On 11/23/2016 09:49 AM, Claudio Scordino wrote:
> > This patchset adds the support for NVIDIA Jetson TX1, by moving the
> uart-tegra
> > driver to arm-common/ and adding the config file for the TX1.
> >
> > Since the changes affect the uart-tegra driver, some testing on TK1 is
> needed
> > as well.
> >
> > Claudio Scordino (4):
> >   inmates: add support for Tegra TX1
> >   Config files for Jetson TX1
> >   Renaming jetson-tk1-demo.c as jetson-demo.c
> >   README: add Nvidia TX1 among the supported boards
> >
> > Ralf Ramsauer (2):
> >   uart-tegra: remove hardcoded offset
> >   uart-tegra: move driver to arm-common
> >
> >  README.md                                          |   2 +
> >  configs/{jetson-tk1-demo.c => jetson-demo.c}       |   4 +-
> >  configs/jetson-tk1.c                               |   4 +-
> >  configs/jetson-tx1.c                               | 464
> +++++++++++++++++++++
> >  hypervisor/arch/arm-common/Kbuild                  |   1 +
> >  .../{arm => arm-common}/include/asm/uart-tegra.h   |   1 -
> >  hypervisor/arch/{arm => arm-common}/uart-tegra.c   |   0
> >  hypervisor/arch/arm/Kbuild                         |   2 +-
> >  hypervisor/arch/arm64/Kbuild                       |   1 +
> >  inmates/lib/arm/include/mach-tegra124/mach/uart.h  |   2 +-
> >  inmates/lib/arm64/Makefile                         |   1 +
> >  inmates/lib/arm64/Makefile.lib                     |   1 +
> >  .../lib/arm64/include/mach-tegra-tx1/mach/gic_v2.h |  14 +
> >  .../lib/arm64/include/mach-tegra-tx1/mach/timer.h  |  13 +
> >  .../lib/arm64/include/mach-tegra-tx1/mach/uart.h   |  13 +
> >  15 files changed, 516 insertions(+), 7 deletions(-)
> >  rename configs/{jetson-tk1-demo.c => jetson-demo.c} (92%)
> >  create mode 100644 configs/jetson-tx1.c
> >  rename hypervisor/arch/{arm => arm-common}/include/asm/uart-tegra.h
> (96%)
> >  rename hypervisor/arch/{arm => arm-common}/uart-tegra.c (100%)
> >  create mode 100644 inmates/lib/arm64/include/
> mach-tegra-tx1/mach/gic_v2.h
> >  create mode 100644 inmates/lib/arm64/include/
> mach-tegra-tx1/mach/timer.h
> >  create mode 100644 inmates/lib/arm64/include/mach-tegra-tx1/mach/uart.h
> >
>
> --
> Ralf Ramsauer
> PGP: 0x8F10049B
>



-- 
Claudio Scordino, Ph.D.
Project Manager - Funded research projects

Evidence Srl
Via Carducci 56
56010 S.Giuliano Terme - Pisa - Italy
Phone:  +39 050 99 11 224
Mobile: + 39 393 811 7491
Fax:   +39 050 99 10 812
http://www.evidence.eu.com

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to