tegra: add new target
authorTomasz Maciej Nowak <tomek_n@o2.pl>
Mon, 1 Apr 2019 17:25:38 +0000 (19:25 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 6 Apr 2019 12:48:46 +0000 (14:48 +0200)
commit42f96ed9413a3483b0448581374feeb3343f6f6a
tree64dcc9c3a418ecec29a6654d75746574e4c0902a
parentde3eb0d8a060b1eb4e4027ebc435bb412ce8e096
tegra: add new target

New target introduces initial support for NVIDIA Tegra SoC based devices.
It focuses on Tegra 2 CPUs, for successors supporting NEON instruction
set the target should be split in two subtargets.
This initial commit doesn't create any device image, it's groundwork
for further additions.

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
package/kernel/linux/modules/netdevices.mk
target/linux/generic/config-4.14
target/linux/tegra/Makefile [new file with mode: 0644]
target/linux/tegra/base-files/etc/inittab [new file with mode: 0644]
target/linux/tegra/base-files/lib/preinit/79_move_config [new file with mode: 0644]
target/linux/tegra/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
target/linux/tegra/config-4.14 [new file with mode: 0644]
target/linux/tegra/image/Makefile [new file with mode: 0644]
target/linux/tegra/image/generic-bootscript [new file with mode: 0644]
target/linux/tegra/patches-4.14/100-serial8250-on-tegra-hsuart-recover-from-spurious-interrupts-due-to-tegra2-silicon-bug.patch [new file with mode: 0644]