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
--
2.7.4
--
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.