mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-08 07:12:09 +00:00
Clearfog DEV kernel upstream patches, few fixes
This commit is contained in:
parent
9df531156f
commit
604df1713c
6 changed files with 13652 additions and 4 deletions
|
@ -18,7 +18,10 @@ setenv eth3addr 00:50:43:0d:19:18
|
|||
#
|
||||
setenv bootargs "selinux=0 cgroup_disable=memory scandelay root=/dev/mmcblk0p1 rw rootfstype=ext4 console=ttyS0,115200 loglevel=${verbosity} rootwait"
|
||||
ext2load mmc 0:1 ${fdtaddr} boot/dtb/armada-388-clearfog.dtb
|
||||
ext2load mmc 0:1 ${ramdiskaddr} boot/uInitrd
|
||||
ext2load mmc 0:1 ${loadaddr} boot/zImage
|
||||
bootz ${loadaddr} - ${fdtaddr}
|
||||
#ramdisk currently broken
|
||||
#bootz ${loadaddr} ${ramdiskaddr} ${fdtaddr}
|
||||
# Recompile with:
|
||||
# mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.4.16 Kernel Configuration
|
||||
# Linux/arm 4.4.20 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
@ -37,7 +37,7 @@ CONFIG_HAVE_KERNEL_LZMA=y
|
|||
CONFIG_HAVE_KERNEL_XZ=y
|
||||
CONFIG_HAVE_KERNEL_LZO=y
|
||||
CONFIG_HAVE_KERNEL_LZ4=y
|
||||
# CONFIG_KERNEL_GZIP is not set
|
||||
CONFIG_KERNEL_GZIP=y
|
||||
# CONFIG_KERNEL_LZMA is not set
|
||||
# CONFIG_KERNEL_XZ is not set
|
||||
# CONFIG_KERNEL_LZO is not set
|
||||
|
@ -52,6 +52,8 @@ CONFIG_CROSS_MEMORY_ATTACH=y
|
|||
CONFIG_FHANDLE=y
|
||||
CONFIG_USELIB=y
|
||||
# CONFIG_AUDIT is not set
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
|
||||
#
|
||||
# IRQ subsystem
|
||||
#
|
||||
|
@ -891,7 +893,6 @@ CONFIG_NETFILTER_XT_SET=m
|
|||
#
|
||||
# Xtables targets
|
||||
#
|
||||
CONFIG_NETFILTER_XT_TARGET_AUDIT=m
|
||||
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
|
||||
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
|
||||
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
|
||||
|
@ -8017,7 +8018,6 @@ CONFIG_CRC32_SLICEBY8=y
|
|||
CONFIG_CRC7=m
|
||||
CONFIG_LIBCRC32C=m
|
||||
CONFIG_CRC8=m
|
||||
CONFIG_AUDIT_GENERIC=y
|
||||
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
|
||||
# CONFIG_RANDOM32_SELFTEST is not set
|
||||
CONFIG_842_COMPRESS=m
|
||||
|
|
2074
patch/kernel/marvell-dev/patch-4.4.16-17.patch
Normal file
2074
patch/kernel/marvell-dev/patch-4.4.16-17.patch
Normal file
File diff suppressed because it is too large
Load diff
2072
patch/kernel/marvell-dev/patch-4.4.17-18.patch
Normal file
2072
patch/kernel/marvell-dev/patch-4.4.17-18.patch
Normal file
File diff suppressed because it is too large
Load diff
5823
patch/kernel/marvell-dev/patch-4.4.18-19.patch
Normal file
5823
patch/kernel/marvell-dev/patch-4.4.18-19.patch
Normal file
File diff suppressed because it is too large
Load diff
3676
patch/kernel/marvell-dev/patch-4.4.19-20.patch
Normal file
3676
patch/kernel/marvell-dev/patch-4.4.19-20.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue