mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-aarch64 to 4.3.1-1
This commit is contained in:
parent
2de44bee70
commit
6702e6123f
2 changed files with 11 additions and 13 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-aarch64
|
|||
_srcname=linux-4.3
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="AArch64 multi-platform"
|
||||
pkgver=4.3.0
|
||||
pkgver=4.3.1
|
||||
pkgrel=1
|
||||
arch=('aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -15,7 +15,7 @@ license=('GPL2')
|
|||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
||||
options=('!strip')
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||
#"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||
"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||
'0001-amd-xgbe-a0-Add-support-for-XGBE-on-A0.patch'
|
||||
'0002-amd-xgbe-phy-a0-Add-support-for-XGBE-PHY-on-A0.patch'
|
||||
'0003-arm64-acpi-drop-expert-patch.patch'
|
||||
|
@ -26,6 +26,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
'config'
|
||||
'linux.preset')
|
||||
md5sums=('58b35794eee3b6d52ce7be39357801e7'
|
||||
'6c2dcd8d314f687f317b44820151dd92'
|
||||
'a87ebaf5c2af339ffea8b4192b96b64d'
|
||||
'cca24878b9021979a56ad71094e3f525'
|
||||
'13a487bdc9774028c7906dfd8e642bc8'
|
||||
|
@ -33,14 +34,14 @@ md5sums=('58b35794eee3b6d52ce7be39357801e7'
|
|||
'1ec8970e2fdba212479eae61cd799a12'
|
||||
'1a66e243ed08e3331b2550cd777ef800'
|
||||
'634737dc18404f4a05a1fd557dc4839d'
|
||||
'edd9d32052fd7c2d5b9806bbb258435c'
|
||||
'c1b5dfd2e976b3ac6f317d9773565f5d'
|
||||
'b5ef67d6086e20de7b82265f562f88b1')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
#git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
|
||||
# ALARM patches
|
||||
git apply ../0001-amd-xgbe-a0-Add-support-for-XGBE-on-A0.patch
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.3.0-1 Kernel Configuration
|
||||
# Linux/arm64 4.3.1-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -26,7 +26,7 @@ CONFIG_SWIOTLB=y
|
|||
CONFIG_IOMMU_HELPER=y
|
||||
CONFIG_KERNEL_MODE_NEON=y
|
||||
CONFIG_FIX_EARLYCON_MEM=y
|
||||
CONFIG_PGTABLE_LEVELS=3
|
||||
CONFIG_PGTABLE_LEVELS=2
|
||||
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
|
@ -382,12 +382,11 @@ CONFIG_ARM64_ERRATUM_824069=y
|
|||
CONFIG_ARM64_ERRATUM_819472=y
|
||||
CONFIG_ARM64_ERRATUM_832075=y
|
||||
CONFIG_ARM64_ERRATUM_843419=y
|
||||
CONFIG_ARM64_4K_PAGES=y
|
||||
# CONFIG_ARM64_64K_PAGES is not set
|
||||
CONFIG_ARM64_VA_BITS_39=y
|
||||
# CONFIG_ARM64_VA_BITS_42 is not set
|
||||
# CONFIG_ARM64_4K_PAGES is not set
|
||||
CONFIG_ARM64_64K_PAGES=y
|
||||
CONFIG_ARM64_VA_BITS_42=y
|
||||
# CONFIG_ARM64_VA_BITS_48 is not set
|
||||
CONFIG_ARM64_VA_BITS=39
|
||||
CONFIG_ARM64_VA_BITS=42
|
||||
# CONFIG_CPU_BIG_ENDIAN is not set
|
||||
CONFIG_SCHED_MC=y
|
||||
CONFIG_SCHED_SMT=y
|
||||
|
@ -405,7 +404,6 @@ CONFIG_HAVE_ARCH_PFN_VALID=y
|
|||
CONFIG_HW_PERF_EVENTS=y
|
||||
CONFIG_SYS_SUPPORTS_HUGETLBFS=y
|
||||
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
|
||||
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
|
||||
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
|
||||
CONFIG_SELECT_MEMORY_MODEL=y
|
||||
CONFIG_SPARSEMEM_MANUAL=y
|
||||
|
@ -475,7 +473,6 @@ CONFIG_BINFMT_SCRIPT=y
|
|||
# CONFIG_HAVE_AOUT is not set
|
||||
CONFIG_BINFMT_MISC=m
|
||||
CONFIG_COREDUMP=y
|
||||
# CONFIG_COMPAT is not set
|
||||
|
||||
#
|
||||
# Power management options
|
||||
|
|
Loading…
Reference in a new issue