Initial Kernel 4.14 for IPROC

This commit is contained in:
Jeffrey Townsend
2018-10-25 23:56:32 +00:00
parent 5c10874cf4
commit 7b67db733b
10 changed files with 35767 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ endif
.PHONY: onl-loader-fit.itb onl-loader-fit.its
onl-loader-fit.itb:
onl-loader-fit.itb: its
$(ONL)/tools/flat-image-tree.py --initrd onl-loader-initrd:$(ARCH),onl-loader-initrd-$(ARCH).cpio.gz --arch $(ARCH) --add-platform initrd --itb $@
$(ONLPM) --copy-file onl-loader-initrd:$(ARCH) manifest.json .

View File

@@ -0,0 +1,2 @@
linux-3.2*
kernel-3.2*

View File

@@ -0,0 +1,42 @@
############################################################
# <bsn.cl fy=2015 v=onl>
#
# Copyright 2015 Big Switch Networks, Inc.
#
# Licensed under the Eclipse Public License, Version 1.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.eclipse.org/legal/epl-v10.html
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
# either express or implied. See the License for the specific
# language governing permissions and limitations under the
# License.
#
# </bsn.cl>
############################################################
THIS_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
include $(ONL)/make/config.mk
ifndef K_TARGET_DIR
K_TARGET_DIR := $(THIS_DIR)
endif
K_PATCH_DIR := $(THIS_DIR)/patches
include ../../kconfig.mk
K_CONFIG := arm-iproc-all.config
K_BUILD_TARGET := Image
K_COPY_SRC := arch/arm/boot/Image
K_COPY_GZIP := 1
ifndef K_COPY_DST
K_COPY_DST := kernel-4.14-lts-arm-iproc-all.bin.gz
endif
export ARCH=arm
include $(ONL)/make/kbuild.mk

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,3 @@
brcm-iproc-4.14.patch
0001-drivers-i2c-muxes-pca954x-deselect-on-exit.patch
0002-driver-support-intel-igb-bcm5461S-phy.patch

View File

@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk

View File

@@ -0,0 +1 @@
!include $ONL/packages/base/any/kernels/lts/APKG.yml VERSION=4.14 ARCH=armel CONFIG=arm-iproc-all

View File

@@ -0,0 +1,3 @@
linux-*
kernel-*
lib/

View File

@@ -0,0 +1,6 @@
KERNEL_BUILD_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
KERNEL_ARCH := arm
KERNEL_LTS_VERSION := 4.14
KERNEL_CONFIG := arm-iproc-all
#NO_MODULE_BUILDS := 1
include $(ONL)/packages/base/any/kernels/lts/builds/Makefile