]> rtime.felk.cvut.cz Git - hercules2020/jailhouse-build.git/commitdiff
Temporary fixes
authorhoudek <houdepre@fel.cvut.cz>
Wed, 3 May 2017 15:01:21 +0000 (15:01 +0000)
committerhoudek <houdepre@fel.cvut.cz>
Wed, 3 May 2017 15:01:21 +0000 (15:01 +0000)
.novaboot [new file with mode: 0644]
build/Makefile
build/boot [new file with mode: 0755]
build/buildroot/.config

diff --git a/.novaboot b/.novaboot
new file mode 100644 (file)
index 0000000..d1a7097
--- /dev/null
+++ b/.novaboot
@@ -0,0 +1 @@
+$targets{tx1} = '--server=/srv/tftp/tx1 --prefix=tx1/ --uboot="Tegra210 (P2371-2180) #" --remote-cmd="sterm -d /dev/ttyUSB0 -s 115200" --uboot-init=\'usb start; setenv autoload no; dhcp; setenv serverip $NB_MYIP\''
index 48c0fb3ba83984b772a020f7cf86596f3fc207b1..abc0bc691cd12e80e6d07f34d6f02ea4ce0d8ae0 100644 (file)
@@ -9,3 +9,4 @@ jailhouse/lib/firmware/jailhouse.bin: $(addprefix ../jailhouse/,$(shell cd ../ja
 
 linux-3.10/vmlinux:
        $(MAKE) -C $(@D)
+       $(MAKE) -C $(@D) modules_install INSTALL_MOD_PATH=$(CURDIR)/modules
diff --git a/build/boot b/build/boot
new file mode 100755 (executable)
index 0000000..40a356a
--- /dev/null
@@ -0,0 +1,7 @@
+#!/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=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}
index de93271843a5335b1e6b91031fabf7078291c1c4..0aedb607f33eb41534868980e607b955b4ca5425 100644 (file)
@@ -8,8 +8,6 @@ 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
-BR2_HOST_GCC_AT_LEAST_5=y
-BR2_HOST_GCC_AT_LEAST_6=y
 
 #
 # Target options
@@ -303,7 +301,7 @@ BR2_ENABLE_LOCALE_WHITELIST="C en_US"
 BR2_GENERATE_LOCALE=""
 # BR2_TARGET_TZ_INFO is not set
 BR2_ROOTFS_USERS_TABLES=""
-BR2_ROOTFS_OVERLAY="$(O)/../jailhouse"
+BR2_ROOTFS_OVERLAY="$(O)/../jailhouse $(O)/../modules"
 BR2_ROOTFS_POST_BUILD_SCRIPT=""
 BR2_ROOTFS_POST_FAKEROOT_SCRIPT=""
 BR2_ROOTFS_POST_IMAGE_SCRIPT=""
@@ -1441,6 +1439,7 @@ BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y
 # BR2_PACKAGE_ARGUS is not set
 # BR2_PACKAGE_ARPTABLES is not set
 # BR2_PACKAGE_ATFTP is not set
+# BR2_PACKAGE_AUTOSSH is not set
 # BR2_PACKAGE_AVAHI is not set
 # BR2_PACKAGE_AXEL is not set
 # BR2_PACKAGE_BABELD is not set
@@ -1474,7 +1473,12 @@ BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y
 # BR2_PACKAGE_DHCPDUMP is not set
 # BR2_PACKAGE_DNSMASQ is not set
 # BR2_PACKAGE_DRBD_UTILS is not set
-# BR2_PACKAGE_DROPBEAR is not set
+BR2_PACKAGE_DROPBEAR=y
+BR2_PACKAGE_DROPBEAR_CLIENT=y
+# BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS is not set
+BR2_PACKAGE_DROPBEAR_SMALL=y
+# BR2_PACKAGE_DROPBEAR_WTMP is not set
+# BR2_PACKAGE_DROPBEAR_LASTLOG is not set
 # BR2_PACKAGE_EBTABLES is not set
 
 #
@@ -1829,7 +1833,7 @@ BR2_TARGET_ROOTFS_CPIO_GZIP=y
 # BR2_TARGET_ROOTFS_CPIO_LZMA is not set
 # BR2_TARGET_ROOTFS_CPIO_LZO is not set
 # BR2_TARGET_ROOTFS_CPIO_XZ is not set
-# BR2_TARGET_ROOTFS_CPIO_UIMAGE is not set
+BR2_TARGET_ROOTFS_CPIO_UIMAGE=y
 # BR2_TARGET_ROOTFS_CRAMFS is not set
 # BR2_TARGET_ROOTFS_EXT2 is not set
 
@@ -1891,7 +1895,8 @@ BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS=y
 # BR2_PACKAGE_HOST_QEMU is not set
 # BR2_PACKAGE_HOST_SAM_BA is not set
 # BR2_PACKAGE_HOST_SQUASHFS is not set
-# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set
+BR2_PACKAGE_HOST_UBOOT_TOOLS=y
+# BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT is not set
 # BR2_PACKAGE_HOST_UTIL_LINUX is not set
 # BR2_PACKAGE_HOST_VBOOT_UTILS is not set
 # BR2_PACKAGE_HOST_XORRISO is not set