Lines Matching +full:soc +full:- +full:ip
1 /* SPDX-License-Identifier: GPL-2.0+ */
13 #include "tegra124-common.h"
17 /* Board-specific serial config */
25 #define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE + \
47 #define DFU_ALT_EMMC_INFO "apalis-tk1.img raw 0x0 0x500 mmcpart 1; " \
51 "tegra124-apalis-eval.dtb fat 0 1 mmcpart 0"
54 "emmcargs=ip=off root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait\0" \
59 "bootm ${kernel_addr_r} - ${dtbparam}\0" \
61 "${soc}-apalis-${fdt_board}.dtb && " \
65 "nfsargs=ip=:::::eth0:on root=/dev/nfs rw\0" \
69 "&& run fdt_fixup && bootm ${kernel_addr_r} - ${dtbparam}\0" \
71 "${soc}-apalis-${fdt_board}.dtb " \
75 "sdargs=ip=off root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait\0" \
80 "bootm ${kernel_addr_r} - ${dtbparam}\0" \
82 "${soc}-apalis-${fdt_board}.dtb " \
86 "usbargs=ip=off root=/dev/sda2 rw rootfstype=ext4 rootwait\0" \
91 "bootm ${kernel_addr_r} - ${dtbparam}\0" \
93 "${soc}-apalis-${fdt_board}.dtb " \
124 "vidargs=video=tegrafb0:640x480-16@60 fbcon=map:1\0"
142 #include "tegra-common-usb-gadget.h"
143 #include "tegra-common-post.h"