]> rtime.felk.cvut.cz Git - hercules2020/jailhouse-build.git/commitdiff
Make plain Linux bootable on TX2
authorMichal Sojka <michal.sojka@cvut.cz>
Mon, 14 May 2018 21:55:44 +0000 (23:55 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Mon, 14 May 2018 22:00:26 +0000 (00:00 +0200)
30 files changed:
build/boot [deleted file]
build/boot-flashfs [new file with mode: 0755]
build/boot-linux [new file with mode: 0755]
build/buildroot/.config
build/rootfs-overlay/etc/hostname [deleted file]
build/rootfs-overlay/etc/network/interfaces [deleted file]
build/rootfs-overlay/lib/firmware/bcm4354.hcd [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/brcm/fw_bcmdhd.bin [new file with mode: 0755]
build/rootfs-overlay/lib/firmware/brcm/nvram.txt [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/gp10b/NETA_img.bin [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/gp10b/acr_ucode.bin [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/gp10b/fecs.bin [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/gp10b/fecs_sig.bin [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/gp10b/gpccs.bin [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/gp10b/gpccs_sig.bin [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/gp10b/gpmu_ucode.bin [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/gp10b/gpmu_ucode_desc.bin [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/gp10b/gpmu_ucode_image.bin [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/gp10b/gpu2cde.bin [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/gp10b/pmu_bl.bin [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/gp10b/pmu_sig.bin [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/nv-BT-Version [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec030.fw [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec030_ns.fw [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec030_prod.fw [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec_bl030_prod.fw [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvenc061.fw [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvjpg011.fw [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/tegra18x/vic04_ucode.bin [new file with mode: 0644]
build/rootfs-overlay/lib/firmware/tegra18x_xusb_firmware [new file with mode: 0644]

diff --git a/build/boot b/build/boot
deleted file mode 100755 (executable)
index 1f51d86..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env novaboot
-
-load linux-3.10/arch/arm64/boot/Image fbcon=map:0 androidboot.modem=none androidboot.serialno=P2180A00P00940c003fd androidboot.security=non-secure tegraid=21.1.2.0.0 ddr_die=2048M@2048M ddr_die=2048M@4096M section=256M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff2bf000 nvdumper_reserved=0xff23f000 core_edp_mv=1125 core_edp_ma=4000 gpt android.kerneltype=normal androidboot.touch_vendor_id=0 androidboot.touch_panel_id=63 androidboot.touch_feature=0 androidboot.bootreason=pmc:software_reset,pmic:0x0 rw netdevwait ip=:::::eth0:on ip=:::::eth1:on  rootwait mem=3968M vmalloc=512M console=tty0 console=ttyS0,115200n8
-load buildroot/images/rootfs.cpio.uboot
-load linux-3.10/arch/arm64/boot/dts/tegra210-jetson-tx1-p2597-2180-a01-devkit.dtb
-
-UBOOT_CMD=booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
diff --git a/build/boot-flashfs b/build/boot-flashfs
new file mode 100755 (executable)
index 0000000..4c801d7
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/env novaboot
+
+# Boot localy built Linux kernel with root filesystem from the flash
+
+load linux-4.4/arch/arm64/boot/Image root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 androidboot.serialno=0320418051135 bl_prof_dataptr=0x10000@0x277240000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
+load linux-4.4/arch/arm64/boot/dts/tegra186-quill-p3310-1000-c03-00-base.dtb
+
+UBOOT_CMD=booti ${kernel_addr_r} - ${fdt_addr_r}
diff --git a/build/boot-linux b/build/boot-linux
new file mode 100755 (executable)
index 0000000..697fbd9
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/env novaboot
+
+# Boot localy built Linux kernel and initramfs
+
+load linux-4.4/arch/arm64/boot/Image console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 androidboot.serialno=0320418051135 bl_prof_dataptr=0x10000@0x277240000 sdhci_tegra.en_boot_part_access=1
+load linux-4.4/arch/arm64/boot/dts/tegra186-quill-p3310-1000-c03-00-base.dtb
+load buildroot/images/rootfs.cpio.uboot
+
+UBOOT_CMD=booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
index f87da6d072bbf044a62e34d0447f850a6e1bdcbb..0febd404dbb3d76ead03c1334ec32dc9d53c9d14 100644 (file)
@@ -3,11 +3,6 @@
 # Buildroot 2017.02.1 Configuration
 #
 BR2_HAVE_DOT_CONFIG=y
-BR2_HOST_GCC_AT_LEAST_4_5=y
-BR2_HOST_GCC_AT_LEAST_4_6=y
-BR2_HOST_GCC_AT_LEAST_4_7=y
-BR2_HOST_GCC_AT_LEAST_4_8=y
-BR2_HOST_GCC_AT_LEAST_4_9=y
 
 #
 # Target options
@@ -108,7 +103,6 @@ BR2_STRIP_EXCLUDE_DIRS=""
 # BR2_OPTIMIZE_3 is not set
 # BR2_OPTIMIZE_G is not set
 BR2_OPTIMIZE_S=y
-# BR2_GOOGLE_BREAKPAD_ENABLE is not set
 BR2_SSP_NONE=y
 # BR2_SSP_REGULAR is not set
 # BR2_SSP_STRONG is not set
@@ -259,7 +253,7 @@ BR2_TOOLCHAIN_HAS_ATOMIC=y
 BR2_ROOTFS_SKELETON_DEFAULT=y
 # BR2_ROOTFS_SKELETON_CUSTOM is not set
 # BR2_ROOTFS_MERGED_USR is not set
-BR2_TARGET_GENERIC_HOSTNAME="buildroot"
+BR2_TARGET_GENERIC_HOSTNAME="tx2"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot"
 BR2_TARGET_GENERIC_PASSWD_MD5=y
 # BR2_TARGET_GENERIC_PASSWD_SHA256 is not set
@@ -284,7 +278,7 @@ BR2_SYSTEM_BIN_SH_BUSYBOX=y
 #
 # BR2_SYSTEM_BIN_SH_NONE is not set
 BR2_TARGET_GENERIC_GETTY=y
-BR2_TARGET_GENERIC_GETTY_PORT="tty0"
+BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
 BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP=y
 # BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set
 # BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set
@@ -407,7 +401,10 @@ BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS=y
 # BR2_PACKAGE_FWTS is not set
 # BR2_PACKAGE_GDB is not set
 BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y
-# BR2_PACKAGE_GOOGLE_BREAKPAD is not set
+
+#
+# google-breakpad requires a glibc or uClibc toolchain w/ wchar, thread, C++, gcc >= 4.8
+#
 # BR2_PACKAGE_IOZONE is not set
 
 #
@@ -777,7 +774,10 @@ BR2_PACKAGE_ERLANG_ARCH_SUPPORTS=y
 # BR2_PACKAGE_LUA is not set
 # BR2_PACKAGE_MICROPYTHON is not set
 # BR2_PACKAGE_MOARVM is not set
-# BR2_PACKAGE_NODEJS is not set
+
+#
+# nodejs needs a toolchain w/ C++, dynamic library, threads, gcc >= 4.8, wchar
+#
 # BR2_PACKAGE_PERL is not set
 # BR2_PACKAGE_PHP is not set
 # BR2_PACKAGE_PYTHON is not set
@@ -1883,6 +1883,10 @@ BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS=y
 # BR2_PACKAGE_HOST_JSMIN is not set
 # BR2_PACKAGE_HOST_LPC3250LOADER is not set
 # BR2_PACKAGE_HOST_LTTNG_BABELTRACE is not set
+
+#
+# mfgtools needs host gcc >= 4.8
+#
 # BR2_PACKAGE_HOST_MKE2IMG is not set
 # BR2_PACKAGE_HOST_MKPASSWD is not set
 # BR2_PACKAGE_HOST_MTD is not set
diff --git a/build/rootfs-overlay/etc/hostname b/build/rootfs-overlay/etc/hostname
deleted file mode 100644 (file)
index c360f0b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-tx1
diff --git a/build/rootfs-overlay/etc/network/interfaces b/build/rootfs-overlay/etc/network/interfaces
deleted file mode 100644 (file)
index 825a669..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# interface file auto-generated by buildroot
-
-auto lo
-iface lo inet loopback
-
-auto eth0
-iface eth0 inet dhcp
-
-auto eth1
-iface eth1 inet dhcp
diff --git a/build/rootfs-overlay/lib/firmware/bcm4354.hcd b/build/rootfs-overlay/lib/firmware/bcm4354.hcd
new file mode 100644 (file)
index 0000000..1872e06
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/bcm4354.hcd differ
diff --git a/build/rootfs-overlay/lib/firmware/brcm/fw_bcmdhd.bin b/build/rootfs-overlay/lib/firmware/brcm/fw_bcmdhd.bin
new file mode 100755 (executable)
index 0000000..3681d99
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/brcm/fw_bcmdhd.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/brcm/nvram.txt b/build/rootfs-overlay/lib/firmware/brcm/nvram.txt
new file mode 100644 (file)
index 0000000..7daf07f
--- /dev/null
@@ -0,0 +1,159 @@
+# Sample variables file for BCM94354 WLBGA iPA, iLNA board with SDIO for production package
+NVRAMRev=$Rev: 373428 $
+sromrev=11
+boardrev=0x1101
+boardtype=0x06db
+boardflags=0x02400201
+#enable LNA1 bypass for both 2G & 5G
+
+#boardflags2=0xc0800000
+boardflags2=0x00808200
+
+boardflags3=0x4000000a
+#boardnum=57410
+macaddr=00:90:4c:16:70:01
+
+ccode=XZ
+regrev=996
+antswitch=0
+pdgain5g=4
+pdgain2g=4
+tworangetssi2g=0
+tworangetssi5g=0
+paprdis=1
+femctrl=10
+vendid=0x14e4
+devid=0x43a3
+manfid=0x2d0
+#prodid=0x052e
+nocrc=1
+otpimagesize=502
+
+xtalfreq=37400
+rxgains2gelnagaina0=0
+
+#rxgains2gtrisoa0=3
+rxgains2gtrisoa0=7
+
+rxgains2gtrelnabypa0=0
+rxgains5gelnagaina0=0
+
+#rxgains5gtrisoa0=4
+rxgains5gtrisoa0=11
+
+rxgains5gtrelnabypa0=0
+rxgains5gmelnagaina0=0
+
+#rxgains5gmtrisoa0=4
+rxgains5gmtrisoa0=13
+
+rxgains5gmtrelnabypa0=0
+rxgains5ghelnagaina0=0
+
+#rxgains5ghtrisoa0=4
+rxgains5ghtrisoa0=12
+
+rxgains5ghtrelnabypa0=0
+rxgains2gelnagaina1=0 
+
+#rxgains2gtrisoa1=3
+rxgains2gtrisoa1=7
+
+rxgains2gtrelnabypa1=0
+rxgains5gelnagaina1=0
+
+#rxgains5gtrisoa1=4
+rxgains5gtrisoa1=10
+
+rxgains5gtrelnabypa1=0
+rxgains5gmelnagaina1=0
+
+#rxgains5gmtrisoa1=4
+rxgains5gmtrisoa1=11
+
+rxgains5gmtrelnabypa1=0
+rxgains5ghelnagaina1=0
+
+#rxgains5ghtrisoa1=4
+rxgains5ghtrisoa1=11
+
+rxchain=3
+txchain=3
+aa2g=3
+aa5g=3
+agbg0=2
+agbg1=2
+aga0=2
+aga1=2
+tssipos2g=1
+extpagain2g=2
+tssipos5g=1
+extpagain5g=2
+tempthresh=255
+tempoffset=255
+rawtempsense=0x1ff
+
+####&&&&&&-----> Test Set1 12/04/16 Quill<---------&&&&&&&&&&&
+pa2ga0=0XFF3E,0X1433,0XFD75
+pa2ga1=0XFF41,0X14C5,0XFD69
+pa5ga0=0XFF39,0X1732,0XFD27,0XFF31,0X16A5,0XFD33,0XFF28,0X158F,0XFD49,0XFF45,0X16F3,0XFD25
+pa5ga1=0XFF3A,0X1707,0XFD2A,0XFF31,0X166C,0XFD38,0XFF22,0X149A,0XFD62,0XFF49,0X1696,0XFD33
+
+subband5gver=0x4
+pdoffsetcckma0=0x4
+pdoffsetcckma1=0x4
+pdoffset40ma0=0x0000
+pdoffset80ma0=0x0000
+pdoffset40ma1=0x0000
+pdoffset80ma1=0x0000
+maxp2ga0=72
+maxp5ga0=72,72,72,72
+maxp2ga1=72
+maxp5ga1=72,72,72,72
+cckbw202gpo=0x0000
+cckbw20ul2gpo=0x0000
+mcsbw202gpo=0xDAA83311
+mcsbw402gpo=0xAAA74422
+dot11agofdmhrbw202gpo=0x5533
+ofdmlrbw202gpo=0x0000
+mcsbw205glpo=0xBA442200
+mcsbw405glpo=0xBA442200
+mcsbw805glpo=0xBA553300
+mcsbw205gmpo=0xBA442200
+mcsbw405gmpo=0xBA442200
+mcsbw805gmpo=0xBA553300
+mcsbw205ghpo=0xBA442200
+mcsbw405ghpo=0xBA442200
+mcsbw805ghpo=0xBA553300
+mcslr5glpo=0x0000
+mcslr5gmpo=0x0000
+mcslr5ghpo=0x0000
+sb20in40hrpo=0x0
+sb20in80and160hr5glpo=0x0
+sb40and80hr5glpo=0x0
+sb20in80and160hr5gmpo=0x0
+sb40and80hr5gmpo=0x0
+sb20in80and160hr5ghpo=0x0
+sb40and80hr5ghpo=0x0
+sb20in40lrpo=0x0
+sb20in80and160lr5glpo=0x0
+sb40and80lr5glpo=0x0
+sb20in80and160lr5gmpo=0x0
+sb40and80lr5gmpo=0x0
+sb20in80and160lr5ghpo=0x0
+sb40and80lr5ghpo=0x0
+dot11agduphrpo=0x0
+dot11agduplrpo=0x0
+phycal_tempdelta=255
+temps_period=15
+temps_hysteresis=15
+AvVmid_c0=2,140,2,145,2,145,2,145,2,145
+AvVmid_c1=2,140,2,145,2,145,2,145,2,145
+AvVmid_c2=0,0,0,0,0,0,0,0,0,0
+rssicorrnorm_c0=4,4
+rssicorrnorm_c1=4,4
+rssicorrnorm5g_c0=1,2,3,1,2,3,6,6,8,6,6,8
+rssicorrnorm5g_c1=1,2,3,2,2,2,7,7,8,7,7,8
+
+muxenab=0x11
+ltecxmux=0x534201
diff --git a/build/rootfs-overlay/lib/firmware/gp10b/NETA_img.bin b/build/rootfs-overlay/lib/firmware/gp10b/NETA_img.bin
new file mode 100644 (file)
index 0000000..e1cf074
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/gp10b/NETA_img.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/gp10b/acr_ucode.bin b/build/rootfs-overlay/lib/firmware/gp10b/acr_ucode.bin
new file mode 100644 (file)
index 0000000..016144c
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/gp10b/acr_ucode.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/gp10b/fecs.bin b/build/rootfs-overlay/lib/firmware/gp10b/fecs.bin
new file mode 100644 (file)
index 0000000..d242255
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/gp10b/fecs.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/gp10b/fecs_sig.bin b/build/rootfs-overlay/lib/firmware/gp10b/fecs_sig.bin
new file mode 100644 (file)
index 0000000..cc9f27c
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/gp10b/fecs_sig.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/gp10b/gpccs.bin b/build/rootfs-overlay/lib/firmware/gp10b/gpccs.bin
new file mode 100644 (file)
index 0000000..ee1149b
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/gp10b/gpccs.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/gp10b/gpccs_sig.bin b/build/rootfs-overlay/lib/firmware/gp10b/gpccs_sig.bin
new file mode 100644 (file)
index 0000000..2747a5c
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/gp10b/gpccs_sig.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/gp10b/gpmu_ucode.bin b/build/rootfs-overlay/lib/firmware/gp10b/gpmu_ucode.bin
new file mode 100644 (file)
index 0000000..869c577
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/gp10b/gpmu_ucode.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/gp10b/gpmu_ucode_desc.bin b/build/rootfs-overlay/lib/firmware/gp10b/gpmu_ucode_desc.bin
new file mode 100644 (file)
index 0000000..ced339b
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/gp10b/gpmu_ucode_desc.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/gp10b/gpmu_ucode_image.bin b/build/rootfs-overlay/lib/firmware/gp10b/gpmu_ucode_image.bin
new file mode 100644 (file)
index 0000000..2aa0901
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/gp10b/gpmu_ucode_image.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/gp10b/gpu2cde.bin b/build/rootfs-overlay/lib/firmware/gp10b/gpu2cde.bin
new file mode 100644 (file)
index 0000000..21d7943
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/gp10b/gpu2cde.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/gp10b/pmu_bl.bin b/build/rootfs-overlay/lib/firmware/gp10b/pmu_bl.bin
new file mode 100644 (file)
index 0000000..b598f8f
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/gp10b/pmu_bl.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/gp10b/pmu_sig.bin b/build/rootfs-overlay/lib/firmware/gp10b/pmu_sig.bin
new file mode 100644 (file)
index 0000000..74270aa
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/gp10b/pmu_sig.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/nv-BT-Version b/build/rootfs-overlay/lib/firmware/nv-BT-Version
new file mode 100644 (file)
index 0000000..b473365
--- /dev/null
@@ -0,0 +1 @@
+04040525
diff --git a/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec030.fw b/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec030.fw
new file mode 100644 (file)
index 0000000..474fbc2
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec030.fw differ
diff --git a/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec030_ns.fw b/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec030_ns.fw
new file mode 100644 (file)
index 0000000..c7f5e8c
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec030_ns.fw differ
diff --git a/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec030_prod.fw b/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec030_prod.fw
new file mode 100644 (file)
index 0000000..9618699
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec030_prod.fw differ
diff --git a/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec_bl030_prod.fw b/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec_bl030_prod.fw
new file mode 100644 (file)
index 0000000..312c5d2
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvdec_bl030_prod.fw differ
diff --git a/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvenc061.fw b/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvenc061.fw
new file mode 100644 (file)
index 0000000..99cd700
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvenc061.fw differ
diff --git a/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvjpg011.fw b/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvjpg011.fw
new file mode 100644 (file)
index 0000000..c481cab
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/tegra18x/nvhost_nvjpg011.fw differ
diff --git a/build/rootfs-overlay/lib/firmware/tegra18x/vic04_ucode.bin b/build/rootfs-overlay/lib/firmware/tegra18x/vic04_ucode.bin
new file mode 100644 (file)
index 0000000..b56957e
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/tegra18x/vic04_ucode.bin differ
diff --git a/build/rootfs-overlay/lib/firmware/tegra18x_xusb_firmware b/build/rootfs-overlay/lib/firmware/tegra18x_xusb_firmware
new file mode 100644 (file)
index 0000000..0cb5f6d
Binary files /dev/null and b/build/rootfs-overlay/lib/firmware/tegra18x_xusb_firmware differ