distribution/projects/Rockchip/devices/RG351V/options

143 lines
4.2 KiB
Text
Raw Normal View History

2022-03-26 02:28:08 +00:00
################################################################################
# setup device defaults
################################################################################
# The TARGET_CPU variable controls which processor should be targeted for
# generated code.
case $TARGET_ARCH in
aarch64)
TARGET_KERNEL_ARCH="arm64"
TARGET_PATCH_ARCH="aarch64"
TARGET_FLOAT="hard"
TARGET_CPU="cortex-a35"
TARGET_CPU_FLAGS="+crc+fp+simd"
2022-03-26 02:28:08 +00:00
TARGET_FPU="fp-armv8"
TARGET_FEATURES="64bit"
;;
arm)
TARGET_KERNEL_ARCH="arm64"
TARGET_PATCH_ARCH="aarch64"
TARGET_FLOAT="hard"
TARGET_CPU="cortex-a35"
TARGET_CPU_FLAGS="+crc"
TARGET_FPU="crypto-neon-fp-armv8"
TARGET_FEATURES="32bit"
;;
esac
# Kernel target
KERNEL_TARGET="Image"
BOOTLOADER="u-boot"
2022-05-27 22:33:28 +00:00
PARTITION_TABLE="msdos"
2022-03-26 14:07:10 +00:00
DEVICE_DTB="rk3326-rg351v-linux"
UBOOT_DTB="${DEVICE_DTB}"
UBOOT_CONFIG="odroidgoa_defconfig"
2022-03-26 02:28:08 +00:00
PKG_SOC="px30"
PKG_DATAFILE="$PKG_RKBIN/bin/rk33/rk3326_ddr_333MHz_v1.15.bin"
PKG_LOADER="$PKG_RKBIN/bin/rk33/rk3326_miniloader_v1.28.bin"
PKG_BL31="$PKG_RKBIN/bin/rk33/rk3326_bl31_v1.22.elf"
2022-03-26 02:28:08 +00:00
PKG_LOAD_ADDR="0x00200000"
BOOT_INI=true
2022-05-27 22:33:28 +00:00
BOOT_PART="1:1"
2022-03-26 02:28:08 +00:00
# Additional kernel make parameters (for example to specify the u-boot loadaddress)
KERNEL_MAKE_EXTRACMD=""
KERNEL_MAKE_EXTRACMD+=" rockchip/${DEVICE_DTB}.dtb"
# Mali GPU family
MALI_FAMILY="bifrost-g31"
OPENGLES="libmali"
2022-03-26 14:26:08 +00:00
MALI_VERSION="r13p0"
2022-03-26 02:28:08 +00:00
GRAPHIC_DRIVERS=""
# Define the CPU
HW_CPU="Rockchip RK3326"
# kernel serial console
EXTRA_CMDLINE="quiet console=tty0 ssh consoleblank=0 systemd.show_status=0 loglevel=0 panic=20"
2022-03-26 02:28:08 +00:00
# additional packages to install
# ADDITIONAL_PACKAGES=""
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
# Space separated list is supported,
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
FIRMWARE="misc-firmware wlan-firmware" #rockchip-firmware
# additional drivers to install:
# for a list of additional drivers see packages/linux-drivers
# Space separated list is supported,
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
2022-04-09 20:07:17 +00:00
ADDITIONAL_DRIVERS="RTL8812AU RTL8814AU RTL8821AU RTL8821CU RTL88x2BU"
2022-03-26 02:28:08 +00:00
# build and install driver addons (yes / no)
DRIVER_ADDONS_SUPPORT="no"
2022-03-26 02:28:08 +00:00
# driver addons to install:
# for a list of additinoal drivers see packages/linux-driver-addons
# Space separated list is supported,
DRIVER_ADDONS=""
2022-03-26 02:28:08 +00:00
# debug tty path
DEBUG_TTY="/dev/ttyFIQ0"
2022-04-28 10:31:44 +00:00
# build and install PulseAudio support (yes / no)
PULSEAUDIO_SUPPORT="yes"
2022-03-26 02:28:08 +00:00
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="no"
2022-03-26 02:28:08 +00:00
# build and install Avahi (Zeroconf) daemon (yes / no)
AVAHI_DAEMON="no"
2022-03-26 02:28:08 +00:00
# build with NFS support (mounting nfs shares via the OS) (yes / no)
NFS_SUPPORT="no"
2022-03-26 02:28:08 +00:00
# build with Samba Client support (mounting samba shares via the OS) (yes / no)
SAMBA_SUPPORT="no"
2022-03-26 02:28:08 +00:00
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"
2022-03-26 02:28:08 +00:00
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
2022-03-26 02:28:08 +00:00
# build and install OpenVPN support (yes / no)
OPENVPN_SUPPORT="no"
2022-03-26 02:28:08 +00:00
# build and install diskmounter support (udevil)
# this service provide auto mounting support for external drives in the
# mediacenter also automount internally drives at boottime via udev (yes / no)
UDEVIL="yes"
2022-03-26 02:28:08 +00:00
# build and install exFAT fuse support (yes / no)
EXFAT="yes"
2022-03-26 02:28:08 +00:00
# build and install NTFS-3G fuse support (yes / no)
NTFS3G="no"
2022-03-26 02:28:08 +00:00
# build and install hfs filesystem utilities (yes / no)
HFSTOOLS="no"
2022-03-26 02:28:08 +00:00
# Support for partitioning and formating disks in initramfs (yes / no)
# This adds support for parted and mkfs.ext3/4 to initramfs for OEM usage
INITRAMFS_PARTED_SUPPORT="no"
2022-03-26 02:28:08 +00:00
# build with swap support (yes / no)
SWAP_SUPPORT="yes"
2022-03-26 02:28:08 +00:00
# swap support enabled per default (yes / no)
SWAP_ENABLED_DEFAULT="yes"
2022-03-26 02:28:08 +00:00
# swapfile size if SWAP_SUPPORT=yes in MB
SWAPFILESIZE="384"
2022-03-26 02:28:08 +00:00
# cron support (yes / no)
CRON_SUPPORT="no"
2022-03-26 02:28:08 +00:00
# Settings package name - blank if not required
DISTRO_PKG_SETTINGS=""
2022-03-26 02:28:08 +00:00
# htop tool (yes / no)
HTOP_TOOL="yes"