mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Merge branch 'develop' of https://github.com/suyuan168/3grouter into develop
This commit is contained in:
commit
9011655aed
75 changed files with 1473 additions and 11877 deletions
0
.github/FUNDING.yml
vendored
Normal file → Executable file
0
.github/FUNDING.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/hardware_support.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/hardware_support.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/help.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/help.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/issue.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/issue.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file → Executable file
0
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file → Executable file
0
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file → Executable file
0
.github/workflows/stale.yml
vendored
Normal file → Executable file
0
.github/workflows/stale.yml
vendored
Normal file → Executable file
32
.gitignore
vendored
Normal file → Executable file
32
.gitignore
vendored
Normal file → Executable file
|
@ -1,3 +1,29 @@
|
||||||
sdk
|
*.o
|
||||||
source
|
.DS_Store
|
||||||
feeds
|
.*.swp
|
||||||
|
/env
|
||||||
|
/dl
|
||||||
|
/.config
|
||||||
|
/.config.old
|
||||||
|
/bin
|
||||||
|
/build_dir
|
||||||
|
/staging_dir
|
||||||
|
/tmp
|
||||||
|
/logs
|
||||||
|
/feeds
|
||||||
|
/feeds.conf
|
||||||
|
/files
|
||||||
|
/overlay
|
||||||
|
/package/feeds
|
||||||
|
/package/openwrt-packages
|
||||||
|
key-build*
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
*~
|
||||||
|
.#*
|
||||||
|
*#
|
||||||
|
.emacs.desktop*
|
||||||
|
TAGS*~
|
||||||
|
git-src
|
||||||
|
.git-credentials
|
||||||
|
/*.log
|
||||||
|
|
0
CLA-entity.md
Normal file → Executable file
0
CLA-entity.md
Normal file → Executable file
0
CLA-individual.md
Normal file → Executable file
0
CLA-individual.md
Normal file → Executable file
0
CODE_OF_CONDUCT.md
Normal file → Executable file
0
CODE_OF_CONDUCT.md
Normal file → Executable file
0
CONTRIBUTING.md
Normal file → Executable file
0
CONTRIBUTING.md
Normal file → Executable file
0
LICENSE
Normal file → Executable file
0
LICENSE
Normal file → Executable file
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable file
4
build.sh
4
build.sh
|
@ -43,7 +43,7 @@ SHORTCUT_FE=${SHORTCUT_FE:-no}
|
||||||
OMR_RELEASE=${OMR_RELEASE:-$(git describe --tags `git rev-list --tags --max-count=1` | tail -1 | cut -d '-' -f1)}
|
OMR_RELEASE=${OMR_RELEASE:-$(git describe --tags `git rev-list --tags --max-count=1` | tail -1 | cut -d '-' -f1)}
|
||||||
OMR_REPO=${OMR_REPO:-http://$OMR_HOST:$OMR_PORT/release/$OMR_RELEASE/$OMR_TARGET}
|
OMR_REPO=${OMR_REPO:-http://$OMR_HOST:$OMR_PORT/release/$OMR_RELEASE/$OMR_TARGET}
|
||||||
|
|
||||||
OMR_FEED_URL="${OMR_FEED_URL:-https://github.com/ysurac/openmptcprouter-feeds}"
|
OMR_FEED_URL="${OMR_FEED_URL:-https://github.com/suyuan168/openmptcprouter-feeds}"
|
||||||
OMR_FEED_SRC="${OMR_FEED_SRC:-develop}"
|
OMR_FEED_SRC="${OMR_FEED_SRC:-develop}"
|
||||||
|
|
||||||
CUSTOM_FEED_URL="${CUSTOM_FEED_URL}"
|
CUSTOM_FEED_URL="${CUSTOM_FEED_URL}"
|
||||||
|
@ -466,6 +466,7 @@ echo "Update feeds index"
|
||||||
cp .config .config.keep
|
cp .config .config.keep
|
||||||
scripts/feeds clean
|
scripts/feeds clean
|
||||||
scripts/feeds update -a
|
scripts/feeds update -a
|
||||||
|
scripts/feeds install -a
|
||||||
|
|
||||||
#cd -
|
#cd -
|
||||||
#echo "Checking if fullconenat-luci patch is set or not"
|
#echo "Checking if fullconenat-luci patch is set or not"
|
||||||
|
@ -475,7 +476,6 @@ scripts/feeds update -a
|
||||||
#fi
|
#fi
|
||||||
#echo "Done"
|
#echo "Done"
|
||||||
#cd "$OMR_TARGET/source"
|
#cd "$OMR_TARGET/source"
|
||||||
|
|
||||||
if [ "$OMR_ALL_PACKAGES" = "yes" ]; then
|
if [ "$OMR_ALL_PACKAGES" = "yes" ]; then
|
||||||
scripts/feeds install -a -d m -p packages
|
scripts/feeds install -a -d m -p packages
|
||||||
scripts/feeds install -a -d m -p luci
|
scripts/feeds install -a -d m -p luci
|
||||||
|
|
45
config
Normal file → Executable file
45
config
Normal file → Executable file
|
@ -211,40 +211,9 @@ CONFIG_KERNEL_MPTCP_REDUNDANT=y
|
||||||
CONFIG_KERNEL_DEFAULT_SCHEDULER=y
|
CONFIG_KERNEL_DEFAULT_SCHEDULER=y
|
||||||
CONFIG_KERNEL_MPTCP=y
|
CONFIG_KERNEL_MPTCP=y
|
||||||
CONFIG_KERNEL_CRYPTO_SHA256=y
|
CONFIG_KERNEL_CRYPTO_SHA256=y
|
||||||
CONFIG_LUCI_LANG_hu=y
|
|
||||||
CONFIG_LUCI_LANG_pt=y
|
|
||||||
CONFIG_LUCI_LANG_sk=y
|
|
||||||
CONFIG_LUCI_LANG_ro=y
|
|
||||||
CONFIG_LUCI_LANG_en=y
|
CONFIG_LUCI_LANG_en=y
|
||||||
CONFIG_LUCI_LANG_pl=y
|
|
||||||
CONFIG_LUCI_LANG_uk=y
|
|
||||||
CONFIG_LUCI_LANG_ja=y
|
|
||||||
CONFIG_LUCI_LANG_vi=y
|
|
||||||
CONFIG_LUCI_LANG_de=y
|
|
||||||
CONFIG_LUCI_LANG_no=y
|
|
||||||
CONFIG_LUCI_LANG_ms=y
|
|
||||||
CONFIG_LUCI_LANG_zh_Hans=y
|
CONFIG_LUCI_LANG_zh_Hans=y
|
||||||
CONFIG_LUCI_LANG_zh_Hant=y
|
|
||||||
CONFIG_LUCI_LANG_ko=y
|
|
||||||
CONFIG_LUCI_LANG_he=y
|
|
||||||
CONFIG_LUCI_LANG_zh-tw=y
|
CONFIG_LUCI_LANG_zh-tw=y
|
||||||
CONFIG_LUCI_LANG_tr=y
|
|
||||||
CONFIG_LUCI_LANG_sv=y
|
|
||||||
CONFIG_LUCI_LANG_ru=y
|
|
||||||
CONFIG_LUCI_LANG_el=y
|
|
||||||
CONFIG_LUCI_LANG_ca=y
|
|
||||||
CONFIG_LUCI_LANG_es=y
|
|
||||||
CONFIG_LUCI_LANG_pt_BR=y
|
|
||||||
CONFIG_LUCI_LANG_cs=y
|
|
||||||
CONFIG_LUCI_LANG_fr=y
|
|
||||||
CONFIG_LUCI_LANG_it=y
|
|
||||||
CONFIG_LUCI_LANG_ar=y
|
|
||||||
CONFIG_LUCI_LANG_bg=y
|
|
||||||
CONFIG_LUCI_LANG_bn_BD=y
|
|
||||||
CONFIG_LUCI_LANG_fi=y
|
|
||||||
CONFIG_LUCI_LANG_hi=y
|
|
||||||
CONFIG_LUCI_LANG_mr=y
|
|
||||||
CONFIG_LUCI_LANG_nb_NO=y
|
|
||||||
CONFIG_TARGET_ROOTFS_PARTSIZE=512
|
CONFIG_TARGET_ROOTFS_PARTSIZE=512
|
||||||
CONFIG_TARGET_KERNEL_PARTSIZE=64
|
CONFIG_TARGET_KERNEL_PARTSIZE=64
|
||||||
CONFIG_OPENSSL_WITH_CHACHA_POLY1305=y
|
CONFIG_OPENSSL_WITH_CHACHA_POLY1305=y
|
||||||
|
@ -254,3 +223,17 @@ CONFIG_OPENSSL_WITH_CHACHA_POLY1305=y
|
||||||
CONFIG_KERNEL_DEVMEM=y
|
CONFIG_KERNEL_DEVMEM=y
|
||||||
CONFIG_KERNEL_DEVKMEM=y
|
CONFIG_KERNEL_DEVKMEM=y
|
||||||
CONFIG_AUTOREMOVE=y
|
CONFIG_AUTOREMOVE=y
|
||||||
|
CONFIG_AUTOREMOVE=y
|
||||||
|
CONFIG_PACKAGE_luci-theme-argon=y
|
||||||
|
CONFIG_PACKAGE_luci-theme-bootstrap=y
|
||||||
|
CONFIG_PACKAGE_luci-theme-openwrt-2020=y
|
||||||
|
# CONFIG_PACKAGE_luci-theme-argon is not set
|
||||||
|
CONFIG_PACKAGE_luci-app-status=m
|
||||||
|
CONFIG_PACKAGE_luci-mod-status=y
|
||||||
|
CONFIG_PACKAGE_frpc=y
|
||||||
|
CONFIG_PACKAGE_rtty-nossl=y
|
||||||
|
CONFIG_PACKAGE_minicom=y
|
||||||
|
CONFIG_PACKAGE_irqbalance=y
|
||||||
|
CONFIG_PACKAGE_mtr=y
|
||||||
|
CONFIG_PACKAGE_sysstat=y
|
||||||
|
CONFIG_PACKAGE_coreutils-stty=y
|
12
config-4018
Executable file
12
config-4018
Executable file
|
@ -0,0 +1,12 @@
|
||||||
|
CONFIG_TARGET_ipq40xx=y
|
||||||
|
CONFIG_TARGET_ipq40xx_generic=y
|
||||||
|
CONFIG_TARGET_ipq40xx_generic_DEVICE_8dev_jalapeno=y
|
||||||
|
CONFIG_TARGET_BOARD="ipq40xx"
|
||||||
|
CONFIG_TARGET_SUBTARGET="generic"
|
||||||
|
CONFIG_TARGET_PROFILE="DEVICE_8dev_jalapeno"
|
||||||
|
CONFIG_TARGET_ARCH_PACKAGES="arm_cortex-a7_neon-vfpv4"
|
||||||
|
CONFIG_PACKAGE_ath10k-board-qca4019=y
|
||||||
|
CONFIG_PACKAGE_ath10k-firmware-qca4019-ct-htt=y
|
||||||
|
CONFIG_PACKAGE_kmod-ath10k-ct-smallbuffers=y
|
||||||
|
CONFIG_KERNEL_ARM_MODULE_PLTS=y
|
||||||
|
CONFIG_KERNEL_TCP_CONG_BBR2=y
|
16
config-cm520-79f
Executable file
16
config-cm520-79f
Executable file
|
@ -0,0 +1,16 @@
|
||||||
|
CONFIG_TARGET_ipq40xx=y
|
||||||
|
CONFIG_TARGET_ipq40xx_generic=y
|
||||||
|
CONFIG_TARGET_ipq40xx_generic_DEVICE_mobipromo_cm520-79f=y
|
||||||
|
CONFIG_TARGET_BOARD="ipq40xx"
|
||||||
|
CONFIG_TARGET_SUBTARGET="generic"
|
||||||
|
CONFIG_TARGET_PROFILE="DEVICE_mobipromo_cm520-79f"
|
||||||
|
CONFIG_CPU_TYPE="cortex-a7+neon-vfpv4"
|
||||||
|
CONFIG_DEFAULT_ath10k-firmware-qca4019-ct=y
|
||||||
|
CONFIG_DEFAULT_ipq-wifi-mobipromo_cm520-79f=y
|
||||||
|
CONFIG_DEFAULT_kmod-ath10k-ct=y
|
||||||
|
CONFIG_PACKAGE_ath10k-board-qca4019=y
|
||||||
|
CONFIG_PACKAGE_ath10k-firmware-qca4019-ct=y
|
||||||
|
CONFIG_PACKAGE_kmod-ath10k-ct=y
|
||||||
|
CONFIG_ATH10K-CT_LEDS=y
|
||||||
|
CONFIG_KERNEL_ARM_MODULE_PLTS=y
|
||||||
|
CONFIG_KERNEL_TCP_CONG_BBR2=y
|
12
config-espressobin1
Executable file
12
config-espressobin1
Executable file
|
@ -0,0 +1,12 @@
|
||||||
|
CONFIG_TARGET_ipq40xx=y
|
||||||
|
CONFIG_TARGET_ipq40xx_generic=y
|
||||||
|
CONFIG_TARGET_ipq40xx_generic_DEVICE_8dev_jalapeno=y
|
||||||
|
CONFIG_TARGET_BOARD="ipq40xx"
|
||||||
|
CONFIG_TARGET_SUBTARGET="generic"
|
||||||
|
CONFIG_TARGET_PROFILE="DEVICE_8dev_jalapeno"
|
||||||
|
CONFIG_TARGET_ARCH_PACKAGES="arm_cortex-a7_neon-vfpv4"
|
||||||
|
CONFIG_PACKAGE_ath10k-board-qca4019=y
|
||||||
|
CONFIG_PACKAGE_ath10k-firmware-qca4019-ct-htt=y
|
||||||
|
CONFIG_PACKAGE_kmod-ath10k-ct-smallbuffers=y
|
||||||
|
CONFIG_KERNEL_ARM_MODULE_PLTS=y
|
||||||
|
CONFIG_KERNEL_TCP_CONG_BBR2=y
|
71
config-nanopi_neo
Executable file
71
config-nanopi_neo
Executable file
|
@ -0,0 +1,71 @@
|
||||||
|
CONFIG_MODULES=y
|
||||||
|
CONFIG_HAVE_DOT_CONFIG=y
|
||||||
|
CONFIG_TARGET_sunxi=y
|
||||||
|
CONFIG_TARGET_sunxi_cortexa7=y
|
||||||
|
CONFIG_TARGET_sunxi_cortexa7_DEVICE_friendlyarm_nanopi-neo=y
|
||||||
|
CONFIG_PACKAGE_kmod-6lowpan=y
|
||||||
|
CONFIG_HAS_SUBTARGETS=y
|
||||||
|
CONFIG_HAS_DEVICES=y
|
||||||
|
CONFIG_TARGET_BOARD="sunxi"
|
||||||
|
CONFIG_TARGET_SUBTARGET="cortexa7"
|
||||||
|
CONFIG_TARGET_PROFILE="DEVICE_friendlyarm_nanopi-neo"
|
||||||
|
CONFIG_TARGET_ARCH_PACKAGES="arm_cortex-a7_neon-vfpv4"
|
||||||
|
CONFIG_DEFAULT_TARGET_OPTIMIZATION="-Os -pipe"
|
||||||
|
CONFIG_CPU_TYPE="cortex-a7+neon-vfpv4"
|
||||||
|
CONFIG_LINUX_5_4=y
|
||||||
|
CONFIG_DEFAULT_base-files=y
|
||||||
|
CONFIG_DEFAULT_busybox=y
|
||||||
|
CONFIG_DEFAULT_ca-bundle=y
|
||||||
|
CONFIG_DEFAULT_dnsmasq=y
|
||||||
|
CONFIG_DEFAULT_dropbear=y
|
||||||
|
CONFIG_DEFAULT_e2fsprogs=y
|
||||||
|
CONFIG_DEFAULT_firewall=y
|
||||||
|
CONFIG_DEFAULT_fstools=y
|
||||||
|
CONFIG_DEFAULT_ip6tables=y
|
||||||
|
CONFIG_DEFAULT_iptables=y
|
||||||
|
CONFIG_DEFAULT_kmod-ipt-offload=y
|
||||||
|
CONFIG_DEFAULT_libc=y
|
||||||
|
CONFIG_DEFAULT_libgcc=y
|
||||||
|
CONFIG_DEFAULT_libustream-wolfssl=y
|
||||||
|
CONFIG_DEFAULT_logd=y
|
||||||
|
CONFIG_DEFAULT_mkf2fs=y
|
||||||
|
CONFIG_DEFAULT_mtd=y
|
||||||
|
CONFIG_DEFAULT_netifd=y
|
||||||
|
CONFIG_DEFAULT_odhcp6c=y
|
||||||
|
CONFIG_DEFAULT_odhcpd-ipv6only=y
|
||||||
|
CONFIG_DEFAULT_opkg=y
|
||||||
|
CONFIG_DEFAULT_partx-utils=y
|
||||||
|
CONFIG_DEFAULT_ppp=y
|
||||||
|
CONFIG_DEFAULT_ppp-mod-pppoe=y
|
||||||
|
CONFIG_DEFAULT_uboot-envtools=y
|
||||||
|
CONFIG_DEFAULT_uci=y
|
||||||
|
CONFIG_DEFAULT_uclient-fetch=y
|
||||||
|
CONFIG_DEFAULT_urandom-seed=y
|
||||||
|
CONFIG_DEFAULT_urngd=y
|
||||||
|
CONFIG_HAS_FPU=y
|
||||||
|
CONFIG_AUDIO_SUPPORT=y
|
||||||
|
CONFIG_GPIO_SUPPORT=y
|
||||||
|
CONFIG_USB_SUPPORT=y
|
||||||
|
CONFIG_RTC_SUPPORT=y
|
||||||
|
CONFIG_USES_DEVICETREE=y
|
||||||
|
CONFIG_USES_SQUASHFS=y
|
||||||
|
CONFIG_USES_EXT4=y
|
||||||
|
CONFIG_arm=y
|
||||||
|
CONFIG_arm_v7=y
|
||||||
|
CONFIG_ARCH="arm"
|
||||||
|
CONFIG_KERNEL_ARM_MODULE_PLTS=y
|
||||||
|
# CONFIG_PACKAGE_libustream-wolfssl is not set
|
||||||
|
CONFIG_KERNEL_DEVMEM=y
|
||||||
|
CONFIG_KERNEL_DEVKMEM=y
|
||||||
|
# CONFIG_PACKAGE_luci-theme-argon=y
|
||||||
|
CONFIG_PACKAGE_luci-theme-bootstrap=y
|
||||||
|
CONFIG_PACKAGE_luci-theme-openwrt-2020=y
|
||||||
|
# CONFIG_PACKAGE_luci-theme-argon is not set
|
||||||
|
CONFIG_PACKAGE_luci-app-status=m
|
||||||
|
CONFIG_PACKAGE_luci-mod-status=y
|
||||||
|
CONFIG_PACKAGE_frpc=y
|
||||||
|
CONFIG_PACKAGE_rtty-nossl=y
|
||||||
|
CONFIG_PACKAGE_minicom=y
|
||||||
|
CONFIG_PACKAGE_irqbalance=y
|
||||||
|
CONFIG_PACKAGE_mtr=y
|
||||||
|
CONFIG_KERNEL_ARM_MODULE_PLTS=y
|
0
contributors/example.md
Normal file → Executable file
0
contributors/example.md
Normal file → Executable file
|
@ -1,9 +0,0 @@
|
||||||
2021-03-05
|
|
||||||
|
|
||||||
I hereby agree to the terms of the "OpenMPTCProuter Individual Contributor License Agreement", with MD5 checksum bc827a07eb93611d793ddb7c75083c00.
|
|
||||||
|
|
||||||
I furthermore declare that I am authorized and able to make this agreement and sign this declaration.
|
|
||||||
|
|
||||||
Signed,
|
|
||||||
|
|
||||||
Oliver Welter https://github.com/welterrocks
|
|
0
deploy_rsa.enc
Normal file → Executable file
0
deploy_rsa.enc
Normal file → Executable file
|
@ -7,6 +7,35 @@ CFG=/etc/board.json
|
||||||
[ -s $CFG ] || /bin/board_detect || exit 1
|
[ -s $CFG ] || /bin/board_detect || exit 1
|
||||||
[ -s /etc/config/network -a -s /etc/config/system ] && exit 0
|
[ -s /etc/config/network -a -s /etc/config/system ] && exit 0
|
||||||
|
|
||||||
|
generate_bridge() {
|
||||||
|
local name=$1
|
||||||
|
local macaddr=$2
|
||||||
|
uci -q batch <<-EOF
|
||||||
|
set network.$name=device
|
||||||
|
set network.$name.name=$name
|
||||||
|
set network.$name.type=bridge
|
||||||
|
EOF
|
||||||
|
if [ -n "$macaddr" ]; then
|
||||||
|
uci -q batch <<-EOF
|
||||||
|
set network.$name.macaddr=$macaddr
|
||||||
|
EOF
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
bridge_vlan_id=0
|
||||||
|
generate_bridge_vlan() {
|
||||||
|
local name=$1_vlan
|
||||||
|
local device=$2
|
||||||
|
local ports="$3"
|
||||||
|
local vlan="$4"
|
||||||
|
uci -q batch <<-EOF
|
||||||
|
set network.$name=bridge-vlan
|
||||||
|
set network.$name.device='$device'
|
||||||
|
set network.$name.vlan='$vlan'
|
||||||
|
set network.$name.ports='$ports'
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
|
||||||
generate_static_network() {
|
generate_static_network() {
|
||||||
uci -q batch <<-EOF
|
uci -q batch <<-EOF
|
||||||
delete network.loopback
|
delete network.loopback
|
||||||
|
@ -15,17 +44,21 @@ generate_static_network() {
|
||||||
set network.loopback.proto='static'
|
set network.loopback.proto='static'
|
||||||
set network.loopback.ipaddr='127.0.0.1'
|
set network.loopback.ipaddr='127.0.0.1'
|
||||||
set network.loopback.netmask='255.0.0.0'
|
set network.loopback.netmask='255.0.0.0'
|
||||||
delete network.globals
|
|
||||||
set network.globals='globals'
|
|
||||||
set network.globals.ula_prefix='auto'
|
|
||||||
EOF
|
EOF
|
||||||
|
[ -e /proc/sys/net/ipv6 ] && {
|
||||||
|
uci -q batch <<-EOF
|
||||||
|
delete network.globals
|
||||||
|
set network.globals='globals'
|
||||||
|
set network.globals.ula_prefix='auto'
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
|
||||||
if json_is_a dsl object; then
|
if json_is_a dsl object; then
|
||||||
json_select dsl
|
json_select dsl
|
||||||
if json_is_a atmbridge object; then
|
if json_is_a atmbridge object; then
|
||||||
json_select atmbridge
|
json_select atmbridge
|
||||||
local vpi vci encaps payload
|
local vpi vci encaps payload nameprefix
|
||||||
json_get_vars vpi vci encaps payload
|
json_get_vars vpi vci encaps payload nameprefix
|
||||||
uci -q batch <<-EOF
|
uci -q batch <<-EOF
|
||||||
delete network.atm
|
delete network.atm
|
||||||
set network.atm='atm-bridge'
|
set network.atm='atm-bridge'
|
||||||
|
@ -33,6 +66,7 @@ generate_static_network() {
|
||||||
set network.atm.vci='$vci'
|
set network.atm.vci='$vci'
|
||||||
set network.atm.encaps='$encaps'
|
set network.atm.encaps='$encaps'
|
||||||
set network.atm.payload='$payload'
|
set network.atm.payload='$payload'
|
||||||
|
set network.atm.nameprefix='$nameprefix'
|
||||||
EOF
|
EOF
|
||||||
json_select ..
|
json_select ..
|
||||||
fi
|
fi
|
||||||
|
@ -57,35 +91,31 @@ generate_static_network() {
|
||||||
|
|
||||||
addr_offset=2
|
addr_offset=2
|
||||||
generate_network() {
|
generate_network() {
|
||||||
local ifname macaddr protocol type ipaddr netmask
|
local ifname macaddr protocol type ipaddr netmask vlan
|
||||||
|
local bridge=$2
|
||||||
|
|
||||||
json_select network
|
json_select network
|
||||||
json_select "$1"
|
json_select "$1"
|
||||||
json_get_vars ifname macaddr protocol ipaddr netmask
|
json_get_vars ifname macaddr protocol ipaddr netmask vlan
|
||||||
json_select ..
|
json_select ..
|
||||||
json_select ..
|
json_select ..
|
||||||
|
|
||||||
[ -n "$ifname" ] || return
|
[ -n "$ifname" ] || return
|
||||||
|
|
||||||
case "$1" in
|
# force bridge for multi-interface devices (and lan)
|
||||||
# hack (see /etc/board.d/02_network)
|
case "$1:$ifname" in
|
||||||
none) return ;;
|
*\ * | lan:*) type="bridge" ;;
|
||||||
lan*) proto=${proto:-static} ;;
|
|
||||||
wan*) proto=${proto:-dhcp} ;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -n "$macaddr" ]; then
|
[ -n "$bridge" ] && {
|
||||||
type=macvlan # useless, only for legacy
|
if [ -z "$vlan" ]; then
|
||||||
uci -q batch <<-EOF
|
bridge_vlan_id=$((bridge_vlan_id + 1))
|
||||||
delete network.${1}_dev
|
vlan=$bridge_vlan_id
|
||||||
set network.${1}_dev='device'
|
fi
|
||||||
set network.${1}_dev.name='$1'
|
generate_bridge_vlan $1 $bridge "$ifname" $vlan
|
||||||
set network.${1}_dev.type='$type'
|
ifname=$bridge.$vlan
|
||||||
set network.${1}_dev.ifname='$ifname'
|
type=""
|
||||||
set network.${1}_dev.macaddr='$macaddr'
|
}
|
||||||
EOF
|
|
||||||
ifname=$1
|
|
||||||
fi
|
|
||||||
|
|
||||||
uci -q batch <<-EOF
|
uci -q batch <<-EOF
|
||||||
delete network.$1
|
delete network.$1
|
||||||
|
@ -95,6 +125,17 @@ generate_network() {
|
||||||
set network.$1.proto='none'
|
set network.$1.proto='none'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
if [ -n "$macaddr" ]; then
|
||||||
|
for name in $ifname; do
|
||||||
|
uci -q batch <<-EOF
|
||||||
|
delete network.$1_${name/./_}_dev
|
||||||
|
set network.$1_${name/./_}_dev='device'
|
||||||
|
set network.$1_${name/./_}_dev.name='$name'
|
||||||
|
set network.$1_${name/./_}_dev.macaddr='$macaddr'
|
||||||
|
EOF
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
case "$protocol" in
|
case "$protocol" in
|
||||||
static)
|
static)
|
||||||
local ipad
|
local ipad
|
||||||
|
@ -109,17 +150,23 @@ generate_network() {
|
||||||
set network.$1.proto='static'
|
set network.$1.proto='static'
|
||||||
set network.$1.ipaddr='$ipad'
|
set network.$1.ipaddr='$ipad'
|
||||||
set network.$1.netmask='$netm'
|
set network.$1.netmask='$netm'
|
||||||
set network.$1.ip6assign='60'
|
|
||||||
EOF
|
EOF
|
||||||
|
[ -e /proc/sys/net/ipv6 ] && uci set network.$1.ip6assign='60'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
dhcp)
|
dhcp)
|
||||||
# fixup IPv6 slave interface if parent is a bridge
|
# fixup IPv6 slave interface if parent is a bridge
|
||||||
[ "$type" = "bridge" ] && ifname="br-$1"
|
[ "$type" = "bridge" ] && ifname="br-$1"
|
||||||
|
|
||||||
uci -q batch <<-EOF
|
uci set network.$1.proto='dhcp'
|
||||||
set network.$1.proto='dhcp'
|
[ -e /proc/sys/net/ipv6 ] && {
|
||||||
EOF
|
uci -q batch <<-EOF
|
||||||
|
delete network.${1}6
|
||||||
|
set network.${1}6='interface'
|
||||||
|
set network.${1}6.ifname='$ifname'
|
||||||
|
set network.${1}6.proto='dhcpv6'
|
||||||
|
EOF
|
||||||
|
}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
pppoe)
|
pppoe)
|
||||||
|
@ -127,12 +174,16 @@ generate_network() {
|
||||||
set network.$1.proto='pppoe'
|
set network.$1.proto='pppoe'
|
||||||
set network.$1.username='username'
|
set network.$1.username='username'
|
||||||
set network.$1.password='password'
|
set network.$1.password='password'
|
||||||
set network.$1.ipv6='1'
|
|
||||||
delete network.${1}6
|
|
||||||
set network.${1}6='interface'
|
|
||||||
set network.${1}6.ifname='@${1}'
|
|
||||||
set network.${1}6.proto='dhcpv6'
|
|
||||||
EOF
|
EOF
|
||||||
|
[ -e /proc/sys/net/ipv6 ] && {
|
||||||
|
uci -q batch <<-EOF
|
||||||
|
set network.$1.ipv6='1'
|
||||||
|
delete network.${1}6
|
||||||
|
set network.${1}6='interface'
|
||||||
|
set network.${1}6.ifname='@${1}'
|
||||||
|
set network.${1}6.proto='dhcpv6'
|
||||||
|
EOF
|
||||||
|
}
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
@ -206,7 +257,8 @@ generate_switch() {
|
||||||
|
|
||||||
json_select switch
|
json_select switch
|
||||||
json_select "$key"
|
json_select "$key"
|
||||||
json_get_vars enable reset blinkrate cpu_port
|
json_get_vars enable reset blinkrate cpu_port \
|
||||||
|
ar8xxx_mib_type ar8xxx_mib_poll_interval
|
||||||
|
|
||||||
uci -q batch <<-EOF
|
uci -q batch <<-EOF
|
||||||
add network switch
|
add network switch
|
||||||
|
@ -214,6 +266,8 @@ generate_switch() {
|
||||||
set network.@switch[-1].reset='$reset'
|
set network.@switch[-1].reset='$reset'
|
||||||
set network.@switch[-1].enable_vlan='$enable'
|
set network.@switch[-1].enable_vlan='$enable'
|
||||||
set network.@switch[-1].blinkrate='$blinkrate'
|
set network.@switch[-1].blinkrate='$blinkrate'
|
||||||
|
set network.@switch[-1].ar8xxx_mib_type='$ar8xxx_mib_type'
|
||||||
|
set network.@switch[-1].ar8xxx_mib_poll_interval='$ar8xxx_mib_poll_interval'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
generate_switch_vlans_ports "$1"
|
generate_switch_vlans_ports "$1"
|
||||||
|
@ -222,12 +276,11 @@ generate_switch() {
|
||||||
json_select ..
|
json_select ..
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
generate_static_system() {
|
generate_static_system() {
|
||||||
uci -q batch <<-EOF
|
uci -q batch <<-EOF
|
||||||
delete system.@system[0]
|
delete system.@system[0]
|
||||||
add system system
|
add system system
|
||||||
set system.@system[-1].hostname='OpenMPTCProuter'
|
set system.@system[-1].hostname='antrouter'
|
||||||
set system.@system[-1].timezone='UTC'
|
set system.@system[-1].timezone='UTC'
|
||||||
set system.@system[-1].ttylogin='0'
|
set system.@system[-1].ttylogin='0'
|
||||||
set system.@system[-1].log_size='64'
|
set system.@system[-1].log_size='64'
|
||||||
|
@ -237,10 +290,10 @@ generate_static_system() {
|
||||||
set system.ntp='timeserver'
|
set system.ntp='timeserver'
|
||||||
set system.ntp.enabled='1'
|
set system.ntp.enabled='1'
|
||||||
set system.ntp.enable_server='0'
|
set system.ntp.enable_server='0'
|
||||||
add_list system.ntp.server='0.openwrt.pool.ntp.org'
|
add_list system.ntp.server='ntp1.aliyun.com'
|
||||||
add_list system.ntp.server='1.openwrt.pool.ntp.org'
|
add_list system.ntp.server='time1.cloud.tencent.com'
|
||||||
add_list system.ntp.server='2.openwrt.pool.ntp.org'
|
add_list system.ntp.server='time.ustc.edu.cn'
|
||||||
add_list system.ntp.server='3.openwrt.pool.ntp.org'
|
add_list system.ntp.server='cn.pool.ntp.org'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if json_is_a system object; then
|
if json_is_a system object; then
|
||||||
|
@ -250,6 +303,13 @@ generate_static_system() {
|
||||||
uci -q set "system.@system[-1].hostname=$hostname"
|
uci -q set "system.@system[-1].hostname=$hostname"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
local compat_version
|
||||||
|
if json_get_var compat_version compat_version; then
|
||||||
|
uci -q set "system.@system[-1].compat_version=$compat_version"
|
||||||
|
else
|
||||||
|
uci -q set "system.@system[-1].compat_version=1.0"
|
||||||
|
fi
|
||||||
|
|
||||||
if json_is_a ntpserver array; then
|
if json_is_a ntpserver array; then
|
||||||
local keys key
|
local keys key
|
||||||
json_get_keys keys ntpserver
|
json_get_keys keys ntpserver
|
||||||
|
@ -359,11 +419,12 @@ generate_led() {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
switch)
|
switch)
|
||||||
local port_mask speed_mask
|
local port_mask speed_mask mode
|
||||||
json_get_vars port_mask speed_mask
|
json_get_vars port_mask speed_mask mode
|
||||||
uci -q batch <<-EOF
|
uci -q batch <<-EOF
|
||||||
set system.$cfg.port_mask='$port_mask'
|
set system.$cfg.port_mask='$port_mask'
|
||||||
set system.$cfg.speed_mask='$speed_mask'
|
set system.$cfg.speed_mask='$speed_mask'
|
||||||
|
set system.$cfg.mode='$mode'
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -411,12 +472,24 @@ generate_gpioswitch() {
|
||||||
json_init
|
json_init
|
||||||
json_load "$(cat ${CFG})"
|
json_load "$(cat ${CFG})"
|
||||||
|
|
||||||
|
umask 077
|
||||||
|
|
||||||
if [ ! -s /etc/config/network ]; then
|
if [ ! -s /etc/config/network ]; then
|
||||||
|
bridge_name=""
|
||||||
touch /etc/config/network
|
touch /etc/config/network
|
||||||
generate_static_network
|
generate_static_network
|
||||||
|
|
||||||
|
json_get_vars bridge
|
||||||
|
[ -n "$bridge" ] && {
|
||||||
|
json_select bridge
|
||||||
|
json_get_vars name macaddr
|
||||||
|
generate_bridge "$name" "$macaddr"
|
||||||
|
json_select ..
|
||||||
|
bridge_name=$name
|
||||||
|
}
|
||||||
|
|
||||||
json_get_keys keys network
|
json_get_keys keys network
|
||||||
for key in $keys; do generate_network $key; done
|
for key in $keys; do generate_network $key $bridge_name; done
|
||||||
|
|
||||||
json_get_keys keys switch
|
json_get_keys keys switch
|
||||||
for key in $keys; do generate_switch $key; done
|
for key in $keys; do generate_switch $key; done
|
||||||
|
|
43
root/package/base-files/files/etc/banner
Normal file → Executable file
43
root/package/base-files/files/etc/banner
Normal file → Executable file
|
@ -1,8 +1,39 @@
|
||||||
___ __ __ ___ _____ ___ ___ _
|
|
||||||
/ _ \ _ __ ___ _ _ | \/ | _ \_ _/ __| _ \_ _ ___ _ _| |_ ___ _ _
|
/***
|
||||||
| (_) | '_ \/ -_) ' \| |\/| | _/ | || (__| _/ '_/ _ \ || | _/ -_) '_|
|
* ,s555SB@@&
|
||||||
\___/| .__/\___|_||_|_| |_|_| |_| \___|_| |_| \___/\_,_|\__\___|_|
|
* :9H####@@@@@Xi
|
||||||
|_|
|
* 1@@@@@@@@@@@@@@8
|
||||||
|
* ,8@@@@@@@@@B@@@@@@8
|
||||||
|
* :B@@@@X3hi8Bs;B@@@@@Ah,
|
||||||
|
* ,8i r@@@B: 1S ,M@@@@@@#8;
|
||||||
|
* 1AB35.i: X@@8 . SGhr ,A@@@@@@@@S
|
||||||
|
* 1@h31MX8 18Hhh3i .i3r ,A@@@@@@@@@5
|
||||||
|
* ;@&i,58r5 rGSS: :B@@@@@@@@@@A
|
||||||
|
* 1#i . 9i hX. .: .5@@@@@@@@@@@1
|
||||||
|
* sG1, ,G53s. 9#Xi;hS5 3B@@@@@@@B1
|
||||||
|
* .h8h.,A@@@MXSs, #@H1: 3ssSSX@1
|
||||||
|
* s ,@@@@@@@@@@@@Xhi, r#@@X1s9M8 .GA981
|
||||||
|
* ,. rS8H#@@@@@@@@@@#HG51;. .h31i;9@r .8@@@@BS;i;
|
||||||
|
* .19AXXXAB@@@@@@@@@@@@@@#MHXG893hrX#XGGXM@@@@@@@@@@MS
|
||||||
|
* s@@MM@@@hsX#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&,
|
||||||
|
* :GB@#3G@@Brs ,1GM@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B,
|
||||||
|
* .hM@@@#@@#MX 51 r;iSGAM@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@8
|
||||||
|
* :3B@@@@@@@@@@@&9@h :Gs .;sSXH@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@:
|
||||||
|
* s&HA#@@@@@@@@@@@@@@M89A;.8S. ,r3@@@@@@@@@@@@@@@@@@@@@@@@@@@r
|
||||||
|
* ,13B@@@@@@@@@@@@@@@@@@@5 5B3 ;. ;@@@@@@@@@@@@@@@@@@@@@@@@@@@i
|
||||||
|
* 5#@@#&@@@@@@@@@@@@@@@@@@9 .39: ;@@@@@@@@@@@@@@@@@@@@@@@@@@@;
|
||||||
|
* 9@@@X:MM@@@@@@@@@@@@@@@#; ;31. H@@@@@@@@@@@@@@@@@@@@@@@@@@:
|
||||||
|
* SH#@B9.rM@@@@@@@@@@@@@B :. 3@@@@@@@@@@@@@@@@@@@@@@@@@@5
|
||||||
|
* ,:. 9@@@@@@@@@@@#HB5 .M@@@@@@@@@@@@@@@@@@@@@@@@@B
|
||||||
|
* ,ssirhSM@&1;i19911i,. s@@@@@@@@@@@@@@@@@@@@@@@@@@S
|
||||||
|
* ,,,rHAri1h1rh&@#353Sh: 8@@@@@@@@@@@@@@@@@@@@@@@@@#:
|
||||||
|
* .A3hH@#5S553&@@#h i:i9S #@@@@@@@@@@@@@@@@@@@@@@@@@A.
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* 又看源码,看你妹妹呀!
|
||||||
|
*/
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
(%C)
|
55860.com QQ 175338181 weixin:xinyangla
|
||||||
|
(%C)
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# Copyright (C) 2013-2015 OpenWrt.org
|
|
||||||
#
|
|
||||||
|
|
||||||
. /lib/functions/uci-defaults.sh
|
|
||||||
|
|
||||||
board_config_update
|
|
||||||
|
|
||||||
json_is_a network object && exit 0
|
|
||||||
|
|
||||||
ucidef_set_interface_lan 'eth0'
|
|
||||||
|
|
||||||
board_config_flush
|
|
||||||
|
|
||||||
exit 0
|
|
5
root/package/base-files/files/etc/shadow
Executable file
5
root/package/base-files/files/etc/shadow
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
root:$1$ie.8vTnt$7EzhI1ZYiwp8hSAC4eSId0:18473:0:99999:7:::
|
||||||
|
daemon:*:0:0:99999:7:::
|
||||||
|
ftp:*:0:0:99999:7:::
|
||||||
|
network:*:0:0:99999:7:::
|
||||||
|
nobody:*:0:0:99999:7:::
|
|
@ -1,78 +0,0 @@
|
||||||
#
|
|
||||||
# Copyright (C) 2006-2014 OpenWrt.org
|
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
|
||||||
|
|
||||||
PKG_NAME:=uboot-envtools
|
|
||||||
PKG_DISTNAME:=u-boot
|
|
||||||
PKG_VERSION:=2020.04
|
|
||||||
PKG_RELEASE:=1
|
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
|
||||||
PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2
|
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_DISTNAME)-$(PKG_VERSION)
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_DISTNAME)-$(PKG_VERSION)
|
|
||||||
PKG_SOURCE_URL:=https://git.denx.de/u-boot.git
|
|
||||||
PKG_SOURCE_VERSION:=36fec02b1f90b92cf51ec531564f9284eae27ab4
|
|
||||||
PKG_MIRROR_HASH:=fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372
|
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=fstools
|
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0 GPL-2.0+
|
|
||||||
PKG_LICENSE_FILES:=Licenses/README
|
|
||||||
|
|
||||||
PKG_FLAGS:=nonshared
|
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
|
||||||
|
|
||||||
define Package/uboot-envtools
|
|
||||||
SECTION:=utils
|
|
||||||
CATEGORY:=Utilities
|
|
||||||
SUBMENU:=Boot Loaders
|
|
||||||
TITLE:=read/modify U-Boot bootloader environment
|
|
||||||
URL:=http://www.denx.de/wiki/U-Boot
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/uboot-envtools/description
|
|
||||||
This package includes tools to read and modify U-Boot bootloader environment.
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
touch $(PKG_BUILD_DIR)/include/config.h
|
|
||||||
mkdir -p $(PKG_BUILD_DIR)/include/config
|
|
||||||
touch $(PKG_BUILD_DIR)/include/config/auto.conf
|
|
||||||
mkdir -p $(PKG_BUILD_DIR)/include/generated
|
|
||||||
touch $(PKG_BUILD_DIR)/include/generated/autoconf.h
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
|
||||||
TARGET_CFLAGS="$(TARGET_CFLAGS)" \
|
|
||||||
TARGET_LDFLAGS="$(TARGET_LDFLAGS)" \
|
|
||||||
no-dot-config-targets=envtools \
|
|
||||||
envtools
|
|
||||||
|
|
||||||
define Package/uboot-envtools/conffiles
|
|
||||||
/etc/config/ubootenv
|
|
||||||
/etc/fw_env.config
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/uboot-envtools/install
|
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tools/env/fw_printenv $(1)/usr/sbin
|
|
||||||
$(LN) fw_printenv $(1)/usr/sbin/fw_setenv
|
|
||||||
$(INSTALL_DIR) $(1)/lib
|
|
||||||
$(INSTALL_DATA) ./files/uboot-envtools.sh $(1)/lib
|
|
||||||
$(INSTALL_DIR) $(1)/etc/uci-defaults
|
|
||||||
$(if $(wildcard ./files/$(BOARD)), \
|
|
||||||
$(INSTALL_DATA) ./files/$(BOARD) \
|
|
||||||
$(1)/etc/uci-defaults/30_uboot-envtools \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,uboot-envtools))
|
|
24
root/package/firmware/ipq-wifi/Makefile
Normal file → Executable file
24
root/package/firmware/ipq-wifi/Makefile
Normal file → Executable file
|
@ -30,15 +30,25 @@ ALLWIFIBOARDS:= \
|
||||||
avm_fritzrepeater-1200 \
|
avm_fritzrepeater-1200 \
|
||||||
buffalo_wtr-m2133hp \
|
buffalo_wtr-m2133hp \
|
||||||
cellc_rtl30vw \
|
cellc_rtl30vw \
|
||||||
|
devolo_magic-2-wifi-next \
|
||||||
dlink_dap2610 \
|
dlink_dap2610 \
|
||||||
|
edgecore_ecw5410 \
|
||||||
|
edgecore_oap100 \
|
||||||
engenius_eap2200 \
|
engenius_eap2200 \
|
||||||
engenius_emd1 \
|
engenius_emd1 \
|
||||||
engenius_emr3500 \
|
engenius_emr3500 \
|
||||||
ezviz_cs-w3-wd1200g-eup \
|
ezviz_cs-w3-wd1200g-eup \
|
||||||
|
glinet_gl-ap1300 \
|
||||||
glinet_gl-s1300 \
|
glinet_gl-s1300 \
|
||||||
linksys_ea8300 \
|
linksys_ea8300 \
|
||||||
p2w_r619ac \
|
linksys_mr8300-v0 \
|
||||||
|
luma_wrtq-329acn \
|
||||||
mobipromo_cm520-79f \
|
mobipromo_cm520-79f \
|
||||||
|
nec_wg2600hp3 \
|
||||||
|
plasmacloud_pa1200 \
|
||||||
|
plasmacloud_pa2200 \
|
||||||
|
pangu_l1000 \
|
||||||
|
p2w_r619ac \
|
||||||
qxwlan_e2600ac
|
qxwlan_e2600ac
|
||||||
|
|
||||||
ALLWIFIPACKAGES:=$(foreach BOARD,$(ALLWIFIBOARDS),ipq-wifi-$(BOARD))
|
ALLWIFIPACKAGES:=$(foreach BOARD,$(ALLWIFIBOARDS),ipq-wifi-$(BOARD))
|
||||||
|
@ -47,7 +57,7 @@ define Package/ipq-wifi-default
|
||||||
SUBMENU:=ath10k Board-Specific Overrides
|
SUBMENU:=ath10k Board-Specific Overrides
|
||||||
SECTION:=firmware
|
SECTION:=firmware
|
||||||
CATEGORY:=Firmware
|
CATEGORY:=Firmware
|
||||||
DEPENDS:=@TARGET_ipq40xx
|
DEPENDS:=@(TARGET_ipq40xx||TARGET_ipq806x)
|
||||||
TITLE:=Custom Board
|
TITLE:=Custom Board
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -105,15 +115,25 @@ $(eval $(call generate-ipq-wifi-package,aruba_ap-303,Aruba AP-303))
|
||||||
$(eval $(call generate-ipq-wifi-package,avm_fritzrepeater-1200,AVM FRITZRepeater 1200))
|
$(eval $(call generate-ipq-wifi-package,avm_fritzrepeater-1200,AVM FRITZRepeater 1200))
|
||||||
$(eval $(call generate-ipq-wifi-package,buffalo_wtr-m2133hp,Buffalo WTR-M2133HP))
|
$(eval $(call generate-ipq-wifi-package,buffalo_wtr-m2133hp,Buffalo WTR-M2133HP))
|
||||||
$(eval $(call generate-ipq-wifi-package,cellc_rtl30vw, Cell C RTL30VW))
|
$(eval $(call generate-ipq-wifi-package,cellc_rtl30vw, Cell C RTL30VW))
|
||||||
|
$(eval $(call generate-ipq-wifi-package,devolo_magic-2-wifi-next,devolo Magic 2 WiFi next))
|
||||||
$(eval $(call generate-ipq-wifi-package,dlink_dap2610,D-Link DAP-2610))
|
$(eval $(call generate-ipq-wifi-package,dlink_dap2610,D-Link DAP-2610))
|
||||||
|
$(eval $(call generate-ipq-wifi-package,edgecore_ecw5410,Edgecore ECW5410))
|
||||||
|
$(eval $(call generate-ipq-wifi-package,edgecore_oap100,Edgecore OAP100))
|
||||||
$(eval $(call generate-ipq-wifi-package,engenius_eap2200,EnGenius EAP2200))
|
$(eval $(call generate-ipq-wifi-package,engenius_eap2200,EnGenius EAP2200))
|
||||||
$(eval $(call generate-ipq-wifi-package,engenius_emd1,EnGenius EMD1))
|
$(eval $(call generate-ipq-wifi-package,engenius_emd1,EnGenius EMD1))
|
||||||
$(eval $(call generate-ipq-wifi-package,engenius_emr3500,EnGenius EMR3500))
|
$(eval $(call generate-ipq-wifi-package,engenius_emr3500,EnGenius EMR3500))
|
||||||
$(eval $(call generate-ipq-wifi-package,ezviz_cs-w3-wd1200g-eup,EZVIZ CS-W3-WD1200G EUP))
|
$(eval $(call generate-ipq-wifi-package,ezviz_cs-w3-wd1200g-eup,EZVIZ CS-W3-WD1200G EUP))
|
||||||
|
$(eval $(call generate-ipq-wifi-package,glinet_gl-ap1300,GL.iNet GL-AP1300))
|
||||||
$(eval $(call generate-ipq-wifi-package,glinet_gl-s1300,GL.iNet GL-S1300))
|
$(eval $(call generate-ipq-wifi-package,glinet_gl-s1300,GL.iNet GL-S1300))
|
||||||
$(eval $(call generate-ipq-wifi-package,linksys_ea8300,Linksys EA8300))
|
$(eval $(call generate-ipq-wifi-package,linksys_ea8300,Linksys EA8300))
|
||||||
|
$(eval $(call generate-ipq-wifi-package,linksys_mr8300-v0,Linksys MR8300))
|
||||||
|
$(eval $(call generate-ipq-wifi-package,luma_wrtq-329acn,Luma WRTQ-329ACN))
|
||||||
$(eval $(call generate-ipq-wifi-package,mobipromo_cm520-79f,MobiPromo CM520-79F))
|
$(eval $(call generate-ipq-wifi-package,mobipromo_cm520-79f,MobiPromo CM520-79F))
|
||||||
|
$(eval $(call generate-ipq-wifi-package,nec_wg2600hp3,NEC Platforms WG2600HP3))
|
||||||
|
$(eval $(call generate-ipq-wifi-package,plasmacloud_pa1200,Plasma Cloud PA1200))
|
||||||
|
$(eval $(call generate-ipq-wifi-package,plasmacloud_pa2200,Plasma Cloud PA2200))
|
||||||
$(eval $(call generate-ipq-wifi-package,qxwlan_e2600ac,Qxwlan E2600AC))
|
$(eval $(call generate-ipq-wifi-package,qxwlan_e2600ac,Qxwlan E2600AC))
|
||||||
|
$(eval $(call generate-ipq-wifi-package,pangu_l1000,PANGU L1000))
|
||||||
$(eval $(call generate-ipq-wifi-package,p2w_r619ac,P&W R619AC))
|
$(eval $(call generate-ipq-wifi-package,p2w_r619ac,P&W R619AC))
|
||||||
|
|
||||||
$(foreach PACKAGE,$(ALLWIFIPACKAGES),$(eval $(call BuildPackage,$(PACKAGE))))
|
$(foreach PACKAGE,$(ALLWIFIPACKAGES),$(eval $(call BuildPackage,$(PACKAGE))))
|
Binary file not shown.
BIN
root/package/firmware/ipq-wifi/board-pangu_l1000.qca4019
Executable file
BIN
root/package/firmware/ipq-wifi/board-pangu_l1000.qca4019
Executable file
Binary file not shown.
0
root/package/network/config/firewall/patches/fullconenat.patch
Normal file → Executable file
0
root/package/network/config/firewall/patches/fullconenat.patch
Normal file → Executable file
0
root/package/network/ipv6/6in4/Makefile
Normal file → Executable file
0
root/package/network/ipv6/6in4/Makefile
Normal file → Executable file
File diff suppressed because it is too large
Load diff
|
@ -1,51 +0,0 @@
|
||||||
#
|
|
||||||
# Copyright (C) 2009 OpenWrt.org
|
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
|
||||||
|
|
||||||
PKG_NAME:=wmt
|
|
||||||
PKG_VERSION:=1.0.0
|
|
||||||
PKG_RELEASE:=1
|
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
|
||||||
PKG_SOURCE_URL:=https://github.com/abbradar/wmt
|
|
||||||
PKG_SOURCE_VERSION:=2127e23dd94df960b12f3ffff806bcf41ebbf4b8
|
|
||||||
PKG_MAINTAINER:=Nikolay Amiantov <ab@fmap.me>
|
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
|
||||||
|
|
||||||
define Package/$(PKG_NAME)
|
|
||||||
SECTION:=utils
|
|
||||||
CATEGORY:=Utilities
|
|
||||||
TITLE:=wmt utility for MT6625L
|
|
||||||
DEPENDS:=kmod-mt6625l-wlan-gen2
|
|
||||||
MAINTAINER:=Jinkai li <lijk@synertone.net>
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/description
|
|
||||||
Utility for loading MT6625L firmware.
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/install
|
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/stp_uart_launcher $(1)/usr/bin/
|
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/wmt_loader $(1)/usr/bin/
|
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/wmt_loopback $(1)/usr/bin/
|
|
||||||
$(INSTALL_DIR) $(1)/system/etc/firmware
|
|
||||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/config/WMT_SOC.cfg $(1)/system/etc/firmware
|
|
||||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/config/WMT_SOC.cfg $(1)/system/etc/firmware/WMT.cfg
|
|
||||||
$(INSTALL_DIR) $(1)/etc/firmware
|
|
||||||
$(CP) -r $(PKG_BUILD_DIR)/firmware/* $(1)/etc/firmware/
|
|
||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
|
||||||
$(INSTALL_BIN) ./files/wmt.init $(1)/etc/init.d/wmt
|
|
||||||
$(INSTALL_DIR) $(1)/etc/uci-defaults
|
|
||||||
$(INSTALL_BIN) ./files/wmt.defaults $(1)/etc/uci-defaults/8803-wmt
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
|
|
@ -1,11 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
if [ -z "$(uci -q get ucitrack.@wmt[0])" ]; then
|
|
||||||
uci -q batch <<-EOF
|
|
||||||
set ucitrack.@wmt[-1]=wmt
|
|
||||||
set ucitrack.@wmt[-1].init=wmt
|
|
||||||
add_list ucitrack.@wireless[0].affects=wmt
|
|
||||||
commit ucitrack
|
|
||||||
EOF
|
|
||||||
fi
|
|
||||||
exit 0
|
|
|
@ -1,119 +0,0 @@
|
||||||
#!/bin/sh /etc/rc.common
|
|
||||||
|
|
||||||
START=69
|
|
||||||
|
|
||||||
check_mtk_device() {
|
|
||||||
config_get phy "$1" phy
|
|
||||||
[ "$phy" = "mtkp2p0" ] && {
|
|
||||||
[ "$(uci -q get wireless.$1.disabled)" = "1" ] || apmode="$1"
|
|
||||||
[ -z "$(uci -q get wireless.default_$1.ifname)" ] && {
|
|
||||||
uci -q batch <<-EOF
|
|
||||||
set wireless.default_$1.ifname=mtkap0
|
|
||||||
set wireless.default_$1.bss_load_update_period=0
|
|
||||||
rename wireless.$1=ap
|
|
||||||
rename wireless.default_$1=default_ap
|
|
||||||
set wireless.default_$1.device=ap
|
|
||||||
EOF
|
|
||||||
}
|
|
||||||
}
|
|
||||||
[ "$phy" = "mtkphy0" ] && {
|
|
||||||
[ "$(uci -q get wireless.$1.disabled)" = "1" ] || wlanmode="$1"
|
|
||||||
[ "$(uci -q get wireless.default_$1.mode)" = "ap" ] && {
|
|
||||||
uci -q batch <<-EOF
|
|
||||||
set wireless.default_$1.mode=sta
|
|
||||||
EOF
|
|
||||||
}
|
|
||||||
[ -z "$(uci -q get wireless.default_$1.ifname)" ] && {
|
|
||||||
uci -q batch <<-EOF
|
|
||||||
set wireless.default_$1.ifname=mtkwlan0
|
|
||||||
set wireless.default_$1.bss_load_update_period=0
|
|
||||||
rename wireless.$1=client
|
|
||||||
rename wireless.default_$1=default_client
|
|
||||||
set wireless.default_$1.device=client
|
|
||||||
EOF
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
find_radio() {
|
|
||||||
config_load wireless
|
|
||||||
apmode=""
|
|
||||||
wlanmode=""
|
|
||||||
config_foreach check_mtk_device wifi-device
|
|
||||||
uci -q commit wireless
|
|
||||||
}
|
|
||||||
|
|
||||||
start_ap() {
|
|
||||||
echo A > /dev/wmtWifi
|
|
||||||
# Those are recommended by vendor to avoid chip lockup.
|
|
||||||
tc qdisc add dev mtkap0 root handle 1: htb default 11
|
|
||||||
tc class add dev mtkap0 parent 1:1 classid 1:2 htb rate 8Mbit ceil 4Mbit prio 2
|
|
||||||
|
|
||||||
find_radio
|
|
||||||
if [ -n "$apmode" ]; then
|
|
||||||
config_get_bool disabled "$apmode" disabled
|
|
||||||
[ "$disabled" = "1" ] || wifi up "$apmode" 2>/dev/null
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
start_wlan() {
|
|
||||||
echo 1 > /dev/wmtWifi
|
|
||||||
# Those are recommended by vendor to avoid chip lockup.
|
|
||||||
tc qdisc add dev mtkap0 root handle 1: htb default 11
|
|
||||||
tc class add dev mtkap0 parent 1:1 classid 1:2 htb rate 8Mbit ceil 4Mbit prio 2
|
|
||||||
|
|
||||||
find_radio
|
|
||||||
if [ -n "$wlanmode" ]; then
|
|
||||||
config_get_bool disabled "$wlanmode" disabled
|
|
||||||
[ "$disabled" = "1" ] || wifi up "$wlanmode" 2>/dev/null
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
stop_apwlan() {
|
|
||||||
find_radio
|
|
||||||
[ -n "$apmode" ] && wifi down "$apmode" 2>/dev/null
|
|
||||||
[ -n "$wlanmode" ] && wifi down "$wlanmode" 2>/dev/null
|
|
||||||
echo 0 > /dev/wmtWifi
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
start() {
|
|
||||||
find_radio
|
|
||||||
|
|
||||||
[ -c /dev/stpwmt ] || /usr/bin/wmt_loader 2>&1
|
|
||||||
/usr/bin/stp_uart_launcher -p /etc/firmware 2>&1 | logger -t stp_uart_launcher &
|
|
||||||
echo "$!" > /var/run/stp_uart_launcher.pid
|
|
||||||
sleep 3
|
|
||||||
if [ -c /dev/wmtWifi ]; then
|
|
||||||
[ -n "$apmode" ] && start_ap
|
|
||||||
[ -n "$wlanmode" ] && start_wlan
|
|
||||||
[ -z "$apmode" ] && [ -z "$wlanmode" ] && start_ap
|
|
||||||
return 0
|
|
||||||
else
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
stop() {
|
|
||||||
find_radio
|
|
||||||
|
|
||||||
if [ -c /dev/wmtWifi ]; then
|
|
||||||
stop_apwlan
|
|
||||||
stp_pid="$(cat /var/run/stp_uart_launcher.pid 2>/dev/null)"
|
|
||||||
if [ -n "$stp_pid" ]; then
|
|
||||||
kill "$stp_pid"
|
|
||||||
rm /var/run/stp_uart_launcher.pid
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
reload() {
|
|
||||||
find_radio
|
|
||||||
|
|
||||||
if [ -c /dev/wmtWifi ]; then
|
|
||||||
stop_apwlan
|
|
||||||
[ -n "$apmode" ] && start_ap
|
|
||||||
[ -n "$wlanmode" ] && start_wlan
|
|
||||||
[ -z "$apmode" ] && [ -z "$wlanmode" ] && start_ap
|
|
||||||
fi
|
|
||||||
}
|
|
432
root/rules.mk
432
root/rules.mk
|
@ -1,432 +0,0 @@
|
||||||
#
|
|
||||||
# Copyright (C) 2006-2010 OpenWrt.org
|
|
||||||
# Copyright (C) 2016 LEDE Project
|
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
|
|
||||||
ifneq ($(__rules_inc),1)
|
|
||||||
__rules_inc=1
|
|
||||||
|
|
||||||
ifeq ($(DUMP),)
|
|
||||||
-include $(TOPDIR)/.config
|
|
||||||
endif
|
|
||||||
include $(TOPDIR)/include/debug.mk
|
|
||||||
include $(TOPDIR)/include/verbose.mk
|
|
||||||
|
|
||||||
ifneq ($(filter check,$(MAKECMDGOALS)),)
|
|
||||||
CHECK:=1
|
|
||||||
DUMP:=1
|
|
||||||
endif
|
|
||||||
|
|
||||||
export TMP_DIR:=$(TOPDIR)/tmp
|
|
||||||
export TMPDIR:=$(TMP_DIR)
|
|
||||||
|
|
||||||
qstrip=$(strip $(subst ",,$(1)))
|
|
||||||
#"))
|
|
||||||
|
|
||||||
empty:=
|
|
||||||
space:= $(empty) $(empty)
|
|
||||||
comma:=,
|
|
||||||
merge=$(subst $(space),,$(1))
|
|
||||||
confvar=$(shell echo '$(foreach v,$(1),$(v)=$(subst ','\'',$($(v))))' | $(STAGING_DIR_HOST)/bin/mkhash md5)
|
|
||||||
strip_last=$(patsubst %.$(lastword $(subst .,$(space),$(1))),%,$(1))
|
|
||||||
|
|
||||||
paren_left = (
|
|
||||||
paren_right = )
|
|
||||||
chars_lower = a b c d e f g h i j k l m n o p q r s t u v w x y z
|
|
||||||
chars_upper = A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
|
|
||||||
|
|
||||||
define sep
|
|
||||||
|
|
||||||
endef
|
|
||||||
|
|
||||||
define newline
|
|
||||||
|
|
||||||
|
|
||||||
endef
|
|
||||||
|
|
||||||
__tr_list = $(join $(join $(1),$(foreach char,$(1),$(comma))),$(2))
|
|
||||||
__tr_head_stripped = $(subst $(space),,$(foreach cv,$(call __tr_list,$(1),$(2)),$$$(paren_left)subst$(cv)$(comma)))
|
|
||||||
__tr_head = $(subst $(paren_left)subst,$(paren_left)subst$(space),$(__tr_head_stripped))
|
|
||||||
__tr_tail = $(subst $(space),,$(foreach cv,$(1),$(paren_right)))
|
|
||||||
__tr_template = $(__tr_head)$$(1)$(__tr_tail)
|
|
||||||
|
|
||||||
$(eval toupper = $(call __tr_template,$(chars_lower),$(chars_upper)))
|
|
||||||
$(eval tolower = $(call __tr_template,$(chars_upper),$(chars_lower)))
|
|
||||||
|
|
||||||
version_abbrev = $(if $(if $(CHECK),,$(DUMP)),$(1),$(shell printf '%.8s' $(1)))
|
|
||||||
|
|
||||||
_SINGLE=export MAKEFLAGS=$(space);
|
|
||||||
CFLAGS:=
|
|
||||||
ARCH:=$(subst i486,i386,$(subst i586,i386,$(subst i686,i386,$(call qstrip,$(CONFIG_ARCH)))))
|
|
||||||
ARCH_PACKAGES:=$(call qstrip,$(CONFIG_TARGET_ARCH_PACKAGES))
|
|
||||||
BOARD:=$(call qstrip,$(CONFIG_TARGET_BOARD))
|
|
||||||
SUBTARGET:=$(call qstrip,$(CONFIG_TARGET_SUBTARGET))
|
|
||||||
TARGET_OPTIMIZATION:=$(call qstrip,$(CONFIG_TARGET_OPTIMIZATION))
|
|
||||||
export EXTRA_OPTIMIZATION:=$(filter-out -fno-plt,$(call qstrip,$(CONFIG_EXTRA_OPTIMIZATION)))
|
|
||||||
TARGET_SUFFIX=$(call qstrip,$(CONFIG_TARGET_SUFFIX))
|
|
||||||
BUILD_SUFFIX:=$(call qstrip,$(CONFIG_BUILD_SUFFIX))
|
|
||||||
SUBDIR:=$(patsubst $(TOPDIR)/%,%,${CURDIR})
|
|
||||||
BUILD_SUBDIR:=$(patsubst $(TOPDIR)/%,%,${CURDIR})
|
|
||||||
NPROC:=$(shell sysctl -n hw.ncpu 2>/dev/null || nproc)
|
|
||||||
export SHELL:=/usr/bin/env bash
|
|
||||||
|
|
||||||
IS_PACKAGE_BUILD := $(if $(filter package/%,$(BUILD_SUBDIR)),1)
|
|
||||||
|
|
||||||
OPTIMIZE_FOR_CPU=$(subst i386,i486,$(ARCH))
|
|
||||||
|
|
||||||
ifneq (,$(findstring $(ARCH) , aarch64 aarch64_be powerpc ))
|
|
||||||
FPIC:=-fPIC
|
|
||||||
else
|
|
||||||
FPIC:=-fpic
|
|
||||||
endif
|
|
||||||
|
|
||||||
HOST_FPIC:=-fPIC
|
|
||||||
|
|
||||||
ARCH_SUFFIX:=$(call qstrip,$(CONFIG_CPU_TYPE))
|
|
||||||
GCC_ARCH:=
|
|
||||||
|
|
||||||
ifneq ($(ARCH_SUFFIX),)
|
|
||||||
ARCH_SUFFIX:=_$(ARCH_SUFFIX)
|
|
||||||
endif
|
|
||||||
ifneq ($(filter -march=armv%,$(TARGET_OPTIMIZATION)),)
|
|
||||||
GCC_ARCH:=$(patsubst -march=%,%,$(filter -march=armv%,$(TARGET_OPTIMIZATION)))
|
|
||||||
endif
|
|
||||||
ifdef CONFIG_HAS_SPE_FPU
|
|
||||||
TARGET_SUFFIX:=$(TARGET_SUFFIX)spe
|
|
||||||
endif
|
|
||||||
ifdef CONFIG_MIPS64_ABI
|
|
||||||
ifneq ($(CONFIG_MIPS64_ABI_O32),y)
|
|
||||||
ARCH_SUFFIX:=$(ARCH_SUFFIX)_$(call qstrip,$(CONFIG_MIPS64_ABI))
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
DEFAULT_SUBDIR_TARGETS:=clean download prepare compile update refresh prereq dist distcheck configure check check-depends
|
|
||||||
|
|
||||||
define DefaultTargets
|
|
||||||
$(foreach t,$(DEFAULT_SUBDIR_TARGETS) $(1),
|
|
||||||
.$(t):
|
|
||||||
$(t): .$(t)
|
|
||||||
.PHONY: $(t) .$(t)
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
DL_DIR:=$(if $(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(TOPDIR)/dl)
|
|
||||||
OUTPUT_DIR:=$(if $(call qstrip,$(CONFIG_BINARY_FOLDER)),$(call qstrip,$(CONFIG_BINARY_FOLDER)),$(TOPDIR)/bin)
|
|
||||||
BIN_DIR:=$(OUTPUT_DIR)/targets/$(BOARD)/$(SUBTARGET)
|
|
||||||
INCLUDE_DIR:=$(TOPDIR)/include
|
|
||||||
SCRIPT_DIR:=$(TOPDIR)/scripts
|
|
||||||
BUILD_DIR_BASE:=$(TOPDIR)/build_dir
|
|
||||||
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
|
||||||
GCCV:=$(call qstrip,$(CONFIG_GCC_VERSION))
|
|
||||||
LIBC:=$(call qstrip,$(CONFIG_LIBC))
|
|
||||||
REAL_GNU_TARGET_NAME=$(OPTIMIZE_FOR_CPU)-openwrt-linux$(if $(TARGET_SUFFIX),-$(TARGET_SUFFIX))
|
|
||||||
GNU_TARGET_NAME=$(OPTIMIZE_FOR_CPU)-openwrt-linux
|
|
||||||
DIR_SUFFIX:=_$(LIBC)$(if $(CONFIG_arm),_eabi)
|
|
||||||
BIN_DIR:=$(BIN_DIR)$(if $(CONFIG_USE_MUSL),,-$(LIBC))
|
|
||||||
TARGET_DIR_NAME = target-$(ARCH)$(ARCH_SUFFIX)$(DIR_SUFFIX)$(if $(BUILD_SUFFIX),_$(BUILD_SUFFIX))
|
|
||||||
TOOLCHAIN_DIR_NAME = toolchain-$(ARCH)$(ARCH_SUFFIX)_gcc-$(GCCV)$(DIR_SUFFIX)
|
|
||||||
else
|
|
||||||
ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
|
|
||||||
GNU_TARGET_NAME=$(call qstrip,$(CONFIG_TARGET_NAME))
|
|
||||||
else
|
|
||||||
GNU_TARGET_NAME=$(shell gcc -dumpmachine)
|
|
||||||
endif
|
|
||||||
REAL_GNU_TARGET_NAME=$(GNU_TARGET_NAME)
|
|
||||||
LIBC:=$(call qstrip,$(CONFIG_LIBC))
|
|
||||||
TARGET_DIR_NAME:=target-$(GNU_TARGET_NAME)_$(LIBC)$(if $(BUILD_SUFFIX),_$(BUILD_SUFFIX))
|
|
||||||
TOOLCHAIN_DIR_NAME:=toolchain-$(GNU_TARGET_NAME)
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(or $(CONFIG_EXTERNAL_TOOLCHAIN),$(CONFIG_TARGET_uml)),)
|
|
||||||
ifeq ($(CONFIG_GCC_USE_IREMAP),y)
|
|
||||||
iremap = -iremap$(1):$(2)
|
|
||||||
else
|
|
||||||
iremap = -f$(if $(CONFIG_REPRODUCIBLE_DEBUG_INFO),file,macro)-prefix-map=$(1)=$(2)
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
PACKAGE_DIR:=$(BIN_DIR)/packages
|
|
||||||
PACKAGE_DIR_ALL:=$(TOPDIR)/staging_dir/packages/$(BOARD)
|
|
||||||
BUILD_DIR:=$(BUILD_DIR_BASE)/$(TARGET_DIR_NAME)
|
|
||||||
STAGING_DIR:=$(TOPDIR)/staging_dir/$(TARGET_DIR_NAME)
|
|
||||||
BUILD_DIR_TOOLCHAIN:=$(BUILD_DIR_BASE)/$(TOOLCHAIN_DIR_NAME)
|
|
||||||
TOOLCHAIN_DIR:=$(TOPDIR)/staging_dir/$(TOOLCHAIN_DIR_NAME)
|
|
||||||
STAMP_DIR:=$(BUILD_DIR)/stamp
|
|
||||||
STAMP_DIR_HOST=$(BUILD_DIR_HOST)/stamp
|
|
||||||
TARGET_ROOTFS_DIR?=$(if $(call qstrip,$(CONFIG_TARGET_ROOTFS_DIR)),$(call qstrip,$(CONFIG_TARGET_ROOTFS_DIR)),$(BUILD_DIR))
|
|
||||||
TARGET_DIR:=$(TARGET_ROOTFS_DIR)/root-$(BOARD)
|
|
||||||
STAGING_DIR_ROOT:=$(STAGING_DIR)/root-$(BOARD)
|
|
||||||
STAGING_DIR_IMAGE:=$(STAGING_DIR)/image
|
|
||||||
BUILD_LOG_DIR:=$(if $(call qstrip,$(CONFIG_BUILD_LOG_DIR)),$(call qstrip,$(CONFIG_BUILD_LOG_DIR)),$(TOPDIR)/logs)
|
|
||||||
PKG_INFO_DIR := $(STAGING_DIR)/pkginfo
|
|
||||||
|
|
||||||
BUILD_DIR_HOST:=$(if $(IS_PACKAGE_BUILD),$(BUILD_DIR_BASE)/hostpkg,$(BUILD_DIR_BASE)/host)
|
|
||||||
STAGING_DIR_HOST:=$(TOPDIR)/staging_dir/host
|
|
||||||
STAGING_DIR_HOSTPKG:=$(TOPDIR)/staging_dir/hostpkg
|
|
||||||
|
|
||||||
TARGET_PATH:=$(subst $(space),:,$(filter-out .,$(filter-out ./,$(subst :,$(space),$(PATH)))))
|
|
||||||
TARGET_INIT_PATH:=$(call qstrip,$(CONFIG_TARGET_INIT_PATH))
|
|
||||||
TARGET_INIT_PATH:=$(if $(TARGET_INIT_PATH),$(TARGET_INIT_PATH),/usr/sbin:/sbin:/usr/bin:/bin)
|
|
||||||
TARGET_CFLAGS:=$(TARGET_OPTIMIZATION)$(if $(CONFIG_DEBUG), -g3) $(call qstrip,$(CONFIG_EXTRA_OPTIMIZATION))
|
|
||||||
TARGET_CXXFLAGS = $(TARGET_CFLAGS)
|
|
||||||
TARGET_ASFLAGS_DEFAULT = $(TARGET_CFLAGS)
|
|
||||||
TARGET_ASFLAGS = $(TARGET_ASFLAGS_DEFAULT)
|
|
||||||
TARGET_CPPFLAGS:=-I$(STAGING_DIR)/usr/include
|
|
||||||
TARGET_LDFLAGS:=-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib
|
|
||||||
ifneq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
|
||||||
LIBGCC_S_PATH=$(realpath $(wildcard $(call qstrip,$(CONFIG_LIBGCC_ROOT_DIR))/$(call qstrip,$(CONFIG_LIBGCC_FILE_SPEC))))
|
|
||||||
LIBGCC_S=$(if $(LIBGCC_S_PATH),-L$(dir $(LIBGCC_S_PATH)) -lgcc_s)
|
|
||||||
LIBGCC_A=$(realpath $(lastword $(wildcard $(dir $(LIBGCC_S_PATH))/gcc/*/*/libgcc.a)))
|
|
||||||
else
|
|
||||||
LIBGCC_A=$(lastword $(wildcard $(TOOLCHAIN_DIR)/lib/gcc/*/*/libgcc.a))
|
|
||||||
LIBGCC_S=$(if $(wildcard $(TOOLCHAIN_DIR)/lib/libgcc_s.so),-L$(TOOLCHAIN_DIR)/lib -lgcc_s,$(LIBGCC_A))
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_64BIT),y)
|
|
||||||
LIB_SUFFIX:=64
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifndef DUMP
|
|
||||||
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
|
||||||
-include $(TOOLCHAIN_DIR)/info.mk
|
|
||||||
export GCC_HONOUR_COPTS:=0
|
|
||||||
TARGET_CROSS:=$(if $(TARGET_CROSS),$(TARGET_CROSS),$(OPTIMIZE_FOR_CPU)-openwrt-linux$(if $(TARGET_SUFFIX),-$(TARGET_SUFFIX))-)
|
|
||||||
TARGET_CFLAGS+= -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result
|
|
||||||
TARGET_CPPFLAGS+= -I$(TOOLCHAIN_DIR)/usr/include
|
|
||||||
ifeq ($(CONFIG_USE_MUSL),y)
|
|
||||||
TARGET_CPPFLAGS+= -I$(TOOLCHAIN_DIR)/include/fortify
|
|
||||||
endif
|
|
||||||
TARGET_CPPFLAGS+= -I$(TOOLCHAIN_DIR)/include
|
|
||||||
TARGET_LDFLAGS+= -L$(TOOLCHAIN_DIR)/usr/lib -L$(TOOLCHAIN_DIR)/lib
|
|
||||||
TARGET_PATH:=$(TOOLCHAIN_DIR)/bin:$(TARGET_PATH)
|
|
||||||
else
|
|
||||||
ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
|
|
||||||
TARGET_CROSS:=$(call qstrip,$(CONFIG_TOOLCHAIN_PREFIX))
|
|
||||||
TOOLCHAIN_ROOT_DIR:=$(call qstrip,$(CONFIG_TOOLCHAIN_ROOT))
|
|
||||||
TOOLCHAIN_BIN_DIRS:=$(patsubst ./%,$(TOOLCHAIN_ROOT_DIR)/%,$(call qstrip,$(CONFIG_TOOLCHAIN_BIN_PATH)))
|
|
||||||
TOOLCHAIN_INC_DIRS:=$(patsubst ./%,$(TOOLCHAIN_ROOT_DIR)/%,$(call qstrip,$(CONFIG_TOOLCHAIN_INC_PATH)))
|
|
||||||
TOOLCHAIN_LIB_DIRS:=$(patsubst ./%,$(TOOLCHAIN_ROOT_DIR)/%,$(call qstrip,$(CONFIG_TOOLCHAIN_LIB_PATH)))
|
|
||||||
ifneq ($(TOOLCHAIN_BIN_DIRS),)
|
|
||||||
TARGET_PATH:=$(subst $(space),:,$(TOOLCHAIN_BIN_DIRS)):$(TARGET_PATH)
|
|
||||||
endif
|
|
||||||
ifneq ($(TOOLCHAIN_INC_DIRS),)
|
|
||||||
TARGET_CPPFLAGS+= $(patsubst %,-I%,$(TOOLCHAIN_INC_DIRS))
|
|
||||||
endif
|
|
||||||
ifneq ($(TOOLCHAIN_LIB_DIRS),)
|
|
||||||
TARGET_LDFLAGS+= $(patsubst %,-L%,$(TOOLCHAIN_LIB_DIRS))
|
|
||||||
endif
|
|
||||||
TARGET_PATH:=$(TOOLCHAIN_DIR)/bin:$(TARGET_PATH)
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
TARGET_PATH_PKG:=$(STAGING_DIR)/host/bin:$(STAGING_DIR_HOSTPKG)/bin:$(TARGET_PATH)
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_SOFT_FLOAT),y)
|
|
||||||
SOFT_FLOAT_CONFIG_OPTION:=--with-float=soft
|
|
||||||
ifeq ($(CONFIG_arm),y)
|
|
||||||
TARGET_CFLAGS+= -mfloat-abi=soft
|
|
||||||
else
|
|
||||||
TARGET_CFLAGS+= -msoft-float
|
|
||||||
endif
|
|
||||||
else
|
|
||||||
SOFT_FLOAT_CONFIG_OPTION:=
|
|
||||||
ifeq ($(CONFIG_arm),y)
|
|
||||||
TARGET_CFLAGS+= -mfloat-abi=hard
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
export PATH:=$(TARGET_PATH)
|
|
||||||
export STAGING_DIR STAGING_DIR_HOST STAGING_DIR_HOSTPKG
|
|
||||||
export SH_FUNC:=. $(INCLUDE_DIR)/shell.sh;
|
|
||||||
|
|
||||||
PKG_CONFIG:=$(STAGING_DIR_HOST)/bin/pkg-config
|
|
||||||
|
|
||||||
export PKG_CONFIG
|
|
||||||
|
|
||||||
HOSTCC:=gcc
|
|
||||||
HOSTCXX:=g++
|
|
||||||
HOST_CPPFLAGS:=-I$(STAGING_DIR_HOST)/include $(if $(IS_PACKAGE_BUILD),-I$(STAGING_DIR_HOSTPKG)/include -I$(STAGING_DIR)/host/include)
|
|
||||||
HOST_CFLAGS:=-O2 $(HOST_CPPFLAGS)
|
|
||||||
HOST_LDFLAGS:=-L$(STAGING_DIR_HOST)/lib $(if $(IS_PACKAGE_BUILD),-L$(STAGING_DIR_HOSTPKG)/lib -L$(STAGING_DIR)/host/lib)
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
|
||||||
TARGET_AR:=$(TARGET_CROSS)gcc-ar
|
|
||||||
TARGET_RANLIB:=$(TARGET_CROSS)gcc-ranlib
|
|
||||||
TARGET_NM:=$(TARGET_CROSS)gcc-nm
|
|
||||||
else
|
|
||||||
TARGET_AR:=$(TARGET_CROSS)ar
|
|
||||||
TARGET_RANLIB:=$(TARGET_CROSS)ranlib
|
|
||||||
TARGET_NM:=$(TARGET_CROSS)nm
|
|
||||||
endif
|
|
||||||
|
|
||||||
BUILD_KEY=$(TOPDIR)/key-build
|
|
||||||
|
|
||||||
FAKEROOT:=$(STAGING_DIR_HOST)/bin/fakeroot
|
|
||||||
|
|
||||||
TARGET_CC:=$(TARGET_CROSS)gcc
|
|
||||||
TARGET_CXX:=$(TARGET_CROSS)g++
|
|
||||||
KPATCH:=$(SCRIPT_DIR)/patch-kernel.sh
|
|
||||||
SED:=$(STAGING_DIR_HOST)/bin/sed -i -e
|
|
||||||
ESED:=$(STAGING_DIR_HOST)/bin/sed -E -i -e
|
|
||||||
CP:=cp -fpR
|
|
||||||
LN:=ln -sf
|
|
||||||
XARGS:=xargs -r
|
|
||||||
|
|
||||||
BASH:=bash
|
|
||||||
TAR:=tar
|
|
||||||
FIND:=find
|
|
||||||
PATCH:=patch
|
|
||||||
PYTHON:=python
|
|
||||||
|
|
||||||
INSTALL_BIN:=install -m0755
|
|
||||||
INSTALL_SUID:=install -m4755
|
|
||||||
INSTALL_DIR:=install -d -m0755
|
|
||||||
INSTALL_DATA:=install -m0644
|
|
||||||
INSTALL_CONF:=install -m0600
|
|
||||||
|
|
||||||
TARGET_CC_NOCACHE:=$(TARGET_CC)
|
|
||||||
TARGET_CXX_NOCACHE:=$(TARGET_CXX)
|
|
||||||
HOSTCC_NOCACHE:=$(HOSTCC)
|
|
||||||
HOSTCXX_NOCACHE:=$(HOSTCXX)
|
|
||||||
export TARGET_CC_NOCACHE
|
|
||||||
export TARGET_CXX_NOCACHE
|
|
||||||
export HOSTCC_NOCACHE
|
|
||||||
export HOSTCXX_NOCACHE
|
|
||||||
|
|
||||||
ifneq ($(CONFIG_CCACHE),)
|
|
||||||
TARGET_CC:= ccache_cc
|
|
||||||
TARGET_CXX:= ccache_cxx
|
|
||||||
HOSTCC:= ccache $(HOSTCC)
|
|
||||||
HOSTCXX:= ccache $(HOSTCXX)
|
|
||||||
export CCACHE_BASEDIR:=$(TOPDIR)
|
|
||||||
export CCACHE_DIR:=$(if $(call qstrip,$(CONFIG_CCACHE_DIR)),$(call qstrip,$(CONFIG_CCACHE_DIR)),$(TOPDIR)/.ccache)
|
|
||||||
export CCACHE_COMPILERCHECK:=%compiler% -dumpmachine; %compiler% -dumpversion
|
|
||||||
endif
|
|
||||||
|
|
||||||
TARGET_CONFIGURE_OPTS = \
|
|
||||||
AR="$(TARGET_AR)" \
|
|
||||||
AS="$(TARGET_CC) -c $(TARGET_ASFLAGS)" \
|
|
||||||
LD=$(TARGET_CROSS)ld \
|
|
||||||
NM="$(TARGET_NM)" \
|
|
||||||
CC="$(TARGET_CC)" \
|
|
||||||
GCC="$(TARGET_CC)" \
|
|
||||||
CXX="$(TARGET_CXX)" \
|
|
||||||
RANLIB="$(TARGET_RANLIB)" \
|
|
||||||
STRIP=$(TARGET_CROSS)strip \
|
|
||||||
OBJCOPY=$(TARGET_CROSS)objcopy \
|
|
||||||
OBJDUMP=$(TARGET_CROSS)objdump \
|
|
||||||
SIZE=$(TARGET_CROSS)size
|
|
||||||
|
|
||||||
# strip an entire directory
|
|
||||||
ifneq ($(CONFIG_NO_STRIP),)
|
|
||||||
RSTRIP:=:
|
|
||||||
STRIP:=:
|
|
||||||
else
|
|
||||||
ifneq ($(CONFIG_USE_STRIP),)
|
|
||||||
STRIP:=$(TARGET_CROSS)strip $(call qstrip,$(CONFIG_STRIP_ARGS))
|
|
||||||
else
|
|
||||||
ifneq ($(CONFIG_USE_SSTRIP),)
|
|
||||||
STRIP:=$(STAGING_DIR_HOST)/bin/sstrip $(call qstrip,$(CONFIG_SSTRIP_ARGS))
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
RSTRIP= \
|
|
||||||
export CROSS="$(TARGET_CROSS)" \
|
|
||||||
$(if $(PKG_BUILD_ID),KEEP_BUILD_ID=1) \
|
|
||||||
$(if $(CONFIG_KERNEL_KALLSYMS),NO_RENAME=1) \
|
|
||||||
$(if $(CONFIG_KERNEL_PROFILING),KEEP_SYMBOLS=1); \
|
|
||||||
NM="$(TARGET_CROSS)nm" \
|
|
||||||
STRIP="$(STRIP)" \
|
|
||||||
STRIP_KMOD="$(SCRIPT_DIR)/strip-kmod.sh" \
|
|
||||||
PATCHELF="$(STAGING_DIR_HOST)/bin/patchelf" \
|
|
||||||
$(SCRIPT_DIR)/rstrip.sh
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_IPV6),y)
|
|
||||||
DISABLE_IPV6:=
|
|
||||||
else
|
|
||||||
DISABLE_IPV6:=--disable-ipv6
|
|
||||||
endif
|
|
||||||
|
|
||||||
TAR_OPTIONS:=-xf -
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_BUILD_LOG),y)
|
|
||||||
BUILD_LOG:=1
|
|
||||||
endif
|
|
||||||
|
|
||||||
export BISON_PKGDATADIR:=$(STAGING_DIR_HOST)/share/bison
|
|
||||||
export M4:=$(STAGING_DIR_HOST)/bin/m4
|
|
||||||
|
|
||||||
define shvar
|
|
||||||
V_$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
|
|
||||||
endef
|
|
||||||
|
|
||||||
define shexport
|
|
||||||
export $(call shvar,$(1))=$$(call $(1))
|
|
||||||
endef
|
|
||||||
|
|
||||||
# Execute commands under flock
|
|
||||||
# $(1) => The shell expression.
|
|
||||||
# $(2) => The lock name. If not given, the global lock will be used.
|
|
||||||
ifneq ($(wildcard $(STAGING_DIR_HOST)/bin/flock),)
|
|
||||||
define locked
|
|
||||||
SHELL= \
|
|
||||||
flock \
|
|
||||||
$(TMP_DIR)/.$(if $(2),$(strip $(2)),global).flock \
|
|
||||||
-c '$(subst ','\'',$(1))'
|
|
||||||
endef
|
|
||||||
else
|
|
||||||
locked=$(1)
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Recursively copy paths into another directory, purge dangling
|
|
||||||
# symlinks before.
|
|
||||||
# $(1) => File glob expression
|
|
||||||
# $(2) => Destination directory
|
|
||||||
define file_copy
|
|
||||||
for src_dir in $(sort $(foreach d,$(wildcard $(1)),$(dir $(d)))); do \
|
|
||||||
( cd $$src_dir; find -type f -or -type d ) | \
|
|
||||||
( cd $(2); while :; do \
|
|
||||||
read FILE; \
|
|
||||||
[ -z "$$FILE" ] && break; \
|
|
||||||
[ -L "$$FILE" ] || continue; \
|
|
||||||
echo "Removing symlink $(2)/$$FILE"; \
|
|
||||||
rm -f "$$FILE"; \
|
|
||||||
done; ); \
|
|
||||||
done; \
|
|
||||||
$(CP) $(1) $(2)
|
|
||||||
endef
|
|
||||||
|
|
||||||
# Calculate sha256sum of any plain file within a given directory
|
|
||||||
# $(1) => Input directory
|
|
||||||
# $(2) => If set, recurse into subdirectories
|
|
||||||
define sha256sums
|
|
||||||
(cd $(1); find . $(if $(2),,-maxdepth 1) -type f -not -name 'sha256sums' -printf "%P\n" | sort | \
|
|
||||||
xargs -r $(STAGING_DIR_HOST)/bin/mkhash -n sha256 | sed -ne 's!^\(.*\) \(.*\)$$!\1 *\2!p' > sha256sums)
|
|
||||||
endef
|
|
||||||
|
|
||||||
# file extension
|
|
||||||
ext=$(word $(words $(subst ., ,$(1))),$(subst ., ,$(1)))
|
|
||||||
|
|
||||||
all:
|
|
||||||
FORCE: ;
|
|
||||||
.PHONY: FORCE
|
|
||||||
|
|
||||||
check: FORCE
|
|
||||||
@true
|
|
||||||
|
|
||||||
val.%:
|
|
||||||
@$(if $(filter undefined,$(origin $*)),\
|
|
||||||
echo "$* undefined" >&2, \
|
|
||||||
echo '$(subst ','"'"',$($*))' \
|
|
||||||
)
|
|
||||||
|
|
||||||
var.%:
|
|
||||||
@$(if $(filter undefined,$(origin $*)),\
|
|
||||||
echo "$* undefined" >&2, \
|
|
||||||
echo "$*='"'$(subst ','"'\"'\"'"',$($*))'"'" \
|
|
||||||
)
|
|
||||||
|
|
||||||
endif #__rules_inc
|
|
|
@ -1,431 +0,0 @@
|
||||||
# CONFIG_AIO is not set
|
|
||||||
CONFIG_ALIGNMENT_TRAP=y
|
|
||||||
CONFIG_ARCH_BCM=y
|
|
||||||
CONFIG_ARCH_BCM2835=y
|
|
||||||
CONFIG_ARCH_CLOCKSOURCE_DATA=y
|
|
||||||
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
|
|
||||||
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
|
|
||||||
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
|
|
||||||
CONFIG_ARCH_HAS_SET_MEMORY=y
|
|
||||||
CONFIG_ARCH_HAS_SG_CHAIN=y
|
|
||||||
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
|
|
||||||
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
|
|
||||||
CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
|
|
||||||
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
|
|
||||||
CONFIG_ARCH_MULTIPLATFORM=y
|
|
||||||
# CONFIG_ARCH_MULTI_CPU_AUTO is not set
|
|
||||||
CONFIG_ARCH_MULTI_V6=y
|
|
||||||
CONFIG_ARCH_MULTI_V6_V7=y
|
|
||||||
CONFIG_ARCH_NR_GPIO=0
|
|
||||||
CONFIG_ARCH_OPTIONAL_KERNEL_RWX=y
|
|
||||||
# CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT is not set
|
|
||||||
# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
|
|
||||||
# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
|
|
||||||
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_UPROBES=y
|
|
||||||
CONFIG_ARCH_SUSPEND_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
|
|
||||||
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
|
|
||||||
# CONFIG_ARCH_WANTS_THP_SWAP is not set
|
|
||||||
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
|
|
||||||
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
|
|
||||||
CONFIG_ARM=y
|
|
||||||
CONFIG_ARM_AMBA=y
|
|
||||||
CONFIG_ARM_BCM2835_CPUFREQ=y
|
|
||||||
CONFIG_ARM_CPU_SUSPEND=y
|
|
||||||
CONFIG_ARM_ERRATA_411920=y
|
|
||||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
|
||||||
CONFIG_ARM_L1_CACHE_SHIFT=5
|
|
||||||
CONFIG_ARM_PATCH_PHYS_VIRT=y
|
|
||||||
# CONFIG_ARM_SP805_WATCHDOG is not set
|
|
||||||
CONFIG_ARM_THUMB=y
|
|
||||||
CONFIG_ARM_TIMER_SP804=y
|
|
||||||
CONFIG_ARM_UNWIND=y
|
|
||||||
CONFIG_AUTO_ZRELADDR=y
|
|
||||||
# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
|
|
||||||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
|
||||||
CONFIG_BCM2708_VCMEM=y
|
|
||||||
# CONFIG_BCM2835_DEVGPIOMEM is not set
|
|
||||||
CONFIG_BCM2835_FAST_MEMCPY=y
|
|
||||||
CONFIG_BCM2835_MBOX=y
|
|
||||||
# CONFIG_BCM2835_SMI is not set
|
|
||||||
CONFIG_BCM2835_THERMAL=y
|
|
||||||
CONFIG_BCM2835_TIMER=y
|
|
||||||
CONFIG_BCM2835_VCHIQ=y
|
|
||||||
# CONFIG_BCM2835_VCHIQ_SUPPORT_MEMDUMP is not set
|
|
||||||
CONFIG_BCM2835_WDT=y
|
|
||||||
CONFIG_BCM_VCIO=y
|
|
||||||
CONFIG_BCM_VC_SM=y
|
|
||||||
CONFIG_BCM_VIDEOCORE=y
|
|
||||||
# CONFIG_BLK_DEV_INITRD is not set
|
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
|
||||||
CONFIG_BLK_DEV_RAM=y
|
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=4096
|
|
||||||
CONFIG_BLK_DEV_SD=y
|
|
||||||
CONFIG_BLK_SCSI_REQUEST=y
|
|
||||||
CONFIG_BRCM_CHAR_DRIVERS=y
|
|
||||||
CONFIG_BUILD_BIN2C=y
|
|
||||||
# CONFIG_CACHE_L2X0 is not set
|
|
||||||
CONFIG_CLKDEV_LOOKUP=y
|
|
||||||
CONFIG_CLKSRC_MMIO=y
|
|
||||||
CONFIG_CLONE_BACKWARDS=y
|
|
||||||
CONFIG_CMA=y
|
|
||||||
CONFIG_CMA_ALIGNMENT=8
|
|
||||||
CONFIG_CMA_AREAS=7
|
|
||||||
# CONFIG_CMA_DEBUG is not set
|
|
||||||
# CONFIG_CMA_DEBUGFS is not set
|
|
||||||
CONFIG_CMA_SIZE_MBYTES=16
|
|
||||||
# CONFIG_CMA_SIZE_SEL_MAX is not set
|
|
||||||
CONFIG_CMA_SIZE_SEL_MBYTES=y
|
|
||||||
# CONFIG_CMA_SIZE_SEL_MIN is not set
|
|
||||||
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
|
|
||||||
CONFIG_COMMON_CLK=y
|
|
||||||
CONFIG_CONFIGFS_FS=y
|
|
||||||
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
|
|
||||||
CONFIG_CONSOLE_TRANSLATIONS=y
|
|
||||||
# CONFIG_CPUFREQ_DT is not set
|
|
||||||
CONFIG_CPU_32v6=y
|
|
||||||
CONFIG_CPU_32v6K=y
|
|
||||||
CONFIG_CPU_ABRT_EV6=y
|
|
||||||
# CONFIG_CPU_BPREDICT_DISABLE is not set
|
|
||||||
CONFIG_CPU_CACHE_V6=y
|
|
||||||
CONFIG_CPU_CACHE_VIPT=y
|
|
||||||
CONFIG_CPU_COPY_V6=y
|
|
||||||
CONFIG_CPU_CP15=y
|
|
||||||
CONFIG_CPU_CP15_MMU=y
|
|
||||||
CONFIG_CPU_FREQ=y
|
|
||||||
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
|
||||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
|
|
||||||
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_COMMON=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_USERSPACE=y
|
|
||||||
CONFIG_CPU_FREQ_STAT=y
|
|
||||||
CONFIG_CPU_HAS_ASID=y
|
|
||||||
# CONFIG_CPU_ICACHE_DISABLE is not set
|
|
||||||
CONFIG_CPU_IDLE=y
|
|
||||||
CONFIG_CPU_IDLE_GOV_LADDER=y
|
|
||||||
CONFIG_CPU_IDLE_GOV_MENU=y
|
|
||||||
CONFIG_CPU_PABRT_V6=y
|
|
||||||
CONFIG_CPU_PM=y
|
|
||||||
# CONFIG_CPU_THERMAL is not set
|
|
||||||
CONFIG_CPU_THUMB_CAPABLE=y
|
|
||||||
CONFIG_CPU_TLB_V6=y
|
|
||||||
CONFIG_CPU_V6K=y
|
|
||||||
CONFIG_CRC16=y
|
|
||||||
CONFIG_CRYPTO_CRC32C=y
|
|
||||||
CONFIG_CRYPTO_HASH=y
|
|
||||||
CONFIG_CRYPTO_HASH2=y
|
|
||||||
CONFIG_CRYPTO_RNG2=y
|
|
||||||
CONFIG_CRYPTO_WORKQUEUE=y
|
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
|
||||||
CONFIG_DEBUG_ALIGN_RODATA=y
|
|
||||||
CONFIG_DEBUG_BUGVERBOSE=y
|
|
||||||
CONFIG_DEBUG_INFO=y
|
|
||||||
CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
|
|
||||||
# CONFIG_DEBUG_UART_8250 is not set
|
|
||||||
# CONFIG_DEBUG_USER is not set
|
|
||||||
CONFIG_DEFAULT_CFQ=y
|
|
||||||
# CONFIG_DEFAULT_DEADLINE is not set
|
|
||||||
CONFIG_DEFAULT_IOSCHED="cfq"
|
|
||||||
CONFIG_DMADEVICES=y
|
|
||||||
CONFIG_DMA_BCM2708=y
|
|
||||||
CONFIG_DMA_BCM2835=y
|
|
||||||
CONFIG_DMA_CMA=y
|
|
||||||
CONFIG_DMA_ENGINE=y
|
|
||||||
# CONFIG_DMA_NOOP_OPS is not set
|
|
||||||
CONFIG_DMA_OF=y
|
|
||||||
CONFIG_DMA_SHARED_BUFFER=y
|
|
||||||
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
|
||||||
# CONFIG_DMA_VIRT_OPS is not set
|
|
||||||
CONFIG_DNOTIFY=y
|
|
||||||
# CONFIG_DRM_LIB_RANDOM is not set
|
|
||||||
# CONFIG_DRM_PANEL_LVDS is not set
|
|
||||||
# CONFIG_DRM_PANEL_INNOLUX_P079ZCA is not set
|
|
||||||
# CONFIG_DRM_PANEL_SAMSUNG_S6E3HA2 is not set
|
|
||||||
# CONFIG_DRM_PANEL_SITRONIX_ST7789V is not set
|
|
||||||
# CONFIG_DRM_VC4_HDMI_CEC is not set
|
|
||||||
CONFIG_DTC=y
|
|
||||||
CONFIG_DUMMY_CONSOLE=y
|
|
||||||
CONFIG_EDAC_ATOMIC_SCRUB=y
|
|
||||||
CONFIG_EDAC_SUPPORT=y
|
|
||||||
CONFIG_ENABLE_MUST_CHECK=y
|
|
||||||
CONFIG_EXPORTFS=y
|
|
||||||
CONFIG_EXT4_FS=y
|
|
||||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT4_FS_SECURITY=y
|
|
||||||
# CONFIG_F2FS_CHECK_FS is not set
|
|
||||||
CONFIG_F2FS_FS=y
|
|
||||||
# CONFIG_F2FS_FS_SECURITY is not set
|
|
||||||
CONFIG_F2FS_FS_XATTR=y
|
|
||||||
CONFIG_F2FS_STAT_FS=y
|
|
||||||
CONFIG_FB=y
|
|
||||||
CONFIG_FB_BCM2708=y
|
|
||||||
CONFIG_FB_CFB_COPYAREA=y
|
|
||||||
CONFIG_FB_CFB_FILLRECT=y
|
|
||||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
|
||||||
CONFIG_FB_CMDLINE=y
|
|
||||||
# CONFIG_FB_PROVIDE_GET_FB_UNMAPPED_AREA is not set
|
|
||||||
# CONFIG_FB_RPISENSE is not set
|
|
||||||
CONFIG_FIQ=y
|
|
||||||
CONFIG_FIRMWARE_IN_KERNEL=y
|
|
||||||
CONFIG_FIX_EARLYCON_MEM=y
|
|
||||||
# CONFIG_FONTS is not set
|
|
||||||
CONFIG_FONT_8x16=y
|
|
||||||
CONFIG_FONT_8x8=y
|
|
||||||
CONFIG_FONT_SUPPORT=y
|
|
||||||
# CONFIG_FPE_FASTFPE is not set
|
|
||||||
# CONFIG_FPE_NWFPE is not set
|
|
||||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
||||||
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
|
|
||||||
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
|
|
||||||
CONFIG_FREEZER=y
|
|
||||||
CONFIG_FS_MBCACHE=y
|
|
||||||
CONFIG_FS_POSIX_ACL=y
|
|
||||||
CONFIG_FUTEX_PI=y
|
|
||||||
CONFIG_GENERIC_ALLOCATOR=y
|
|
||||||
CONFIG_GENERIC_BUG=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
|
||||||
CONFIG_GENERIC_CPU_AUTOPROBE=y
|
|
||||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
|
||||||
CONFIG_GENERIC_IDLE_POLL_SETUP=y
|
|
||||||
CONFIG_GENERIC_IO=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
|
|
||||||
CONFIG_GENERIC_PCI_IOMAP=y
|
|
||||||
CONFIG_GENERIC_PINCONF=y
|
|
||||||
CONFIG_GENERIC_PINCTRL_GROUPS=y
|
|
||||||
CONFIG_GENERIC_PINMUX_FUNCTIONS=y
|
|
||||||
CONFIG_GENERIC_SCHED_CLOCK=y
|
|
||||||
CONFIG_GENERIC_SMP_IDLE_THREAD=y
|
|
||||||
CONFIG_GENERIC_STRNCPY_FROM_USER=y
|
|
||||||
CONFIG_GENERIC_STRNLEN_USER=y
|
|
||||||
CONFIG_GPIOLIB=y
|
|
||||||
CONFIG_GPIOLIB_IRQCHIP=y
|
|
||||||
# CONFIG_GPIO_BCM_EXP is not set
|
|
||||||
# CONFIG_GPIO_BCM_VIRT is not set
|
|
||||||
CONFIG_GPIO_SYSFS=y
|
|
||||||
# CONFIG_GRO_CELLS is not set
|
|
||||||
CONFIG_HANDLE_DOMAIN_IRQ=y
|
|
||||||
CONFIG_HARDIRQS_SW_RESEND=y
|
|
||||||
CONFIG_HAS_DMA=y
|
|
||||||
CONFIG_HAS_IOMEM=y
|
|
||||||
CONFIG_HAS_IOPORT_MAP=y
|
|
||||||
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
|
|
||||||
# CONFIG_HAVE_ARCH_BITREVERSE is not set
|
|
||||||
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
|
||||||
CONFIG_HAVE_ARCH_KGDB=y
|
|
||||||
CONFIG_HAVE_ARCH_PFN_VALID=y
|
|
||||||
CONFIG_HAVE_ARCH_TRACEHOOK=y
|
|
||||||
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
|
|
||||||
CONFIG_HAVE_CC_STACKPROTECTOR=y
|
|
||||||
CONFIG_HAVE_CLK=y
|
|
||||||
CONFIG_HAVE_CLK_PREPARE=y
|
|
||||||
CONFIG_HAVE_CONTEXT_TRACKING=y
|
|
||||||
CONFIG_HAVE_C_RECORDMCOUNT=y
|
|
||||||
CONFIG_HAVE_DEBUG_KMEMLEAK=y
|
|
||||||
CONFIG_HAVE_DMA_API_DEBUG=y
|
|
||||||
CONFIG_HAVE_DMA_CONTIGUOUS=y
|
|
||||||
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
|
||||||
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
|
|
||||||
CONFIG_HAVE_EBPF_JIT=y
|
|
||||||
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
|
||||||
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
|
||||||
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
|
|
||||||
CONFIG_HAVE_FUNCTION_TRACER=y
|
|
||||||
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
|
|
||||||
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
|
|
||||||
CONFIG_HAVE_MEMBLOCK=y
|
|
||||||
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
|
|
||||||
CONFIG_HAVE_NET_DSA=y
|
|
||||||
CONFIG_HAVE_OPROFILE=y
|
|
||||||
CONFIG_HAVE_OPTPROBES=y
|
|
||||||
CONFIG_HAVE_PERF_EVENTS=y
|
|
||||||
CONFIG_HAVE_PERF_REGS=y
|
|
||||||
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
|
|
||||||
CONFIG_HAVE_PROC_CPU=y
|
|
||||||
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
|
|
||||||
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
|
||||||
CONFIG_HAVE_UID16=y
|
|
||||||
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
|
|
||||||
CONFIG_HW_CONSOLE=y
|
|
||||||
CONFIG_HZ_FIXED=0
|
|
||||||
CONFIG_IKCONFIG=y
|
|
||||||
CONFIG_IKCONFIG_PROC=y
|
|
||||||
CONFIG_INPUT=y
|
|
||||||
CONFIG_INPUT_MOUSEDEV=y
|
|
||||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
|
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
|
|
||||||
CONFIG_IOMMU_HELPER=y
|
|
||||||
CONFIG_IOSCHED_CFQ=y
|
|
||||||
CONFIG_IRQCHIP=y
|
|
||||||
CONFIG_IRQ_DOMAIN=y
|
|
||||||
CONFIG_IRQ_FORCED_THREADING=y
|
|
||||||
CONFIG_IRQ_WORK=y
|
|
||||||
CONFIG_JBD2=y
|
|
||||||
CONFIG_KERNEL_GZIP=y
|
|
||||||
# CONFIG_KERNEL_XZ is not set
|
|
||||||
# CONFIG_LCD_CLASS_DEVICE is not set
|
|
||||||
CONFIG_LEDS_GPIO=y
|
|
||||||
CONFIG_LEDS_TRIGGER_INPUT=y
|
|
||||||
CONFIG_LIBFDT=y
|
|
||||||
CONFIG_LOGO=y
|
|
||||||
CONFIG_LOGO_LINUX_CLUT224=y
|
|
||||||
# CONFIG_LOGO_LINUX_MONO is not set
|
|
||||||
# CONFIG_LOGO_LINUX_VGA16 is not set
|
|
||||||
CONFIG_MAC_PARTITION=y
|
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
|
||||||
CONFIG_MAILBOX=y
|
|
||||||
# CONFIG_MAILBOX_TEST is not set
|
|
||||||
CONFIG_MAX_RAW_DEVS=256
|
|
||||||
# CONFIG_MDIO_BUS is not set
|
|
||||||
CONFIG_MEMORY_ISOLATION=y
|
|
||||||
CONFIG_MFD_RPISENSE_CORE=y
|
|
||||||
CONFIG_MFD_SYSCON=y
|
|
||||||
CONFIG_MIGHT_HAVE_CACHE_L2X0=y
|
|
||||||
CONFIG_MIGHT_HAVE_PCI=y
|
|
||||||
CONFIG_MIGRATION=y
|
|
||||||
CONFIG_MMC=y
|
|
||||||
CONFIG_MMC_BCM2835=y
|
|
||||||
CONFIG_MMC_BCM2835_DMA=y
|
|
||||||
CONFIG_MMC_BCM2835_MMC=y
|
|
||||||
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
|
|
||||||
CONFIG_MMC_BCM2835_SDHOST=y
|
|
||||||
CONFIG_MMC_BLOCK=y
|
|
||||||
CONFIG_MMC_BLOCK_MINORS=32
|
|
||||||
CONFIG_MMC_SDHCI=y
|
|
||||||
CONFIG_MMC_SDHCI_PLTFM=y
|
|
||||||
CONFIG_MODULES_USE_ELF_REL=y
|
|
||||||
# CONFIG_MTD is not set
|
|
||||||
CONFIG_MULTI_IRQ_HANDLER=y
|
|
||||||
CONFIG_NEED_DMA_MAP_STATE=y
|
|
||||||
CONFIG_NEED_PER_CPU_KM=y
|
|
||||||
CONFIG_NLS=y
|
|
||||||
CONFIG_NLS_ASCII=y
|
|
||||||
CONFIG_NLS_DEFAULT="utf8"
|
|
||||||
CONFIG_NO_BOOTMEM=y
|
|
||||||
CONFIG_NO_HZ=y
|
|
||||||
CONFIG_NO_HZ_COMMON=y
|
|
||||||
CONFIG_NO_HZ_IDLE=y
|
|
||||||
CONFIG_OABI_COMPAT=y
|
|
||||||
CONFIG_OF=y
|
|
||||||
CONFIG_OF_ADDRESS=y
|
|
||||||
CONFIG_OF_CONFIGFS=y
|
|
||||||
CONFIG_OF_DYNAMIC=y
|
|
||||||
CONFIG_OF_EARLY_FLATTREE=y
|
|
||||||
CONFIG_OF_FLATTREE=y
|
|
||||||
CONFIG_OF_GPIO=y
|
|
||||||
CONFIG_OF_IRQ=y
|
|
||||||
CONFIG_OF_NET=y
|
|
||||||
CONFIG_OF_OVERLAY=y
|
|
||||||
CONFIG_OF_RESERVED_MEM=y
|
|
||||||
CONFIG_OF_RESOLVE=y
|
|
||||||
CONFIG_OLD_SIGACTION=y
|
|
||||||
CONFIG_OLD_SIGSUSPEND3=y
|
|
||||||
CONFIG_PAGE_OFFSET=0xC0000000
|
|
||||||
# CONFIG_PCI_DOMAINS_GENERIC is not set
|
|
||||||
# CONFIG_PCI_SYSCALL is not set
|
|
||||||
CONFIG_PERF_USE_VMALLOC=y
|
|
||||||
CONFIG_PGTABLE_LEVELS=2
|
|
||||||
CONFIG_PINCTRL=y
|
|
||||||
CONFIG_PINCTRL_BCM2835=y
|
|
||||||
CONFIG_PM=y
|
|
||||||
CONFIG_PM_CLK=y
|
|
||||||
# CONFIG_PM_DEBUG is not set
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_OF=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
|
|
||||||
CONFIG_PM_SLEEP=y
|
|
||||||
CONFIG_POWER_SUPPLY=y
|
|
||||||
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
|
|
||||||
CONFIG_PRINTK_TIME=y
|
|
||||||
CONFIG_PROC_PAGE_MONITOR=y
|
|
||||||
CONFIG_PWM=y
|
|
||||||
CONFIG_PWM_BCM2835=y
|
|
||||||
CONFIG_PWM_SYSFS=y
|
|
||||||
CONFIG_RASPBERRYPI_FIRMWARE=y
|
|
||||||
CONFIG_RASPBERRYPI_POWER=y
|
|
||||||
CONFIG_RATIONAL=y
|
|
||||||
CONFIG_RAW_DRIVER=y
|
|
||||||
# CONFIG_RCU_NEED_SEGCBLIST is not set
|
|
||||||
# CONFIG_RCU_STALL_COMMON is not set
|
|
||||||
CONFIG_REGMAP=y
|
|
||||||
CONFIG_REGMAP_MMIO=y
|
|
||||||
CONFIG_REGULATOR=y
|
|
||||||
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
|
||||||
# CONFIG_SCHED_INFO is not set
|
|
||||||
CONFIG_SCSI=y
|
|
||||||
# CONFIG_SCSI_LOWLEVEL is not set
|
|
||||||
# CONFIG_SCSI_PROC_FS is not set
|
|
||||||
CONFIG_SERIAL_8250_BCM2835AUX=y
|
|
||||||
# CONFIG_SERIAL_8250_DMA is not set
|
|
||||||
CONFIG_SERIAL_8250_EXTENDED=y
|
|
||||||
CONFIG_SERIAL_8250_FSL=y
|
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=1
|
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=0
|
|
||||||
CONFIG_SERIAL_8250_SHARE_IRQ=y
|
|
||||||
CONFIG_SERIAL_AMBA_PL011=y
|
|
||||||
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
|
||||||
CONFIG_SG_POOL=y
|
|
||||||
# CONFIG_SND_BCM2708_SOC_GOOGLEVOICEHAT_SOUNDCARD is not set
|
|
||||||
# CONFIG_SND_BCM2708_SOC_RPI_CIRRUS is not set
|
|
||||||
CONFIG_SND_BCM2708_SOC_ALLO_PIANO_DAC_PLUS=m
|
|
||||||
CONFIG_SND_BCM2708_SOC_ALLO_BOSS_DAC=m
|
|
||||||
CONFIG_SND_BCM2708_SOC_ALLO_DIGIONE=m
|
|
||||||
# CONFIG_SND_BCM2708_SOC_ALLO_KATANA_DAC is not set
|
|
||||||
# CONFIG_SND_AUDIOINJECTOR_OCTO_SOUNDCARD is not set
|
|
||||||
CONFIG_SND_SOC_ICS43432=y
|
|
||||||
CONFIG_SPARSE_IRQ=y
|
|
||||||
CONFIG_SRCU=y
|
|
||||||
# CONFIG_STRIP_ASM_SYMS is not set
|
|
||||||
CONFIG_SUSPEND=y
|
|
||||||
CONFIG_SUSPEND_FREEZER=y
|
|
||||||
CONFIG_SWIOTLB=y
|
|
||||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
|
||||||
# CONFIG_TEXTSEARCH is not set
|
|
||||||
CONFIG_THERMAL=y
|
|
||||||
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
|
|
||||||
CONFIG_THERMAL_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_OF=y
|
|
||||||
CONFIG_THIN_ARCHIVES=y
|
|
||||||
CONFIG_TICK_CPU_ACCOUNTING=y
|
|
||||||
CONFIG_TIMER_OF=y
|
|
||||||
CONFIG_TIMER_PROBE=y
|
|
||||||
CONFIG_TINY_SRCU=y
|
|
||||||
CONFIG_TMPFS_POSIX_ACL=y
|
|
||||||
CONFIG_UEVENT_HELPER_PATH=""
|
|
||||||
# CONFIG_UID16 is not set
|
|
||||||
CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
|
|
||||||
CONFIG_USB=y
|
|
||||||
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
|
|
||||||
CONFIG_USB_COMMON=y
|
|
||||||
CONFIG_USB_DWCOTG=y
|
|
||||||
CONFIG_USB_LAN78XX=y
|
|
||||||
# CONFIG_USB_EHCI_HCD is not set
|
|
||||||
CONFIG_USB_NET_DRIVERS=y
|
|
||||||
CONFIG_USB_NET_SMSC95XX=y
|
|
||||||
CONFIG_USB_STORAGE=y
|
|
||||||
CONFIG_USB_SUPPORT=y
|
|
||||||
CONFIG_USB_UAS=y
|
|
||||||
CONFIG_USB_USBNET=y
|
|
||||||
CONFIG_USE_OF=y
|
|
||||||
CONFIG_VECTORS_BASE=0xffff0000
|
|
||||||
CONFIG_VFP=y
|
|
||||||
CONFIG_VT=y
|
|
||||||
CONFIG_VT_CONSOLE=y
|
|
||||||
CONFIG_VT_CONSOLE_SLEEP=y
|
|
||||||
CONFIG_VT_HW_CONSOLE_BINDING=y
|
|
||||||
CONFIG_WATCHDOG_CORE=y
|
|
||||||
CONFIG_XZ_DEC_ARM=y
|
|
||||||
CONFIG_XZ_DEC_BCJ=y
|
|
||||||
CONFIG_ZBOOT_ROM_BSS=0x0
|
|
||||||
CONFIG_ZBOOT_ROM_TEXT=0x0
|
|
|
@ -1,472 +0,0 @@
|
||||||
# CONFIG_AIO is not set
|
|
||||||
CONFIG_ALIGNMENT_TRAP=y
|
|
||||||
CONFIG_ARCH_BCM=y
|
|
||||||
CONFIG_ARCH_BCM2835=y
|
|
||||||
CONFIG_ARCH_CLOCKSOURCE_DATA=y
|
|
||||||
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
|
|
||||||
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
|
|
||||||
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
|
|
||||||
CONFIG_ARCH_HAS_SET_MEMORY=y
|
|
||||||
CONFIG_ARCH_HAS_SG_CHAIN=y
|
|
||||||
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
|
|
||||||
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
|
|
||||||
CONFIG_ARCH_HAS_TICK_BROADCAST=y
|
|
||||||
CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
|
|
||||||
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS_MAX=15
|
|
||||||
CONFIG_ARCH_MULTIPLATFORM=y
|
|
||||||
# CONFIG_ARCH_MULTI_CPU_AUTO is not set
|
|
||||||
CONFIG_ARCH_MULTI_V6_V7=y
|
|
||||||
CONFIG_ARCH_MULTI_V7=y
|
|
||||||
CONFIG_ARCH_NR_GPIO=0
|
|
||||||
CONFIG_ARCH_OPTIONAL_KERNEL_RWX=y
|
|
||||||
CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT=y
|
|
||||||
# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
|
|
||||||
# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
|
|
||||||
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_UPROBES=y
|
|
||||||
CONFIG_ARCH_SUSPEND_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
|
|
||||||
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
|
|
||||||
# CONFIG_ARCH_WANTS_THP_SWAP is not set
|
|
||||||
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
|
|
||||||
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
|
|
||||||
CONFIG_ARM=y
|
|
||||||
CONFIG_ARM_AMBA=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
|
|
||||||
CONFIG_ARM_BCM2835_CPUFREQ=y
|
|
||||||
CONFIG_ARM_CPU_SUSPEND=y
|
|
||||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
|
||||||
CONFIG_ARM_L1_CACHE_SHIFT=6
|
|
||||||
CONFIG_ARM_L1_CACHE_SHIFT_6=y
|
|
||||||
# CONFIG_ARM_LPAE is not set
|
|
||||||
CONFIG_ARM_PATCH_IDIV=y
|
|
||||||
CONFIG_ARM_PATCH_PHYS_VIRT=y
|
|
||||||
# CONFIG_ARM_SP805_WATCHDOG is not set
|
|
||||||
CONFIG_ARM_THUMB=y
|
|
||||||
# CONFIG_ARM_THUMBEE is not set
|
|
||||||
CONFIG_ARM_TIMER_SP804=y
|
|
||||||
CONFIG_ARM_UNWIND=y
|
|
||||||
CONFIG_ARM_VIRT_EXT=y
|
|
||||||
CONFIG_AUTO_ZRELADDR=y
|
|
||||||
# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
|
|
||||||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
|
||||||
CONFIG_BCM2708_VCMEM=y
|
|
||||||
# CONFIG_BCM2835_DEVGPIOMEM is not set
|
|
||||||
CONFIG_BCM2835_MBOX=y
|
|
||||||
# CONFIG_BCM2835_SMI is not set
|
|
||||||
CONFIG_BCM2835_THERMAL=y
|
|
||||||
CONFIG_BCM2835_TIMER=y
|
|
||||||
CONFIG_BCM2835_VCHIQ=y
|
|
||||||
# CONFIG_BCM2835_VCHIQ_SUPPORT_MEMDUMP is not set
|
|
||||||
CONFIG_BCM2835_WDT=y
|
|
||||||
CONFIG_BCM_VCIO=y
|
|
||||||
CONFIG_BCM_VC_SM=y
|
|
||||||
CONFIG_BCM_VIDEOCORE=y
|
|
||||||
# CONFIG_BLK_DEV_INITRD is not set
|
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
|
||||||
CONFIG_BLK_DEV_RAM=y
|
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=4096
|
|
||||||
CONFIG_BLK_DEV_SD=y
|
|
||||||
CONFIG_BLK_SCSI_REQUEST=y
|
|
||||||
CONFIG_BRCM_CHAR_DRIVERS=y
|
|
||||||
CONFIG_BUILD_BIN2C=y
|
|
||||||
# CONFIG_CACHE_L2X0 is not set
|
|
||||||
CONFIG_CLKDEV_LOOKUP=y
|
|
||||||
CONFIG_CLKSRC_MMIO=y
|
|
||||||
CONFIG_CLONE_BACKWARDS=y
|
|
||||||
CONFIG_CMA=y
|
|
||||||
CONFIG_CMA_ALIGNMENT=8
|
|
||||||
CONFIG_CMA_AREAS=7
|
|
||||||
# CONFIG_CMA_DEBUG is not set
|
|
||||||
# CONFIG_CMA_DEBUGFS is not set
|
|
||||||
CONFIG_CMA_SIZE_MBYTES=16
|
|
||||||
# CONFIG_CMA_SIZE_SEL_MAX is not set
|
|
||||||
CONFIG_CMA_SIZE_SEL_MBYTES=y
|
|
||||||
# CONFIG_CMA_SIZE_SEL_MIN is not set
|
|
||||||
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
|
|
||||||
CONFIG_COMMON_CLK=y
|
|
||||||
CONFIG_CONFIGFS_FS=y
|
|
||||||
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
|
|
||||||
CONFIG_CONSOLE_TRANSLATIONS=y
|
|
||||||
# CONFIG_CPUFREQ_DT is not set
|
|
||||||
CONFIG_CPU_32v6K=y
|
|
||||||
CONFIG_CPU_32v7=y
|
|
||||||
CONFIG_CPU_ABRT_EV7=y
|
|
||||||
# CONFIG_CPU_BPREDICT_DISABLE is not set
|
|
||||||
CONFIG_CPU_CACHE_V7=y
|
|
||||||
CONFIG_CPU_CACHE_VIPT=y
|
|
||||||
CONFIG_CPU_COPY_V6=y
|
|
||||||
CONFIG_CPU_CP15=y
|
|
||||||
CONFIG_CPU_CP15_MMU=y
|
|
||||||
CONFIG_CPU_FREQ=y
|
|
||||||
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
|
||||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
|
|
||||||
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_COMMON=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_USERSPACE=y
|
|
||||||
CONFIG_CPU_FREQ_STAT=y
|
|
||||||
CONFIG_CPU_HAS_ASID=y
|
|
||||||
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
|
|
||||||
# CONFIG_CPU_ICACHE_DISABLE is not set
|
|
||||||
CONFIG_CPU_IDLE=y
|
|
||||||
CONFIG_CPU_IDLE_GOV_LADDER=y
|
|
||||||
CONFIG_CPU_IDLE_GOV_MENU=y
|
|
||||||
CONFIG_CPU_PABRT_V7=y
|
|
||||||
CONFIG_CPU_PM=y
|
|
||||||
CONFIG_CPU_RMAP=y
|
|
||||||
# CONFIG_CPU_THERMAL is not set
|
|
||||||
CONFIG_CPU_THUMB_CAPABLE=y
|
|
||||||
CONFIG_CPU_TLB_V7=y
|
|
||||||
CONFIG_CPU_V7=y
|
|
||||||
CONFIG_CRC16=y
|
|
||||||
CONFIG_CRYPTO_AEAD=y
|
|
||||||
CONFIG_CRYPTO_AEAD2=y
|
|
||||||
CONFIG_CRYPTO_CRC32C=y
|
|
||||||
CONFIG_CRYPTO_HASH=y
|
|
||||||
CONFIG_CRYPTO_HASH2=y
|
|
||||||
CONFIG_CRYPTO_MANAGER=y
|
|
||||||
CONFIG_CRYPTO_MANAGER2=y
|
|
||||||
CONFIG_CRYPTO_NULL2=y
|
|
||||||
CONFIG_CRYPTO_RNG2=y
|
|
||||||
CONFIG_CRYPTO_WORKQUEUE=y
|
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
|
||||||
CONFIG_DEBUG_ALIGN_RODATA=y
|
|
||||||
CONFIG_DEBUG_BUGVERBOSE=y
|
|
||||||
CONFIG_DEBUG_INFO=y
|
|
||||||
CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
|
|
||||||
# CONFIG_DEBUG_UART_8250 is not set
|
|
||||||
# CONFIG_DEBUG_USER is not set
|
|
||||||
CONFIG_DEFAULT_CFQ=y
|
|
||||||
# CONFIG_DEFAULT_DEADLINE is not set
|
|
||||||
CONFIG_DEFAULT_IOSCHED="cfq"
|
|
||||||
CONFIG_DMADEVICES=y
|
|
||||||
CONFIG_DMA_BCM2708=y
|
|
||||||
CONFIG_DMA_BCM2835=y
|
|
||||||
CONFIG_DMA_CMA=y
|
|
||||||
CONFIG_DMA_ENGINE=y
|
|
||||||
# CONFIG_DMA_NOOP_OPS is not set
|
|
||||||
CONFIG_DMA_OF=y
|
|
||||||
CONFIG_DMA_SHARED_BUFFER=y
|
|
||||||
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
|
||||||
# CONFIG_DMA_VIRT_OPS is not set
|
|
||||||
CONFIG_DNOTIFY=y
|
|
||||||
# CONFIG_DRM_LIB_RANDOM is not set
|
|
||||||
CONFIG_DRM_PANEL_LVDS=n
|
|
||||||
CONFIG_DRM_PANEL_INNOLUX_P079ZCA=n
|
|
||||||
CONFIG_DRM_PANEL_SAMSUNG_S6E3HA2=n
|
|
||||||
CONFIG_DRM_PANEL_SITRONIX_ST7789V=n
|
|
||||||
CONFIG_DRM_VC4_HDMI_CEC=n
|
|
||||||
CONFIG_DTC=y
|
|
||||||
CONFIG_DUMMY_CONSOLE=y
|
|
||||||
CONFIG_EDAC_ATOMIC_SCRUB=y
|
|
||||||
CONFIG_EDAC_SUPPORT=y
|
|
||||||
CONFIG_ENABLE_MUST_CHECK=y
|
|
||||||
CONFIG_EXPORTFS=y
|
|
||||||
CONFIG_EXT4_FS=y
|
|
||||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT4_FS_SECURITY=y
|
|
||||||
# CONFIG_F2FS_CHECK_FS is not set
|
|
||||||
CONFIG_F2FS_FS=y
|
|
||||||
# CONFIG_F2FS_FS_SECURITY is not set
|
|
||||||
CONFIG_F2FS_FS_XATTR=y
|
|
||||||
CONFIG_F2FS_STAT_FS=y
|
|
||||||
CONFIG_FB=y
|
|
||||||
CONFIG_FB_BCM2708=y
|
|
||||||
CONFIG_FB_CFB_COPYAREA=y
|
|
||||||
CONFIG_FB_CFB_FILLRECT=y
|
|
||||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
|
||||||
CONFIG_FB_CMDLINE=y
|
|
||||||
# CONFIG_FB_PROVIDE_GET_FB_UNMAPPED_AREA is not set
|
|
||||||
# CONFIG_FB_RPISENSE is not set
|
|
||||||
CONFIG_FIQ=y
|
|
||||||
CONFIG_FIRMWARE_IN_KERNEL=y
|
|
||||||
CONFIG_FIX_EARLYCON_MEM=y
|
|
||||||
# CONFIG_FONTS is not set
|
|
||||||
CONFIG_FONT_8x16=y
|
|
||||||
CONFIG_FONT_8x8=y
|
|
||||||
CONFIG_FONT_SUPPORT=y
|
|
||||||
# CONFIG_FPE_FASTFPE is not set
|
|
||||||
# CONFIG_FPE_NWFPE is not set
|
|
||||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
||||||
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
|
|
||||||
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
|
|
||||||
CONFIG_FREEZER=y
|
|
||||||
CONFIG_FS_MBCACHE=y
|
|
||||||
CONFIG_FS_POSIX_ACL=y
|
|
||||||
CONFIG_FUTEX_PI=y
|
|
||||||
CONFIG_GENERIC_ALLOCATOR=y
|
|
||||||
CONFIG_GENERIC_ARCH_TOPOLOGY=y
|
|
||||||
CONFIG_GENERIC_BUG=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
|
|
||||||
CONFIG_GENERIC_CPU_AUTOPROBE=y
|
|
||||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
|
||||||
CONFIG_GENERIC_IDLE_POLL_SETUP=y
|
|
||||||
CONFIG_GENERIC_IO=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
|
|
||||||
CONFIG_GENERIC_PCI_IOMAP=y
|
|
||||||
CONFIG_GENERIC_PINCONF=y
|
|
||||||
CONFIG_GENERIC_PINCTRL_GROUPS=y
|
|
||||||
CONFIG_GENERIC_PINMUX_FUNCTIONS=y
|
|
||||||
CONFIG_GENERIC_SCHED_CLOCK=y
|
|
||||||
CONFIG_GENERIC_SMP_IDLE_THREAD=y
|
|
||||||
CONFIG_GENERIC_STRNCPY_FROM_USER=y
|
|
||||||
CONFIG_GENERIC_STRNLEN_USER=y
|
|
||||||
CONFIG_GPIOLIB=y
|
|
||||||
CONFIG_GPIOLIB_IRQCHIP=y
|
|
||||||
CONFIG_GPIO_ARIZONA=y
|
|
||||||
CONFIG_GPIO_BCM_EXP=y
|
|
||||||
CONFIG_GPIO_BCM_VIRT=y
|
|
||||||
CONFIG_GPIO_SYSFS=y
|
|
||||||
# CONFIG_GRO_CELLS is not set
|
|
||||||
CONFIG_HANDLE_DOMAIN_IRQ=y
|
|
||||||
CONFIG_HARDIRQS_SW_RESEND=y
|
|
||||||
CONFIG_HAS_DMA=y
|
|
||||||
CONFIG_HAS_IOMEM=y
|
|
||||||
CONFIG_HAS_IOPORT_MAP=y
|
|
||||||
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
|
|
||||||
CONFIG_HAVE_ARCH_BITREVERSE=y
|
|
||||||
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
|
||||||
CONFIG_HAVE_ARCH_KGDB=y
|
|
||||||
CONFIG_HAVE_ARCH_PFN_VALID=y
|
|
||||||
CONFIG_HAVE_ARCH_TRACEHOOK=y
|
|
||||||
CONFIG_HAVE_ARM_ARCH_TIMER=y
|
|
||||||
CONFIG_HAVE_ARM_SMCCC=y
|
|
||||||
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
|
|
||||||
CONFIG_HAVE_CC_STACKPROTECTOR=y
|
|
||||||
CONFIG_HAVE_CLK=y
|
|
||||||
CONFIG_HAVE_CLK_PREPARE=y
|
|
||||||
CONFIG_HAVE_CONTEXT_TRACKING=y
|
|
||||||
CONFIG_HAVE_C_RECORDMCOUNT=y
|
|
||||||
CONFIG_HAVE_DEBUG_KMEMLEAK=y
|
|
||||||
CONFIG_HAVE_DMA_API_DEBUG=y
|
|
||||||
CONFIG_HAVE_DMA_CONTIGUOUS=y
|
|
||||||
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
|
||||||
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
|
|
||||||
CONFIG_HAVE_EBPF_JIT=y
|
|
||||||
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
|
||||||
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
|
||||||
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
|
|
||||||
CONFIG_HAVE_FUNCTION_TRACER=y
|
|
||||||
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
|
|
||||||
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
|
|
||||||
CONFIG_HAVE_MEMBLOCK=y
|
|
||||||
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
|
|
||||||
CONFIG_HAVE_NET_DSA=y
|
|
||||||
CONFIG_HAVE_OPROFILE=y
|
|
||||||
CONFIG_HAVE_OPTPROBES=y
|
|
||||||
CONFIG_HAVE_PERF_EVENTS=y
|
|
||||||
CONFIG_HAVE_PERF_REGS=y
|
|
||||||
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
|
|
||||||
CONFIG_HAVE_PROC_CPU=y
|
|
||||||
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
|
|
||||||
CONFIG_HAVE_SMP=y
|
|
||||||
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
|
||||||
CONFIG_HAVE_UID16=y
|
|
||||||
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
|
|
||||||
CONFIG_HOTPLUG_CPU=y
|
|
||||||
CONFIG_HW_CONSOLE=y
|
|
||||||
CONFIG_HZ_FIXED=0
|
|
||||||
CONFIG_IKCONFIG=y
|
|
||||||
CONFIG_IKCONFIG_PROC=y
|
|
||||||
CONFIG_INPUT=y
|
|
||||||
CONFIG_INPUT_MOUSEDEV=y
|
|
||||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
|
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
|
|
||||||
CONFIG_IOMMU_HELPER=y
|
|
||||||
CONFIG_IOSCHED_CFQ=y
|
|
||||||
CONFIG_IRQCHIP=y
|
|
||||||
CONFIG_IRQ_DOMAIN=y
|
|
||||||
CONFIG_IRQ_FORCED_THREADING=y
|
|
||||||
CONFIG_IRQ_WORK=y
|
|
||||||
CONFIG_JBD2=y
|
|
||||||
CONFIG_KERNEL_GZIP=y
|
|
||||||
# CONFIG_KERNEL_XZ is not set
|
|
||||||
# CONFIG_LCD_CLASS_DEVICE is not set
|
|
||||||
CONFIG_LEDS_GPIO=y
|
|
||||||
CONFIG_LEDS_TRIGGER_INPUT=y
|
|
||||||
CONFIG_LIBFDT=y
|
|
||||||
CONFIG_LOCK_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_LOGO=y
|
|
||||||
CONFIG_LOGO_LINUX_CLUT224=y
|
|
||||||
# CONFIG_LOGO_LINUX_MONO is not set
|
|
||||||
# CONFIG_LOGO_LINUX_VGA16 is not set
|
|
||||||
CONFIG_MAC_PARTITION=y
|
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
|
||||||
CONFIG_MAILBOX=y
|
|
||||||
# CONFIG_MAILBOX_TEST is not set
|
|
||||||
CONFIG_MAX_RAW_DEVS=256
|
|
||||||
# CONFIG_MDIO_BUS is not set
|
|
||||||
CONFIG_MEMORY_ISOLATION=y
|
|
||||||
CONFIG_MFD_ARIZONA=y
|
|
||||||
CONFIG_MFD_SYSCON=y
|
|
||||||
# CONFIG_MFD_RPISENSE_CORE is not set
|
|
||||||
CONFIG_MIGHT_HAVE_CACHE_L2X0=y
|
|
||||||
CONFIG_MIGHT_HAVE_PCI=y
|
|
||||||
CONFIG_MIGRATION=y
|
|
||||||
CONFIG_MMC=y
|
|
||||||
CONFIG_MMC_BCM2835=y
|
|
||||||
CONFIG_MMC_BCM2835_DMA=y
|
|
||||||
CONFIG_MMC_BCM2835_MMC=y
|
|
||||||
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
|
|
||||||
CONFIG_MMC_BCM2835_SDHOST=y
|
|
||||||
CONFIG_MMC_BLOCK=y
|
|
||||||
CONFIG_MMC_BLOCK_MINORS=32
|
|
||||||
CONFIG_MMC_SDHCI=y
|
|
||||||
CONFIG_MMC_SDHCI_PLTFM=y
|
|
||||||
CONFIG_MODULES_USE_ELF_REL=y
|
|
||||||
# CONFIG_MTD is not set
|
|
||||||
CONFIG_MULTI_IRQ_HANDLER=y
|
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_NEED_DMA_MAP_STATE=y
|
|
||||||
CONFIG_NEON=y
|
|
||||||
CONFIG_NET_FLOW_LIMIT=y
|
|
||||||
CONFIG_NLS=y
|
|
||||||
CONFIG_NLS_ASCII=y
|
|
||||||
CONFIG_NLS_DEFAULT="utf8"
|
|
||||||
CONFIG_NO_BOOTMEM=y
|
|
||||||
CONFIG_NO_HZ=y
|
|
||||||
CONFIG_NO_HZ_COMMON=y
|
|
||||||
CONFIG_NO_HZ_IDLE=y
|
|
||||||
CONFIG_NR_CPUS=4
|
|
||||||
CONFIG_OABI_COMPAT=y
|
|
||||||
CONFIG_OF=y
|
|
||||||
CONFIG_OF_ADDRESS=y
|
|
||||||
CONFIG_OF_CONFIGFS=y
|
|
||||||
CONFIG_OF_DYNAMIC=y
|
|
||||||
CONFIG_OF_EARLY_FLATTREE=y
|
|
||||||
CONFIG_OF_FLATTREE=y
|
|
||||||
CONFIG_OF_GPIO=y
|
|
||||||
CONFIG_OF_IRQ=y
|
|
||||||
CONFIG_OF_NET=y
|
|
||||||
CONFIG_OF_OVERLAY=y
|
|
||||||
CONFIG_OF_RESERVED_MEM=y
|
|
||||||
CONFIG_OF_RESOLVE=y
|
|
||||||
CONFIG_OLD_SIGACTION=y
|
|
||||||
CONFIG_OLD_SIGSUSPEND3=y
|
|
||||||
CONFIG_PADATA=y
|
|
||||||
CONFIG_PAGE_OFFSET=0x80000000
|
|
||||||
# CONFIG_PCI_DOMAINS_GENERIC is not set
|
|
||||||
# CONFIG_PCI_SYSCALL is not set
|
|
||||||
CONFIG_PERF_USE_VMALLOC=y
|
|
||||||
CONFIG_PGTABLE_LEVELS=2
|
|
||||||
CONFIG_PINCTRL=y
|
|
||||||
CONFIG_PINCTRL_BCM2835=y
|
|
||||||
CONFIG_PM=y
|
|
||||||
CONFIG_PM_CLK=y
|
|
||||||
# CONFIG_PM_DEBUG is not set
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_OF=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
|
|
||||||
CONFIG_PM_SLEEP=y
|
|
||||||
CONFIG_PM_SLEEP_SMP=y
|
|
||||||
CONFIG_POWER_SUPPLY=y
|
|
||||||
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
|
|
||||||
CONFIG_PRINTK_TIME=y
|
|
||||||
CONFIG_PROC_PAGE_MONITOR=y
|
|
||||||
CONFIG_PWM=y
|
|
||||||
CONFIG_PWM_BCM2835=y
|
|
||||||
CONFIG_PWM_SYSFS=y
|
|
||||||
CONFIG_RASPBERRYPI_FIRMWARE=y
|
|
||||||
CONFIG_RASPBERRYPI_POWER=y
|
|
||||||
CONFIG_RATIONAL=y
|
|
||||||
CONFIG_RAW_DRIVER=y
|
|
||||||
CONFIG_RCU_NEED_SEGCBLIST=y
|
|
||||||
CONFIG_RCU_STALL_COMMON=y
|
|
||||||
CONFIG_REGMAP=y
|
|
||||||
CONFIG_REGMAP_MMIO=y
|
|
||||||
CONFIG_REGULATOR=y
|
|
||||||
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
||||||
CONFIG_RFS_ACCEL=y
|
|
||||||
CONFIG_RPS=y
|
|
||||||
CONFIG_RWSEM_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
|
||||||
# CONFIG_SCHED_INFO is not set
|
|
||||||
CONFIG_SCSI=y
|
|
||||||
# CONFIG_SCSI_LOWLEVEL is not set
|
|
||||||
# CONFIG_SCSI_PROC_FS is not set
|
|
||||||
CONFIG_SERIAL_8250_BCM2835AUX=y
|
|
||||||
# CONFIG_SERIAL_8250_DMA is not set
|
|
||||||
CONFIG_SERIAL_8250_EXTENDED=y
|
|
||||||
CONFIG_SERIAL_8250_FSL=y
|
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=1
|
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=0
|
|
||||||
CONFIG_SERIAL_8250_SHARE_IRQ=y
|
|
||||||
CONFIG_SERIAL_AMBA_PL011=y
|
|
||||||
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
|
||||||
CONFIG_SG_POOL=y
|
|
||||||
CONFIG_SMP=y
|
|
||||||
CONFIG_SMP_ON_UP=y
|
|
||||||
CONFIG_SND_BCM2708_SOC_GOOGLEVOICEHAT_SOUNDCARD=n
|
|
||||||
CONFIG_SND_BCM2708_SOC_RPI_CIRRUS=n
|
|
||||||
CONFIG_SND_AUDIOINJECTOR_OCTO_SOUNDCARD=n
|
|
||||||
CONFIG_SND_BCM2708_SOC_ALLO_PIANO_DAC_PLUS=n
|
|
||||||
CONFIG_SND_BCM2708_SOC_ALLO_BOSS_DAC=n
|
|
||||||
CONFIG_SND_BCM2708_SOC_ALLO_DIGIONE=n
|
|
||||||
CONFIG_SND_BCM2708_SOC_ALLO_KATANA_DAC=n
|
|
||||||
# CONFIG_SND_SOC_ICS43432 is not set
|
|
||||||
CONFIG_SPARSE_IRQ=y
|
|
||||||
CONFIG_SRCU=y
|
|
||||||
# CONFIG_STRIP_ASM_SYMS is not set
|
|
||||||
CONFIG_SUSPEND=y
|
|
||||||
CONFIG_SUSPEND_FREEZER=y
|
|
||||||
CONFIG_SWIOTLB=y
|
|
||||||
CONFIG_SWP_EMULATE=y
|
|
||||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
|
||||||
# CONFIG_TEE is not set
|
|
||||||
# CONFIG_TEXTSEARCH is not set
|
|
||||||
CONFIG_THERMAL=y
|
|
||||||
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
|
|
||||||
CONFIG_THERMAL_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_OF=y
|
|
||||||
CONFIG_THIN_ARCHIVES=y
|
|
||||||
# CONFIG_THUMB2_KERNEL is not set
|
|
||||||
CONFIG_TICK_CPU_ACCOUNTING=y
|
|
||||||
CONFIG_TIMER_OF=y
|
|
||||||
CONFIG_TIMER_PROBE=y
|
|
||||||
CONFIG_TMPFS_POSIX_ACL=y
|
|
||||||
CONFIG_TREE_RCU=y
|
|
||||||
CONFIG_TREE_SRCU=y
|
|
||||||
CONFIG_UEVENT_HELPER_PATH=""
|
|
||||||
# CONFIG_UID16 is not set
|
|
||||||
CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
|
|
||||||
CONFIG_USB=y
|
|
||||||
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
|
|
||||||
CONFIG_USB_COMMON=y
|
|
||||||
CONFIG_USB_DWCOTG=y
|
|
||||||
# CONFIG_USB_EHCI_HCD is not set
|
|
||||||
CONFIG_USB_LAN78XX=y
|
|
||||||
CONFIG_USB_NET_DRIVERS=y
|
|
||||||
CONFIG_USB_NET_SMSC95XX=y
|
|
||||||
CONFIG_USB_STORAGE=y
|
|
||||||
CONFIG_USB_SUPPORT=y
|
|
||||||
CONFIG_USB_UAS=y
|
|
||||||
CONFIG_USB_USBNET=y
|
|
||||||
CONFIG_USE_OF=y
|
|
||||||
CONFIG_VECTORS_BASE=0xffff0000
|
|
||||||
CONFIG_VFP=y
|
|
||||||
CONFIG_VFPv3=y
|
|
||||||
CONFIG_VMSPLIT_2G=y
|
|
||||||
# CONFIG_VMSPLIT_3G is not set
|
|
||||||
CONFIG_VT=y
|
|
||||||
CONFIG_VT_CONSOLE=y
|
|
||||||
CONFIG_VT_CONSOLE_SLEEP=y
|
|
||||||
CONFIG_VT_HW_CONSOLE_BINDING=y
|
|
||||||
CONFIG_WATCHDOG_CORE=y
|
|
||||||
CONFIG_XPS=y
|
|
||||||
CONFIG_XZ_DEC_ARM=y
|
|
||||||
CONFIG_XZ_DEC_BCJ=y
|
|
||||||
CONFIG_ZBOOT_ROM_BSS=0x0
|
|
||||||
CONFIG_ZBOOT_ROM_TEXT=0x0
|
|
|
@ -1,568 +0,0 @@
|
||||||
# CONFIG_AIO is not set
|
|
||||||
CONFIG_ALIGNMENT_TRAP=y
|
|
||||||
# CONFIG_ARCH_AXXIA is not set
|
|
||||||
CONFIG_ARCH_BCM=y
|
|
||||||
CONFIG_ARCH_BCM2835=y
|
|
||||||
# CONFIG_ARCH_BCM_HR2 is not set
|
|
||||||
CONFIG_ARCH_CLOCKSOURCE_DATA=y
|
|
||||||
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
|
|
||||||
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
|
|
||||||
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
|
|
||||||
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
|
|
||||||
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
|
|
||||||
CONFIG_ARCH_HAS_KCOV=y
|
|
||||||
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
|
|
||||||
CONFIG_ARCH_HAS_PHYS_TO_DMA=y
|
|
||||||
CONFIG_ARCH_HAS_PTE_SPECIAL=y
|
|
||||||
CONFIG_ARCH_HAS_SET_MEMORY=y
|
|
||||||
CONFIG_ARCH_HAS_SG_CHAIN=y
|
|
||||||
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
|
|
||||||
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
|
|
||||||
CONFIG_ARCH_HAS_TICK_BROADCAST=y
|
|
||||||
CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
|
|
||||||
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
|
|
||||||
CONFIG_ARCH_MULTIPLATFORM=y
|
|
||||||
CONFIG_ARCH_MULTI_V6_V7=y
|
|
||||||
CONFIG_ARCH_MULTI_V7=y
|
|
||||||
CONFIG_ARCH_NR_GPIO=0
|
|
||||||
CONFIG_ARCH_OPTIONAL_KERNEL_RWX=y
|
|
||||||
CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_UPROBES=y
|
|
||||||
CONFIG_ARCH_SUSPEND_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
|
|
||||||
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
|
|
||||||
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
|
|
||||||
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
|
|
||||||
CONFIG_ARGON_MEM=y
|
|
||||||
CONFIG_ARM=y
|
|
||||||
CONFIG_ARM_AMBA=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
|
|
||||||
CONFIG_ARM_BCM2835_CPUFREQ=y
|
|
||||||
CONFIG_ARM_CPU_SUSPEND=y
|
|
||||||
CONFIG_ARM_CRYPTO=y
|
|
||||||
CONFIG_ARM_ERRATA_643719=y
|
|
||||||
CONFIG_ARM_GIC=y
|
|
||||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
|
||||||
CONFIG_ARM_HEAVY_MB=y
|
|
||||||
CONFIG_ARM_L1_CACHE_SHIFT=6
|
|
||||||
CONFIG_ARM_L1_CACHE_SHIFT_6=y
|
|
||||||
CONFIG_ARM_LPAE=y
|
|
||||||
CONFIG_ARM_MODULE_PLTS=y
|
|
||||||
CONFIG_ARM_PATCH_IDIV=y
|
|
||||||
CONFIG_ARM_PATCH_PHYS_VIRT=y
|
|
||||||
# CONFIG_ARM_SCMI_PROTOCOL is not set
|
|
||||||
# CONFIG_ARM_SP805_WATCHDOG is not set
|
|
||||||
CONFIG_ARM_THUMB=y
|
|
||||||
# CONFIG_ARM_THUMBEE is not set
|
|
||||||
CONFIG_ARM_TIMER_SP804=y
|
|
||||||
CONFIG_ARM_UNWIND=y
|
|
||||||
CONFIG_ARM_VIRT_EXT=y
|
|
||||||
CONFIG_AUTO_ZRELADDR=y
|
|
||||||
# CONFIG_AX88796B_PHY is not set
|
|
||||||
# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
|
|
||||||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
|
||||||
CONFIG_BCM2708_VCMEM=y
|
|
||||||
CONFIG_BCM2835_DEVGPIOMEM=y
|
|
||||||
CONFIG_BCM2835_MBOX=y
|
|
||||||
CONFIG_BCM2835_POWER=y
|
|
||||||
# CONFIG_BCM2835_SMI is not set
|
|
||||||
CONFIG_BCM2835_THERMAL=y
|
|
||||||
CONFIG_BCM2835_TIMER=y
|
|
||||||
CONFIG_BCM2835_VCHIQ=y
|
|
||||||
CONFIG_BCM2835_VCHIQ_MMAL=y
|
|
||||||
CONFIG_BCM2835_WDT=y
|
|
||||||
CONFIG_BCM7XXX_PHY=y
|
|
||||||
CONFIG_BCMGENET=y
|
|
||||||
CONFIG_BCM_NET_PHYLIB=y
|
|
||||||
CONFIG_BCM_VCIO=y
|
|
||||||
CONFIG_BCM_VC_SM=y
|
|
||||||
CONFIG_BCM_VC_SM_CMA=y
|
|
||||||
CONFIG_BCM_VIDEOCORE=y
|
|
||||||
CONFIG_BLK_DEBUG_FS=y
|
|
||||||
CONFIG_BLK_DEV_BSG=y
|
|
||||||
CONFIG_BLK_DEV_BSGLIB=y
|
|
||||||
# CONFIG_BLK_DEV_DM is not set
|
|
||||||
# CONFIG_BLK_DEV_INITRD is not set
|
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
|
||||||
# CONFIG_BLK_DEV_MD is not set
|
|
||||||
CONFIG_BLK_DEV_RAM=y
|
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=4096
|
|
||||||
CONFIG_BLK_DEV_SD=y
|
|
||||||
CONFIG_BLK_MQ_PCI=y
|
|
||||||
CONFIG_BLK_SCSI_REQUEST=y
|
|
||||||
CONFIG_BOUNCE=y
|
|
||||||
CONFIG_BRCMSTB_THERMAL=y
|
|
||||||
CONFIG_BRCM_CHAR_DRIVERS=y
|
|
||||||
CONFIG_BROADCOM_PHY=y
|
|
||||||
CONFIG_BUILD_BIN2C=y
|
|
||||||
CONFIG_CACHE_L2X0=y
|
|
||||||
CONFIG_CC_HAS_ASM_GOTO=y
|
|
||||||
CONFIG_CLKDEV_LOOKUP=y
|
|
||||||
CONFIG_CLKSRC_MMIO=y
|
|
||||||
CONFIG_CLONE_BACKWARDS=y
|
|
||||||
CONFIG_CMA=y
|
|
||||||
CONFIG_CMA_ALIGNMENT=8
|
|
||||||
CONFIG_CMA_AREAS=7
|
|
||||||
# CONFIG_CMA_DEBUG is not set
|
|
||||||
# CONFIG_CMA_DEBUGFS is not set
|
|
||||||
CONFIG_CMA_SIZE_MBYTES=5
|
|
||||||
# CONFIG_CMA_SIZE_SEL_MAX is not set
|
|
||||||
CONFIG_CMA_SIZE_SEL_MBYTES=y
|
|
||||||
# CONFIG_CMA_SIZE_SEL_MIN is not set
|
|
||||||
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
|
|
||||||
CONFIG_COMMON_CLK=y
|
|
||||||
CONFIG_CONFIGFS_FS=y
|
|
||||||
CONFIG_CONSOLE_TRANSLATIONS=y
|
|
||||||
# CONFIG_CPUFREQ_DT is not set
|
|
||||||
CONFIG_CPU_32v6K=y
|
|
||||||
CONFIG_CPU_32v7=y
|
|
||||||
CONFIG_CPU_ABRT_EV7=y
|
|
||||||
# CONFIG_CPU_BPREDICT_DISABLE is not set
|
|
||||||
CONFIG_CPU_CACHE_V7=y
|
|
||||||
CONFIG_CPU_CACHE_VIPT=y
|
|
||||||
CONFIG_CPU_COPY_V6=y
|
|
||||||
CONFIG_CPU_CP15=y
|
|
||||||
CONFIG_CPU_CP15_MMU=y
|
|
||||||
CONFIG_CPU_FREQ=y
|
|
||||||
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
|
||||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
|
|
||||||
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_COMMON=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_USERSPACE=y
|
|
||||||
CONFIG_CPU_FREQ_STAT=y
|
|
||||||
CONFIG_CPU_HAS_ASID=y
|
|
||||||
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
|
|
||||||
# CONFIG_CPU_ICACHE_DISABLE is not set
|
|
||||||
CONFIG_CPU_IDLE=y
|
|
||||||
CONFIG_CPU_IDLE_GOV_LADDER=y
|
|
||||||
CONFIG_CPU_IDLE_GOV_MENU=y
|
|
||||||
CONFIG_CPU_PABRT_V7=y
|
|
||||||
CONFIG_CPU_PM=y
|
|
||||||
CONFIG_CPU_RMAP=y
|
|
||||||
CONFIG_CPU_SPECTRE=y
|
|
||||||
# CONFIG_CPU_THERMAL is not set
|
|
||||||
CONFIG_CPU_THUMB_CAPABLE=y
|
|
||||||
CONFIG_CPU_TLB_V7=y
|
|
||||||
CONFIG_CPU_V7=y
|
|
||||||
CONFIG_CRC16=y
|
|
||||||
CONFIG_CRYPTO_AEAD=y
|
|
||||||
CONFIG_CRYPTO_AEAD2=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM_BS=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM_CE=y
|
|
||||||
CONFIG_CRYPTO_CHACHA20=y
|
|
||||||
CONFIG_CRYPTO_CHACHA20_NEON=y
|
|
||||||
CONFIG_CRYPTO_CRC32=y
|
|
||||||
CONFIG_CRYPTO_CRC32C=y
|
|
||||||
CONFIG_CRYPTO_CRC32_ARM_CE=y
|
|
||||||
CONFIG_CRYPTO_CRYPTD=y
|
|
||||||
CONFIG_CRYPTO_GHASH_ARM_CE=y
|
|
||||||
CONFIG_CRYPTO_HASH=y
|
|
||||||
CONFIG_CRYPTO_HASH2=y
|
|
||||||
CONFIG_CRYPTO_MANAGER=y
|
|
||||||
CONFIG_CRYPTO_MANAGER2=y
|
|
||||||
CONFIG_CRYPTO_NULL2=y
|
|
||||||
CONFIG_CRYPTO_RNG2=y
|
|
||||||
CONFIG_CRYPTO_SHA1=y
|
|
||||||
CONFIG_CRYPTO_SHA1_ARM=y
|
|
||||||
CONFIG_CRYPTO_SHA1_ARM_CE=y
|
|
||||||
CONFIG_CRYPTO_SHA1_ARM_NEON=y
|
|
||||||
CONFIG_CRYPTO_SHA256_ARM=y
|
|
||||||
CONFIG_CRYPTO_SHA2_ARM_CE=y
|
|
||||||
CONFIG_CRYPTO_SHA512_ARM=y
|
|
||||||
CONFIG_CRYPTO_SIMD=y
|
|
||||||
CONFIG_CRYPTO_WORKQUEUE=y
|
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
|
||||||
CONFIG_DEBUG_ALIGN_RODATA=y
|
|
||||||
CONFIG_DEBUG_BUGVERBOSE=y
|
|
||||||
CONFIG_DEBUG_INFO=y
|
|
||||||
CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
|
|
||||||
# CONFIG_DEBUG_USER is not set
|
|
||||||
CONFIG_DEFAULT_CFQ=y
|
|
||||||
# CONFIG_DEFAULT_DEADLINE is not set
|
|
||||||
CONFIG_DEFAULT_IOSCHED="cfq"
|
|
||||||
CONFIG_DEFAULT_MPTCP_PM="fullmesh"
|
|
||||||
CONFIG_DEVMEM=y
|
|
||||||
CONFIG_DMADEVICES=y
|
|
||||||
CONFIG_DMA_BCM2708=y
|
|
||||||
CONFIG_DMA_BCM2835=y
|
|
||||||
CONFIG_DMA_CMA=y
|
|
||||||
CONFIG_DMA_ENGINE=y
|
|
||||||
CONFIG_DMA_OF=y
|
|
||||||
CONFIG_DMA_SHARED_BUFFER=y
|
|
||||||
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
|
||||||
CONFIG_DNOTIFY=y
|
|
||||||
CONFIG_DTC=y
|
|
||||||
CONFIG_DUMMY_CONSOLE=y
|
|
||||||
CONFIG_EDAC_ATOMIC_SCRUB=y
|
|
||||||
CONFIG_EDAC_SUPPORT=y
|
|
||||||
CONFIG_ENABLE_MUST_CHECK=y
|
|
||||||
CONFIG_EXT4_FS=y
|
|
||||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT4_FS_SECURITY=y
|
|
||||||
# CONFIG_F2FS_CHECK_FS is not set
|
|
||||||
CONFIG_F2FS_FS=y
|
|
||||||
# CONFIG_F2FS_FS_SECURITY is not set
|
|
||||||
CONFIG_F2FS_FS_XATTR=y
|
|
||||||
CONFIG_F2FS_STAT_FS=y
|
|
||||||
CONFIG_FB=y
|
|
||||||
CONFIG_FB_BCM2708=y
|
|
||||||
CONFIG_FB_CFB_COPYAREA=y
|
|
||||||
CONFIG_FB_CFB_FILLRECT=y
|
|
||||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
|
||||||
CONFIG_FB_CMDLINE=y
|
|
||||||
# CONFIG_FB_RPISENSE is not set
|
|
||||||
CONFIG_FIQ=y
|
|
||||||
CONFIG_FIXED_PHY=y
|
|
||||||
CONFIG_FIX_EARLYCON_MEM=y
|
|
||||||
# CONFIG_FONTS is not set
|
|
||||||
CONFIG_FONT_8x16=y
|
|
||||||
CONFIG_FONT_8x8=y
|
|
||||||
CONFIG_FONT_SUPPORT=y
|
|
||||||
# CONFIG_FPE_FASTFPE is not set
|
|
||||||
# CONFIG_FPE_NWFPE is not set
|
|
||||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
||||||
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
|
|
||||||
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
|
|
||||||
CONFIG_FREEZER=y
|
|
||||||
CONFIG_FS_IOMAP=y
|
|
||||||
CONFIG_FS_MBCACHE=y
|
|
||||||
CONFIG_FS_POSIX_ACL=y
|
|
||||||
CONFIG_GENERIC_ALLOCATOR=y
|
|
||||||
CONFIG_GENERIC_ARCH_TOPOLOGY=y
|
|
||||||
CONFIG_GENERIC_BUG=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
|
|
||||||
CONFIG_GENERIC_CPU_AUTOPROBE=y
|
|
||||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
|
||||||
CONFIG_GENERIC_IDLE_POLL_SETUP=y
|
|
||||||
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
|
|
||||||
CONFIG_GENERIC_IRQ_MIGRATION=y
|
|
||||||
CONFIG_GENERIC_IRQ_MULTI_HANDLER=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
|
|
||||||
CONFIG_GENERIC_PCI_IOMAP=y
|
|
||||||
CONFIG_GENERIC_PHY=y
|
|
||||||
CONFIG_GENERIC_PINCONF=y
|
|
||||||
CONFIG_GENERIC_PINCTRL_GROUPS=y
|
|
||||||
CONFIG_GENERIC_PINMUX_FUNCTIONS=y
|
|
||||||
CONFIG_GENERIC_SCHED_CLOCK=y
|
|
||||||
CONFIG_GENERIC_SMP_IDLE_THREAD=y
|
|
||||||
CONFIG_GENERIC_STRNCPY_FROM_USER=y
|
|
||||||
CONFIG_GENERIC_STRNLEN_USER=y
|
|
||||||
CONFIG_GENERIC_TIME_VSYSCALL=y
|
|
||||||
CONFIG_GPIOLIB=y
|
|
||||||
CONFIG_GPIOLIB_IRQCHIP=y
|
|
||||||
CONFIG_GPIO_BCM_VIRT=y
|
|
||||||
CONFIG_GPIO_RASPBERRYPI_EXP=y
|
|
||||||
CONFIG_GPIO_STMPE=y
|
|
||||||
CONFIG_GPIO_SYSFS=y
|
|
||||||
CONFIG_HANDLE_DOMAIN_IRQ=y
|
|
||||||
CONFIG_HARDEN_BRANCH_PREDICTOR=y
|
|
||||||
CONFIG_HARDIRQS_SW_RESEND=y
|
|
||||||
CONFIG_HAS_DMA=y
|
|
||||||
CONFIG_HAS_IOMEM=y
|
|
||||||
CONFIG_HAS_IOPORT_MAP=y
|
|
||||||
CONFIG_HAVE_ARCH_BITREVERSE=y
|
|
||||||
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
|
||||||
CONFIG_HAVE_ARCH_KGDB=y
|
|
||||||
CONFIG_HAVE_ARCH_PFN_VALID=y
|
|
||||||
CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
|
|
||||||
CONFIG_HAVE_ARCH_TRACEHOOK=y
|
|
||||||
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
|
|
||||||
CONFIG_HAVE_ARM_ARCH_TIMER=y
|
|
||||||
CONFIG_HAVE_ARM_SMCCC=y
|
|
||||||
CONFIG_HAVE_CLK=y
|
|
||||||
CONFIG_HAVE_CLK_PREPARE=y
|
|
||||||
CONFIG_HAVE_CONTEXT_TRACKING=y
|
|
||||||
CONFIG_HAVE_C_RECORDMCOUNT=y
|
|
||||||
CONFIG_HAVE_DEBUG_KMEMLEAK=y
|
|
||||||
CONFIG_HAVE_DMA_CONTIGUOUS=y
|
|
||||||
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
|
||||||
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
|
|
||||||
CONFIG_HAVE_EBPF_JIT=y
|
|
||||||
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
|
||||||
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
|
||||||
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
|
|
||||||
CONFIG_HAVE_FUNCTION_TRACER=y
|
|
||||||
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
|
|
||||||
CONFIG_HAVE_GENERIC_GUP=y
|
|
||||||
CONFIG_HAVE_IDE=y
|
|
||||||
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
|
|
||||||
CONFIG_HAVE_LD_DEAD_CODE_DATA_ELIMINATION=y
|
|
||||||
CONFIG_HAVE_MEMBLOCK=y
|
|
||||||
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
|
|
||||||
CONFIG_HAVE_NET_DSA=y
|
|
||||||
CONFIG_HAVE_OPROFILE=y
|
|
||||||
CONFIG_HAVE_OPTPROBES=y
|
|
||||||
CONFIG_HAVE_PERF_EVENTS=y
|
|
||||||
CONFIG_HAVE_PERF_REGS=y
|
|
||||||
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
|
|
||||||
CONFIG_HAVE_PROC_CPU=y
|
|
||||||
CONFIG_HAVE_RCU_TABLE_FREE=y
|
|
||||||
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
|
|
||||||
CONFIG_HAVE_RSEQ=y
|
|
||||||
CONFIG_HAVE_SMP=y
|
|
||||||
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
|
||||||
CONFIG_HAVE_UID16=y
|
|
||||||
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
|
|
||||||
CONFIG_HIGHMEM=y
|
|
||||||
CONFIG_HIGHPTE=y
|
|
||||||
CONFIG_HOTPLUG_CPU=y
|
|
||||||
# CONFIG_HUGETLBFS is not set
|
|
||||||
CONFIG_HW_CONSOLE=y
|
|
||||||
CONFIG_HW_RANDOM=y
|
|
||||||
CONFIG_HW_RANDOM_BCM2835=y
|
|
||||||
CONFIG_HW_RANDOM_IPROC_RNG200=y
|
|
||||||
CONFIG_HZ_FIXED=0
|
|
||||||
CONFIG_I2C=y
|
|
||||||
# CONFIG_I2C_BCM2708 is not set
|
|
||||||
CONFIG_I2C_BOARDINFO=y
|
|
||||||
CONFIG_I2C_COMPAT=y
|
|
||||||
CONFIG_I2C_HELPER_AUTO=y
|
|
||||||
CONFIG_IKCONFIG=y
|
|
||||||
CONFIG_IKCONFIG_PROC=y
|
|
||||||
CONFIG_INPUT=y
|
|
||||||
CONFIG_INPUT_MOUSEDEV=y
|
|
||||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
|
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
|
|
||||||
CONFIG_IOSCHED_CFQ=y
|
|
||||||
CONFIG_IRQCHIP=y
|
|
||||||
CONFIG_IRQ_DOMAIN=y
|
|
||||||
CONFIG_IRQ_DOMAIN_HIERARCHY=y
|
|
||||||
CONFIG_IRQ_FORCED_THREADING=y
|
|
||||||
CONFIG_IRQ_WORK=y
|
|
||||||
CONFIG_JBD2=y
|
|
||||||
CONFIG_KERNEL_GZIP=y
|
|
||||||
# CONFIG_KERNEL_XZ is not set
|
|
||||||
# CONFIG_LCD_CLASS_DEVICE is not set
|
|
||||||
CONFIG_LEDS_GPIO=y
|
|
||||||
CONFIG_LEDS_TRIGGER_INPUT=y
|
|
||||||
CONFIG_LIBFDT=y
|
|
||||||
CONFIG_LOCK_DEBUGGING_SUPPORT=y
|
|
||||||
CONFIG_LOCK_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_LOGO=y
|
|
||||||
CONFIG_LOGO_LINUX_CLUT224=y
|
|
||||||
# CONFIG_LOGO_LINUX_MONO is not set
|
|
||||||
# CONFIG_LOGO_LINUX_VGA16 is not set
|
|
||||||
CONFIG_MAC_PARTITION=y
|
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
|
||||||
CONFIG_MAILBOX=y
|
|
||||||
# CONFIG_MAILBOX_TEST is not set
|
|
||||||
CONFIG_MAX_RAW_DEVS=256
|
|
||||||
CONFIG_MD=y
|
|
||||||
CONFIG_MDIO_BCM_UNIMAC=y
|
|
||||||
CONFIG_MDIO_BUS=y
|
|
||||||
CONFIG_MDIO_DEVICE=y
|
|
||||||
CONFIG_MEMFD_CREATE=y
|
|
||||||
CONFIG_MEMORY_ISOLATION=y
|
|
||||||
CONFIG_MFD_CORE=y
|
|
||||||
# CONFIG_MFD_RPISENSE_CORE is not set
|
|
||||||
CONFIG_MFD_STMPE=y
|
|
||||||
CONFIG_MFD_SYSCON=y
|
|
||||||
CONFIG_MICROCHIP_PHY=y
|
|
||||||
CONFIG_MIGHT_HAVE_CACHE_L2X0=y
|
|
||||||
CONFIG_MIGHT_HAVE_PCI=y
|
|
||||||
CONFIG_MIGRATION=y
|
|
||||||
CONFIG_MMC=y
|
|
||||||
CONFIG_MMC_BCM2835=y
|
|
||||||
CONFIG_MMC_BCM2835_DMA=y
|
|
||||||
CONFIG_MMC_BCM2835_MMC=y
|
|
||||||
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
|
|
||||||
CONFIG_MMC_BCM2835_SDHOST=y
|
|
||||||
CONFIG_MMC_BLOCK=y
|
|
||||||
CONFIG_MMC_BLOCK_MINORS=32
|
|
||||||
CONFIG_MMC_SDHCI=y
|
|
||||||
CONFIG_MMC_SDHCI_IO_ACCESSORS=y
|
|
||||||
CONFIG_MMC_SDHCI_IPROC=y
|
|
||||||
# CONFIG_MMC_SDHCI_PCI is not set
|
|
||||||
CONFIG_MMC_SDHCI_PLTFM=y
|
|
||||||
# CONFIG_MMC_TIFM_SD is not set
|
|
||||||
CONFIG_MODULES_USE_ELF_REL=y
|
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_NEED_DMA_MAP_STATE=y
|
|
||||||
CONFIG_NEON=y
|
|
||||||
CONFIG_NET_FLOW_LIMIT=y
|
|
||||||
CONFIG_NLS=y
|
|
||||||
CONFIG_NLS_ASCII=y
|
|
||||||
CONFIG_NLS_DEFAULT="utf8"
|
|
||||||
CONFIG_NO_BOOTMEM=y
|
|
||||||
CONFIG_NO_HZ=y
|
|
||||||
CONFIG_NO_HZ_COMMON=y
|
|
||||||
CONFIG_NO_HZ_IDLE=y
|
|
||||||
CONFIG_NR_CPUS=4
|
|
||||||
CONFIG_NVMEM=y
|
|
||||||
CONFIG_OABI_COMPAT=y
|
|
||||||
CONFIG_OF=y
|
|
||||||
CONFIG_OF_ADDRESS=y
|
|
||||||
CONFIG_OF_CONFIGFS=y
|
|
||||||
CONFIG_OF_DYNAMIC=y
|
|
||||||
CONFIG_OF_EARLY_FLATTREE=y
|
|
||||||
CONFIG_OF_FLATTREE=y
|
|
||||||
CONFIG_OF_GPIO=y
|
|
||||||
CONFIG_OF_IRQ=y
|
|
||||||
CONFIG_OF_KOBJ=y
|
|
||||||
CONFIG_OF_MDIO=y
|
|
||||||
CONFIG_OF_NET=y
|
|
||||||
CONFIG_OF_OVERLAY=y
|
|
||||||
CONFIG_OF_RESERVED_MEM=y
|
|
||||||
CONFIG_OF_RESOLVE=y
|
|
||||||
CONFIG_OLD_SIGACTION=y
|
|
||||||
CONFIG_OLD_SIGSUSPEND3=y
|
|
||||||
CONFIG_OUTER_CACHE=y
|
|
||||||
CONFIG_OUTER_CACHE_SYNC=y
|
|
||||||
CONFIG_PADATA=y
|
|
||||||
CONFIG_PAGE_OFFSET=0xC0000000
|
|
||||||
CONFIG_PCI=y
|
|
||||||
CONFIG_PCIEAER=y
|
|
||||||
CONFIG_PCIEPORTBUS=y
|
|
||||||
CONFIG_PCIE_BRCMSTB=y
|
|
||||||
CONFIG_PCIE_PME=y
|
|
||||||
CONFIG_PCI_DOMAINS=y
|
|
||||||
CONFIG_PCI_DOMAINS_GENERIC=y
|
|
||||||
CONFIG_PCI_MSI=y
|
|
||||||
CONFIG_PCI_MSI_IRQ_DOMAIN=y
|
|
||||||
# CONFIG_PCI_V3_SEMI is not set
|
|
||||||
CONFIG_PERF_USE_VMALLOC=y
|
|
||||||
CONFIG_PGTABLE_LEVELS=3
|
|
||||||
CONFIG_PHYLIB=y
|
|
||||||
CONFIG_PHYS_ADDR_T_64BIT=y
|
|
||||||
CONFIG_PINCTRL=y
|
|
||||||
CONFIG_PINCTRL_BCM2835=y
|
|
||||||
# CONFIG_PL310_ERRATA_588369 is not set
|
|
||||||
# CONFIG_PL310_ERRATA_727915 is not set
|
|
||||||
# CONFIG_PL310_ERRATA_753970 is not set
|
|
||||||
# CONFIG_PL310_ERRATA_769419 is not set
|
|
||||||
CONFIG_PLUGIN_HOSTCC="g++"
|
|
||||||
CONFIG_PM=y
|
|
||||||
CONFIG_PM_CLK=y
|
|
||||||
# CONFIG_PM_DEBUG is not set
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_OF=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
|
|
||||||
CONFIG_PM_SLEEP=y
|
|
||||||
CONFIG_PM_SLEEP_SMP=y
|
|
||||||
CONFIG_POWER_RESET=y
|
|
||||||
CONFIG_POWER_RESET_GPIO=y
|
|
||||||
CONFIG_POWER_SUPPLY=y
|
|
||||||
CONFIG_PRINTK_TIME=y
|
|
||||||
CONFIG_PROC_PAGE_MONITOR=y
|
|
||||||
CONFIG_PWM=y
|
|
||||||
CONFIG_PWM_BCM2835=y
|
|
||||||
# CONFIG_PWM_STMPE is not set
|
|
||||||
CONFIG_PWM_SYSFS=y
|
|
||||||
CONFIG_RAS=y
|
|
||||||
CONFIG_RASPBERRYPI_FIRMWARE=y
|
|
||||||
CONFIG_RASPBERRYPI_POWER=y
|
|
||||||
CONFIG_RATIONAL=y
|
|
||||||
CONFIG_RAW_DRIVER=y
|
|
||||||
CONFIG_RCU_NEED_SEGCBLIST=y
|
|
||||||
CONFIG_RCU_STALL_COMMON=y
|
|
||||||
CONFIG_REFCOUNT_FULL=y
|
|
||||||
CONFIG_REGMAP=y
|
|
||||||
CONFIG_REGMAP_MMIO=y
|
|
||||||
CONFIG_REGULATOR=y
|
|
||||||
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
||||||
CONFIG_REGULATOR_GPIO=y
|
|
||||||
CONFIG_RESET_CONTROLLER=y
|
|
||||||
CONFIG_RFS_ACCEL=y
|
|
||||||
# CONFIG_RPIVID_MEM is not set
|
|
||||||
CONFIG_RPS=y
|
|
||||||
CONFIG_RWSEM_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
|
||||||
CONFIG_SCSI=y
|
|
||||||
CONFIG_SCSI_ISCSI_ATTRS=y
|
|
||||||
CONFIG_SCSI_MQ_DEFAULT=y
|
|
||||||
# CONFIG_SCSI_PROC_FS is not set
|
|
||||||
CONFIG_SERIAL_8250_BCM2835AUX=y
|
|
||||||
# CONFIG_SERIAL_8250_DMA is not set
|
|
||||||
CONFIG_SERIAL_8250_EXTENDED=y
|
|
||||||
CONFIG_SERIAL_8250_FSL=y
|
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=1
|
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=0
|
|
||||||
CONFIG_SERIAL_8250_SHARE_IRQ=y
|
|
||||||
CONFIG_SERIAL_AMBA_PL011=y
|
|
||||||
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|
|
||||||
CONFIG_SERIAL_DEV_BUS=y
|
|
||||||
# CONFIG_SERIAL_DEV_CTRL_TTYPORT is not set
|
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
|
||||||
CONFIG_SG_POOL=y
|
|
||||||
CONFIG_SMP=y
|
|
||||||
CONFIG_SMP_ON_UP=y
|
|
||||||
CONFIG_SPARSE_IRQ=y
|
|
||||||
CONFIG_SPI=y
|
|
||||||
# CONFIG_SPI_BCM2835AUX is not set
|
|
||||||
CONFIG_SPI_MASTER=y
|
|
||||||
CONFIG_SPI_MEM=y
|
|
||||||
CONFIG_SPI_SLAVE=y
|
|
||||||
# CONFIG_SPI_SLAVE_SYSTEM_CONTROL is not set
|
|
||||||
# CONFIG_SPI_SLAVE_TIME is not set
|
|
||||||
CONFIG_SRCU=y
|
|
||||||
CONFIG_STMPE_I2C=y
|
|
||||||
CONFIG_STMPE_SPI=y
|
|
||||||
CONFIG_STREAM_PARSER=y
|
|
||||||
# CONFIG_STRIP_ASM_SYMS is not set
|
|
||||||
CONFIG_SUSPEND=y
|
|
||||||
CONFIG_SUSPEND_FREEZER=y
|
|
||||||
CONFIG_SWPHY=y
|
|
||||||
CONFIG_SWP_EMULATE=y
|
|
||||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
|
||||||
CONFIG_SYS_SUPPORTS_HUGETLBFS=y
|
|
||||||
# CONFIG_TEXTSEARCH is not set
|
|
||||||
CONFIG_THERMAL=y
|
|
||||||
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
|
|
||||||
CONFIG_THERMAL_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_OF=y
|
|
||||||
# CONFIG_THUMB2_KERNEL is not set
|
|
||||||
CONFIG_TICK_CPU_ACCOUNTING=y
|
|
||||||
CONFIG_TIMER_OF=y
|
|
||||||
CONFIG_TIMER_PROBE=y
|
|
||||||
CONFIG_TMPFS_POSIX_ACL=y
|
|
||||||
CONFIG_TREE_RCU=y
|
|
||||||
CONFIG_TREE_SRCU=y
|
|
||||||
CONFIG_TTY_PRINTK=y
|
|
||||||
CONFIG_UEVENT_HELPER_PATH=""
|
|
||||||
# CONFIG_UID16 is not set
|
|
||||||
CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
|
|
||||||
CONFIG_USB=y
|
|
||||||
CONFIG_USB_PCI=y
|
|
||||||
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
|
|
||||||
CONFIG_USB_COMMON=y
|
|
||||||
CONFIG_USB_DWCOTG=y
|
|
||||||
# CONFIG_USB_EHCI_HCD is not set
|
|
||||||
CONFIG_USB_LAN78XX=y
|
|
||||||
CONFIG_USB_NET_DRIVERS=y
|
|
||||||
CONFIG_USB_NET_SMSC95XX=y
|
|
||||||
CONFIG_USB_STORAGE=y
|
|
||||||
CONFIG_USB_SUPPORT=y
|
|
||||||
CONFIG_USB_UAS=y
|
|
||||||
CONFIG_USB_USBNET=y
|
|
||||||
CONFIG_USB_XHCI_HCD=y
|
|
||||||
CONFIG_USB_XHCI_PCI=y
|
|
||||||
CONFIG_USB_XHCI_PLATFORM=y
|
|
||||||
CONFIG_USE_OF=y
|
|
||||||
CONFIG_VDSO=y
|
|
||||||
CONFIG_VFP=y
|
|
||||||
CONFIG_VFPv3=y
|
|
||||||
CONFIG_VT=y
|
|
||||||
CONFIG_VT_CONSOLE=y
|
|
||||||
CONFIG_VT_CONSOLE_SLEEP=y
|
|
||||||
CONFIG_VT_HW_CONSOLE_BINDING=y
|
|
||||||
CONFIG_WATCHDOG_CORE=y
|
|
||||||
CONFIG_XPS=y
|
|
||||||
CONFIG_XZ_DEC_ARM=y
|
|
||||||
CONFIG_XZ_DEC_BCJ=y
|
|
||||||
CONFIG_ZBOOT_ROM_BSS=0
|
|
||||||
CONFIG_ZBOOT_ROM_TEXT=0
|
|
|
@ -1,492 +0,0 @@
|
||||||
CONFIG_64BIT=y
|
|
||||||
# CONFIG_AIO is not set
|
|
||||||
CONFIG_ARCH_BCM2835=y
|
|
||||||
CONFIG_ARCH_CLOCKSOURCE_DATA=y
|
|
||||||
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
|
|
||||||
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
|
|
||||||
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
|
|
||||||
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
|
|
||||||
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
|
|
||||||
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
|
|
||||||
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
|
|
||||||
CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y
|
|
||||||
CONFIG_ARCH_HAS_KCOV=y
|
|
||||||
CONFIG_ARCH_HAS_SET_MEMORY=y
|
|
||||||
CONFIG_ARCH_HAS_SG_CHAIN=y
|
|
||||||
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
|
|
||||||
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
|
|
||||||
CONFIG_ARCH_HAS_TICK_BROADCAST=y
|
|
||||||
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS=18
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS_MAX=24
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS_MIN=18
|
|
||||||
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11
|
|
||||||
# CONFIG_ARCH_OPTIONAL_KERNEL_RWX is not set
|
|
||||||
# CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT is not set
|
|
||||||
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
|
|
||||||
CONFIG_ARCH_PROC_KCORE_TEXT=y
|
|
||||||
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
|
|
||||||
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
|
|
||||||
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_UPROBES=y
|
|
||||||
CONFIG_ARCH_SUSPEND_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
|
|
||||||
# CONFIG_ARCH_WANTS_THP_SWAP is not set
|
|
||||||
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
|
|
||||||
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
|
||||||
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
|
|
||||||
CONFIG_ARM64=y
|
|
||||||
# CONFIG_ARM64_16K_PAGES is not set
|
|
||||||
CONFIG_ARM64_4K_PAGES=y
|
|
||||||
# CONFIG_ARM64_64K_PAGES is not set
|
|
||||||
CONFIG_ARM64_CONT_SHIFT=4
|
|
||||||
# CONFIG_ARM64_CRYPTO is not set
|
|
||||||
CONFIG_ARM64_ERRATUM_819472=y
|
|
||||||
CONFIG_ARM64_ERRATUM_824069=y
|
|
||||||
CONFIG_ARM64_ERRATUM_826319=y
|
|
||||||
CONFIG_ARM64_ERRATUM_827319=y
|
|
||||||
CONFIG_ARM64_ERRATUM_832075=y
|
|
||||||
CONFIG_ARM64_ERRATUM_843419=y
|
|
||||||
CONFIG_ARM64_ERRATUM_1024718=y
|
|
||||||
CONFIG_ARM64_HW_AFDBM=y
|
|
||||||
# CONFIG_ARM64_LSE_ATOMICS is not set
|
|
||||||
CONFIG_ARM64_MODULE_CMODEL_LARGE=y
|
|
||||||
CONFIG_ARM64_PAGE_SHIFT=12
|
|
||||||
CONFIG_ARM64_PAN=y
|
|
||||||
# CONFIG_ARM64_PMEM is not set
|
|
||||||
# CONFIG_ARM64_PTDUMP_CORE is not set
|
|
||||||
# CONFIG_ARM64_PTDUMP_DEBUGFS is not set
|
|
||||||
# CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET is not set
|
|
||||||
# CONFIG_ARM64_SW_TTBR0_PAN is not set
|
|
||||||
CONFIG_ARM64_UAO=y
|
|
||||||
CONFIG_ARM64_VA_BITS=39
|
|
||||||
CONFIG_ARM64_VA_BITS_39=y
|
|
||||||
# CONFIG_ARM64_VA_BITS_48 is not set
|
|
||||||
CONFIG_ARM64_VHE=y
|
|
||||||
CONFIG_ARM64_SSBD=y
|
|
||||||
CONFIG_ARM_AMBA=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND=y
|
|
||||||
CONFIG_ARM_BCM2835_CPUFREQ=y
|
|
||||||
CONFIG_ARM_GIC=y
|
|
||||||
CONFIG_ARM_GIC_V3=y
|
|
||||||
CONFIG_ARM_PSCI_FW=y
|
|
||||||
# CONFIG_ARM_SP805_WATCHDOG is not set
|
|
||||||
CONFIG_ARM_TIMER_SP804=y
|
|
||||||
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
|
|
||||||
# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
|
|
||||||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
|
||||||
CONFIG_BCM2708_VCMEM=y
|
|
||||||
# CONFIG_BCM2835_DEVGPIOMEM is not set
|
|
||||||
CONFIG_BCM2835_MBOX=y
|
|
||||||
# CONFIG_BCM2835_SMI is not set
|
|
||||||
CONFIG_BCM2835_THERMAL=y
|
|
||||||
CONFIG_BCM2835_VCHIQ=y
|
|
||||||
# CONFIG_BCM2835_VCHIQ_SUPPORT_MEMDUMP is not set
|
|
||||||
CONFIG_BCM2835_WDT=y
|
|
||||||
# CONFIG_BCM_FLEXRM_MBOX is not set
|
|
||||||
# CONFIG_BCM_VCIO is not set
|
|
||||||
# CONFIG_BCM_VC_SM is not set
|
|
||||||
CONFIG_BCM_VIDEOCORE=y
|
|
||||||
# CONFIG_BLK_DEV_INITRD is not set
|
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
|
||||||
CONFIG_BLK_DEV_RAM=y
|
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=4096
|
|
||||||
CONFIG_BLK_DEV_SD=y
|
|
||||||
CONFIG_BLK_SCSI_REQUEST=y
|
|
||||||
CONFIG_BOUNCE=y
|
|
||||||
CONFIG_BRCM_CHAR_DRIVERS=y
|
|
||||||
CONFIG_BUILD_BIN2C=y
|
|
||||||
CONFIG_CAVIUM_ERRATUM_22375=y
|
|
||||||
CONFIG_CAVIUM_ERRATUM_23154=y
|
|
||||||
CONFIG_CAVIUM_ERRATUM_27456=y
|
|
||||||
CONFIG_CLKDEV_LOOKUP=y
|
|
||||||
CONFIG_CLKSRC_MMIO=y
|
|
||||||
CONFIG_CLONE_BACKWARDS=y
|
|
||||||
CONFIG_CMA=y
|
|
||||||
CONFIG_CMA_ALIGNMENT=8
|
|
||||||
CONFIG_CMA_AREAS=7
|
|
||||||
# CONFIG_CMA_DEBUG is not set
|
|
||||||
# CONFIG_CMA_DEBUGFS is not set
|
|
||||||
CONFIG_CMA_SIZE_MBYTES=16
|
|
||||||
# CONFIG_CMA_SIZE_SEL_MAX is not set
|
|
||||||
CONFIG_CMA_SIZE_SEL_MBYTES=y
|
|
||||||
# CONFIG_CMA_SIZE_SEL_MIN is not set
|
|
||||||
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
|
|
||||||
CONFIG_COMMON_CLK=y
|
|
||||||
# CONFIG_COMMON_CLK_VERSATILE is not set
|
|
||||||
CONFIG_COMMON_CLK_XGENE=y
|
|
||||||
# CONFIG_COMPAT is not set
|
|
||||||
CONFIG_CONFIGFS_FS=y
|
|
||||||
CONFIG_CONSOLE_TRANSLATIONS=y
|
|
||||||
# CONFIG_CPUFREQ_DT is not set
|
|
||||||
# CONFIG_CPU_BIG_ENDIAN is not set
|
|
||||||
CONFIG_CPU_FREQ=y
|
|
||||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
|
|
||||||
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_COMMON=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_USERSPACE=y
|
|
||||||
CONFIG_CPU_FREQ_STAT=y
|
|
||||||
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
|
|
||||||
CONFIG_CPU_IDLE=y
|
|
||||||
CONFIG_CPU_IDLE_GOV_LADDER=y
|
|
||||||
CONFIG_CPU_IDLE_GOV_MENU=y
|
|
||||||
CONFIG_CPU_PM=y
|
|
||||||
CONFIG_CPU_RMAP=y
|
|
||||||
# CONFIG_CPU_THERMAL is not set
|
|
||||||
CONFIG_CRC16=y
|
|
||||||
CONFIG_CRYPTO_AEAD=y
|
|
||||||
CONFIG_CRYPTO_AEAD2=y
|
|
||||||
CONFIG_CRYPTO_CRC32=y
|
|
||||||
CONFIG_CRYPTO_CRC32C=y
|
|
||||||
CONFIG_CRYPTO_HASH=y
|
|
||||||
CONFIG_CRYPTO_HASH2=y
|
|
||||||
CONFIG_CRYPTO_MANAGER=y
|
|
||||||
CONFIG_CRYPTO_MANAGER2=y
|
|
||||||
CONFIG_CRYPTO_NULL2=y
|
|
||||||
CONFIG_CRYPTO_RNG2=y
|
|
||||||
CONFIG_CRYPTO_WORKQUEUE=y
|
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
|
||||||
CONFIG_DEBUG_BUGVERBOSE=y
|
|
||||||
CONFIG_DEBUG_INFO=y
|
|
||||||
CONFIG_DEFAULT_DUMMY=y
|
|
||||||
CONFIG_DEFAULT_SCHEDULER=y
|
|
||||||
CONFIG_DMADEVICES=y
|
|
||||||
CONFIG_DMA_BCM2708=y
|
|
||||||
CONFIG_DMA_BCM2835=y
|
|
||||||
CONFIG_DMA_CMA=y
|
|
||||||
CONFIG_DMA_ENGINE=y
|
|
||||||
# CONFIG_DMA_NOOP_OPS is not set
|
|
||||||
CONFIG_DMA_OF=y
|
|
||||||
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
|
||||||
# CONFIG_DMA_VIRT_OPS is not set
|
|
||||||
CONFIG_DNOTIFY=y
|
|
||||||
# CONFIG_DRM_LIB_RANDOM is not set
|
|
||||||
CONFIG_DTC=y
|
|
||||||
CONFIG_DUMMY_CONSOLE=y
|
|
||||||
CONFIG_EDAC_SUPPORT=y
|
|
||||||
CONFIG_ENABLE_MUST_CHECK=y
|
|
||||||
CONFIG_EXPORTFS=y
|
|
||||||
CONFIG_EXT4_FS=y
|
|
||||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT4_FS_SECURITY=y
|
|
||||||
# CONFIG_F2FS_CHECK_FS is not set
|
|
||||||
CONFIG_F2FS_FS=y
|
|
||||||
# CONFIG_F2FS_FS_SECURITY is not set
|
|
||||||
CONFIG_F2FS_FS_XATTR=y
|
|
||||||
CONFIG_F2FS_STAT_FS=y
|
|
||||||
CONFIG_FB=y
|
|
||||||
CONFIG_FB_BCM2708=y
|
|
||||||
CONFIG_FB_CFB_COPYAREA=y
|
|
||||||
CONFIG_FB_CFB_FILLRECT=y
|
|
||||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
|
||||||
CONFIG_FB_CMDLINE=y
|
|
||||||
# CONFIG_FB_PROVIDE_GET_FB_UNMAPPED_AREA is not set
|
|
||||||
# CONFIG_FB_RPISENSE is not set
|
|
||||||
CONFIG_FIRMWARE_IN_KERNEL=y
|
|
||||||
CONFIG_FIXED_PHY=y
|
|
||||||
CONFIG_FIX_EARLYCON_MEM=y
|
|
||||||
# CONFIG_FONTS is not set
|
|
||||||
CONFIG_FONT_8x16=y
|
|
||||||
CONFIG_FONT_8x8=y
|
|
||||||
CONFIG_FONT_SUPPORT=y
|
|
||||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
||||||
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
|
|
||||||
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
|
|
||||||
CONFIG_FRAME_POINTER=y
|
|
||||||
CONFIG_FREEZER=y
|
|
||||||
CONFIG_FSL_ERRATUM_A008585=y
|
|
||||||
CONFIG_FS_MBCACHE=y
|
|
||||||
CONFIG_FS_POSIX_ACL=y
|
|
||||||
CONFIG_FUTEX_PI=y
|
|
||||||
CONFIG_GENERIC_ALLOCATOR=y
|
|
||||||
CONFIG_GENERIC_ARCH_TOPOLOGY=y
|
|
||||||
CONFIG_GENERIC_BUG=y
|
|
||||||
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
|
|
||||||
CONFIG_GENERIC_CPU_AUTOPROBE=y
|
|
||||||
CONFIG_GENERIC_CSUM=y
|
|
||||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
|
||||||
CONFIG_GENERIC_IDLE_POLL_SETUP=y
|
|
||||||
CONFIG_GENERIC_IO=y
|
|
||||||
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
|
|
||||||
CONFIG_GENERIC_IRQ_MIGRATION=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
|
|
||||||
CONFIG_GENERIC_PCI_IOMAP=y
|
|
||||||
CONFIG_GENERIC_PINCONF=y
|
|
||||||
CONFIG_GENERIC_PINCTRL_GROUPS=y
|
|
||||||
CONFIG_GENERIC_PINMUX_FUNCTIONS=y
|
|
||||||
CONFIG_GENERIC_SCHED_CLOCK=y
|
|
||||||
CONFIG_GENERIC_SMP_IDLE_THREAD=y
|
|
||||||
CONFIG_GENERIC_STRNCPY_FROM_USER=y
|
|
||||||
CONFIG_GENERIC_STRNLEN_USER=y
|
|
||||||
CONFIG_GENERIC_TIME_VSYSCALL=y
|
|
||||||
CONFIG_GPIOLIB=y
|
|
||||||
CONFIG_GPIOLIB_IRQCHIP=y
|
|
||||||
CONFIG_GPIO_BCM_EXP=y
|
|
||||||
CONFIG_GPIO_BCM_VIRT=y
|
|
||||||
CONFIG_GPIO_SYSFS=y
|
|
||||||
# CONFIG_GRO_CELLS is not set
|
|
||||||
CONFIG_HANDLE_DOMAIN_IRQ=y
|
|
||||||
CONFIG_HARDIRQS_SW_RESEND=y
|
|
||||||
CONFIG_HAS_DMA=y
|
|
||||||
CONFIG_HAS_IOMEM=y
|
|
||||||
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
|
|
||||||
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
|
|
||||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
|
||||||
CONFIG_HAVE_ARCH_BITREVERSE=y
|
|
||||||
CONFIG_HAVE_ARCH_HUGE_VMAP=y
|
|
||||||
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
|
||||||
CONFIG_HAVE_ARCH_KASAN=y
|
|
||||||
CONFIG_HAVE_ARCH_KGDB=y
|
|
||||||
CONFIG_HAVE_ARCH_PFN_VALID=y
|
|
||||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
|
||||||
CONFIG_HAVE_ARCH_TRACEHOOK=y
|
|
||||||
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
|
|
||||||
CONFIG_HAVE_ARCH_VMAP_STACK=y
|
|
||||||
CONFIG_HAVE_ARM_SMCCC=y
|
|
||||||
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
|
|
||||||
CONFIG_HAVE_CC_STACKPROTECTOR=y
|
|
||||||
CONFIG_HAVE_CLK=y
|
|
||||||
CONFIG_HAVE_CLK_PREPARE=y
|
|
||||||
CONFIG_HAVE_CMPXCHG_DOUBLE=y
|
|
||||||
CONFIG_HAVE_CMPXCHG_LOCAL=y
|
|
||||||
CONFIG_HAVE_CONTEXT_TRACKING=y
|
|
||||||
CONFIG_HAVE_C_RECORDMCOUNT=y
|
|
||||||
CONFIG_HAVE_DEBUG_BUGVERBOSE=y
|
|
||||||
CONFIG_HAVE_DEBUG_KMEMLEAK=y
|
|
||||||
CONFIG_HAVE_DMA_API_DEBUG=y
|
|
||||||
CONFIG_HAVE_DMA_CONTIGUOUS=y
|
|
||||||
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
|
||||||
CONFIG_HAVE_EBPF_JIT=y
|
|
||||||
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
|
||||||
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
|
||||||
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
|
|
||||||
CONFIG_HAVE_FUNCTION_TRACER=y
|
|
||||||
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
|
|
||||||
CONFIG_HAVE_GENERIC_GUP=y
|
|
||||||
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
|
|
||||||
CONFIG_HAVE_MEMBLOCK=y
|
|
||||||
CONFIG_HAVE_MEMORY_PRESENT=y
|
|
||||||
CONFIG_HAVE_NET_DSA=y
|
|
||||||
CONFIG_HAVE_PATA_PLATFORM=y
|
|
||||||
CONFIG_HAVE_PERF_EVENTS=y
|
|
||||||
CONFIG_HAVE_PERF_REGS=y
|
|
||||||
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
|
|
||||||
CONFIG_HAVE_RCU_TABLE_FREE=y
|
|
||||||
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
|
|
||||||
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
|
||||||
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
|
|
||||||
CONFIG_HOLES_IN_ZONE=y
|
|
||||||
CONFIG_HOTPLUG_CPU=y
|
|
||||||
# CONFIG_HUGETLBFS is not set
|
|
||||||
CONFIG_HW_CONSOLE=y
|
|
||||||
CONFIG_IKCONFIG=y
|
|
||||||
CONFIG_IKCONFIG_PROC=y
|
|
||||||
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
|
|
||||||
CONFIG_INPUT=y
|
|
||||||
CONFIG_INPUT_MOUSEDEV=y
|
|
||||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
|
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
|
|
||||||
CONFIG_IOMMU_HELPER=y
|
|
||||||
CONFIG_IOSCHED_CFQ=y
|
|
||||||
CONFIG_IRQCHIP=y
|
|
||||||
CONFIG_IRQ_DOMAIN=y
|
|
||||||
CONFIG_IRQ_DOMAIN_HIERARCHY=y
|
|
||||||
CONFIG_IRQ_FORCED_THREADING=y
|
|
||||||
CONFIG_IRQ_WORK=y
|
|
||||||
CONFIG_JBD2=y
|
|
||||||
# CONFIG_LCD_CLASS_DEVICE is not set
|
|
||||||
CONFIG_LEDS_GPIO=y
|
|
||||||
CONFIG_LEDS_TRIGGER_INPUT=y
|
|
||||||
CONFIG_LIBFDT=y
|
|
||||||
CONFIG_LOCK_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_LOGO=y
|
|
||||||
CONFIG_LOGO_LINUX_CLUT224=y
|
|
||||||
# CONFIG_LOGO_LINUX_MONO is not set
|
|
||||||
# CONFIG_LOGO_LINUX_VGA16 is not set
|
|
||||||
CONFIG_MAC_PARTITION=y
|
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
|
||||||
CONFIG_MAILBOX=y
|
|
||||||
# CONFIG_MAILBOX_TEST is not set
|
|
||||||
CONFIG_MAX_RAW_DEVS=256
|
|
||||||
CONFIG_MDIO_BUS=y
|
|
||||||
CONFIG_MDIO_DEVICE=y
|
|
||||||
CONFIG_MEMORY_ISOLATION=y
|
|
||||||
CONFIG_MFD_SYSCON=y
|
|
||||||
CONFIG_MICROCHIP_PHY=y
|
|
||||||
CONFIG_MIGRATION=y
|
|
||||||
CONFIG_MMC=y
|
|
||||||
CONFIG_MMC_BCM2835=y
|
|
||||||
CONFIG_MMC_BCM2835_DMA=y
|
|
||||||
CONFIG_MMC_BCM2835_MMC=y
|
|
||||||
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
|
|
||||||
CONFIG_MMC_BCM2835_SDHOST=y
|
|
||||||
CONFIG_MMC_BLOCK=y
|
|
||||||
CONFIG_MMC_BLOCK_MINORS=32
|
|
||||||
CONFIG_MMC_SDHCI=y
|
|
||||||
CONFIG_MMC_SDHCI_PLTFM=y
|
|
||||||
CONFIG_MODULES_USE_ELF_RELA=y
|
|
||||||
# CONFIG_MTD is not set
|
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_NEED_DMA_MAP_STATE=y
|
|
||||||
CONFIG_NEED_SG_DMA_LENGTH=y
|
|
||||||
CONFIG_NET_FLOW_LIMIT=y
|
|
||||||
CONFIG_NLS=y
|
|
||||||
CONFIG_NLS_ASCII=y
|
|
||||||
CONFIG_NLS_DEFAULT="utf8"
|
|
||||||
CONFIG_NO_BOOTMEM=y
|
|
||||||
CONFIG_NO_HZ=y
|
|
||||||
CONFIG_NO_HZ_COMMON=y
|
|
||||||
CONFIG_NO_HZ_IDLE=y
|
|
||||||
CONFIG_NO_IOPORT_MAP=y
|
|
||||||
CONFIG_NR_CPUS=4
|
|
||||||
# CONFIG_NUMA is not set
|
|
||||||
CONFIG_OF=y
|
|
||||||
CONFIG_OF_ADDRESS=y
|
|
||||||
CONFIG_OF_CONFIGFS=y
|
|
||||||
CONFIG_OF_DYNAMIC=y
|
|
||||||
CONFIG_OF_EARLY_FLATTREE=y
|
|
||||||
CONFIG_OF_FLATTREE=y
|
|
||||||
CONFIG_OF_GPIO=y
|
|
||||||
CONFIG_OF_MDIO=y
|
|
||||||
CONFIG_OF_IRQ=y
|
|
||||||
CONFIG_OF_NET=y
|
|
||||||
CONFIG_OF_OVERLAY=y
|
|
||||||
CONFIG_OF_RESERVED_MEM=y
|
|
||||||
CONFIG_OF_RESOLVE=y
|
|
||||||
CONFIG_PADATA=y
|
|
||||||
CONFIG_PARTITION_PERCPU=y
|
|
||||||
# CONFIG_PCI_DOMAINS is not set
|
|
||||||
# CONFIG_PCI_DOMAINS_GENERIC is not set
|
|
||||||
# CONFIG_PCI_SYSCALL is not set
|
|
||||||
CONFIG_PGTABLE_LEVELS=3
|
|
||||||
CONFIG_PHYLIB=y
|
|
||||||
CONFIG_PHYS_ADDR_T_64BIT=y
|
|
||||||
# CONFIG_PHY_XGENE is not set
|
|
||||||
CONFIG_PINCTRL=y
|
|
||||||
CONFIG_PINCTRL_BCM2835=y
|
|
||||||
CONFIG_PM=y
|
|
||||||
CONFIG_PM_CLK=y
|
|
||||||
# CONFIG_PM_DEBUG is not set
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_OF=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
|
|
||||||
CONFIG_PM_SLEEP=y
|
|
||||||
CONFIG_PM_SLEEP_SMP=y
|
|
||||||
CONFIG_POWER_RESET=y
|
|
||||||
CONFIG_POWER_SUPPLY=y
|
|
||||||
CONFIG_PRINTK_TIME=y
|
|
||||||
CONFIG_PROC_PAGE_MONITOR=y
|
|
||||||
CONFIG_PWM=y
|
|
||||||
CONFIG_PWM_BCM2835=y
|
|
||||||
CONFIG_PWM_SYSFS=y
|
|
||||||
# CONFIG_RANDOMIZE_BASE is not set
|
|
||||||
CONFIG_RASPBERRYPI_FIRMWARE=y
|
|
||||||
CONFIG_RASPBERRYPI_POWER=y
|
|
||||||
CONFIG_RATIONAL=y
|
|
||||||
CONFIG_RAW_DRIVER=y
|
|
||||||
CONFIG_RCU_NEED_SEGCBLIST=y
|
|
||||||
CONFIG_RCU_STALL_COMMON=y
|
|
||||||
CONFIG_REGMAP=y
|
|
||||||
CONFIG_REGMAP_MMIO=y
|
|
||||||
CONFIG_REGULATOR=y
|
|
||||||
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
||||||
CONFIG_RFS_ACCEL=y
|
|
||||||
CONFIG_RPS=y
|
|
||||||
CONFIG_RWSEM_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
|
||||||
# CONFIG_SCHED_INFO is not set
|
|
||||||
CONFIG_SCSI=y
|
|
||||||
# CONFIG_SCSI_LOWLEVEL is not set
|
|
||||||
# CONFIG_SCSI_PROC_FS is not set
|
|
||||||
CONFIG_SERIAL_8250_BCM2835AUX=y
|
|
||||||
# CONFIG_SERIAL_8250_DMA is not set
|
|
||||||
CONFIG_SERIAL_8250_EXTENDED=y
|
|
||||||
CONFIG_SERIAL_8250_FSL=y
|
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=1
|
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=0
|
|
||||||
CONFIG_SERIAL_8250_SHARE_IRQ=y
|
|
||||||
CONFIG_SERIAL_AMBA_PL011=y
|
|
||||||
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
|
||||||
CONFIG_SG_POOL=y
|
|
||||||
CONFIG_SMP=y
|
|
||||||
CONFIG_SPARSEMEM=y
|
|
||||||
CONFIG_SPARSEMEM_EXTREME=y
|
|
||||||
CONFIG_SPARSEMEM_MANUAL=y
|
|
||||||
CONFIG_SPARSEMEM_VMEMMAP=y
|
|
||||||
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
|
|
||||||
CONFIG_SPARSE_IRQ=y
|
|
||||||
CONFIG_SRCU=y
|
|
||||||
# CONFIG_STRIP_ASM_SYMS is not set
|
|
||||||
CONFIG_SUSPEND=y
|
|
||||||
CONFIG_SUSPEND_FREEZER=y
|
|
||||||
CONFIG_SWIOTLB=y
|
|
||||||
CONFIG_SWPHY=y
|
|
||||||
CONFIG_SYSCTL_EXCEPTION_TRACE=y
|
|
||||||
CONFIG_SYS_SUPPORTS_HUGETLBFS=y
|
|
||||||
# CONFIG_TEXTSEARCH is not set
|
|
||||||
CONFIG_THERMAL=y
|
|
||||||
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
|
|
||||||
CONFIG_THERMAL_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_OF=y
|
|
||||||
CONFIG_THIN_ARCHIVES=y
|
|
||||||
CONFIG_THREAD_INFO_IN_TASK=y
|
|
||||||
CONFIG_TICK_CPU_ACCOUNTING=y
|
|
||||||
CONFIG_TIMER_OF=y
|
|
||||||
CONFIG_TIMER_PROBE=y
|
|
||||||
CONFIG_TMPFS_POSIX_ACL=y
|
|
||||||
CONFIG_TREE_RCU=y
|
|
||||||
CONFIG_TREE_SRCU=y
|
|
||||||
CONFIG_UEVENT_HELPER_PATH=""
|
|
||||||
CONFIG_USB=y
|
|
||||||
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
|
|
||||||
CONFIG_USB_COMMON=y
|
|
||||||
CONFIG_USB_DWCOTG=y
|
|
||||||
CONFIG_USB_LAN78XX=y
|
|
||||||
# CONFIG_USB_EHCI_HCD is not set
|
|
||||||
CONFIG_USB_NET_DRIVERS=y
|
|
||||||
CONFIG_USB_NET_SMSC95XX=y
|
|
||||||
CONFIG_USB_STORAGE=y
|
|
||||||
CONFIG_USB_SUPPORT=y
|
|
||||||
CONFIG_USB_UAS=y
|
|
||||||
CONFIG_USB_USBNET=y
|
|
||||||
CONFIG_VMAP_STACK=y
|
|
||||||
CONFIG_VT=y
|
|
||||||
CONFIG_VT_CONSOLE=y
|
|
||||||
CONFIG_VT_CONSOLE_SLEEP=y
|
|
||||||
CONFIG_VT_HW_CONSOLE_BINDING=y
|
|
||||||
CONFIG_WATCHDOG_CORE=y
|
|
||||||
CONFIG_XPS=y
|
|
||||||
CONFIG_XZ_DEC_ARM=y
|
|
||||||
CONFIG_XZ_DEC_BCJ=y
|
|
||||||
CONFIG_MFD_RPISENSE_CORE=n
|
|
||||||
CONFIG_DRM_PANEL_LVDS=n
|
|
||||||
CONFIG_DRM_PANEL_INNOLUX_P079ZCA=n
|
|
||||||
CONFIG_DRM_PANEL_SAMSUNG_S6E3HA2=n
|
|
||||||
CONFIG_DRM_PANEL_SITRONIX_ST7789V=n
|
|
||||||
CONFIG_DRM_VC4_HDMI_CEC=n
|
|
||||||
CONFIG_SND_BCM2708_SOC_GOOGLEVOICEHAT_SOUNDCARD=n
|
|
||||||
CONFIG_SND_BCM2708_SOC_RPI_CIRRUS=n
|
|
||||||
CONFIG_SND_AUDIOINJECTOR_OCTO_SOUNDCARD=n
|
|
||||||
CONFIG_SND_BCM2708_SOC_ALLO_PIANO_DAC_PLUS=n
|
|
||||||
CONFIG_SND_BCM2708_SOC_ALLO_BOSS_DAC=n
|
|
||||||
CONFIG_SND_BCM2708_SOC_ALLO_DIGIONE=n
|
|
||||||
CONFIG_SND_BCM2708_SOC_ALLO_KATANA_DAC=n
|
|
||||||
CONFIG_SND_SOC_ICS43432=n
|
|
|
@ -1,545 +0,0 @@
|
||||||
CONFIG_64BIT=y
|
|
||||||
# CONFIG_AIO is not set
|
|
||||||
CONFIG_ARCH_BCM2835=y
|
|
||||||
CONFIG_ARCH_CLOCKSOURCE_DATA=y
|
|
||||||
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
|
|
||||||
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
|
|
||||||
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
|
|
||||||
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
|
|
||||||
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
|
|
||||||
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
|
|
||||||
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
|
|
||||||
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
|
|
||||||
CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y
|
|
||||||
CONFIG_ARCH_HAS_KCOV=y
|
|
||||||
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
|
|
||||||
CONFIG_ARCH_HAS_PTE_SPECIAL=y
|
|
||||||
CONFIG_ARCH_HAS_SET_MEMORY=y
|
|
||||||
CONFIG_ARCH_HAS_SG_CHAIN=y
|
|
||||||
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
|
|
||||||
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
|
|
||||||
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
|
|
||||||
CONFIG_ARCH_HAS_TICK_BROADCAST=y
|
|
||||||
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
|
|
||||||
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_LOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_LOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_LOCK_IRQ=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_LOCK_IRQSAVE=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_UNLOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_UNLOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_UNLOCK_IRQ=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_UNLOCK_IRQRESTORE=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_LOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_LOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_LOCK_IRQ=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_LOCK_IRQSAVE=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_TRYLOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_TRYLOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_UNLOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_UNLOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_UNLOCK_IRQ=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_LOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_LOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_LOCK_IRQ=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_LOCK_IRQSAVE=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_UNLOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_UNLOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_UNLOCK_IRQ=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE=y
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS=18
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS_MAX=24
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS_MIN=18
|
|
||||||
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11
|
|
||||||
CONFIG_ARCH_PROC_KCORE_TEXT=y
|
|
||||||
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
|
|
||||||
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
|
|
||||||
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_INT128=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_UPROBES=y
|
|
||||||
CONFIG_ARCH_SUSPEND_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
|
|
||||||
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
|
|
||||||
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
|
|
||||||
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
|
|
||||||
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
|
||||||
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
|
|
||||||
CONFIG_ARM64=y
|
|
||||||
# CONFIG_ARM64_16K_PAGES is not set
|
|
||||||
CONFIG_ARM64_4K_PAGES=y
|
|
||||||
# CONFIG_ARM64_64K_PAGES is not set
|
|
||||||
CONFIG_ARM64_CONT_SHIFT=4
|
|
||||||
# CONFIG_ARM64_CRYPTO is not set
|
|
||||||
CONFIG_ARM64_ERRATUM_1024718=y
|
|
||||||
CONFIG_ARM64_ERRATUM_1463225=y
|
|
||||||
CONFIG_ARM64_ERRATUM_819472=y
|
|
||||||
CONFIG_ARM64_ERRATUM_824069=y
|
|
||||||
CONFIG_ARM64_ERRATUM_826319=y
|
|
||||||
CONFIG_ARM64_ERRATUM_827319=y
|
|
||||||
CONFIG_ARM64_ERRATUM_832075=y
|
|
||||||
CONFIG_ARM64_ERRATUM_843419=y
|
|
||||||
CONFIG_ARM64_HW_AFDBM=y
|
|
||||||
# CONFIG_ARM64_LSE_ATOMICS is not set
|
|
||||||
CONFIG_ARM64_MODULE_PLTS=y
|
|
||||||
CONFIG_ARM64_PAGE_SHIFT=12
|
|
||||||
CONFIG_ARM64_PAN=y
|
|
||||||
CONFIG_ARM64_PA_BITS=48
|
|
||||||
CONFIG_ARM64_PA_BITS_48=y
|
|
||||||
# CONFIG_ARM64_PMEM is not set
|
|
||||||
# CONFIG_ARM64_PTDUMP_DEBUGFS is not set
|
|
||||||
# CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET is not set
|
|
||||||
CONFIG_ARM64_SSBD=y
|
|
||||||
CONFIG_ARM64_SVE=y
|
|
||||||
# CONFIG_ARM64_SW_TTBR0_PAN is not set
|
|
||||||
CONFIG_ARM64_UAO=y
|
|
||||||
CONFIG_ARM64_VA_BITS=39
|
|
||||||
CONFIG_ARM64_VA_BITS_39=y
|
|
||||||
# CONFIG_ARM64_VA_BITS_48 is not set
|
|
||||||
CONFIG_ARM64_VHE=y
|
|
||||||
CONFIG_ARM_AMBA=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND=y
|
|
||||||
CONFIG_ARM_BCM2835_CPUFREQ=y
|
|
||||||
CONFIG_ARM_GIC=y
|
|
||||||
CONFIG_ARM_GIC_V3=y
|
|
||||||
CONFIG_ARM_GIC_V3_ITS=y
|
|
||||||
CONFIG_ARM_PSCI_FW=y
|
|
||||||
# CONFIG_ARM_SCMI_PROTOCOL is not set
|
|
||||||
# CONFIG_ARM_SP805_WATCHDOG is not set
|
|
||||||
CONFIG_ARM_TIMER_SP804=y
|
|
||||||
# CONFIG_AX88796B_PHY is not set
|
|
||||||
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
|
|
||||||
# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
|
|
||||||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
|
||||||
CONFIG_BCM2708_VCMEM=y
|
|
||||||
# CONFIG_BCM2835_DEVGPIOMEM is not set
|
|
||||||
CONFIG_BCM2835_MBOX=y
|
|
||||||
CONFIG_BCM2835_POWER=y
|
|
||||||
# CONFIG_BCM2835_SMI is not set
|
|
||||||
CONFIG_BCM2835_THERMAL=y
|
|
||||||
CONFIG_BCM2835_VCHIQ=y
|
|
||||||
CONFIG_BCM2835_VCHIQ_MMAL=y
|
|
||||||
CONFIG_BCM2835_WDT=y
|
|
||||||
# CONFIG_BCM_VCIO is not set
|
|
||||||
# CONFIG_BCM_VC_SM is not set
|
|
||||||
CONFIG_BCM_VIDEOCORE=y
|
|
||||||
# CONFIG_BLK_DEV_INITRD is not set
|
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
|
||||||
CONFIG_BLK_DEV_RAM=y
|
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=4096
|
|
||||||
CONFIG_BLK_DEV_SD=y
|
|
||||||
CONFIG_BLK_SCSI_REQUEST=y
|
|
||||||
CONFIG_BRCM_CHAR_DRIVERS=y
|
|
||||||
CONFIG_BRCMSTB_THERMAL=y
|
|
||||||
CONFIG_BUILD_BIN2C=y
|
|
||||||
CONFIG_CAVIUM_ERRATUM_22375=y
|
|
||||||
CONFIG_CAVIUM_ERRATUM_23154=y
|
|
||||||
CONFIG_CAVIUM_ERRATUM_27456=y
|
|
||||||
CONFIG_CLKDEV_LOOKUP=y
|
|
||||||
CONFIG_CLKSRC_MMIO=y
|
|
||||||
CONFIG_CLONE_BACKWARDS=y
|
|
||||||
CONFIG_CMA=y
|
|
||||||
CONFIG_CMA_ALIGNMENT=8
|
|
||||||
CONFIG_CMA_AREAS=7
|
|
||||||
# CONFIG_CMA_DEBUG is not set
|
|
||||||
# CONFIG_CMA_DEBUGFS is not set
|
|
||||||
CONFIG_CMA_SIZE_MBYTES=16
|
|
||||||
# CONFIG_CMA_SIZE_SEL_MAX is not set
|
|
||||||
CONFIG_CMA_SIZE_SEL_MBYTES=y
|
|
||||||
# CONFIG_CMA_SIZE_SEL_MIN is not set
|
|
||||||
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
|
|
||||||
CONFIG_COMMON_CLK=y
|
|
||||||
CONFIG_COMMON_CLK_XGENE=y
|
|
||||||
# CONFIG_COMPAT is not set
|
|
||||||
CONFIG_CONFIGFS_FS=y
|
|
||||||
CONFIG_CONSOLE_TRANSLATIONS=y
|
|
||||||
# CONFIG_CPUFREQ_DT is not set
|
|
||||||
# CONFIG_CPU_BIG_ENDIAN is not set
|
|
||||||
CONFIG_CPU_FREQ=y
|
|
||||||
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_COMMON=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_USERSPACE=y
|
|
||||||
CONFIG_CPU_FREQ_STAT=y
|
|
||||||
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
|
|
||||||
CONFIG_CPU_IDLE=y
|
|
||||||
CONFIG_CPU_IDLE_GOV_LADDER=y
|
|
||||||
CONFIG_CPU_IDLE_GOV_MENU=y
|
|
||||||
CONFIG_CPU_PM=y
|
|
||||||
CONFIG_CPU_RMAP=y
|
|
||||||
# CONFIG_CPU_THERMAL is not set
|
|
||||||
CONFIG_CRC16=y
|
|
||||||
CONFIG_CRYPTO_AEAD=y
|
|
||||||
CONFIG_CRYPTO_AEAD2=y
|
|
||||||
CONFIG_CRYPTO_CRC32=y
|
|
||||||
CONFIG_CRYPTO_CRC32C=y
|
|
||||||
CONFIG_CRYPTO_HASH=y
|
|
||||||
CONFIG_CRYPTO_HASH2=y
|
|
||||||
CONFIG_CRYPTO_MANAGER=y
|
|
||||||
CONFIG_CRYPTO_MANAGER2=y
|
|
||||||
CONFIG_CRYPTO_NULL2=y
|
|
||||||
CONFIG_CRYPTO_RNG2=y
|
|
||||||
CONFIG_CRYPTO_WORKQUEUE=y
|
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
|
||||||
CONFIG_DEBUG_BUGVERBOSE=y
|
|
||||||
CONFIG_DEBUG_INFO=y
|
|
||||||
CONFIG_DEFAULT_MPTCP_PM="fullmesh"
|
|
||||||
CONFIG_DMADEVICES=y
|
|
||||||
CONFIG_DMA_BCM2708=y
|
|
||||||
CONFIG_DMA_BCM2835=y
|
|
||||||
CONFIG_DMA_CMA=y
|
|
||||||
CONFIG_DMA_DIRECT_OPS=y
|
|
||||||
CONFIG_DMA_ENGINE=y
|
|
||||||
CONFIG_DMA_OF=y
|
|
||||||
CONFIG_DMA_SHARED_BUFFER=m
|
|
||||||
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
|
||||||
CONFIG_DNOTIFY=y
|
|
||||||
CONFIG_DTC=y
|
|
||||||
CONFIG_DUMMY_CONSOLE=y
|
|
||||||
CONFIG_EDAC_SUPPORT=y
|
|
||||||
CONFIG_ENABLE_MUST_CHECK=y
|
|
||||||
CONFIG_EXT4_FS=y
|
|
||||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT4_FS_SECURITY=y
|
|
||||||
# CONFIG_F2FS_CHECK_FS is not set
|
|
||||||
CONFIG_F2FS_FS=y
|
|
||||||
# CONFIG_F2FS_FS_SECURITY is not set
|
|
||||||
CONFIG_F2FS_FS_XATTR=y
|
|
||||||
CONFIG_F2FS_STAT_FS=y
|
|
||||||
CONFIG_FB=y
|
|
||||||
CONFIG_FB_BCM2708=y
|
|
||||||
CONFIG_FB_CFB_COPYAREA=y
|
|
||||||
CONFIG_FB_CFB_FILLRECT=y
|
|
||||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
|
||||||
CONFIG_FB_CMDLINE=y
|
|
||||||
# CONFIG_FB_RPISENSE is not set
|
|
||||||
CONFIG_FIXED_PHY=y
|
|
||||||
CONFIG_FIX_EARLYCON_MEM=y
|
|
||||||
# CONFIG_FLATMEM_MANUAL is not set
|
|
||||||
# CONFIG_FONTS is not set
|
|
||||||
CONFIG_FONT_8x16=y
|
|
||||||
CONFIG_FONT_8x8=y
|
|
||||||
CONFIG_FONT_SUPPORT=y
|
|
||||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
||||||
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
|
|
||||||
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
|
|
||||||
CONFIG_FRAME_POINTER=y
|
|
||||||
CONFIG_FREEZER=y
|
|
||||||
CONFIG_FSL_ERRATUM_A008585=y
|
|
||||||
CONFIG_FS_IOMAP=y
|
|
||||||
CONFIG_FS_MBCACHE=y
|
|
||||||
CONFIG_FS_POSIX_ACL=y
|
|
||||||
CONFIG_GENERIC_ALLOCATOR=y
|
|
||||||
CONFIG_GENERIC_ARCH_TOPOLOGY=y
|
|
||||||
CONFIG_GENERIC_BUG=y
|
|
||||||
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
|
|
||||||
CONFIG_GENERIC_CPU_AUTOPROBE=y
|
|
||||||
CONFIG_GENERIC_CSUM=y
|
|
||||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
|
||||||
CONFIG_GENERIC_IDLE_POLL_SETUP=y
|
|
||||||
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
|
|
||||||
CONFIG_GENERIC_IRQ_MIGRATION=y
|
|
||||||
CONFIG_GENERIC_IRQ_MULTI_HANDLER=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
|
|
||||||
CONFIG_GENERIC_PCI_IOMAP=y
|
|
||||||
CONFIG_GENERIC_PINCONF=y
|
|
||||||
CONFIG_GENERIC_PINCTRL_GROUPS=y
|
|
||||||
CONFIG_GENERIC_PINMUX_FUNCTIONS=y
|
|
||||||
CONFIG_GENERIC_SCHED_CLOCK=y
|
|
||||||
CONFIG_GENERIC_SMP_IDLE_THREAD=y
|
|
||||||
CONFIG_GENERIC_STRNCPY_FROM_USER=y
|
|
||||||
CONFIG_GENERIC_STRNLEN_USER=y
|
|
||||||
CONFIG_GENERIC_TIME_VSYSCALL=y
|
|
||||||
CONFIG_GPIOLIB=y
|
|
||||||
CONFIG_GPIOLIB_IRQCHIP=y
|
|
||||||
CONFIG_GPIO_BCM_VIRT=y
|
|
||||||
CONFIG_GPIO_RASPBERRYPI_EXP=y
|
|
||||||
CONFIG_GPIO_SYSFS=y
|
|
||||||
CONFIG_HANDLE_DOMAIN_IRQ=y
|
|
||||||
CONFIG_HARDEN_BRANCH_PREDICTOR=y
|
|
||||||
CONFIG_HARDIRQS_SW_RESEND=y
|
|
||||||
CONFIG_HAS_DMA=y
|
|
||||||
CONFIG_HAS_IOMEM=y
|
|
||||||
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
|
|
||||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
|
||||||
CONFIG_HAVE_ARCH_BITREVERSE=y
|
|
||||||
CONFIG_HAVE_ARCH_HUGE_VMAP=y
|
|
||||||
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
|
||||||
CONFIG_HAVE_ARCH_KASAN=y
|
|
||||||
CONFIG_HAVE_ARCH_KGDB=y
|
|
||||||
CONFIG_HAVE_ARCH_PFN_VALID=y
|
|
||||||
CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y
|
|
||||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
|
||||||
CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
|
|
||||||
CONFIG_HAVE_ARCH_TRACEHOOK=y
|
|
||||||
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
|
|
||||||
CONFIG_HAVE_ARCH_VMAP_STACK=y
|
|
||||||
CONFIG_HAVE_ARM_SMCCC=y
|
|
||||||
CONFIG_HAVE_CLK=y
|
|
||||||
CONFIG_HAVE_CLK_PREPARE=y
|
|
||||||
CONFIG_HAVE_CMPXCHG_DOUBLE=y
|
|
||||||
CONFIG_HAVE_CMPXCHG_LOCAL=y
|
|
||||||
CONFIG_HAVE_CONTEXT_TRACKING=y
|
|
||||||
CONFIG_HAVE_C_RECORDMCOUNT=y
|
|
||||||
CONFIG_HAVE_DEBUG_BUGVERBOSE=y
|
|
||||||
CONFIG_HAVE_DEBUG_KMEMLEAK=y
|
|
||||||
CONFIG_HAVE_DMA_CONTIGUOUS=y
|
|
||||||
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
|
||||||
CONFIG_HAVE_EBPF_JIT=y
|
|
||||||
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
|
||||||
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
|
||||||
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
|
|
||||||
CONFIG_HAVE_FUNCTION_TRACER=y
|
|
||||||
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
|
|
||||||
CONFIG_HAVE_GENERIC_GUP=y
|
|
||||||
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
|
|
||||||
CONFIG_HAVE_MEMBLOCK=y
|
|
||||||
CONFIG_HAVE_MEMORY_PRESENT=y
|
|
||||||
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
|
|
||||||
CONFIG_HAVE_NET_DSA=y
|
|
||||||
CONFIG_HAVE_PATA_PLATFORM=y
|
|
||||||
CONFIG_HAVE_PERF_EVENTS=y
|
|
||||||
CONFIG_HAVE_PERF_REGS=y
|
|
||||||
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
|
|
||||||
CONFIG_HAVE_RCU_TABLE_FREE=y
|
|
||||||
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
|
|
||||||
CONFIG_HAVE_RSEQ=y
|
|
||||||
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
|
||||||
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
|
|
||||||
CONFIG_HOLES_IN_ZONE=y
|
|
||||||
CONFIG_HOTPLUG_CPU=y
|
|
||||||
# CONFIG_HUGETLBFS is not set
|
|
||||||
CONFIG_HW_CONSOLE=y
|
|
||||||
CONFIG_IKCONFIG=y
|
|
||||||
CONFIG_IKCONFIG_PROC=y
|
|
||||||
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
|
|
||||||
CONFIG_INLINE_READ_LOCK=y
|
|
||||||
CONFIG_INLINE_READ_LOCK_BH=y
|
|
||||||
CONFIG_INLINE_READ_LOCK_IRQ=y
|
|
||||||
CONFIG_INLINE_READ_LOCK_IRQSAVE=y
|
|
||||||
CONFIG_INLINE_READ_UNLOCK_BH=y
|
|
||||||
CONFIG_INLINE_READ_UNLOCK_IRQRESTORE=y
|
|
||||||
CONFIG_INLINE_SPIN_LOCK=y
|
|
||||||
CONFIG_INLINE_SPIN_LOCK_BH=y
|
|
||||||
CONFIG_INLINE_SPIN_LOCK_IRQ=y
|
|
||||||
CONFIG_INLINE_SPIN_LOCK_IRQSAVE=y
|
|
||||||
CONFIG_INLINE_SPIN_TRYLOCK=y
|
|
||||||
CONFIG_INLINE_SPIN_TRYLOCK_BH=y
|
|
||||||
CONFIG_INLINE_SPIN_UNLOCK_BH=y
|
|
||||||
CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE=y
|
|
||||||
CONFIG_INLINE_WRITE_LOCK=y
|
|
||||||
CONFIG_INLINE_WRITE_LOCK_BH=y
|
|
||||||
CONFIG_INLINE_WRITE_LOCK_IRQ=y
|
|
||||||
CONFIG_INLINE_WRITE_LOCK_IRQSAVE=y
|
|
||||||
CONFIG_INLINE_WRITE_UNLOCK_BH=y
|
|
||||||
CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE=y
|
|
||||||
CONFIG_INPUT=y
|
|
||||||
CONFIG_INPUT_MOUSEDEV=y
|
|
||||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
|
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
|
|
||||||
CONFIG_IOSCHED_CFQ=y
|
|
||||||
CONFIG_IRQCHIP=y
|
|
||||||
CONFIG_IRQ_DOMAIN=y
|
|
||||||
CONFIG_IRQ_DOMAIN_HIERARCHY=y
|
|
||||||
CONFIG_IRQ_FORCED_THREADING=y
|
|
||||||
CONFIG_IRQ_WORK=y
|
|
||||||
CONFIG_JBD2=y
|
|
||||||
# CONFIG_LCD_CLASS_DEVICE is not set
|
|
||||||
CONFIG_LEDS_GPIO=y
|
|
||||||
CONFIG_LEDS_TRIGGER_INPUT=y
|
|
||||||
CONFIG_LIBFDT=y
|
|
||||||
CONFIG_LOCK_DEBUGGING_SUPPORT=y
|
|
||||||
CONFIG_LOCK_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_LOGO=y
|
|
||||||
CONFIG_LOGO_LINUX_CLUT224=y
|
|
||||||
# CONFIG_LOGO_LINUX_MONO is not set
|
|
||||||
# CONFIG_LOGO_LINUX_VGA16 is not set
|
|
||||||
CONFIG_MAC_PARTITION=y
|
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
|
||||||
CONFIG_MAILBOX=y
|
|
||||||
# CONFIG_MAILBOX_TEST is not set
|
|
||||||
CONFIG_MAX_RAW_DEVS=256
|
|
||||||
CONFIG_MDIO_BUS=y
|
|
||||||
CONFIG_MDIO_DEVICE=y
|
|
||||||
CONFIG_MEMFD_CREATE=y
|
|
||||||
CONFIG_MEMORY_ISOLATION=y
|
|
||||||
# CONFIG_MFD_RPISENSE_CORE is not set
|
|
||||||
CONFIG_MFD_SYSCON=y
|
|
||||||
CONFIG_MICROCHIP_PHY=y
|
|
||||||
CONFIG_MIGRATION=y
|
|
||||||
CONFIG_MMC=y
|
|
||||||
CONFIG_MMC_BCM2835=y
|
|
||||||
CONFIG_MMC_BCM2835_DMA=y
|
|
||||||
CONFIG_MMC_BCM2835_MMC=y
|
|
||||||
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
|
|
||||||
CONFIG_MMC_BCM2835_SDHOST=y
|
|
||||||
CONFIG_MMC_BLOCK=y
|
|
||||||
CONFIG_MMC_BLOCK_MINORS=32
|
|
||||||
CONFIG_MMC_SDHCI=y
|
|
||||||
CONFIG_MMC_SDHCI_PLTFM=y
|
|
||||||
CONFIG_MODULES_USE_ELF_RELA=y
|
|
||||||
# CONFIG_MTD is not set
|
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_NEED_DMA_MAP_STATE=y
|
|
||||||
CONFIG_NEED_SG_DMA_LENGTH=y
|
|
||||||
CONFIG_NET_FLOW_LIMIT=y
|
|
||||||
CONFIG_NLS=y
|
|
||||||
CONFIG_NLS_ASCII=y
|
|
||||||
CONFIG_NLS_DEFAULT="utf8"
|
|
||||||
CONFIG_NO_BOOTMEM=y
|
|
||||||
CONFIG_NO_HZ=y
|
|
||||||
CONFIG_NO_HZ_COMMON=y
|
|
||||||
CONFIG_NO_HZ_IDLE=y
|
|
||||||
CONFIG_NO_IOPORT_MAP=y
|
|
||||||
CONFIG_NR_CPUS=4
|
|
||||||
# CONFIG_NUMA is not set
|
|
||||||
CONFIG_NVMEM=y
|
|
||||||
CONFIG_OF=y
|
|
||||||
CONFIG_OF_ADDRESS=y
|
|
||||||
CONFIG_OF_CONFIGFS=y
|
|
||||||
CONFIG_OF_DYNAMIC=y
|
|
||||||
CONFIG_OF_EARLY_FLATTREE=y
|
|
||||||
CONFIG_OF_FLATTREE=y
|
|
||||||
CONFIG_OF_GPIO=y
|
|
||||||
CONFIG_OF_IRQ=y
|
|
||||||
CONFIG_OF_KOBJ=y
|
|
||||||
CONFIG_OF_MDIO=y
|
|
||||||
CONFIG_OF_NET=y
|
|
||||||
CONFIG_OF_OVERLAY=y
|
|
||||||
CONFIG_OF_RESERVED_MEM=y
|
|
||||||
CONFIG_OF_RESOLVE=y
|
|
||||||
CONFIG_PADATA=y
|
|
||||||
CONFIG_PARTITION_PERCPU=y
|
|
||||||
CONFIG_PGTABLE_LEVELS=3
|
|
||||||
CONFIG_PHYLIB=y
|
|
||||||
CONFIG_PHYS_ADDR_T_64BIT=y
|
|
||||||
CONFIG_PINCTRL=y
|
|
||||||
CONFIG_PINCTRL_BCM2835=y
|
|
||||||
CONFIG_PLUGIN_HOSTCC="g++"
|
|
||||||
CONFIG_PM=y
|
|
||||||
CONFIG_PM_CLK=y
|
|
||||||
# CONFIG_PM_DEBUG is not set
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_OF=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
|
|
||||||
CONFIG_PM_SLEEP=y
|
|
||||||
CONFIG_PM_SLEEP_SMP=y
|
|
||||||
CONFIG_POWER_RESET=y
|
|
||||||
CONFIG_POWER_SUPPLY=y
|
|
||||||
CONFIG_PRINTK_TIME=y
|
|
||||||
CONFIG_PROC_PAGE_MONITOR=y
|
|
||||||
CONFIG_PWM=y
|
|
||||||
CONFIG_PWM_BCM2835=y
|
|
||||||
CONFIG_PWM_SYSFS=y
|
|
||||||
CONFIG_QUEUED_RWLOCKS=y
|
|
||||||
CONFIG_QUEUED_SPINLOCKS=y
|
|
||||||
# CONFIG_RANDOMIZE_BASE is not set
|
|
||||||
CONFIG_RASPBERRYPI_FIRMWARE=y
|
|
||||||
CONFIG_RASPBERRYPI_POWER=y
|
|
||||||
CONFIG_RATIONAL=y
|
|
||||||
CONFIG_RAW_DRIVER=y
|
|
||||||
CONFIG_RCU_NEED_SEGCBLIST=y
|
|
||||||
CONFIG_RCU_STALL_COMMON=y
|
|
||||||
CONFIG_REFCOUNT_FULL=y
|
|
||||||
CONFIG_REGMAP=y
|
|
||||||
CONFIG_REGMAP_MMIO=y
|
|
||||||
CONFIG_REGULATOR=y
|
|
||||||
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
||||||
CONFIG_RFS_ACCEL=y
|
|
||||||
# CONFIG_RPIVID_MEM is not set
|
|
||||||
CONFIG_RPS=y
|
|
||||||
CONFIG_RWSEM_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
|
||||||
CONFIG_SCSI=y
|
|
||||||
# CONFIG_SCSI_LOWLEVEL is not set
|
|
||||||
# CONFIG_SCSI_PROC_FS is not set
|
|
||||||
# CONFIG_SENSORS_RASPBERRYPI_HWMON is not set
|
|
||||||
CONFIG_SERIAL_8250_BCM2835AUX=y
|
|
||||||
# CONFIG_SERIAL_8250_DMA is not set
|
|
||||||
CONFIG_SERIAL_8250_EXTENDED=y
|
|
||||||
CONFIG_SERIAL_8250_FSL=y
|
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=1
|
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=0
|
|
||||||
CONFIG_SERIAL_8250_SHARE_IRQ=y
|
|
||||||
CONFIG_SERIAL_AMBA_PL011=y
|
|
||||||
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
|
||||||
CONFIG_SG_POOL=y
|
|
||||||
CONFIG_SMP=y
|
|
||||||
# CONFIG_SND_AUDIOSENSE_PI is not set
|
|
||||||
# CONFIG_SND_BCM2708_SOC_HIFIBERRY_DACPLUSADC is not set
|
|
||||||
# CONFIG_SND_BCM2708_SOC_I_SABRE_Q2M is not set
|
|
||||||
# CONFIG_SND_RPI_SIMPLE_SOUNDCARD is not set
|
|
||||||
# CONFIG_SND_RPI_WM8804_SOUNDCARD is not set
|
|
||||||
# CONFIG_SND_SOC_AD193X_SPI is not set
|
|
||||||
CONFIG_SPARSEMEM=y
|
|
||||||
CONFIG_SPARSEMEM_EXTREME=y
|
|
||||||
CONFIG_SPARSEMEM_MANUAL=y
|
|
||||||
CONFIG_SPARSEMEM_VMEMMAP=y
|
|
||||||
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
|
|
||||||
CONFIG_SPARSE_IRQ=y
|
|
||||||
CONFIG_SRCU=y
|
|
||||||
CONFIG_STREAM_PARSER=y
|
|
||||||
# CONFIG_STRIP_ASM_SYMS is not set
|
|
||||||
CONFIG_SUSPEND=y
|
|
||||||
CONFIG_SUSPEND_FREEZER=y
|
|
||||||
CONFIG_SWIOTLB=y
|
|
||||||
CONFIG_SWPHY=y
|
|
||||||
CONFIG_SYSCTL_EXCEPTION_TRACE=y
|
|
||||||
CONFIG_SYS_SUPPORTS_HUGETLBFS=y
|
|
||||||
# CONFIG_TEXTSEARCH is not set
|
|
||||||
CONFIG_THERMAL=y
|
|
||||||
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
|
|
||||||
CONFIG_THERMAL_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_OF=y
|
|
||||||
CONFIG_THREAD_INFO_IN_TASK=y
|
|
||||||
CONFIG_TICK_CPU_ACCOUNTING=y
|
|
||||||
CONFIG_TIMER_OF=y
|
|
||||||
CONFIG_TIMER_PROBE=y
|
|
||||||
CONFIG_TMPFS_POSIX_ACL=y
|
|
||||||
# CONFIG_TOUCHSCREEN_RPI_FT5406 is not set
|
|
||||||
CONFIG_TREE_RCU=y
|
|
||||||
CONFIG_TREE_SRCU=y
|
|
||||||
CONFIG_UEVENT_HELPER_PATH=""
|
|
||||||
CONFIG_UNMAP_KERNEL_AT_EL0=y
|
|
||||||
CONFIG_USB=y
|
|
||||||
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
|
|
||||||
CONFIG_USB_COMMON=y
|
|
||||||
CONFIG_USB_DWCOTG=y
|
|
||||||
# CONFIG_USB_EHCI_HCD is not set
|
|
||||||
CONFIG_USB_LAN78XX=y
|
|
||||||
CONFIG_USB_NET_DRIVERS=y
|
|
||||||
CONFIG_USB_NET_SMSC95XX=y
|
|
||||||
CONFIG_USB_STORAGE=y
|
|
||||||
CONFIG_USB_SUPPORT=y
|
|
||||||
CONFIG_USB_UAS=y
|
|
||||||
CONFIG_USB_USBNET=y
|
|
||||||
# CONFIG_VIDEO_CODEC_BCM2835 is not set
|
|
||||||
CONFIG_VMAP_STACK=y
|
|
||||||
CONFIG_VT=y
|
|
||||||
CONFIG_VT_CONSOLE=y
|
|
||||||
CONFIG_VT_CONSOLE_SLEEP=y
|
|
||||||
CONFIG_VT_HW_CONSOLE_BINDING=y
|
|
||||||
CONFIG_WATCHDOG_CORE=y
|
|
||||||
CONFIG_XPS=y
|
|
||||||
CONFIG_XZ_DEC_ARM=y
|
|
||||||
CONFIG_XZ_DEC_BCJ=y
|
|
||||||
CONFIG_ZONE_DMA32=y
|
|
|
@ -1,667 +0,0 @@
|
||||||
CONFIG_64BIT=y
|
|
||||||
# CONFIG_AIO is not set
|
|
||||||
CONFIG_ARCH_BCM2835=y
|
|
||||||
CONFIG_ARCH_CLOCKSOURCE_DATA=y
|
|
||||||
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
|
|
||||||
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
|
|
||||||
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
|
|
||||||
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
|
|
||||||
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
|
|
||||||
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
|
|
||||||
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
|
|
||||||
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
|
|
||||||
CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y
|
|
||||||
CONFIG_ARCH_HAS_KCOV=y
|
|
||||||
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
|
|
||||||
CONFIG_ARCH_HAS_PHYS_TO_DMA=y
|
|
||||||
CONFIG_ARCH_HAS_PTE_SPECIAL=y
|
|
||||||
CONFIG_ARCH_HAS_SET_MEMORY=y
|
|
||||||
CONFIG_ARCH_HAS_SG_CHAIN=y
|
|
||||||
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
|
|
||||||
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
|
|
||||||
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
|
|
||||||
CONFIG_ARCH_HAS_TICK_BROADCAST=y
|
|
||||||
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
|
|
||||||
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_LOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_LOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_LOCK_IRQ=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_LOCK_IRQSAVE=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_UNLOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_UNLOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_UNLOCK_IRQ=y
|
|
||||||
CONFIG_ARCH_INLINE_READ_UNLOCK_IRQRESTORE=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_LOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_LOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_LOCK_IRQ=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_LOCK_IRQSAVE=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_TRYLOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_TRYLOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_UNLOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_UNLOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_UNLOCK_IRQ=y
|
|
||||||
CONFIG_ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_LOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_LOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_LOCK_IRQ=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_LOCK_IRQSAVE=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_UNLOCK=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_UNLOCK_BH=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_UNLOCK_IRQ=y
|
|
||||||
CONFIG_ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE=y
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS=18
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS_MAX=24
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS_MIN=18
|
|
||||||
CONFIG_ARCH_MMAP_RND_COMPAT_BITS=11
|
|
||||||
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11
|
|
||||||
CONFIG_ARCH_PROC_KCORE_TEXT=y
|
|
||||||
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
|
|
||||||
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
|
|
||||||
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_INT128=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
|
|
||||||
CONFIG_ARCH_SUPPORTS_UPROBES=y
|
|
||||||
CONFIG_ARCH_SUSPEND_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
|
|
||||||
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
|
|
||||||
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
|
|
||||||
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
|
|
||||||
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
|
||||||
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
|
|
||||||
CONFIG_ARGON_MEM=y
|
|
||||||
CONFIG_ARM64=y
|
|
||||||
# CONFIG_ARM64_16K_PAGES is not set
|
|
||||||
CONFIG_ARM64_4K_PAGES=y
|
|
||||||
# CONFIG_ARM64_64K_PAGES is not set
|
|
||||||
CONFIG_ARM64_CONT_SHIFT=4
|
|
||||||
CONFIG_ARM64_CRYPTO=y
|
|
||||||
CONFIG_ARM64_ERRATUM_1024718=y
|
|
||||||
CONFIG_ARM64_ERRATUM_1463225=y
|
|
||||||
CONFIG_ARM64_ERRATUM_819472=y
|
|
||||||
CONFIG_ARM64_ERRATUM_824069=y
|
|
||||||
CONFIG_ARM64_ERRATUM_826319=y
|
|
||||||
CONFIG_ARM64_ERRATUM_827319=y
|
|
||||||
CONFIG_ARM64_ERRATUM_832075=y
|
|
||||||
CONFIG_ARM64_ERRATUM_843419=y
|
|
||||||
CONFIG_ARM64_HW_AFDBM=y
|
|
||||||
# CONFIG_ARM64_LSE_ATOMICS is not set
|
|
||||||
CONFIG_ARM64_MODULE_PLTS=y
|
|
||||||
CONFIG_ARM64_PAGE_SHIFT=12
|
|
||||||
CONFIG_ARM64_PAN=y
|
|
||||||
CONFIG_ARM64_PA_BITS=48
|
|
||||||
CONFIG_ARM64_PA_BITS_48=y
|
|
||||||
# CONFIG_ARM64_PMEM is not set
|
|
||||||
# CONFIG_ARM64_PTDUMP_DEBUGFS is not set
|
|
||||||
# CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET is not set
|
|
||||||
CONFIG_ARM64_SSBD=y
|
|
||||||
CONFIG_ARM64_SVE=y
|
|
||||||
# CONFIG_ARM64_SW_TTBR0_PAN is not set
|
|
||||||
CONFIG_ARM64_UAO=y
|
|
||||||
CONFIG_ARM64_VA_BITS=39
|
|
||||||
CONFIG_ARM64_VA_BITS_39=y
|
|
||||||
# CONFIG_ARM64_VA_BITS_48 is not set
|
|
||||||
CONFIG_ARM64_VHE=y
|
|
||||||
CONFIG_ARMV8_DEPRECATED=y
|
|
||||||
CONFIG_ARM_AMBA=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND=y
|
|
||||||
CONFIG_ARM_BCM2835_CPUFREQ=y
|
|
||||||
CONFIG_ARM_CRYPTO=y
|
|
||||||
CONFIG_ARM_GIC=y
|
|
||||||
CONFIG_ARM_GIC_V2M=y
|
|
||||||
CONFIG_ARM_GIC_V3=y
|
|
||||||
CONFIG_ARM_GIC_V3_ITS=y
|
|
||||||
CONFIG_ARM_GIC_V3_ITS_PCI=y
|
|
||||||
CONFIG_ARM_HEAVY_MB=y
|
|
||||||
CONFIG_ARM_LPAE=y
|
|
||||||
CONFIG_ARM_PSCI_FW=y
|
|
||||||
CONFIG_ARM_MODULE_PLTS=y
|
|
||||||
# CONFIG_ARM_SCMI_PROTOCOL is not set
|
|
||||||
# CONFIG_ARM_SP805_WATCHDOG is not set
|
|
||||||
CONFIG_ARM_TIMER_SP804=y
|
|
||||||
# CONFIG_AX88796B_PHY is not set
|
|
||||||
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
|
|
||||||
# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
|
|
||||||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
|
||||||
CONFIG_BCM2708_VCMEM=y
|
|
||||||
CONFIG_BCM2835_DEVGPIOMEM=y
|
|
||||||
CONFIG_BCM2835_MBOX=y
|
|
||||||
CONFIG_BCM2835_POWER=y
|
|
||||||
# CONFIG_BCM2835_SMI is not set
|
|
||||||
CONFIG_BCM2835_THERMAL=y
|
|
||||||
CONFIG_BCM2835_VCHIQ=y
|
|
||||||
CONFIG_BCM2835_VCHIQ_MMAL=y
|
|
||||||
CONFIG_BCM2835_WDT=y
|
|
||||||
CONFIG_BCM7XXX_PHY=y
|
|
||||||
CONFIG_BCMGENET=y
|
|
||||||
CONFIG_BCM_NET_PHYLIB=y
|
|
||||||
CONFIG_BCM_VCIO=y
|
|
||||||
# CONFIG_BCM_VC_SM is not set
|
|
||||||
CONFIG_BCM_VC_SM_CMA=y
|
|
||||||
CONFIG_BCM_VIDEOCORE=y
|
|
||||||
CONFIG_BLK_DEBUG_FS=y
|
|
||||||
CONFIG_BLK_DEV_BSG=y
|
|
||||||
CONFIG_BLK_DEV_BSGLIB=y
|
|
||||||
# CONFIG_BLK_DEV_DM is not set
|
|
||||||
# CONFIG_BLK_DEV_INITRD is not set
|
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
|
||||||
# CONFIG_BLK_DEV_MD is not set
|
|
||||||
CONFIG_BLK_DEV_RAM=y
|
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=4096
|
|
||||||
CONFIG_BLK_DEV_SD=y
|
|
||||||
CONFIG_BLK_MQ_PCI=y
|
|
||||||
CONFIG_BLK_SCSI_REQUEST=y
|
|
||||||
CONFIG_BLOCK_COMPAT=y
|
|
||||||
CONFIG_BOUNCE=y
|
|
||||||
CONFIG_BRCMSTB_THERMAL=y
|
|
||||||
CONFIG_BRCM_CHAR_DRIVERS=y
|
|
||||||
CONFIG_BROADCOM_PHY=y
|
|
||||||
CONFIG_BUILD_BIN2C=y
|
|
||||||
CONFIG_CACHE_L2X0=y
|
|
||||||
CONFIG_CAVIUM_ERRATUM_22375=y
|
|
||||||
CONFIG_CAVIUM_ERRATUM_23154=y
|
|
||||||
CONFIG_CAVIUM_ERRATUM_27456=y
|
|
||||||
CONFIG_CC_HAS_ASM_GOTO=y
|
|
||||||
CONFIG_CLKDEV_LOOKUP=y
|
|
||||||
CONFIG_CLKSRC_MMIO=y
|
|
||||||
CONFIG_CLONE_BACKWARDS=y
|
|
||||||
CONFIG_CMA=y
|
|
||||||
CONFIG_CMA_ALIGNMENT=8
|
|
||||||
CONFIG_CMA_AREAS=7
|
|
||||||
# CONFIG_CMA_DEBUG is not set
|
|
||||||
# CONFIG_CMA_DEBUGFS is not set
|
|
||||||
CONFIG_CMA_SIZE_MBYTES=5
|
|
||||||
# CONFIG_CMA_SIZE_SEL_MAX is not set
|
|
||||||
CONFIG_CMA_SIZE_SEL_MBYTES=y
|
|
||||||
# CONFIG_CMA_SIZE_SEL_MIN is not set
|
|
||||||
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
|
|
||||||
CONFIG_COMMON_CLK=y
|
|
||||||
CONFIG_COMMON_CLK_XGENE=y
|
|
||||||
CONFIG_COMPAT=y
|
|
||||||
CONFIG_COMPAT_32BIT_TIME=y
|
|
||||||
CONFIG_COMPAT_BINFMT_ELF=y
|
|
||||||
CONFIG_COMPAT_NETLINK_MESSAGES=y
|
|
||||||
CONFIG_COMPAT_OLD_SIGACTION=y
|
|
||||||
CONFIG_CONFIGFS_FS=y
|
|
||||||
CONFIG_CONSOLE_TRANSLATIONS=y
|
|
||||||
CONFIG_CP15_BARRIER_EMULATION=y
|
|
||||||
# CONFIG_CPUFREQ_DT is not set
|
|
||||||
# CONFIG_CPU_BIG_ENDIAN is not set
|
|
||||||
CONFIG_CPU_FREQ=y
|
|
||||||
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
|
||||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
|
|
||||||
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_COMMON=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_USERSPACE=y
|
|
||||||
CONFIG_CPU_FREQ_STAT=y
|
|
||||||
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
|
|
||||||
CONFIG_CPU_IDLE=y
|
|
||||||
CONFIG_CPU_IDLE_GOV_LADDER=y
|
|
||||||
CONFIG_CPU_IDLE_GOV_MENU=y
|
|
||||||
CONFIG_CPU_PM=y
|
|
||||||
CONFIG_CPU_RMAP=y
|
|
||||||
# CONFIG_CPU_THERMAL is not set
|
|
||||||
CONFIG_CRC16=y
|
|
||||||
CONFIG_CRYPTO_AEAD=y
|
|
||||||
CONFIG_CRYPTO_AEAD2=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64_BS=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64_NEON_BLK=y
|
|
||||||
CONFIG_CRYPTO_CHACHA20=y
|
|
||||||
CONFIG_CRYPTO_CHACHA20_NEON=y
|
|
||||||
CONFIG_CRYPTO_CRC32=y
|
|
||||||
CONFIG_CRYPTO_CRC32C=y
|
|
||||||
CONFIG_CRYPTO_CRC32_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_CRYPTD=y
|
|
||||||
CONFIG_CRYPTO_GF128MUL=y
|
|
||||||
CONFIG_CRYPTO_GHASH_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_HASH=y
|
|
||||||
CONFIG_CRYPTO_HASH2=y
|
|
||||||
CONFIG_CRYPTO_MANAGER=y
|
|
||||||
CONFIG_CRYPTO_MANAGER2=y
|
|
||||||
CONFIG_CRYPTO_NULL2=y
|
|
||||||
CONFIG_CRYPTO_RNG2=y
|
|
||||||
CONFIG_CRYPTO_SHA1=y
|
|
||||||
CONFIG_CRYPTO_SHA1_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_SHA256_ARM64=y
|
|
||||||
CONFIG_CRYPTO_SHA2_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_SHA3=y
|
|
||||||
CONFIG_CRYPTO_SHA3_ARM64=y
|
|
||||||
CONFIG_CRYPTO_SHA512_ARM64=y
|
|
||||||
CONFIG_CRYPTO_SHA512_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_SIMD=y
|
|
||||||
CONFIG_CRYPTO_SM3=y
|
|
||||||
CONFIG_CRYPTO_SM3_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_SM4=y
|
|
||||||
CONFIG_CRYPTO_SM4_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_WORKQUEUE=y
|
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
|
||||||
CONFIG_DEBUG_BUGVERBOSE=y
|
|
||||||
CONFIG_DEBUG_INFO=y
|
|
||||||
CONFIG_DEFAULT_CFQ=y
|
|
||||||
# CONFIG_DEFAULT_DEADLINE is not set
|
|
||||||
CONFIG_DEFAULT_IOSCHED="cfq"
|
|
||||||
CONFIG_DEFAULT_MPTCP_PM="fullmesh"
|
|
||||||
CONFIG_DEVMEM=y
|
|
||||||
CONFIG_DMADEVICES=y
|
|
||||||
CONFIG_DMA_BCM2708=y
|
|
||||||
CONFIG_DMA_BCM2835=y
|
|
||||||
CONFIG_DMA_CMA=y
|
|
||||||
CONFIG_DMA_DIRECT_OPS=y
|
|
||||||
CONFIG_DMA_ENGINE=y
|
|
||||||
CONFIG_DMA_OF=y
|
|
||||||
CONFIG_DMA_SHARED_BUFFER=y
|
|
||||||
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
|
||||||
CONFIG_DNOTIFY=y
|
|
||||||
CONFIG_DTC=y
|
|
||||||
CONFIG_DUMMY_CONSOLE=y
|
|
||||||
CONFIG_EDAC_SUPPORT=y
|
|
||||||
CONFIG_ENABLE_MUST_CHECK=y
|
|
||||||
CONFIG_EXT4_FS=y
|
|
||||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT4_FS_SECURITY=y
|
|
||||||
CONFIG_FB=y
|
|
||||||
CONFIG_FB_BCM2708=y
|
|
||||||
CONFIG_FB_CFB_COPYAREA=y
|
|
||||||
CONFIG_FB_CFB_FILLRECT=y
|
|
||||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
|
||||||
CONFIG_FB_CMDLINE=y
|
|
||||||
# CONFIG_FB_RPISENSE is not set
|
|
||||||
CONFIG_FIXED_PHY=y
|
|
||||||
CONFIG_FIX_EARLYCON_MEM=y
|
|
||||||
# CONFIG_FLATMEM_MANUAL is not set
|
|
||||||
# CONFIG_FONTS is not set
|
|
||||||
CONFIG_FONT_8x16=y
|
|
||||||
CONFIG_FONT_8x8=y
|
|
||||||
CONFIG_FONT_SUPPORT=y
|
|
||||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
||||||
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
|
|
||||||
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
|
|
||||||
CONFIG_FRAME_POINTER=y
|
|
||||||
CONFIG_FREEZER=y
|
|
||||||
CONFIG_FIXED_PHY=y
|
|
||||||
CONFIG_FSL_ERRATUM_A008585=y
|
|
||||||
CONFIG_FS_IOMAP=y
|
|
||||||
CONFIG_FS_MBCACHE=y
|
|
||||||
CONFIG_FS_POSIX_ACL=y
|
|
||||||
CONFIG_GENERIC_ALLOCATOR=y
|
|
||||||
CONFIG_GENERIC_ARCH_TOPOLOGY=y
|
|
||||||
CONFIG_GENERIC_BUG=y
|
|
||||||
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
|
|
||||||
CONFIG_GENERIC_CPU_AUTOPROBE=y
|
|
||||||
CONFIG_GENERIC_CSUM=y
|
|
||||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
|
||||||
CONFIG_GENERIC_IDLE_POLL_SETUP=y
|
|
||||||
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
|
|
||||||
CONFIG_GENERIC_IRQ_MIGRATION=y
|
|
||||||
CONFIG_GENERIC_IRQ_MULTI_HANDLER=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
|
|
||||||
CONFIG_GENERIC_PCI_IOMAP=y
|
|
||||||
CONFIG_GENERIC_PHY=y
|
|
||||||
CONFIG_GENERIC_PINCONF=y
|
|
||||||
CONFIG_GENERIC_PINCTRL_GROUPS=y
|
|
||||||
CONFIG_GENERIC_PINMUX_FUNCTIONS=y
|
|
||||||
CONFIG_GENERIC_SCHED_CLOCK=y
|
|
||||||
CONFIG_GENERIC_SMP_IDLE_THREAD=y
|
|
||||||
CONFIG_GENERIC_STRNCPY_FROM_USER=y
|
|
||||||
CONFIG_GENERIC_STRNLEN_USER=y
|
|
||||||
CONFIG_GENERIC_TIME_VSYSCALL=y
|
|
||||||
CONFIG_GPIOLIB=y
|
|
||||||
CONFIG_GPIOLIB_IRQCHIP=y
|
|
||||||
CONFIG_GPIO_BCM_VIRT=y
|
|
||||||
CONFIG_GPIO_RASPBERRYPI_EXP=y
|
|
||||||
CONFIG_GPIO_STMPE=y
|
|
||||||
CONFIG_GPIO_SYSFS=y
|
|
||||||
CONFIG_HANDLE_DOMAIN_IRQ=y
|
|
||||||
CONFIG_HARDEN_BRANCH_PREDICTOR=y
|
|
||||||
CONFIG_HARDIRQS_SW_RESEND=y
|
|
||||||
CONFIG_HAS_DMA=y
|
|
||||||
CONFIG_HAS_IOMEM=y
|
|
||||||
CONFIG_HAS_IOPORT_MAP=y
|
|
||||||
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
|
|
||||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
|
||||||
CONFIG_HAVE_ARCH_BITREVERSE=y
|
|
||||||
CONFIG_HAVE_ARCH_HUGE_VMAP=y
|
|
||||||
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
|
||||||
CONFIG_HAVE_ARCH_KASAN=y
|
|
||||||
CONFIG_HAVE_ARCH_KGDB=y
|
|
||||||
CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
|
|
||||||
CONFIG_HAVE_ARCH_PFN_VALID=y
|
|
||||||
CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y
|
|
||||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
|
||||||
CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
|
|
||||||
CONFIG_HAVE_ARCH_TRACEHOOK=y
|
|
||||||
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
|
|
||||||
CONFIG_HAVE_ARCH_VMAP_STACK=y
|
|
||||||
CONFIG_HAVE_ARM_SMCCC=y
|
|
||||||
CONFIG_HAVE_CLK=y
|
|
||||||
CONFIG_HAVE_CLK_PREPARE=y
|
|
||||||
CONFIG_HAVE_CMPXCHG_DOUBLE=y
|
|
||||||
CONFIG_HAVE_CMPXCHG_LOCAL=y
|
|
||||||
CONFIG_HAVE_CONTEXT_TRACKING=y
|
|
||||||
CONFIG_HAVE_C_RECORDMCOUNT=y
|
|
||||||
CONFIG_HAVE_DEBUG_BUGVERBOSE=y
|
|
||||||
CONFIG_HAVE_DEBUG_KMEMLEAK=y
|
|
||||||
CONFIG_HAVE_DMA_CONTIGUOUS=y
|
|
||||||
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
|
||||||
CONFIG_HAVE_EBPF_JIT=y
|
|
||||||
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
|
||||||
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
|
||||||
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
|
|
||||||
CONFIG_HAVE_FUNCTION_TRACER=y
|
|
||||||
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
|
|
||||||
CONFIG_HAVE_GENERIC_GUP=y
|
|
||||||
CONFIG_HAVE_IDE=y
|
|
||||||
CONFIG_HAVE_LD_DEAD_CODE_DATA_ELIMINATION=y
|
|
||||||
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
|
|
||||||
CONFIG_HAVE_MEMBLOCK=y
|
|
||||||
CONFIG_HAVE_MEMORY_PRESENT=y
|
|
||||||
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
|
|
||||||
CONFIG_HAVE_NET_DSA=y
|
|
||||||
CONFIG_HAVE_PATA_PLATFORM=y
|
|
||||||
CONFIG_HAVE_PERF_EVENTS=y
|
|
||||||
CONFIG_HAVE_PERF_REGS=y
|
|
||||||
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
|
|
||||||
CONFIG_HAVE_RCU_TABLE_FREE=y
|
|
||||||
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
|
|
||||||
CONFIG_HAVE_RSEQ=y
|
|
||||||
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
|
||||||
CONFIG_HAVE_UID16=y
|
|
||||||
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
|
|
||||||
CONFIG_HIGHMEM=y
|
|
||||||
CONFIG_HIGHPTE=y
|
|
||||||
CONFIG_HW_RANDOM=y
|
|
||||||
CONFIG_HW_RANDOM_BCM2835=y
|
|
||||||
CONFIG_HW_RANDOM_IPROC_RNG200=y
|
|
||||||
CONFIG_HOLES_IN_ZONE=y
|
|
||||||
CONFIG_HOTPLUG_CPU=y
|
|
||||||
# CONFIG_HUGETLBFS is not set
|
|
||||||
CONFIG_HW_CONSOLE=y
|
|
||||||
CONFIG_I2C=y
|
|
||||||
# CONFIG_I2C_BCM2708 is not set
|
|
||||||
CONFIG_I2C_BOARDINFO=y
|
|
||||||
CONFIG_I2C_COMPAT=y
|
|
||||||
CONFIG_I2C_HELPER_AUTO=y
|
|
||||||
CONFIG_IKCONFIG=y
|
|
||||||
CONFIG_IKCONFIG_PROC=y
|
|
||||||
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
|
|
||||||
CONFIG_INLINE_READ_LOCK=y
|
|
||||||
CONFIG_INLINE_READ_LOCK_BH=y
|
|
||||||
CONFIG_INLINE_READ_LOCK_IRQ=y
|
|
||||||
CONFIG_INLINE_READ_LOCK_IRQSAVE=y
|
|
||||||
CONFIG_INLINE_READ_UNLOCK_BH=y
|
|
||||||
CONFIG_INLINE_READ_UNLOCK_IRQRESTORE=y
|
|
||||||
CONFIG_INLINE_SPIN_LOCK=y
|
|
||||||
CONFIG_INLINE_SPIN_LOCK_BH=y
|
|
||||||
CONFIG_INLINE_SPIN_LOCK_IRQ=y
|
|
||||||
CONFIG_INLINE_SPIN_LOCK_IRQSAVE=y
|
|
||||||
CONFIG_INLINE_SPIN_TRYLOCK=y
|
|
||||||
CONFIG_INLINE_SPIN_TRYLOCK_BH=y
|
|
||||||
CONFIG_INLINE_SPIN_UNLOCK_BH=y
|
|
||||||
CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE=y
|
|
||||||
CONFIG_INLINE_WRITE_LOCK=y
|
|
||||||
CONFIG_INLINE_WRITE_LOCK_BH=y
|
|
||||||
CONFIG_INLINE_WRITE_LOCK_IRQ=y
|
|
||||||
CONFIG_INLINE_WRITE_LOCK_IRQSAVE=y
|
|
||||||
CONFIG_INLINE_WRITE_UNLOCK_BH=y
|
|
||||||
CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE=y
|
|
||||||
CONFIG_INPUT=y
|
|
||||||
CONFIG_INPUT_MOUSEDEV=y
|
|
||||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
|
|
||||||
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
|
|
||||||
CONFIG_IOSCHED_CFQ=y
|
|
||||||
CONFIG_IRQCHIP=y
|
|
||||||
CONFIG_IRQ_DOMAIN=y
|
|
||||||
CONFIG_IRQ_DOMAIN_HIERARCHY=y
|
|
||||||
CONFIG_IRQ_FORCED_THREADING=y
|
|
||||||
CONFIG_IRQ_WORK=y
|
|
||||||
CONFIG_JBD2=y
|
|
||||||
# CONFIG_LCD_CLASS_DEVICE is not set
|
|
||||||
CONFIG_LEDS_GPIO=y
|
|
||||||
CONFIG_LEDS_TRIGGER_INPUT=y
|
|
||||||
CONFIG_LIBFDT=y
|
|
||||||
CONFIG_LOCK_DEBUGGING_SUPPORT=y
|
|
||||||
CONFIG_LOCK_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_LOGO=y
|
|
||||||
CONFIG_LOGO_LINUX_CLUT224=y
|
|
||||||
# CONFIG_LOGO_LINUX_MONO is not set
|
|
||||||
# CONFIG_LOGO_LINUX_VGA16 is not set
|
|
||||||
CONFIG_MAC_PARTITION=y
|
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
|
||||||
CONFIG_MAILBOX=y
|
|
||||||
# CONFIG_MAILBOX_TEST is not set
|
|
||||||
CONFIG_MAX_RAW_DEVS=256
|
|
||||||
CONFIG_MD=y
|
|
||||||
CONFIG_MDIO_BCM_UNIMAC=y
|
|
||||||
CONFIG_MDIO_BUS=y
|
|
||||||
CONFIG_MDIO_DEVICE=y
|
|
||||||
CONFIG_MEMFD_CREATE=y
|
|
||||||
CONFIG_MEMORY_ISOLATION=y
|
|
||||||
CONFIG_MFD_CORE=y
|
|
||||||
# CONFIG_MFD_RPISENSE_CORE is not set
|
|
||||||
CONFIG_MFD_STMPE=y
|
|
||||||
CONFIG_MFD_SYSCON=y
|
|
||||||
CONFIG_MICROCHIP_PHY=y
|
|
||||||
CONFIG_MIGRATION=y
|
|
||||||
CONFIG_MMC=y
|
|
||||||
# CONFIG_MMC_BCM2835 is not set
|
|
||||||
CONFIG_MMC_BCM2835_DMA=y
|
|
||||||
CONFIG_MMC_BCM2835_MMC=y
|
|
||||||
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
|
|
||||||
CONFIG_MMC_BCM2835_SDHOST=y
|
|
||||||
CONFIG_MMC_BLOCK=y
|
|
||||||
CONFIG_MMC_BLOCK_MINORS=32
|
|
||||||
CONFIG_MMC_SDHCI=y
|
|
||||||
CONFIG_MMC_SDHCI_IO_ACCESSORS=y
|
|
||||||
CONFIG_MMC_SDHCI_IPROC=y
|
|
||||||
# CONFIG_MMC_SDHCI_PCI is not set
|
|
||||||
CONFIG_MMC_SDHCI_PLTFM=y
|
|
||||||
# CONFIG_MMC_TIFM_SD is not set
|
|
||||||
CONFIG_MODULES_USE_ELF_RELA=y
|
|
||||||
CONFIG_MTD_BLOCK2MTD=y
|
|
||||||
CONFIG_MTD_NAND=y
|
|
||||||
CONFIG_MTD_NAND_ECC=y
|
|
||||||
CONFIG_MTD_SPI_NOR=y
|
|
||||||
CONFIG_MTD_UBI=y
|
|
||||||
CONFIG_MTD_UBI_BEB_LIMIT=20
|
|
||||||
# CONFIG_MTD_UBI_BLOCK is not set
|
|
||||||
# CONFIG_MTD_UBI_FASTMAP is not set
|
|
||||||
# CONFIG_MTD_UBI_GLUEBI is not set
|
|
||||||
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_NEED_DMA_MAP_STATE=y
|
|
||||||
CONFIG_NEED_SG_DMA_LENGTH=y
|
|
||||||
CONFIG_NET_FLOW_LIMIT=y
|
|
||||||
CONFIG_NLS=y
|
|
||||||
CONFIG_NLS_ASCII=y
|
|
||||||
CONFIG_NLS_DEFAULT="utf8"
|
|
||||||
CONFIG_NO_BOOTMEM=y
|
|
||||||
CONFIG_NO_HZ=y
|
|
||||||
CONFIG_NO_HZ_COMMON=y
|
|
||||||
CONFIG_NO_HZ_IDLE=y
|
|
||||||
CONFIG_NR_CPUS=4
|
|
||||||
# CONFIG_NUMA is not set
|
|
||||||
CONFIG_NVMEM=y
|
|
||||||
CONFIG_OF=y
|
|
||||||
CONFIG_OF_ADDRESS=y
|
|
||||||
CONFIG_OF_CONFIGFS=y
|
|
||||||
CONFIG_OF_DYNAMIC=y
|
|
||||||
CONFIG_OF_EARLY_FLATTREE=y
|
|
||||||
CONFIG_OF_FLATTREE=y
|
|
||||||
CONFIG_OF_GPIO=y
|
|
||||||
CONFIG_OF_IRQ=y
|
|
||||||
CONFIG_OF_KOBJ=y
|
|
||||||
CONFIG_OF_MDIO=y
|
|
||||||
CONFIG_OF_NET=y
|
|
||||||
CONFIG_OF_OVERLAY=y
|
|
||||||
CONFIG_OF_RESERVED_MEM=y
|
|
||||||
CONFIG_OF_RESOLVE=y
|
|
||||||
CONFIG_OLD_SIGSUSPEND3=y
|
|
||||||
CONFIG_PADATA=y
|
|
||||||
CONFIG_PARTITION_PERCPU=y
|
|
||||||
CONFIG_OUTER_CACHE=y
|
|
||||||
CONFIG_OUTER_CACHE_SYNC=y
|
|
||||||
CONFIG_PAGE_OFFSET=0xC0000000
|
|
||||||
CONFIG_PCI=y
|
|
||||||
CONFIG_PCIEAER=y
|
|
||||||
CONFIG_PCIEPORTBUS=y
|
|
||||||
CONFIG_PCIE_BRCMSTB=y
|
|
||||||
CONFIG_PCIE_PME=y
|
|
||||||
CONFIG_PCI_DOMAINS=y
|
|
||||||
CONFIG_PCI_DOMAINS_GENERIC=y
|
|
||||||
CONFIG_PCI_MSI=y
|
|
||||||
CONFIG_PCI_MSI_IRQ_DOMAIN=y
|
|
||||||
CONFIG_PGTABLE_LEVELS=3
|
|
||||||
CONFIG_PHYLIB=y
|
|
||||||
CONFIG_PHYS_ADDR_T_64BIT=y
|
|
||||||
CONFIG_PINCTRL=y
|
|
||||||
CONFIG_PINCTRL_BCM2835=y
|
|
||||||
CONFIG_PLUGIN_HOSTCC="g++"
|
|
||||||
CONFIG_PM=y
|
|
||||||
CONFIG_PM_CLK=y
|
|
||||||
# CONFIG_PM_DEBUG is not set
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_OF=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
|
|
||||||
CONFIG_PM_SLEEP=y
|
|
||||||
CONFIG_PM_SLEEP_SMP=y
|
|
||||||
CONFIG_POWER_RESET=y
|
|
||||||
CONFIG_POWER_RESET_GPIO=y
|
|
||||||
CONFIG_POWER_SUPPLY=y
|
|
||||||
CONFIG_PRINTK_TIME=y
|
|
||||||
CONFIG_PROC_PAGE_MONITOR=y
|
|
||||||
CONFIG_PWM=y
|
|
||||||
CONFIG_PWM_BCM2835=y
|
|
||||||
# CONFIG_PWM_STMPE is not set
|
|
||||||
CONFIG_PWM_SYSFS=y
|
|
||||||
CONFIG_QUEUED_RWLOCKS=y
|
|
||||||
CONFIG_QUEUED_SPINLOCKS=y
|
|
||||||
# CONFIG_RANDOMIZE_BASE is not set
|
|
||||||
CONFIG_RAS=y
|
|
||||||
CONFIG_RASPBERRYPI_FIRMWARE=y
|
|
||||||
CONFIG_RASPBERRYPI_POWER=y
|
|
||||||
CONFIG_RATIONAL=y
|
|
||||||
CONFIG_RAW_DRIVER=y
|
|
||||||
CONFIG_RCU_NEED_SEGCBLIST=y
|
|
||||||
CONFIG_RCU_STALL_COMMON=y
|
|
||||||
CONFIG_REFCOUNT_FULL=y
|
|
||||||
CONFIG_REGMAP=y
|
|
||||||
CONFIG_REGMAP_MMIO=y
|
|
||||||
CONFIG_REGULATOR=y
|
|
||||||
CONFIG_REGULATOR_GPIO=y
|
|
||||||
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
||||||
CONFIG_RESET_CONTROLLER=y
|
|
||||||
CONFIG_RFS_ACCEL=y
|
|
||||||
# CONFIG_RPIVID_MEM is not set
|
|
||||||
CONFIG_RPS=y
|
|
||||||
CONFIG_RWSEM_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
|
||||||
CONFIG_SCSI=y
|
|
||||||
CONFIG_SCSI_ISCSI_ATTRS=y
|
|
||||||
# CONFIG_SCSI_LOWLEVEL is not set
|
|
||||||
CONFIG_SCSI_MQ_DEFAULT=y
|
|
||||||
# CONFIG_SCSI_PROC_FS is not set
|
|
||||||
CONFIG_SERIAL_8250_BCM2835AUX=y
|
|
||||||
# CONFIG_SERIAL_8250_DMA is not set
|
|
||||||
CONFIG_SERIAL_8250_EXTENDED=y
|
|
||||||
CONFIG_SERIAL_8250_FSL=y
|
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=1
|
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=0
|
|
||||||
CONFIG_SERIAL_8250_SHARE_IRQ=y
|
|
||||||
CONFIG_SERIAL_AMBA_PL011=y
|
|
||||||
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|
|
||||||
CONFIG_SERIAL_DEV_BUS=y
|
|
||||||
# CONFIG_SERIAL_DEV_CTRL_TTYPORT is not set
|
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
|
||||||
CONFIG_SETEND_EMULATION=y
|
|
||||||
CONFIG_SG_POOL=y
|
|
||||||
CONFIG_SMP=y
|
|
||||||
CONFIG_SPARSEMEM=y
|
|
||||||
CONFIG_SPARSEMEM_EXTREME=y
|
|
||||||
CONFIG_SPARSEMEM_MANUAL=y
|
|
||||||
CONFIG_SPARSEMEM_VMEMMAP=y
|
|
||||||
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
|
|
||||||
CONFIG_SPARSE_IRQ=y
|
|
||||||
CONFIG_SPI=y
|
|
||||||
# CONFIG_SPI_BCM2835AUX is not set
|
|
||||||
CONFIG_SPI_MASTER=y
|
|
||||||
CONFIG_SPI_MEM=y
|
|
||||||
CONFIG_SPI_SLAVE=y
|
|
||||||
# CONFIG_SPI_SLAVE_SYSTEM_CONTROL is not set
|
|
||||||
# CONFIG_SPI_SLAVE_TIME is not set
|
|
||||||
CONFIG_SRCU=y
|
|
||||||
CONFIG_STMPE_I2C=y
|
|
||||||
CONFIG_STMPE_SPI=y
|
|
||||||
CONFIG_STREAM_PARSER=y
|
|
||||||
# CONFIG_STRIP_ASM_SYMS is not set
|
|
||||||
CONFIG_SUSPEND=y
|
|
||||||
CONFIG_SUSPEND_FREEZER=y
|
|
||||||
CONFIG_SWIOTLB=y
|
|
||||||
CONFIG_SWPHY=y
|
|
||||||
CONFIG_SWP_EMULATION=y
|
|
||||||
CONFIG_SYSCTL_EXCEPTION_TRACE=y
|
|
||||||
CONFIG_SYSVIPC_COMPAT=y
|
|
||||||
CONFIG_SYS_SUPPORTS_HUGETLBFS=y
|
|
||||||
# CONFIG_TEXTSEARCH is not set
|
|
||||||
CONFIG_THERMAL=y
|
|
||||||
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
|
|
||||||
CONFIG_THERMAL_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_OF=y
|
|
||||||
CONFIG_THREAD_INFO_IN_TASK=y
|
|
||||||
CONFIG_TICK_CPU_ACCOUNTING=y
|
|
||||||
CONFIG_TIMER_OF=y
|
|
||||||
CONFIG_TIMER_PROBE=y
|
|
||||||
CONFIG_TI_ST=y
|
|
||||||
CONFIG_TMPFS_POSIX_ACL=y
|
|
||||||
CONFIG_TREE_RCU=y
|
|
||||||
CONFIG_TREE_SRCU=y
|
|
||||||
# CONFIG_UBIFS_FS is not set
|
|
||||||
CONFIG_UEVENT_HELPER_PATH=""
|
|
||||||
CONFIG_UNMAP_KERNEL_AT_EL0=y
|
|
||||||
CONFIG_USB=y
|
|
||||||
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
|
|
||||||
CONFIG_USB_COMMON=y
|
|
||||||
CONFIG_USB_DWCOTG=y
|
|
||||||
# CONFIG_USB_EHCI_HCD is not set
|
|
||||||
CONFIG_USB_LAN78XX=y
|
|
||||||
CONFIG_USB_NET_DRIVERS=y
|
|
||||||
CONFIG_USB_NET_SMSC95XX=y
|
|
||||||
CONFIG_USB_PCI=y
|
|
||||||
CONFIG_USB_STORAGE=y
|
|
||||||
CONFIG_USB_SUPPORT=y
|
|
||||||
CONFIG_USB_UAS=y
|
|
||||||
CONFIG_USB_USBNET=y
|
|
||||||
# CONFIG_USB_UHCI_HCD is not set
|
|
||||||
CONFIG_USB_XHCI_HCD=y
|
|
||||||
CONFIG_USB_XHCI_PCI=y
|
|
||||||
CONFIG_USB_XHCI_PLATFORM=y
|
|
||||||
CONFIG_VMAP_STACK=y
|
|
||||||
CONFIG_VDSO=y
|
|
||||||
CONFIG_VT=y
|
|
||||||
CONFIG_VT_CONSOLE=y
|
|
||||||
CONFIG_VT_CONSOLE_SLEEP=y
|
|
||||||
CONFIG_VT_HW_CONSOLE_BINDING=y
|
|
||||||
CONFIG_WATCHDOG_CORE=y
|
|
||||||
CONFIG_XPS=y
|
|
||||||
CONFIG_XZ_DEC_ARM=y
|
|
||||||
CONFIG_XZ_DEC_BCJ=y
|
|
||||||
CONFIG_ZONE_DMA32=y
|
|
0
root/target/linux/generic/config-4.14
Normal file → Executable file
0
root/target/linux/generic/config-4.14
Normal file → Executable file
0
root/target/linux/generic/config-4.19
Normal file → Executable file
0
root/target/linux/generic/config-4.19
Normal file → Executable file
0
root/target/linux/generic/config-4.9
Normal file → Executable file
0
root/target/linux/generic/config-4.9
Normal file → Executable file
File diff suppressed because it is too large
Load diff
0
root/target/linux/generic/hack-4.14/690-mptcp_v0.94.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.14/690-mptcp_v0.94.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.14/998-ndpi-netfilter.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.14/998-ndpi-netfilter.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.14/999-stop-promiscuous-info.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.14/999-stop-promiscuous-info.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.19/690-mptcp_v0.95.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.19/690-mptcp_v0.95.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.19/691-mptcp_ecf.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.19/691-mptcp_ecf.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.19/692-tcp_nanqinlang.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.19/692-tcp_nanqinlang.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.19/998-ndpi-netfilter.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.19/998-ndpi-netfilter.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.19/999-f2fs-ioerrorfix.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.19/999-f2fs-ioerrorfix.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.19/999-stop-promiscuous-info.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.19/999-stop-promiscuous-info.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.9/690-mptcp_v0.93.patch
Normal file → Executable file
0
root/target/linux/generic/hack-4.9/690-mptcp_v0.93.patch
Normal file → Executable file
90
root/target/linux/ipq40xx/base-files/etc/board.d/01_leds
Normal file
90
root/target/linux/ipq40xx/base-files/etc/board.d/01_leds
Normal file
|
@ -0,0 +1,90 @@
|
||||||
|
#
|
||||||
|
# Copyright (C) 2015 OpenWrt.org
|
||||||
|
#
|
||||||
|
|
||||||
|
. /lib/functions/uci-defaults.sh
|
||||||
|
|
||||||
|
board_config_update
|
||||||
|
|
||||||
|
board=$(board_name)
|
||||||
|
|
||||||
|
case "$board" in
|
||||||
|
alfa-network,ap120c-ac)
|
||||||
|
ucidef_set_led_netdev "wan" "WAN" "amber:wan" "eth1"
|
||||||
|
;;
|
||||||
|
asus,rt-ac58u)
|
||||||
|
ucidef_set_led_netdev "wan" "WAN" "blue:wan" "eth1"
|
||||||
|
ucidef_set_led_switch "lan" "LAN" "blue:lan" "switch0" "0x1e"
|
||||||
|
;;
|
||||||
|
avm,fritzbox-4040)
|
||||||
|
ucidef_set_led_wlan "wlan" "WLAN" "green:wlan" "phy0tpt" "phy1tpt"
|
||||||
|
ucidef_set_led_netdev "wan" "WAN" "green:wan" "eth1"
|
||||||
|
ucidef_set_led_switch "lan" "LAN" "green:lan" "switch0" "0x1e"
|
||||||
|
;;
|
||||||
|
avm,fritzbox-7530 |\
|
||||||
|
glinet,gl-b1300)
|
||||||
|
ucidef_set_led_wlan "wlan" "WLAN" "green:wlan" "phy0tpt"
|
||||||
|
;;
|
||||||
|
edgecore,oap100)
|
||||||
|
ucidef_set_led_wlan "wlan2g" "WLAN2G" "blue:wlan2g" "phy0tpt"
|
||||||
|
ucidef_set_led_wlan "wlan5g" "WLAN5G" "blue:wlan5g" "phy1tpt"
|
||||||
|
;;
|
||||||
|
engenius,eap1300)
|
||||||
|
ucidef_set_led_netdev "lan" "LAN" "blue:lan" "eth0"
|
||||||
|
ucidef_set_led_wlan "wlan2g" "WLAN2G" "blue:wlan2g" "phy0tpt"
|
||||||
|
ucidef_set_led_wlan "wlan5g" "WLAN5G" "yellow:wlan5g" "phy1tpt"
|
||||||
|
ucidef_set_led_default "mesh" "MESH" "blue:mesh" "0"
|
||||||
|
;;
|
||||||
|
engenius,eap2200)
|
||||||
|
ucidef_set_led_netdev "lan1" "LAN1" "blue:lan1" "eth0"
|
||||||
|
ucidef_set_led_netdev "lan2" "LAN2" "blue:lan2" "eth1"
|
||||||
|
;;
|
||||||
|
engenius,ens620ext)
|
||||||
|
ucidef_set_led_wlan "wlan2g" "WLAN2G" "green:wlan2g" "phy0tpt"
|
||||||
|
ucidef_set_led_wlan "wlan5g" "WLAN5G" "green:wlan5g" "phy1tpt"
|
||||||
|
ucidef_set_led_netdev "lan1" "LAN1" "green:lan1" "eth0"
|
||||||
|
ucidef_set_led_netdev "lan2" "LAN2" "green:lan2" "eth1"
|
||||||
|
;;
|
||||||
|
mobipromo,cm520-79f)
|
||||||
|
ucidef_set_led_netdev "wan" "WAN" "blue:wan" "eth1"
|
||||||
|
ucidef_set_led_switch "lan1" "LAN1" "blue:lan1" "switch0" "0x10"
|
||||||
|
ucidef_set_led_switch "lan2" "LAN2" "blue:lan2" "switch0" "0x08"
|
||||||
|
;;
|
||||||
|
pangu,l1000)
|
||||||
|
ucidef_set_led_default "power" "POWER" "blue:power" "1"
|
||||||
|
ucidef_set_led_wlan "wlan2g" "WLAN2G" "blue:wlan2g" "phy0tpt"
|
||||||
|
ucidef_set_led_wlan "wlan5g" "WLAN5G" "blue:wlan5g" "phy1tpt"
|
||||||
|
ucidef_set_led_netdev "wan" "WAN" "blue:wan" "eth1"
|
||||||
|
ucidef_set_led_netdev "4g1" "4g1" "blue:4g1" "4g1"
|
||||||
|
ucidef_set_led_netdev "4g2" "4g2" "blue:4g2" "4g2"
|
||||||
|
ucidef_set_led_netdev "4g3" "4g3" "blue:4g3" "4g3"
|
||||||
|
;;
|
||||||
|
|
||||||
|
8dev,jalapeno)
|
||||||
|
ucidef_set_led_default "power" "POWER" "blue:power" "1"
|
||||||
|
ucidef_set_led_wlan "wlan2g" "WLAN2G" "blue:wlan2g" "phy0tpt"
|
||||||
|
ucidef_set_led_netdev "wan" "WAN" "blue:wan" "eth1"
|
||||||
|
ucidef_set_led_netdev "4g1" "4g1" "blue:4g1" "4g1"
|
||||||
|
ucidef_set_led_netdev "4g2" "4g2" "blue:4g2" "4g2"
|
||||||
|
ucidef_set_led_netdev "4g3" "4g3" "blue:4g3" "4g3"
|
||||||
|
;;
|
||||||
|
netgear,ex6100v2 |\
|
||||||
|
netgear,ex6150v2)
|
||||||
|
ucidef_set_led_wlan "wlan2g" "WLAN2G" "green:router" "phy0tpt"
|
||||||
|
ucidef_set_led_wlan "wlan5g" "WLAN5G" "green:client" "phy1tpt"
|
||||||
|
;;
|
||||||
|
qxwlan,e2600ac-c1 |\
|
||||||
|
qxwlan,e2600ac-c2)
|
||||||
|
ucidef_set_led_wlan "wlan2g" "WLAN0" "green:wlan0" "phy0tpt"
|
||||||
|
ucidef_set_led_wlan "wlan5g" "WLAN1" "green:wlan1" "phy1tpt"
|
||||||
|
;;
|
||||||
|
zyxel,nbg6617 |\
|
||||||
|
zyxel,wre6606)
|
||||||
|
ucidef_set_led_wlan "wlan2g" "WLAN2G" "green:wlan2g" "phy0tpt"
|
||||||
|
ucidef_set_led_wlan "wlan5g" "WLAN5G" "green:wlan5g" "phy1tpt"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
board_config_flush
|
||||||
|
|
||||||
|
exit 0
|
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/sh
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 The Linux Foundation. All rights reserved.
|
# Copyright (c) 2015 The Linux Foundation. All rights reserved.
|
||||||
# Copyright (c) 2011-2015 OpenWrt.org
|
# Copyright (c) 2011-2015 OpenWrt.org
|
||||||
|
@ -16,7 +15,10 @@ ipq40xx_setup_interfaces()
|
||||||
8dev,jalapeno|\
|
8dev,jalapeno|\
|
||||||
alfa-network,ap120c-ac|\
|
alfa-network,ap120c-ac|\
|
||||||
engenius,emr3500|\
|
engenius,emr3500|\
|
||||||
engenius,ens620ext)
|
engenius,ens620ext|\
|
||||||
|
luma,wrtq-329acn|\
|
||||||
|
plasmacloud,pa1200|\
|
||||||
|
plasmacloud,pa2200)
|
||||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||||
;;
|
;;
|
||||||
aruba,ap-303|\
|
aruba,ap-303|\
|
||||||
|
@ -38,13 +40,13 @@ ipq40xx_setup_interfaces()
|
||||||
;;
|
;;
|
||||||
asus,map-ac2200|\
|
asus,map-ac2200|\
|
||||||
cilab,meshpoint-one|\
|
cilab,meshpoint-one|\
|
||||||
|
edgecore,ecw5211|\
|
||||||
|
edgecore,oap100|\
|
||||||
openmesh,a42|\
|
openmesh,a42|\
|
||||||
openmesh,a62)
|
openmesh,a62)
|
||||||
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
||||||
;;
|
;;
|
||||||
asus,rt-ac58u|\
|
asus,rt-ac58u|\
|
||||||
p2w,r619ac-128m|\
|
|
||||||
p2w,r619ac|\
|
|
||||||
zyxel,nbg6617)
|
zyxel,nbg6617)
|
||||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
|
@ -52,7 +54,9 @@ ipq40xx_setup_interfaces()
|
||||||
;;
|
;;
|
||||||
avm,fritzbox-4040|\
|
avm,fritzbox-4040|\
|
||||||
linksys,ea6350v3|\
|
linksys,ea6350v3|\
|
||||||
linksys,ea8300)
|
pangu,l1000|\
|
||||||
|
linksys,ea8300|\
|
||||||
|
linksys,mr8300)
|
||||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
"0u@eth0" "1:lan" "2:lan" "3:lan" "4:lan"
|
"0u@eth0" "1:lan" "2:lan" "3:lan" "4:lan"
|
||||||
|
@ -61,7 +65,10 @@ ipq40xx_setup_interfaces()
|
||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
"0u@eth0" "1:lan" "2:lan" "3:lan" "4:lan"
|
"0u@eth0" "1:lan" "2:lan" "3:lan" "4:lan"
|
||||||
;;
|
;;
|
||||||
avm,fritzrepeater-3000|\
|
avm,fritzrepeater-3000)
|
||||||
|
ucidef_add_switch "switch0" \
|
||||||
|
"0u@eth0" "4:lan:1" "5:lan:2"
|
||||||
|
;;
|
||||||
compex,wpj419|\
|
compex,wpj419|\
|
||||||
compex,wpj428|\
|
compex,wpj428|\
|
||||||
engenius,eap2200)
|
engenius,eap2200)
|
||||||
|
@ -77,11 +84,15 @@ ipq40xx_setup_interfaces()
|
||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
"0u@eth0" "3:lan" "4:lan"
|
"0u@eth0" "3:lan" "4:lan"
|
||||||
;;
|
;;
|
||||||
|
devolo,magic-2-wifi-next)
|
||||||
|
ucidef_set_interface_lan "eth0 eth1 eth2"
|
||||||
|
;;
|
||||||
ezviz,cs-w3-wd1200g-eup)
|
ezviz,cs-w3-wd1200g-eup)
|
||||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
"0u@eth0" "2:lan:3" "3:lan:2" "4:lan:1" "0u@eth1" "5:wan"
|
"0u@eth0" "2:lan:3" "3:lan:2" "4:lan:1" "0u@eth1" "5:wan"
|
||||||
;;
|
;;
|
||||||
|
glinet,gl-ap1300 |\
|
||||||
glinet,gl-b1300 |\
|
glinet,gl-b1300 |\
|
||||||
glinet,gl-s1300)
|
glinet,gl-s1300)
|
||||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||||
|
@ -121,9 +132,7 @@ ipq40xx_setup_macs()
|
||||||
8dev,habanero-dvk)
|
8dev,habanero-dvk)
|
||||||
label_mac=$(mtd_get_mac_binary "ART" 0x1006)
|
label_mac=$(mtd_get_mac_binary "ART" 0x1006)
|
||||||
;;
|
;;
|
||||||
asus,rt-ac58u|\
|
asus,rt-ac58u)
|
||||||
p2w,r619ac-128m|\
|
|
||||||
p2w,r619ac)
|
|
||||||
CI_UBIPART=UBI_DEV
|
CI_UBIPART=UBI_DEV
|
||||||
wan_mac=$(mtd_get_mac_binary_ubi Factory 0x1006)
|
wan_mac=$(mtd_get_mac_binary_ubi Factory 0x1006)
|
||||||
lan_mac=$(mtd_get_mac_binary_ubi Factory 0x5006)
|
lan_mac=$(mtd_get_mac_binary_ubi Factory 0x5006)
|
||||||
|
@ -132,6 +141,10 @@ ipq40xx_setup_macs()
|
||||||
cilab,meshpoint-one)
|
cilab,meshpoint-one)
|
||||||
label_mac=$(mtd_get_mac_binary "ART" 0x1006)
|
label_mac=$(mtd_get_mac_binary "ART" 0x1006)
|
||||||
;;
|
;;
|
||||||
|
devolo,magic-2-wifi-next)
|
||||||
|
lan_mac=$(mtd_get_mac_ascii APPSBLENV MacAddress0)
|
||||||
|
label_mac=$lan_mac
|
||||||
|
;;
|
||||||
dlink,dap-2610)
|
dlink,dap-2610)
|
||||||
lan_mac=$(mtd_get_mac_ascii bdcfg lanmac)
|
lan_mac=$(mtd_get_mac_ascii bdcfg lanmac)
|
||||||
label_mac=$lan_mac
|
label_mac=$lan_mac
|
||||||
|
|
24
root/target/linux/ipq40xx/base-files/etc/board.d/03_gpio_switches
Executable file
24
root/target/linux/ipq40xx/base-files/etc/board.d/03_gpio_switches
Executable file
|
@ -0,0 +1,24 @@
|
||||||
|
. /lib/functions/uci-defaults.sh
|
||||||
|
|
||||||
|
board_config_update
|
||||||
|
|
||||||
|
board=$(board_name)
|
||||||
|
|
||||||
|
case "$board" in
|
||||||
|
cellc,rtl30vw)
|
||||||
|
ucidef_add_gpio_switch "w_disable" "W_DISABLE mPCIE pin" "398" "1"
|
||||||
|
ucidef_add_gpio_switch "pmd_resin_n" "PMD_RESIN_N pin" "399" "1"
|
||||||
|
ucidef_add_gpio_switch "mcpie_vcc" "LTE power" "400" "0"
|
||||||
|
ucidef_add_gpio_switch "usb_vcc" "USB power" "401" "0"
|
||||||
|
;;
|
||||||
|
cilab,meshpoint-one)
|
||||||
|
ucidef_add_gpio_switch "poe_passtrough" "POE passtrough enable" "413" "1"
|
||||||
|
;;
|
||||||
|
compex,wpj428)
|
||||||
|
ucidef_add_gpio_switch "sim_card_select" "SIM card select" "3" "0"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
board_config_flush
|
||||||
|
|
||||||
|
exit 0
|
44
root/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
Normal file → Executable file
44
root/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
Normal file → Executable file
|
@ -36,10 +36,12 @@ case "$FIRMWARE" in
|
||||||
ath10k_patch_mac $(mtd_get_mac_binary ORGDATA 0x32)
|
ath10k_patch_mac $(mtd_get_mac_binary ORGDATA 0x32)
|
||||||
;;
|
;;
|
||||||
engenius,eap2200 |\
|
engenius,eap2200 |\
|
||||||
openmesh,a62)
|
openmesh,a62 |\
|
||||||
|
plasmacloud,pa2200)
|
||||||
caldata_extract "0:ART" 0x9000 0x2f20
|
caldata_extract "0:ART" 0x9000 0x2f20
|
||||||
;;
|
;;
|
||||||
linksys,ea8300)
|
linksys,ea8300 |\
|
||||||
|
linksys,mr8300)
|
||||||
caldata_extract "ART" 0x9000 0x2f20
|
caldata_extract "ART" 0x9000 0x2f20
|
||||||
# OEM assigns 4 sequential MACs
|
# OEM assigns 4 sequential MACs
|
||||||
ath10k_patch_mac $(macaddr_setbit_la $(macaddr_add "$(cat /sys/class/net/eth0/address)" 4))
|
ath10k_patch_mac $(macaddr_setbit_la $(macaddr_add "$(cat /sys/class/net/eth0/address)" 4))
|
||||||
|
@ -53,12 +55,11 @@ case "$FIRMWARE" in
|
||||||
alfa-network,ap120c-ac |\
|
alfa-network,ap120c-ac |\
|
||||||
cilab,meshpoint-one |\
|
cilab,meshpoint-one |\
|
||||||
ezviz,cs-w3-wd1200g-eup |\
|
ezviz,cs-w3-wd1200g-eup |\
|
||||||
|
glinet,gl-ap1300 |\
|
||||||
glinet,gl-b1300 |\
|
glinet,gl-b1300 |\
|
||||||
glinet,gl-s1300 |\
|
glinet,gl-s1300 |\
|
||||||
linksys,ea6350v3 |\
|
linksys,ea6350v3 |\
|
||||||
mobipromo,cm520-79f |\
|
mobipromo,cm520-79f |\
|
||||||
p2w,r619ac-128m |\
|
|
||||||
p2w,r619ac |\
|
|
||||||
qcom,ap-dk01.1-c1)
|
qcom,ap-dk01.1-c1)
|
||||||
caldata_extract "ART" 0x1000 0x2f20
|
caldata_extract "ART" 0x1000 0x2f20
|
||||||
;;
|
;;
|
||||||
|
@ -95,15 +96,24 @@ case "$FIRMWARE" in
|
||||||
cellc,rtl30vw |\
|
cellc,rtl30vw |\
|
||||||
compex,wpj419 |\
|
compex,wpj419 |\
|
||||||
compex,wpj428 |\
|
compex,wpj428 |\
|
||||||
|
edgecore,ecw5211 |\
|
||||||
|
edgecore,oap100 |\
|
||||||
engenius,eap1300 |\
|
engenius,eap1300 |\
|
||||||
engenius,eap2200 |\
|
engenius,eap2200 |\
|
||||||
|
luma,wrtq-329acn|\
|
||||||
openmesh,a42 |\
|
openmesh,a42 |\
|
||||||
openmesh,a62 |\
|
openmesh,a62 |\
|
||||||
|
plasmacloud,pa1200 |\
|
||||||
|
plasmacloud,pa2200 |\
|
||||||
qxwlan,e2600ac-c1 |\
|
qxwlan,e2600ac-c1 |\
|
||||||
qxwlan,e2600ac-c2 |\
|
qxwlan,e2600ac-c2 |\
|
||||||
unielec,u4019-32m)
|
unielec,u4019-32m)
|
||||||
caldata_extract "0:ART" 0x1000 0x2f20
|
caldata_extract "0:ART" 0x1000 0x2f20
|
||||||
;;
|
;;
|
||||||
|
devolo,magic-2-wifi-next)
|
||||||
|
caldata_extract "ART" 0x1000 0x2f20
|
||||||
|
ath10k_patch_mac $(mtd_get_mac_ascii APPSBLENV WiFiMacAddress0)
|
||||||
|
;;
|
||||||
dlink,dap-2610)
|
dlink,dap-2610)
|
||||||
caldata_extract "ART" 0x1000 0x2f20
|
caldata_extract "ART" 0x1000 0x2f20
|
||||||
ath10k_patch_mac $(mtd_get_mac_ascii bdcfg wlanmac)
|
ath10k_patch_mac $(mtd_get_mac_ascii bdcfg wlanmac)
|
||||||
|
@ -120,7 +130,12 @@ case "$FIRMWARE" in
|
||||||
caldata_extract "ART" 0x1000 0x2f20
|
caldata_extract "ART" 0x1000 0x2f20
|
||||||
ath10k_patch_mac $(macaddr_add $(mtd_get_mac_ascii u-boot-env ethaddr) +2)
|
ath10k_patch_mac $(macaddr_add $(mtd_get_mac_ascii u-boot-env ethaddr) +2)
|
||||||
;;
|
;;
|
||||||
linksys,ea8300)
|
linksys,ea8300 |\
|
||||||
|
linksys,mr8300)
|
||||||
|
caldata_extract "ART" 0x1000 0x2f20
|
||||||
|
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 2)
|
||||||
|
;;
|
||||||
|
pangu,l1000)
|
||||||
caldata_extract "ART" 0x1000 0x2f20
|
caldata_extract "ART" 0x1000 0x2f20
|
||||||
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 2)
|
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 2)
|
||||||
;;
|
;;
|
||||||
|
@ -148,12 +163,11 @@ case "$FIRMWARE" in
|
||||||
alfa-network,ap120c-ac |\
|
alfa-network,ap120c-ac |\
|
||||||
cilab,meshpoint-one |\
|
cilab,meshpoint-one |\
|
||||||
ezviz,cs-w3-wd1200g-eup |\
|
ezviz,cs-w3-wd1200g-eup |\
|
||||||
|
glinet,gl-ap1300 |\
|
||||||
glinet,gl-b1300 |\
|
glinet,gl-b1300 |\
|
||||||
glinet,gl-s1300 |\
|
glinet,gl-s1300 |\
|
||||||
linksys,ea6350v3 |\
|
linksys,ea6350v3 |\
|
||||||
mobipromo,cm520-79f |\
|
mobipromo,cm520-79f |\
|
||||||
p2w,r619ac-128m |\
|
|
||||||
p2w,r619ac |\
|
|
||||||
qcom,ap-dk01.1-c1)
|
qcom,ap-dk01.1-c1)
|
||||||
caldata_extract "ART" 0x5000 0x2f20
|
caldata_extract "ART" 0x5000 0x2f20
|
||||||
;;
|
;;
|
||||||
|
@ -190,15 +204,24 @@ case "$FIRMWARE" in
|
||||||
cellc,rtl30vw |\
|
cellc,rtl30vw |\
|
||||||
compex,wpj419 |\
|
compex,wpj419 |\
|
||||||
compex,wpj428 |\
|
compex,wpj428 |\
|
||||||
|
edgecore,ecw5211 |\
|
||||||
|
edgecore,oap100 |\
|
||||||
engenius,eap1300 |\
|
engenius,eap1300 |\
|
||||||
engenius,eap2200 |\
|
engenius,eap2200 |\
|
||||||
|
luma,wrtq-329acn|\
|
||||||
openmesh,a42 |\
|
openmesh,a42 |\
|
||||||
openmesh,a62 |\
|
openmesh,a62 |\
|
||||||
|
plasmacloud,pa1200 |\
|
||||||
|
plasmacloud,pa2200 |\
|
||||||
qxwlan,e2600ac-c1 |\
|
qxwlan,e2600ac-c1 |\
|
||||||
qxwlan,e2600ac-c2 |\
|
qxwlan,e2600ac-c2 |\
|
||||||
unielec,u4019-32m)
|
unielec,u4019-32m)
|
||||||
caldata_extract "0:ART" 0x5000 0x2f20
|
caldata_extract "0:ART" 0x5000 0x2f20
|
||||||
;;
|
;;
|
||||||
|
devolo,magic-2-wifi-next)
|
||||||
|
caldata_extract "ART" 0x5000 0x2f20
|
||||||
|
ath10k_patch_mac $(mtd_get_mac_ascii APPSBLENV WiFiMacAddress1)
|
||||||
|
;;
|
||||||
dlink,dap-2610)
|
dlink,dap-2610)
|
||||||
caldata_extract "ART" 0x5000 0x2f20
|
caldata_extract "ART" 0x5000 0x2f20
|
||||||
ath10k_patch_mac $(mtd_get_mac_ascii bdcfg wlanmac_a)
|
ath10k_patch_mac $(mtd_get_mac_ascii bdcfg wlanmac_a)
|
||||||
|
@ -215,7 +238,12 @@ case "$FIRMWARE" in
|
||||||
caldata_extract "ART" 0x5000 0x2f20
|
caldata_extract "ART" 0x5000 0x2f20
|
||||||
ath10k_patch_mac $(macaddr_add $(mtd_get_mac_ascii u-boot-env ethaddr) +3)
|
ath10k_patch_mac $(macaddr_add $(mtd_get_mac_ascii u-boot-env ethaddr) +3)
|
||||||
;;
|
;;
|
||||||
linksys,ea8300)
|
linksys,ea8300 |\
|
||||||
|
linksys,mr8300)
|
||||||
|
caldata_extract "ART" 0x5000 0x2f20
|
||||||
|
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 3)
|
||||||
|
;;
|
||||||
|
pangu,l1000)
|
||||||
caldata_extract "ART" 0x5000 0x2f20
|
caldata_extract "ART" 0x5000 0x2f20
|
||||||
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 3)
|
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 3)
|
||||||
;;
|
;;
|
||||||
|
|
22
root/target/linux/ipq40xx/base-files/etc/init.d/set-irq-affinity
Executable file
22
root/target/linux/ipq40xx/base-files/etc/init.d/set-irq-affinity
Executable file
|
@ -0,0 +1,22 @@
|
||||||
|
#!/bin/sh /etc/rc.common
|
||||||
|
|
||||||
|
START=99
|
||||||
|
|
||||||
|
start() {
|
||||||
|
mask=4
|
||||||
|
for rps in /sys/class/net/eth0/queues/rx-*
|
||||||
|
do
|
||||||
|
echo "$mask" > "$rps/rps_cpus"
|
||||||
|
done
|
||||||
|
for irq in $(grep -F "ath10k_ahb" /proc/interrupts | cut -d: -f1 | sed 's, *,,')
|
||||||
|
do
|
||||||
|
echo "$mask" > "/proc/irq/$irq/smp_affinity"
|
||||||
|
mask=8
|
||||||
|
done
|
||||||
|
|
||||||
|
mask=2
|
||||||
|
for irq in $(grep -F "edma_eth_rx" /proc/interrupts | cut -d: -f1 | sed 's, *,,')
|
||||||
|
do
|
||||||
|
echo "$mask" > "/proc/irq/$irq/smp_affinity"
|
||||||
|
done
|
||||||
|
}
|
122
root/target/linux/ipq40xx/base-files/lib/upgrade/linksys.sh
Executable file
122
root/target/linux/ipq40xx/base-files/lib/upgrade/linksys.sh
Executable file
|
@ -0,0 +1,122 @@
|
||||||
|
linksys_get_target_firmware() {
|
||||||
|
local cur_boot_part mtd_ubi0
|
||||||
|
|
||||||
|
cur_boot_part="$(/usr/sbin/fw_printenv -n boot_part)"
|
||||||
|
if [ -z "${cur_boot_part}" ]; then
|
||||||
|
mtd_ubi0=$(cat /sys/devices/virtual/ubi/ubi0/mtd_num)
|
||||||
|
case "$(grep -E "^mtd${mtd_ubi0}:" /proc/mtd | cut -d '"' -f 2)" in
|
||||||
|
kernel|rootfs)
|
||||||
|
cur_boot_part=1
|
||||||
|
;;
|
||||||
|
alt_kernel|alt_rootfs)
|
||||||
|
cur_boot_part=2
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
>&2 printf "Current boot_part='%s' selected from ubi0/mtd_num='%s'" \
|
||||||
|
"${cur_boot_part}" "${mtd_ubi0}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# OEM U-Boot for EA6350v3, EA8300 and MR8300; bootcmd=
|
||||||
|
# if test $auto_recovery = no;
|
||||||
|
# then bootipq;
|
||||||
|
# elif test $boot_part = 1;
|
||||||
|
# then run bootpart1;
|
||||||
|
# else run bootpart2;
|
||||||
|
# fi
|
||||||
|
|
||||||
|
case "$cur_boot_part" in
|
||||||
|
1)
|
||||||
|
fw_setenv -s - <<-EOF
|
||||||
|
boot_part 2
|
||||||
|
auto_recovery yes
|
||||||
|
EOF
|
||||||
|
printf "alt_kernel"
|
||||||
|
return
|
||||||
|
;;
|
||||||
|
2)
|
||||||
|
fw_setenv -s - <<-EOF
|
||||||
|
boot_part 1
|
||||||
|
auto_recovery yes
|
||||||
|
EOF
|
||||||
|
printf "kernel"
|
||||||
|
return
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
return
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
|
linksys_get_root_magic() {
|
||||||
|
(get_image "$@" | dd skip=786432 bs=4 count=1 | hexdump -v -n 4 -e '1/1 "%02x"') 2>/dev/null
|
||||||
|
}
|
||||||
|
|
||||||
|
platform_do_upgrade_linksys() {
|
||||||
|
local magic_long="$(get_magic_long "$1")"
|
||||||
|
|
||||||
|
local rm_oem_fw_vols="squashfs ubifs" # from OEM [alt_]rootfs UBI
|
||||||
|
local vol
|
||||||
|
|
||||||
|
mkdir -p /var/lock
|
||||||
|
local part_label="$(linksys_get_target_firmware)"
|
||||||
|
touch /var/lock/fw_printenv.lock
|
||||||
|
|
||||||
|
if [ -z "$part_label" ]; then
|
||||||
|
echo "cannot find target partition"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
local target_mtd=$(find_mtd_part "$part_label")
|
||||||
|
|
||||||
|
[ "$magic_long" = "73797375" ] && {
|
||||||
|
CI_KERNPART="$part_label"
|
||||||
|
if [ "$part_label" = "kernel" ]; then
|
||||||
|
CI_UBIPART="rootfs"
|
||||||
|
else
|
||||||
|
CI_UBIPART="alt_rootfs"
|
||||||
|
fi
|
||||||
|
|
||||||
|
local mtdnum="$(find_mtd_index "$CI_UBIPART")"
|
||||||
|
if [ ! "$mtdnum" ]; then
|
||||||
|
echo "cannot find ubi mtd partition $CI_UBIPART"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
local ubidev="$(nand_find_ubi "$CI_UBIPART")"
|
||||||
|
if [ ! "$ubidev" ]; then
|
||||||
|
ubiattach -m "$mtdnum"
|
||||||
|
sync
|
||||||
|
ubidev="$(nand_find_ubi "$CI_UBIPART")"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$ubidev" ]; then
|
||||||
|
for vol in $rm_oem_fw_vols; do
|
||||||
|
ubirmvol "/dev/$ubidev" -N "$vol" 2>/dev/null
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
|
# complete std upgrade
|
||||||
|
nand_upgrade_tar "$1"
|
||||||
|
}
|
||||||
|
|
||||||
|
[ "$magic_long" = "27051956" ] && {
|
||||||
|
# This magic is for a uImage (which is a sysupgrade image)
|
||||||
|
# check firmwares' rootfs types
|
||||||
|
local oldroot="$(linksys_get_root_magic "$target_mtd")"
|
||||||
|
local newroot="$(linksys_get_root_magic "$1")"
|
||||||
|
|
||||||
|
if [ "$newroot" = "55424923" ] && [ "$oldroot" = "55424923" ]; then
|
||||||
|
# we're upgrading from a firmware with UBI to one with UBI
|
||||||
|
# erase everything to be safe
|
||||||
|
# - Is that really needed? Won't remove (or comment) the if,
|
||||||
|
# because it may be needed in a future device.
|
||||||
|
#mtd erase $part_label
|
||||||
|
#get_image "$1" | mtd -n write - $part_label
|
||||||
|
echo "writing \"$1\" UBI image to \"$part_label\" (UBI)..."
|
||||||
|
get_image "$1" | mtd write - "$part_label"
|
||||||
|
else
|
||||||
|
echo "writing \"$1\" image to \"$part_label\""
|
||||||
|
get_image "$1" | mtd write - "$part_label"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
}
|
106
root/target/linux/ipq40xx/base-files/lib/upgrade/openmesh.sh
Executable file
106
root/target/linux/ipq40xx/base-files/lib/upgrade/openmesh.sh
Executable file
|
@ -0,0 +1,106 @@
|
||||||
|
# The U-Boot loader of the OpenMesh devices requires image sizes and
|
||||||
|
# checksums to be provided in the U-Boot environment.
|
||||||
|
# The OpenMesh devices come with 2 main partitions - while one is active
|
||||||
|
# sysupgrade will flash the other. The boot order is changed to boot the
|
||||||
|
# newly flashed partition. If the new partition can't be booted due to
|
||||||
|
# upgrade failures the previously used partition is loaded.
|
||||||
|
|
||||||
|
platform_do_upgrade_openmesh() {
|
||||||
|
local tar_file="$1"
|
||||||
|
local restore_backup
|
||||||
|
local primary_kernel_mtd
|
||||||
|
|
||||||
|
local setenv_script="/tmp/fw_env_upgrade"
|
||||||
|
|
||||||
|
local kernel_mtd="$(find_mtd_index $PART_NAME)"
|
||||||
|
local kernel_offset="$(cat /sys/class/mtd/mtd${kernel_mtd}/offset)"
|
||||||
|
local total_size="$(cat /sys/class/mtd/mtd${kernel_mtd}/size)"
|
||||||
|
|
||||||
|
# detect to which flash region the new image is written to.
|
||||||
|
#
|
||||||
|
# 1. check what is the mtd index for the first flash region on this
|
||||||
|
# device
|
||||||
|
# 2. check if the target partition ("inactive") has the mtd index of
|
||||||
|
# the first flash region
|
||||||
|
#
|
||||||
|
# - when it is: the new bootseq will be 1,2 and the first region is
|
||||||
|
# modified
|
||||||
|
# - when it isnt: bootseq will be 2,1 and the second region is
|
||||||
|
# modified
|
||||||
|
#
|
||||||
|
# The detection has to be done via the hardcoded mtd partition because
|
||||||
|
# the current boot might be done with the fallback region. Let us
|
||||||
|
# assume that the current bootseq is 1,2. The bootloader detected that
|
||||||
|
# the image in flash region 1 is corrupt and thus switches to flash
|
||||||
|
# region 2. The bootseq in the u-boot-env is now still the same and
|
||||||
|
# the sysupgrade code can now only rely on the actual mtd indexes and
|
||||||
|
# not the bootseq variable to detect the currently booted flash
|
||||||
|
# region/image.
|
||||||
|
#
|
||||||
|
# In the above example, an implementation which uses bootseq ("1,2") to
|
||||||
|
# detect the currently booted image would assume that region 1 is booted
|
||||||
|
# and then overwrite the variables for the wrong flash region (aka the
|
||||||
|
# one which isn't modified). This could result in a device which doesn't
|
||||||
|
# boot anymore to Linux until it was reflashed with ap51-flash.
|
||||||
|
local next_boot_part="1"
|
||||||
|
case "$(board_name)" in
|
||||||
|
openmesh,a42)
|
||||||
|
primary_kernel_mtd=8
|
||||||
|
;;
|
||||||
|
openmesh,a62)
|
||||||
|
primary_kernel_mtd=10
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "failed to detect primary kernel mtd partition for board"
|
||||||
|
return 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
[ "$kernel_mtd" = "$primary_kernel_mtd" ] || next_boot_part="2"
|
||||||
|
|
||||||
|
local board_dir=$(tar tf $tar_file | grep -m 1 '^sysupgrade-.*/$')
|
||||||
|
board_dir=${board_dir%/}
|
||||||
|
|
||||||
|
local kernel_length=$(tar xf $tar_file ${board_dir}/kernel -O | wc -c)
|
||||||
|
local rootfs_length=$(tar xf $tar_file ${board_dir}/root -O | wc -c)
|
||||||
|
# rootfs without EOF marker
|
||||||
|
rootfs_length=$((rootfs_length-4))
|
||||||
|
|
||||||
|
local kernel_md5=$(tar xf $tar_file ${board_dir}/kernel -O | md5sum); kernel_md5="${kernel_md5%% *}"
|
||||||
|
# md5 checksum of rootfs with EOF marker
|
||||||
|
local rootfs_md5=$(tar xf $tar_file ${board_dir}/root -O | dd bs=1 count=$rootfs_length | md5sum); rootfs_md5="${rootfs_md5%% *}"
|
||||||
|
|
||||||
|
#
|
||||||
|
# add tar support to get_image() to use default_do_upgrade() instead?
|
||||||
|
#
|
||||||
|
|
||||||
|
# take care of restoring a saved config
|
||||||
|
[ -n "$UPGRADE_BACKUP" ] && restore_backup="${MTD_CONFIG_ARGS} -j ${UPGRADE_BACKUP}"
|
||||||
|
|
||||||
|
mtd -q erase inactive
|
||||||
|
tar xf $tar_file ${board_dir}/root -O | mtd -n -p $kernel_length $restore_backup write - $PART_NAME
|
||||||
|
tar xf $tar_file ${board_dir}/kernel -O | mtd -n write - $PART_NAME
|
||||||
|
|
||||||
|
# prepare new u-boot env
|
||||||
|
if [ "$next_boot_part" = "1" ]; then
|
||||||
|
echo "bootseq 1,2" > $setenv_script
|
||||||
|
else
|
||||||
|
echo "bootseq 2,1" > $setenv_script
|
||||||
|
fi
|
||||||
|
|
||||||
|
printf "kernel_size_%i 0x%08x\n" $next_boot_part $kernel_length >> $setenv_script
|
||||||
|
printf "vmlinux_start_addr 0x%08x\n" ${kernel_offset} >> $setenv_script
|
||||||
|
printf "vmlinux_size 0x%08x\n" ${kernel_length} >> $setenv_script
|
||||||
|
printf "vmlinux_checksum %s\n" ${kernel_md5} >> $setenv_script
|
||||||
|
|
||||||
|
printf "rootfs_size_%i 0x%08x\n" $next_boot_part $((total_size-kernel_length)) >> $setenv_script
|
||||||
|
printf "rootfs_start_addr 0x%08x\n" $((kernel_offset+kernel_length)) >> $setenv_script
|
||||||
|
printf "rootfs_size 0x%08x\n" ${rootfs_length} >> $setenv_script
|
||||||
|
printf "rootfs_checksum %s\n" ${rootfs_md5} >> $setenv_script
|
||||||
|
|
||||||
|
# store u-boot env changes
|
||||||
|
mkdir -p /var/lock
|
||||||
|
fw_setenv -s $setenv_script || {
|
||||||
|
echo "failed to update U-Boot environment"
|
||||||
|
return 1
|
||||||
|
}
|
||||||
|
}
|
20
root/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
Normal file → Executable file
20
root/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
Normal file → Executable file
|
@ -59,6 +59,7 @@ platform_do_upgrade() {
|
||||||
case "$(board_name)" in
|
case "$(board_name)" in
|
||||||
8dev,jalapeno |\
|
8dev,jalapeno |\
|
||||||
aruba,ap-303 |\
|
aruba,ap-303 |\
|
||||||
|
pangu,l1000 |\
|
||||||
aruba,ap-303h |\
|
aruba,ap-303h |\
|
||||||
aruba,ap-365 |\
|
aruba,ap-365 |\
|
||||||
avm,fritzbox-7530 |\
|
avm,fritzbox-7530 |\
|
||||||
|
@ -66,8 +67,14 @@ platform_do_upgrade() {
|
||||||
avm,fritzrepeater-3000 |\
|
avm,fritzrepeater-3000 |\
|
||||||
buffalo,wtr-m2133hp |\
|
buffalo,wtr-m2133hp |\
|
||||||
cilab,meshpoint-one |\
|
cilab,meshpoint-one |\
|
||||||
|
edgecore,ecw5211 |\
|
||||||
|
edgecore,oap100 |\
|
||||||
engenius,eap2200 |\
|
engenius,eap2200 |\
|
||||||
|
glinet,gl-ap1300 |\
|
||||||
|
luma,wrtq-329acn |\
|
||||||
mobipromo,cm520-79f |\
|
mobipromo,cm520-79f |\
|
||||||
|
p2w,r619ac-64m |\
|
||||||
|
p2w,r619ac-128m |\
|
||||||
qxwlan,e2600ac-c2)
|
qxwlan,e2600ac-c2)
|
||||||
nand_do_upgrade "$1"
|
nand_do_upgrade "$1"
|
||||||
;;
|
;;
|
||||||
|
@ -95,13 +102,12 @@ platform_do_upgrade() {
|
||||||
CI_UBIPART="ubifs"
|
CI_UBIPART="ubifs"
|
||||||
askey_do_upgrade "$1"
|
askey_do_upgrade "$1"
|
||||||
;;
|
;;
|
||||||
compex,wpj419|\
|
compex,wpj419)
|
||||||
p2w,r619ac-128m|\
|
|
||||||
p2w,r619ac)
|
|
||||||
nand_do_upgrade "$1"
|
nand_do_upgrade "$1"
|
||||||
;;
|
;;
|
||||||
linksys,ea6350v3 |\
|
linksys,ea6350v3 |\
|
||||||
linksys,ea8300)
|
linksys,ea8300 |\
|
||||||
|
linksys,mr8300)
|
||||||
platform_do_upgrade_linksys "$1"
|
platform_do_upgrade_linksys "$1"
|
||||||
;;
|
;;
|
||||||
meraki,mr33)
|
meraki,mr33)
|
||||||
|
@ -109,9 +115,11 @@ platform_do_upgrade() {
|
||||||
nand_do_upgrade "$1"
|
nand_do_upgrade "$1"
|
||||||
;;
|
;;
|
||||||
openmesh,a42 |\
|
openmesh,a42 |\
|
||||||
openmesh,a62)
|
openmesh,a62 |\
|
||||||
|
plasmacloud,pa1200 |\
|
||||||
|
plasmacloud,pa2200)
|
||||||
PART_NAME="inactive"
|
PART_NAME="inactive"
|
||||||
platform_do_upgrade_openmesh "$1"
|
platform_do_upgrade_dualboot_datachk "$1"
|
||||||
;;
|
;;
|
||||||
zyxel,nbg6617)
|
zyxel,nbg6617)
|
||||||
zyxel_do_upgrade "$1"
|
zyxel_do_upgrade "$1"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||||
|
// Copyright (c) 2018, Robert Marko <robimarko@gmail.com>
|
||||||
|
|
||||||
#include "qcom-ipq4019.dtsi"
|
#include "qcom-ipq4019.dtsi"
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
@ -6,21 +7,22 @@
|
||||||
#include <dt-bindings/soc/qcom,tcsr.h>
|
#include <dt-bindings/soc/qcom,tcsr.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
aliases {
|
|
||||||
led-boot = &led_sys;
|
|
||||||
led-failsafe = &led_sys;
|
|
||||||
led-running = &led_sys;
|
|
||||||
led-upgrade = &led_sys;
|
|
||||||
label-mac-device = &gmac0;
|
|
||||||
};
|
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
rng@22000 {
|
rng@22000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
aliases {
|
||||||
|
led-boot = &power;
|
||||||
|
led-failsafe = &power;
|
||||||
|
led-running = &power;
|
||||||
|
led-upgrade = &power;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
mdio@90000 {
|
mdio@90000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
pinctrl-0 = <&mdio_pins>;
|
pinctrl-0 = <&mdio_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
@ -29,6 +31,11 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
counter@4a1000 {
|
||||||
|
compatible = "qcom,qca-gcnt";
|
||||||
|
reg = <0x4a1000 0x4>;
|
||||||
|
};
|
||||||
|
|
||||||
tcsr@1949000 {
|
tcsr@1949000 {
|
||||||
compatible = "qcom,tcsr";
|
compatible = "qcom,tcsr";
|
||||||
reg = <0x1949000 0x100>;
|
reg = <0x1949000 0x100>;
|
||||||
|
@ -36,6 +43,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
tcsr@194b000 {
|
tcsr@194b000 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
compatible = "qcom,tcsr";
|
compatible = "qcom,tcsr";
|
||||||
reg = <0x194b000 0x100>;
|
reg = <0x194b000 0x100>;
|
||||||
qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
|
qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
|
||||||
|
@ -53,11 +62,11 @@
|
||||||
qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
|
qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
usb2@60f8800 {
|
usb2: usb2@60f8800 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
usb3@8af8800 {
|
usb3: usb3@8af8800 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -71,6 +80,8 @@
|
||||||
|
|
||||||
ess-switch@c000000 {
|
ess-switch@c000000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
switch_lan_bmp = <0x10>; /* lan port bitmap */
|
||||||
};
|
};
|
||||||
|
|
||||||
edma@c080000 {
|
edma@c080000 {
|
||||||
|
@ -78,36 +89,78 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
pinctrl-0 = <&led_pins>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
|
|
||||||
led_sys: sys {
|
power: status {
|
||||||
label = "r619ac:blue:sys";
|
label = "blue:status";
|
||||||
gpios = <&tlmm 39 GPIO_ACTIVE_HIGH>;
|
gpios = <&tlmm 63 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wlan2g {
|
wlan2g {
|
||||||
label = "r619ac:blue:wlan2g";
|
label = "blue:wlan2g";
|
||||||
gpios = <&tlmm 32 GPIO_ACTIVE_HIGH>;
|
gpios = <&tlmm 1 GPIO_ACTIVE_HIGH>;
|
||||||
linux,default-trigger = "phy0tpt";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
wlan5g {
|
wan {
|
||||||
label = "r619ac:blue:wlan5g";
|
label = "bule:wan";
|
||||||
gpios = <&tlmm 50 GPIO_ACTIVE_HIGH>;
|
gpios = <&tlmm 58 GPIO_ACTIVE_HIGH>;
|
||||||
linux,default-trigger = "phy1tpt";
|
};
|
||||||
|
4g1 {
|
||||||
|
label = "bule:4g1";
|
||||||
|
gpios = <&tlmm 5 GPIO_ACTIVE_HIGH>;
|
||||||
|
};
|
||||||
|
4g2 {
|
||||||
|
label = "bule:4g2";
|
||||||
|
gpios = <&tlmm 4 GPIO_ACTIVE_HIGH>;
|
||||||
|
};
|
||||||
|
4g3 {
|
||||||
|
label = "bule:4g3";
|
||||||
|
gpios = <&tlmm 3 GPIO_ACTIVE_HIGH>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&tlmm {
|
||||||
|
mdio_pins: mdio_pinmux {
|
||||||
|
pinmux_1 {
|
||||||
|
pins = "gpio53";
|
||||||
|
function = "mdio";
|
||||||
|
};
|
||||||
|
|
||||||
|
pinmux_2 {
|
||||||
|
pins = "gpio52";
|
||||||
|
function = "mdc";
|
||||||
|
};
|
||||||
|
|
||||||
|
pinconf {
|
||||||
|
pins = "gpio52", "gpio53";
|
||||||
|
bias-pull-up;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
keys {
|
serial_pins: serial_pinmux {
|
||||||
compatible = "gpio-keys";
|
mux {
|
||||||
|
pins = "gpio60", "gpio61";
|
||||||
|
function = "blsp_uart0";
|
||||||
|
bias-disable;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
reset {
|
spi_0_pins: spi_0_pinmux {
|
||||||
label = "reset";
|
pin {
|
||||||
gpios = <&tlmm 18 GPIO_ACTIVE_LOW>;
|
function = "blsp_spi0";
|
||||||
linux,code = <KEY_RESTART>;
|
pins = "gpio55", "gpio56", "gpio57";
|
||||||
|
drive-strength = <2>;
|
||||||
|
bias-disable;
|
||||||
|
};
|
||||||
|
|
||||||
|
pin_cs {
|
||||||
|
function = "gpio";
|
||||||
|
pins = "gpio54", "gpio59";
|
||||||
|
drive-strength = <2>;
|
||||||
|
bias-disable;
|
||||||
|
output-high;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -119,9 +172,15 @@
|
||||||
&blsp1_spi1 {
|
&blsp1_spi1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
pinctrl-0 = <&spi_0_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>, <&tlmm 59 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
||||||
flash@0 {
|
flash@0 {
|
||||||
reg = <0>;
|
status = "okay";
|
||||||
|
|
||||||
compatible = "jedec,spi-nor";
|
compatible = "jedec,spi-nor";
|
||||||
|
reg = <0>;
|
||||||
spi-max-frequency = <24000000>;
|
spi-max-frequency = <24000000>;
|
||||||
|
|
||||||
partitions {
|
partitions {
|
||||||
|
@ -131,168 +190,109 @@
|
||||||
|
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "SBL1";
|
label = "SBL1";
|
||||||
reg = <0x0 0x40000>;
|
reg = <0x00000000 0x00040000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@40000 {
|
partition@40000 {
|
||||||
label = "MIBIB";
|
label = "MIBIB";
|
||||||
reg = <0x40000 0x20000>;
|
reg = <0x00040000 0x00020000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@60000 {
|
partition@60000 {
|
||||||
label = "QSEE";
|
label = "QSEE";
|
||||||
reg = <0x60000 0x60000>;
|
reg = <0x00060000 0x00060000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@c0000 {
|
partition@c0000 {
|
||||||
label = "CDT";
|
label = "CDT";
|
||||||
reg = <0xc0000 0x10000>;
|
reg = <0x000c0000 0x00010000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@d0000 {
|
partition@d0000 {
|
||||||
label = "DDRPARAMS";
|
label = "DDRPARAMS";
|
||||||
reg = <0xd0000 0x10000>;
|
reg = <0x000d0000 0x00010000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@e0000 {
|
partition@e0000 {
|
||||||
label = "APPSBLENV";
|
label = "APPSBLENV"; /* uboot env*/
|
||||||
reg = <0xe0000 0x10000>;
|
reg = <0x000e0000 0x00010000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@f0000 {
|
partition@f0000 {
|
||||||
label = "APPSBL";
|
label = "APPSBL"; /* uboot */
|
||||||
reg = <0xf0000 0x80000>;
|
reg = <0x000f0000 0x00080000>;
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@1 {
|
|
||||||
label = "Bootloader";
|
|
||||||
reg = <0x0 0x170000>;
|
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@170000 {
|
partition@170000 {
|
||||||
label = "ART";
|
label = "ART";
|
||||||
reg = <0x170000 0x10000>;
|
reg = <0x00170000 0x00010000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
partition@180000 {
|
spi-nand@1 {
|
||||||
label = "unused";
|
status = "okay";
|
||||||
reg = <0x180000 0xe80000>;
|
|
||||||
|
compatible = "spi-nand";
|
||||||
|
reg = <1>;
|
||||||
|
spi-max-frequency = <24000000>;
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
partition@0 {
|
||||||
|
label = "ubi";
|
||||||
|
reg = <0x00000000 0x08000000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&blsp1_uart1 {
|
&blsp1_uart1 {
|
||||||
pinctrl-0 = <&serial_0_pins>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
pinctrl-0 = <&serial_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
&cryptobam {
|
&cryptobam {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&nand {
|
&gmac0 {
|
||||||
status = "okay";
|
qcom,poll_required = <1>;
|
||||||
|
qcom,poll_required_dynamic = <1>;
|
||||||
nand@0 {
|
qcom,phy_mdio_addr = <3>;
|
||||||
partitions {
|
vlan_tag = <1 0x10>;
|
||||||
compatible = "fixed-partitions";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
|
|
||||||
rootfs_part1: partition@0 {
|
|
||||||
label = "rootfs";
|
|
||||||
reg = <0x0 0x4000000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
rootfs_part2: partition@4000000 {
|
|
||||||
label = "unused1";
|
|
||||||
reg = <0x4000000 0x4000000>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&qpic_bam {
|
&gmac1 {
|
||||||
status = "okay";
|
qcom,poll_required = <1>;
|
||||||
|
qcom,poll_required_dynamic = <1>;
|
||||||
|
qcom,phy_mdio_addr = <4>;
|
||||||
|
vlan_tag = <2 0x20>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&sdhci {
|
&wifi0 {
|
||||||
pinctrl-0 = <&sd_0_pins>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
vqmmc-supply = <&vqmmc>;
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
qcom,ath10k-calibration-variant = "8devices-Jalapeno";
|
||||||
};
|
};
|
||||||
|
|
||||||
&tlmm {
|
&wifi1 {
|
||||||
mdio_pins: mdio_pinmux {
|
status = "okay";
|
||||||
mux_1 {
|
|
||||||
pins = "gpio6";
|
|
||||||
function = "mdio";
|
|
||||||
bias-pull-up;
|
|
||||||
};
|
|
||||||
|
|
||||||
mux_2 {
|
qcom,ath10k-calibration-variant = "8devices-Jalapeno";
|
||||||
pins = "gpio7";
|
|
||||||
function = "mdc";
|
|
||||||
bias-pull-up;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
sd_0_pins: sd_0_pinmux {
|
|
||||||
mux_1 {
|
|
||||||
pins = "gpio23", "gpio24", "gpio25", "gpio26", "gpio28";
|
|
||||||
function = "sdio";
|
|
||||||
drive-strength = <10>;
|
|
||||||
};
|
|
||||||
|
|
||||||
mux_2 {
|
|
||||||
pins = "gpio27";
|
|
||||||
function = "sdio";
|
|
||||||
drive-strength = <16>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
serial_0_pins: serial0-pinmux {
|
|
||||||
mux {
|
|
||||||
pins = "gpio16", "gpio17";
|
|
||||||
function = "blsp_uart0";
|
|
||||||
bias-disable;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
led_pins: led_pinmux {
|
|
||||||
mux {
|
|
||||||
pins = "gpio32", "gpio39", "gpio50";
|
|
||||||
function = "gpio";
|
|
||||||
bias-pull-up;
|
|
||||||
output-low;
|
|
||||||
};
|
|
||||||
|
|
||||||
mux_1 {
|
|
||||||
pins = "gpio52";
|
|
||||||
function = "gpio";
|
|
||||||
bias-pull-up;
|
|
||||||
output-high;
|
|
||||||
};
|
|
||||||
|
|
||||||
mux_2 {
|
|
||||||
pins = "gpio61";
|
|
||||||
function = "gpio";
|
|
||||||
bias-pull-down;
|
|
||||||
output-high;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&usb3_ss_phy {
|
&usb3_ss_phy {
|
||||||
|
@ -306,17 +306,3 @@
|
||||||
&usb2_hs_phy {
|
&usb2_hs_phy {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&vqmmc {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&wifi0 {
|
|
||||||
status = "okay";
|
|
||||||
qcom,ath10k-calibration-variant = "R619AC";
|
|
||||||
};
|
|
||||||
|
|
||||||
&wifi1 {
|
|
||||||
status = "okay";
|
|
||||||
qcom,ath10k-calibration-variant = "R619AC";
|
|
||||||
};
|
|
409
root/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-l1000.dts
Executable file
409
root/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-l1000.dts
Executable file
|
@ -0,0 +1,409 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||||
|
*
|
||||||
|
* Copyright (c) 2018 Peng Zhang <sd20@qxwlan.com>
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "qcom-ipq4019.dtsi"
|
||||||
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
#include <dt-bindings/input/input.h>
|
||||||
|
#include <dt-bindings/soc/qcom,tcsr.h>
|
||||||
|
|
||||||
|
/ {
|
||||||
|
|
||||||
|
model = "GZ419";
|
||||||
|
compatible = "pangu,l1000", "qcom,ipq4019";
|
||||||
|
|
||||||
|
memory {
|
||||||
|
device_type = "memory";
|
||||||
|
reg = <0x80000000 0x20000000>; /* 512MB */
|
||||||
|
};
|
||||||
|
|
||||||
|
aliases {
|
||||||
|
sdhc1 = &sdhci;
|
||||||
|
led-boot = &power;
|
||||||
|
led-failsafe = &power;
|
||||||
|
led-running = &power;
|
||||||
|
led-upgrade = &power;
|
||||||
|
serial0 = &blsp1_uart1;
|
||||||
|
serial1 = &blsp1_uart2;
|
||||||
|
};
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
bootargs-append = " root=/dev/ubiblock0_1 rootfstype=squashfs";
|
||||||
|
linux,stdout-path = "serial0:115200n8";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
soc {
|
||||||
|
rng@22000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
mdio@90000 {
|
||||||
|
status = "okay";
|
||||||
|
pinctrl-0 = <&mdio_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
reset-gpios = <&tlmm 47 GPIO_ACTIVE_LOW>;
|
||||||
|
reset-delay-us = <2000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
ess-psgmii@98000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
tcsr@1949000 {
|
||||||
|
compatible = "qcom,tcsr";
|
||||||
|
reg = <0x1949000 0x100>;
|
||||||
|
qcom,wifi_glb_cfg = <TCSR_WIFI_GLB_CFG>;
|
||||||
|
};
|
||||||
|
|
||||||
|
tcsr@194b000 {
|
||||||
|
/* select hostmode */
|
||||||
|
compatible = "qcom,tcsr";
|
||||||
|
reg = <0x194b000 0x100>;
|
||||||
|
qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
ess_tcsr@1953000 {
|
||||||
|
compatible = "qcom,tcsr";
|
||||||
|
reg = <0x1953000 0x1000>;
|
||||||
|
qcom,ess-interface-select = <TCSR_ESS_PSGMII>;
|
||||||
|
};
|
||||||
|
|
||||||
|
tcsr@1957000 {
|
||||||
|
compatible = "qcom,tcsr";
|
||||||
|
reg = <0x1957000 0x100>;
|
||||||
|
qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
|
||||||
|
};
|
||||||
|
|
||||||
|
usb2@60f8800 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
usb3@8af8800 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
crypto@8e3a000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
watchdog@b017000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
ess-switch@c000000 {
|
||||||
|
status = "okay";
|
||||||
|
switch_lan_bmp = <0x18>;
|
||||||
|
switch_wan_bmp = <0x20>;
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c@78b7000 { /* BLSP1 QUP2 */
|
||||||
|
pinctrl-0 = <&i2c_0_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
edma@c080000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
keys {
|
||||||
|
compatible = "gpio-keys";
|
||||||
|
|
||||||
|
reset {
|
||||||
|
label = "reset";
|
||||||
|
gpios = <&tlmm 18 GPIO_ACTIVE_LOW>;
|
||||||
|
linux,code = <KEY_RESTART>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
leds {
|
||||||
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
|
power: status {
|
||||||
|
label = "blue:status";
|
||||||
|
gpios = <&tlmm 3 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
|
||||||
|
wlan2g {
|
||||||
|
label = "blue:wlan2g";
|
||||||
|
gpios = <&tlmm 1 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
|
||||||
|
wlan5g {
|
||||||
|
label = "bule:wlan5g";
|
||||||
|
gpios = <&tlmm 2 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
|
||||||
|
wan {
|
||||||
|
label = "bule:wan";
|
||||||
|
gpios = <&tlmm 4 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
4g1 {
|
||||||
|
label = "bule:4g1";
|
||||||
|
gpios = <&tlmm 44 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
4g2 {
|
||||||
|
label = "bule:4g2";
|
||||||
|
gpios = <&tlmm 45 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
4g3 {
|
||||||
|
label = "bule:4g3";
|
||||||
|
gpios = <&tlmm 46 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
usb {
|
||||||
|
label = "bule:usb";
|
||||||
|
gpios = <&tlmm 5 GPIO_ACTIVE_LOW>;
|
||||||
|
trigger-sources = <&usb2>, <&usb3>;
|
||||||
|
linux,default-trigger = "usbport";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&vqmmc {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&sdhci {
|
||||||
|
status = "okay";
|
||||||
|
pinctrl-0 = <&sd_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
cd-gpios = <&tlmm 22 GPIO_ACTIVE_LOW>;
|
||||||
|
vqmmc-supply = <&vqmmc>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&blsp_dma {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&cryptobam {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&blsp1_spi1 {
|
||||||
|
pinctrl-0 = <&spi_0_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
status = "okay";
|
||||||
|
cs-gpios = <&tlmm 12 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
||||||
|
flash@0 {
|
||||||
|
compatible = "jedec,spi-nor";
|
||||||
|
reg = <0>;
|
||||||
|
spi-max-frequency = <24000000>;
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
SBL1@0 {
|
||||||
|
label = "SBL1";
|
||||||
|
reg = <0x0 0x40000>;
|
||||||
|
read-only;
|
||||||
|
};
|
||||||
|
|
||||||
|
MIBIB@40000 {
|
||||||
|
label = "MIBIB";
|
||||||
|
reg = <0x40000 0x20000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
QSEE@60000 {
|
||||||
|
label = "QSEE";
|
||||||
|
reg = <0x60000 0x60000>;
|
||||||
|
read-only;
|
||||||
|
};
|
||||||
|
|
||||||
|
CDT@c0000 {
|
||||||
|
label = "CDT";
|
||||||
|
reg = <0xc0000 0x10000>;
|
||||||
|
read-only;
|
||||||
|
};
|
||||||
|
|
||||||
|
DDRPARAMS@d0000 {
|
||||||
|
label = "DDRPARAMS";
|
||||||
|
reg = <0xd0000 0x10000>;
|
||||||
|
read-only;
|
||||||
|
};
|
||||||
|
|
||||||
|
APPSBLENV@e0000 {
|
||||||
|
label = "APPSBLENV";
|
||||||
|
reg = <0xe0000 0x10000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
APPSBL@f0000 {
|
||||||
|
label = "APPSBL";
|
||||||
|
reg = <0xf0000 0x80000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
ART@170000 {
|
||||||
|
label = "ART";
|
||||||
|
reg = <0x170000 0x10000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&nand {
|
||||||
|
pinctrl-0 = <&nand_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
nand@0 {
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
rootfs@0 {
|
||||||
|
label = "rootfs";
|
||||||
|
reg = <0x0 0x8000000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&qpic_bam {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&blsp1_uart1 {
|
||||||
|
pinctrl-0 = <&serial_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&blsp1_uart2 {
|
||||||
|
pinctrl-0 = <&serial_1_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&tlmm {
|
||||||
|
serial_pins: serial_pinmux {
|
||||||
|
mux {
|
||||||
|
pins = "gpio16", "gpio17";
|
||||||
|
function = "blsp_uart0";
|
||||||
|
bias-disable;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
mdio_pins: mdio_pinmux {
|
||||||
|
mux_1 {
|
||||||
|
pins = "gpio6";
|
||||||
|
function = "mdio";
|
||||||
|
bias-pull-up;
|
||||||
|
};
|
||||||
|
mux_2 {
|
||||||
|
pins = "gpio7";
|
||||||
|
function = "mdc";
|
||||||
|
bias-pull-up;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
serial_1_pins: serial1_pinmux {
|
||||||
|
mux {
|
||||||
|
pins = "gpio8", "gpio9",
|
||||||
|
"gpio10", "gpio11";
|
||||||
|
function = "blsp_uart1";
|
||||||
|
bias-disable;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c_0_pins: i2c-0-pinmux {
|
||||||
|
mux {
|
||||||
|
pins = "gpio20", "gpio21";
|
||||||
|
function = "blsp_i2c0";
|
||||||
|
bias-disable;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
spi_0_pins: spi_0_pinmux {
|
||||||
|
pinmux {
|
||||||
|
function = "blsp_spi0";
|
||||||
|
pins = "gpio13", "gpio14", "gpio15";
|
||||||
|
};
|
||||||
|
pinmux_cs {
|
||||||
|
function = "gpio";
|
||||||
|
pins = "gpio12";
|
||||||
|
};
|
||||||
|
pinconf {
|
||||||
|
pins = "gpio13", "gpio14", "gpio15";
|
||||||
|
drive-strength = <12>;
|
||||||
|
bias-disable;
|
||||||
|
};
|
||||||
|
pinconf_cs {
|
||||||
|
pins = "gpio12";
|
||||||
|
drive-strength = <2>;
|
||||||
|
bias-disable;
|
||||||
|
output-high;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
nand_pins: nand_pins {
|
||||||
|
pullups {
|
||||||
|
pins = "gpio52", "gpio53", "gpio58",
|
||||||
|
"gpio59";
|
||||||
|
function = "qpic";
|
||||||
|
bias-pull-up;
|
||||||
|
};
|
||||||
|
|
||||||
|
pulldowns {
|
||||||
|
pins = "gpio54", "gpio55", "gpio56",
|
||||||
|
"gpio57", "gpio60", "gpio61",
|
||||||
|
"gpio62", "gpio63", "gpio64",
|
||||||
|
"gpio65", "gpio66", "gpio67",
|
||||||
|
"gpio68", "gpio69";
|
||||||
|
function = "qpic";
|
||||||
|
bias-pull-down;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
sd_pins: sd_pins {
|
||||||
|
pinmux {
|
||||||
|
function = "sdio";
|
||||||
|
pins = "gpio23", "gpio24", "gpio25", "gpio26",
|
||||||
|
"gpio28", "gpio29", "gpio30", "gpio31";
|
||||||
|
drive-strength = <10>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pinmux_sd_clk {
|
||||||
|
function = "sdio";
|
||||||
|
pins = "gpio27";
|
||||||
|
drive-strength = <16>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pinmux_sd7 {
|
||||||
|
function = "sdio";
|
||||||
|
pins = "gpio32";
|
||||||
|
drive-strength = <10>;
|
||||||
|
bias-disable;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb2_hs_phy {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb3_hs_phy {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb3_ss_phy {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wifi0 {
|
||||||
|
status = "okay";
|
||||||
|
qcom,ath10k-calibration-variant = "PANGU-L1000";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wifi1 {
|
||||||
|
status = "okay";
|
||||||
|
qcom,ath10k-calibration-variant = "PANGU-L1000";
|
||||||
|
};
|
|
@ -1,18 +0,0 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
||||||
|
|
||||||
#include "qcom-ipq4019-r619ac.dtsi"
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "P&W R619AC 128M";
|
|
||||||
compatible = "p2w,r619ac-128m";
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs-append = " root=/dev/ubiblock0_1 rootfstype=squashfs";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&rootfs_part1 {
|
|
||||||
reg = <0x0 0x8000000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
/delete-node/ &rootfs_part2;
|
|
|
@ -1,12 +0,0 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
||||||
|
|
||||||
#include "qcom-ipq4019-r619ac.dtsi"
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "P&W R619AC";
|
|
||||||
compatible = "p2w,r619ac";
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs-append = " root=/dev/ubiblock0_1 rootfstype=squashfs";
|
|
||||||
};
|
|
||||||
};
|
|
|
@ -1,23 +1,8 @@
|
||||||
include $(TOPDIR)/rules.mk
|
|
||||||
include $(INCLUDE_DIR)/image.mk
|
|
||||||
|
|
||||||
DEVICE_VARS += NETGEAR_BOARD_ID NETGEAR_HW_ID
|
DEVICE_VARS += NETGEAR_BOARD_ID NETGEAR_HW_ID
|
||||||
DEVICE_VARS += RAS_BOARD RAS_ROOTFS_SIZE RAS_VERSION
|
DEVICE_VARS += RAS_BOARD RAS_ROOTFS_SIZE RAS_VERSION
|
||||||
DEVICE_VARS += WRGG_DEVNAME WRGG_SIGNATURE
|
DEVICE_VARS += WRGG_DEVNAME WRGG_SIGNATURE
|
||||||
|
|
||||||
define Device/Default
|
|
||||||
PROFILES := Default
|
|
||||||
KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
|
|
||||||
KERNEL_INITRAMFS_PREFIX := $$(IMG_PREFIX)-$(1)-initramfs
|
|
||||||
KERNEL_PREFIX := $$(IMAGE_PREFIX)
|
|
||||||
KERNEL_LOADADDR := 0x80208000
|
|
||||||
DEVICE_DTS = $$(SOC)-$(lastword $(subst _, ,$(1)))
|
|
||||||
SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
|
|
||||||
IMAGES := sysupgrade.bin
|
|
||||||
IMAGE/sysupgrade.bin = sysupgrade-tar | append-metadata
|
|
||||||
IMAGE/sysupgrade.bin/squashfs :=
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Device/FitImage
|
define Device/FitImage
|
||||||
KERNEL_SUFFIX := -fit-uImage.itb
|
KERNEL_SUFFIX := -fit-uImage.itb
|
||||||
KERNEL = kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
|
KERNEL = kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
|
||||||
|
@ -130,6 +115,21 @@ define Device/8dev_jalapeno
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += 8dev_jalapeno
|
TARGET_DEVICES += 8dev_jalapeno
|
||||||
|
|
||||||
|
define Device/pangu_l1000
|
||||||
|
$(call Device/FitImage)
|
||||||
|
$(call Device/UbiFit)
|
||||||
|
DEVICE_VENDOR := PANGU
|
||||||
|
DEVICE_MODEL := L1000
|
||||||
|
SOC := qcom-ipq4019
|
||||||
|
DEVICE_DTS := qcom-ipq4019-l1000
|
||||||
|
KERNEL_INSTALL := 1
|
||||||
|
BLOCKSIZE := 128k
|
||||||
|
PAGESIZE := 2048
|
||||||
|
BOARD_NAME := l1000
|
||||||
|
DEVICE_PACKAGES := ipq-wifi-pangu_l1000
|
||||||
|
endef
|
||||||
|
TARGET_DEVICES += pangu_l1000
|
||||||
|
|
||||||
define Device/alfa-network_ap120c-ac
|
define Device/alfa-network_ap120c-ac
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
$(call Device/UbiFit)
|
$(call Device/UbiFit)
|
||||||
|
@ -156,6 +156,7 @@ endef
|
||||||
define Device/aruba_ap-303
|
define Device/aruba_ap-303
|
||||||
$(call Device/aruba_glenmorangie)
|
$(call Device/aruba_glenmorangie)
|
||||||
DEVICE_MODEL := AP-303
|
DEVICE_MODEL := AP-303
|
||||||
|
DEVICE_PACKAGES += uboot-envtools
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += aruba_ap-303
|
TARGET_DEVICES += aruba_ap-303
|
||||||
|
|
||||||
|
@ -168,7 +169,7 @@ TARGET_DEVICES += aruba_ap-303h
|
||||||
define Device/aruba_ap-365
|
define Device/aruba_ap-365
|
||||||
$(call Device/aruba_glenmorangie)
|
$(call Device/aruba_glenmorangie)
|
||||||
DEVICE_MODEL := AP-365
|
DEVICE_MODEL := AP-365
|
||||||
DEVICE_PACKAGES += kmod-hwmon-ad7418
|
DEVICE_PACKAGES += kmod-hwmon-ad7418 uboot-envtools
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += aruba_ap-365
|
TARGET_DEVICES += aruba_ap-365
|
||||||
|
|
||||||
|
@ -317,6 +318,25 @@ define Device/compex_wpj428
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += compex_wpj428
|
TARGET_DEVICES += compex_wpj428
|
||||||
|
|
||||||
|
define Device/devolo_magic-2-wifi-next
|
||||||
|
$(call Device/FitImage)
|
||||||
|
DEVICE_VENDOR := devolo
|
||||||
|
DEVICE_MODEL := Magic 2 WiFi next
|
||||||
|
SOC := qcom-ipq4018
|
||||||
|
KERNEL_SIZE := 4096k
|
||||||
|
|
||||||
|
# If the bootloader sees 0xDEADC0DE and this trailer at the 64k boundary of a TFTP image
|
||||||
|
# it will bootm it, just like we want for the initramfs.
|
||||||
|
KERNEL_INITRAMFS := kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb | pad-to 64k |\
|
||||||
|
append-string -e '\xDE\xAD\xC0\xDE{"fl_initramfs":""}\x00'
|
||||||
|
|
||||||
|
IMAGE_SIZE := 26624k
|
||||||
|
IMAGES := sysupgrade.bin
|
||||||
|
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
|
||||||
|
DEVICE_PACKAGES := ipq-wifi-devolo_magic-2-wifi-next uboot-envtools
|
||||||
|
endef
|
||||||
|
TARGET_DEVICES += devolo_magic-2-wifi-next
|
||||||
|
|
||||||
define Device/dlink_dap-2610
|
define Device/dlink_dap-2610
|
||||||
$(call Device/FitImageLzma)
|
$(call Device/FitImageLzma)
|
||||||
DEVICE_VENDOR := D-Link
|
DEVICE_VENDOR := D-Link
|
||||||
|
@ -344,6 +364,32 @@ define Device/dlink_dap-2610
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += dlink_dap-2610
|
TARGET_DEVICES += dlink_dap-2610
|
||||||
|
|
||||||
|
define Device/edgecore_ecw5211
|
||||||
|
$(call Device/FitImage)
|
||||||
|
$(call Device/UbiFit)
|
||||||
|
DEVICE_VENDOR := Edgecore
|
||||||
|
DEVICE_MODEL := ECW5211
|
||||||
|
SOC := qcom-ipq4018
|
||||||
|
BLOCKSIZE := 128k
|
||||||
|
PAGESIZE := 2048
|
||||||
|
DEVICE_PACKAGES := kmod-tpm-i2c-atmel kmod-usb-acm uboot-envtools
|
||||||
|
endef
|
||||||
|
TARGET_DEVICES += edgecore_ecw5211
|
||||||
|
|
||||||
|
define Device/edgecore_oap100
|
||||||
|
$(call Device/FitImage)
|
||||||
|
$(call Device/UbiFit)
|
||||||
|
DEVICE_VENDOR := Edgecore
|
||||||
|
DEVICE_MODEL := OAP100
|
||||||
|
SOC := qcom-ipq4019
|
||||||
|
BLOCKSIZE := 128k
|
||||||
|
PAGESIZE := 2048
|
||||||
|
IMAGES := nand-sysupgrade.bin
|
||||||
|
DEVICE_DTS_CONFIG := config@ap.dk07.1-c1
|
||||||
|
DEVICE_PACKAGES := ipq-wifi-edgecore_oap100 kmod-usb-acm kmod-usb-net kmod-usb-net-cdc-qmi uqmi
|
||||||
|
endef
|
||||||
|
TARGET_DEVICES += edgecore_oap100
|
||||||
|
|
||||||
define Device/engenius_eap1300
|
define Device/engenius_eap1300
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
DEVICE_VENDOR := EnGenius
|
DEVICE_VENDOR := EnGenius
|
||||||
|
@ -437,6 +483,21 @@ define Device/ezviz_cs-w3-wd1200g-eup
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += ezviz_cs-w3-wd1200g-eup
|
TARGET_DEVICES += ezviz_cs-w3-wd1200g-eup
|
||||||
|
|
||||||
|
define Device/glinet_gl-ap1300
|
||||||
|
$(call Device/FitImage)
|
||||||
|
$(call Device/UbiFit)
|
||||||
|
DEVICE_VENDOR := GL.iNet
|
||||||
|
DEVICE_MODEL := GL-AP1300
|
||||||
|
SOC := qcom-ipq4018
|
||||||
|
DEVICE_DTS_CONFIG := config@ap.dk01.1-c2
|
||||||
|
BLOCKSIZE := 128k
|
||||||
|
PAGESIZE := 2048
|
||||||
|
IMAGE_SIZE := 131072k
|
||||||
|
KERNEL_INSTALL := 1
|
||||||
|
DEVICE_PACKAGES := ipq-wifi-glinet_gl-ap1300
|
||||||
|
endef
|
||||||
|
TARGET_DEVICES += glinet_gl-ap1300
|
||||||
|
|
||||||
define Device/glinet_gl-b1300
|
define Device/glinet_gl-b1300
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
DEVICE_VENDOR := GL.iNet
|
DEVICE_VENDOR := GL.iNet
|
||||||
|
@ -515,6 +576,34 @@ define Device/linksys_ea8300
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += linksys_ea8300
|
TARGET_DEVICES += linksys_ea8300
|
||||||
|
|
||||||
|
define Device/linksys_mr8300
|
||||||
|
$(call Device/FitzImage)
|
||||||
|
DEVICE_VENDOR := Linksys
|
||||||
|
DEVICE_MODEL := MR8300
|
||||||
|
SOC := qcom-ipq4019
|
||||||
|
KERNEL_SIZE := 3072k
|
||||||
|
IMAGE_SIZE := 87040k
|
||||||
|
BLOCKSIZE := 128k
|
||||||
|
PAGESIZE := 2048
|
||||||
|
UBINIZE_OPTS := -E 5 # EOD marks to "hide" factory sig at EOF
|
||||||
|
IMAGES += factory.bin
|
||||||
|
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | linksys-image type=MR8300
|
||||||
|
DEVICE_PACKAGES := uboot-envtools ath10k-firmware-qca9888-ct ipq-wifi-linksys_mr8300-v0 kmod-usb-ledtrig-usbport
|
||||||
|
endef
|
||||||
|
TARGET_DEVICES += linksys_mr8300
|
||||||
|
|
||||||
|
define Device/luma_wrtq-329acn
|
||||||
|
$(call Device/FitImage)
|
||||||
|
DEVICE_VENDOR := Luma Home
|
||||||
|
DEVICE_MODEL := WRTQ-329ACN
|
||||||
|
SOC := qcom-ipq4018
|
||||||
|
DEVICE_PACKAGES := ipq-wifi-luma_wrtq-329acn kmod-ath3k kmod-eeprom-at24 kmod-i2c-gpio uboot-envtools
|
||||||
|
IMAGE_SIZE := 76632k
|
||||||
|
BLOCKSIZE := 128k
|
||||||
|
PAGESIZE := 2048
|
||||||
|
endef
|
||||||
|
TARGET_DEVICES += luma_wrtq-329acn
|
||||||
|
|
||||||
define Device/meraki_mr33
|
define Device/meraki_mr33
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
DEVICE_VENDOR := Cisco Meraki
|
DEVICE_VENDOR := Cisco Meraki
|
||||||
|
@ -540,6 +629,7 @@ TARGET_DEVICES += mobipromo_cm520-79f
|
||||||
|
|
||||||
define Device/netgear_ex61x0v2
|
define Device/netgear_ex61x0v2
|
||||||
$(call Device/DniImage)
|
$(call Device/DniImage)
|
||||||
|
DEVICE_VENDOR := NETGEAR
|
||||||
DEVICE_DTS_CONFIG := config@4
|
DEVICE_DTS_CONFIG := config@4
|
||||||
NETGEAR_BOARD_ID := EX6150v2series
|
NETGEAR_BOARD_ID := EX6150v2series
|
||||||
NETGEAR_HW_ID := 29765285+16+0+128+2x2
|
NETGEAR_HW_ID := 29765285+16+0+128+2x2
|
||||||
|
@ -549,7 +639,6 @@ endef
|
||||||
|
|
||||||
define Device/netgear_ex6100v2
|
define Device/netgear_ex6100v2
|
||||||
$(call Device/netgear_ex61x0v2)
|
$(call Device/netgear_ex61x0v2)
|
||||||
DEVICE_VENDOR := Netgear
|
|
||||||
DEVICE_MODEL := EX6100
|
DEVICE_MODEL := EX6100
|
||||||
DEVICE_VARIANT := v2
|
DEVICE_VARIANT := v2
|
||||||
endef
|
endef
|
||||||
|
@ -557,7 +646,6 @@ TARGET_DEVICES += netgear_ex6100v2
|
||||||
|
|
||||||
define Device/netgear_ex6150v2
|
define Device/netgear_ex6150v2
|
||||||
$(call Device/netgear_ex61x0v2)
|
$(call Device/netgear_ex61x0v2)
|
||||||
DEVICE_VENDOR := Netgear
|
|
||||||
DEVICE_MODEL := EX6150
|
DEVICE_MODEL := EX6150
|
||||||
DEVICE_VARIANT := v2
|
DEVICE_VARIANT := v2
|
||||||
endef
|
endef
|
||||||
|
@ -593,9 +681,40 @@ define Device/openmesh_a62
|
||||||
IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata
|
IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata
|
||||||
DEVICE_PACKAGES := ath10k-firmware-qca9888-ct uboot-envtools
|
DEVICE_PACKAGES := ath10k-firmware-qca9888-ct uboot-envtools
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_DEVICES += openmesh_a62
|
TARGET_DEVICES += openmesh_a62
|
||||||
|
|
||||||
|
define Device/plasmacloud_pa1200
|
||||||
|
$(call Device/FitImageLzma)
|
||||||
|
DEVICE_VENDOR := Plasma Cloud
|
||||||
|
DEVICE_MODEL := PA1200
|
||||||
|
SOC := qcom-ipq4018
|
||||||
|
DEVICE_DTS_CONFIG := config@pc.pa1200
|
||||||
|
BLOCKSIZE := 64k
|
||||||
|
KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/$$(DEVICE_DTS).dtb | pad-to $$(BLOCKSIZE)
|
||||||
|
IMAGE_SIZE := 15616k
|
||||||
|
IMAGES += factory.bin
|
||||||
|
IMAGE/factory.bin := append-rootfs | pad-rootfs | openmesh-image ce_type=PA1200
|
||||||
|
IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata
|
||||||
|
DEVICE_PACKAGES := uboot-envtools ipq-wifi-plasmacloud-pa1200
|
||||||
|
endef
|
||||||
|
TARGET_DEVICES += plasmacloud_pa1200
|
||||||
|
|
||||||
|
define Device/plasmacloud_pa2200
|
||||||
|
$(call Device/FitImageLzma)
|
||||||
|
DEVICE_VENDOR := Plasma Cloud
|
||||||
|
DEVICE_MODEL := PA2200
|
||||||
|
SOC := qcom-ipq4019
|
||||||
|
DEVICE_DTS_CONFIG := config@pc.pa2200
|
||||||
|
BLOCKSIZE := 64k
|
||||||
|
KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/$$(DEVICE_DTS).dtb | pad-to $$(BLOCKSIZE)
|
||||||
|
IMAGE_SIZE := 15552k
|
||||||
|
IMAGES += factory.bin
|
||||||
|
IMAGE/factory.bin := append-rootfs | pad-rootfs | openmesh-image ce_type=PA2200
|
||||||
|
IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata
|
||||||
|
DEVICE_PACKAGES := ath10k-firmware-qca9888-ct ipq-wifi-plasmacloud-pa2200 uboot-envtools
|
||||||
|
endef
|
||||||
|
TARGET_DEVICES += plasmacloud_pa2200
|
||||||
|
|
||||||
define Device/qcom_ap-dk01.1-c1
|
define Device/qcom_ap-dk01.1-c1
|
||||||
DEVICE_VENDOR := Qualcomm Atheros
|
DEVICE_VENDOR := Qualcomm Atheros
|
||||||
DEVICE_MODEL := AP-DK01.1
|
DEVICE_MODEL := AP-DK01.1
|
||||||
|
@ -627,35 +746,6 @@ define Device/qcom_ap-dk04.1-c1
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += qcom_ap-dk04.1-c1
|
TARGET_DEVICES += qcom_ap-dk04.1-c1
|
||||||
|
|
||||||
define Device/p2w_r619ac
|
|
||||||
$(call Device/FitzImage)
|
|
||||||
$(call Device/UbiFit)
|
|
||||||
DEVICE_VENDOR := P&W
|
|
||||||
DEVICE_MODEL := R619AC
|
|
||||||
SOC := qcom-ipq4019
|
|
||||||
DEVICE_DTS_CONFIG := config@10
|
|
||||||
BLOCKSIZE := 128k
|
|
||||||
PAGESIZE := 2048
|
|
||||||
IMAGES += nand-factory.bin
|
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
|
||||||
DEVICE_PACKAGES := ipq-wifi-p2w_r619ac
|
|
||||||
endef
|
|
||||||
TARGET_DEVICES += p2w_r619ac
|
|
||||||
|
|
||||||
define Device/p2w_r619ac-128m
|
|
||||||
$(call Device/FitzImage)
|
|
||||||
$(call Device/UbiFit)
|
|
||||||
DEVICE_VENDOR := P&W
|
|
||||||
DEVICE_MODEL := R619AC
|
|
||||||
DEVICE_VARIANT := 128M
|
|
||||||
SOC := qcom-ipq4019
|
|
||||||
DEVICE_DTS_CONFIG := config@10
|
|
||||||
BLOCKSIZE := 128k
|
|
||||||
PAGESIZE := 2048
|
|
||||||
DEVICE_PACKAGES := ipq-wifi-p2w_r619ac
|
|
||||||
endef
|
|
||||||
TARGET_DEVICES += p2w_r619ac-128m
|
|
||||||
|
|
||||||
define Device/qxwlan_e2600ac-c1
|
define Device/qxwlan_e2600ac-c1
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
DEVICE_VENDOR := Qxwlan
|
DEVICE_VENDOR := Qxwlan
|
||||||
|
@ -730,5 +820,3 @@ define Device/zyxel_wre6606
|
||||||
DEVICE_PACKAGES := -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers
|
DEVICE_PACKAGES := -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += zyxel_wre6606
|
TARGET_DEVICES += zyxel_wre6606
|
||||||
|
|
||||||
$(eval $(call BuildImage))
|
|
13
root/target/linux/ipq40xx/patches-5.4/901-arm-boot-add-dts-files.patch
Normal file → Executable file
13
root/target/linux/ipq40xx/patches-5.4/901-arm-boot-add-dts-files.patch
Normal file → Executable file
|
@ -10,7 +10,7 @@ Signed-off-by: John Crispin <john@phrozen.org>
|
||||||
|
|
||||||
--- a/arch/arm/boot/dts/Makefile
|
--- a/arch/arm/boot/dts/Makefile
|
||||||
+++ b/arch/arm/boot/dts/Makefile
|
+++ b/arch/arm/boot/dts/Makefile
|
||||||
@@ -837,11 +837,52 @@ dtb-$(CONFIG_ARCH_QCOM) += \
|
@@ -837,11 +837,59 @@ dtb-$(CONFIG_ARCH_QCOM) += \
|
||||||
qcom-apq8074-dragonboard.dtb \
|
qcom-apq8074-dragonboard.dtb \
|
||||||
qcom-apq8084-ifc6540.dtb \
|
qcom-apq8084-ifc6540.dtb \
|
||||||
qcom-apq8084-mtp.dtb \
|
qcom-apq8084-mtp.dtb \
|
||||||
|
@ -18,19 +18,25 @@ Signed-off-by: John Crispin <john@phrozen.org>
|
||||||
+ qcom-ipq4018-ap120c-ac.dtb \
|
+ qcom-ipq4018-ap120c-ac.dtb \
|
||||||
+ qcom-ipq4018-dap-2610.dtb \
|
+ qcom-ipq4018-dap-2610.dtb \
|
||||||
+ qcom-ipq4018-cs-w3-wd1200g-eup.dtb \
|
+ qcom-ipq4018-cs-w3-wd1200g-eup.dtb \
|
||||||
|
+ qcom-ipq4018-magic-2-wifi-next.dtb \
|
||||||
+ qcom-ipq4018-ea6350v3.dtb \
|
+ qcom-ipq4018-ea6350v3.dtb \
|
||||||
+ qcom-ipq4018-eap1300.dtb \
|
+ qcom-ipq4018-eap1300.dtb \
|
||||||
|
+ qcom-ipq4018-ecw5211.dtb \
|
||||||
+ qcom-ipq4018-emd1.dtb \
|
+ qcom-ipq4018-emd1.dtb \
|
||||||
+ qcom-ipq4018-emr3500.dtb \
|
+ qcom-ipq4018-emr3500.dtb \
|
||||||
+ qcom-ipq4018-ens620ext.dtb \
|
+ qcom-ipq4018-ens620ext.dtb \
|
||||||
+ qcom-ipq4018-ex6100v2.dtb \
|
+ qcom-ipq4018-ex6100v2.dtb \
|
||||||
+ qcom-ipq4018-ex6150v2.dtb \
|
+ qcom-ipq4018-ex6150v2.dtb \
|
||||||
+ qcom-ipq4018-fritzbox-4040.dtb \
|
+ qcom-ipq4018-fritzbox-4040.dtb \
|
||||||
|
+ qcom-ipq4018-gl-ap1300.dtb \
|
||||||
+ qcom-ipq4018-jalapeno.dtb \
|
+ qcom-ipq4018-jalapeno.dtb \
|
||||||
+ qcom-ipq4018-meshpoint-one.dtb \
|
+ qcom-ipq4018-meshpoint-one.dtb \
|
||||||
+ qcom-ipq4018-nbg6617.dtb \
|
+ qcom-ipq4018-nbg6617.dtb \
|
||||||
|
+ qcom-ipq4019-oap100.dtb \
|
||||||
|
+ qcom-ipq4018-pa1200.dtb \
|
||||||
+ qcom-ipq4018-rt-ac58u.dtb \
|
+ qcom-ipq4018-rt-ac58u.dtb \
|
||||||
+ qcom-ipq4018-wre6606.dtb \
|
+ qcom-ipq4018-wre6606.dtb \
|
||||||
|
+ qcom-ipq4018-wrtq-329acn.dtb \
|
||||||
qcom-ipq4019-ap.dk01.1-c1.dtb \
|
qcom-ipq4019-ap.dk01.1-c1.dtb \
|
||||||
qcom-ipq4019-ap.dk04.1-c1.dtb \
|
qcom-ipq4019-ap.dk04.1-c1.dtb \
|
||||||
qcom-ipq4019-ap.dk04.1-c3.dtb \
|
qcom-ipq4019-ap.dk04.1-c3.dtb \
|
||||||
|
@ -43,12 +49,12 @@ Signed-off-by: John Crispin <john@phrozen.org>
|
||||||
+ qcom-ipq4019-fritzbox-7530.dtb \
|
+ qcom-ipq4019-fritzbox-7530.dtb \
|
||||||
+ qcom-ipq4019-fritzrepeater-1200.dtb \
|
+ qcom-ipq4019-fritzrepeater-1200.dtb \
|
||||||
+ qcom-ipq4019-fritzrepeater-3000.dtb \
|
+ qcom-ipq4019-fritzrepeater-3000.dtb \
|
||||||
+ qcom-ipq4019-r619ac.dtb \
|
|
||||||
+ qcom-ipq4019-r619ac-128m.dtb \
|
|
||||||
+ qcom-ipq4019-map-ac2200.dtb \
|
+ qcom-ipq4019-map-ac2200.dtb \
|
||||||
|
+ qcom-ipq4019-mr8300.dtb \
|
||||||
+ qcom-ipq4019-e2600ac-c1.dtb \
|
+ qcom-ipq4019-e2600ac-c1.dtb \
|
||||||
+ qcom-ipq4019-e2600ac-c2.dtb \
|
+ qcom-ipq4019-e2600ac-c2.dtb \
|
||||||
+ qcom-ipq4019-habanero-dvk.dtb \
|
+ qcom-ipq4019-habanero-dvk.dtb \
|
||||||
|
+ qcom-ipq4019-pa2200.dtb \
|
||||||
+ qcom-ipq4019-rtl30vw.dtb \
|
+ qcom-ipq4019-rtl30vw.dtb \
|
||||||
+ qcom-ipq4019-u4019-32m.dtb \
|
+ qcom-ipq4019-u4019-32m.dtb \
|
||||||
+ qcom-ipq4019-wpj419.dtb \
|
+ qcom-ipq4019-wpj419.dtb \
|
||||||
|
@ -60,6 +66,7 @@ Signed-off-by: John Crispin <john@phrozen.org>
|
||||||
+ qcom-ipq4029-gl-b1300.dtb \
|
+ qcom-ipq4029-gl-b1300.dtb \
|
||||||
+ qcom-ipq4029-gl-s1300.dtb \
|
+ qcom-ipq4029-gl-s1300.dtb \
|
||||||
+ qcom-ipq4029-mr33.dtb \
|
+ qcom-ipq4029-mr33.dtb \
|
||||||
|
+ qcom-ipq4019-l1000.dtb \
|
||||||
qcom-ipq8064-ap148.dtb \
|
qcom-ipq8064-ap148.dtb \
|
||||||
qcom-msm8660-surf.dtb \
|
qcom-msm8660-surf.dtb \
|
||||||
qcom-msm8960-cdp.dtb \
|
qcom-msm8960-cdp.dtb \
|
Loading…
Add table
Add a link
Reference in a new issue