aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Joyner <erj@FreeBSD.org>2021-02-23 01:43:54 +0000
committerEric Joyner <erj@FreeBSD.org>2021-03-09 22:35:50 +0000
commita02640c79e0a97b925f49302763da9aa201c4a20 (patch)
tree7bd891d4e31dd8068b014d3a776fba6a7e214fb9
parent2954aedb8e5c2df942ca42bb4ce380055d76cf07 (diff)
downloadsrc-a02640c79e0a97b925f49302763da9aa201c4a20.tar.gz
src-a02640c79e0a97b925f49302763da9aa201c4a20.zip
ice_ddp: Update package file to 1.3.19.0
This package is intended to be used with ice(4) version 0.28.1-k. That update will happen in a forthcoming commit. Signed-off-by: Eric Joyner <erj@FreeBSD.org> Sponsored by: Intel Corporation (cherry picked from commit a7ac518bff64d48cf262c60c4dc57eef34e74a07)
-rw-r--r--sys/conf/files.amd646
-rw-r--r--sys/conf/files.arm646
-rw-r--r--sys/contrib/dev/ice/LICENSE2
-rw-r--r--sys/contrib/dev/ice/ice-1.3.19.0.pkg (renamed from sys/contrib/dev/ice/ice-1.3.16.0.pkg)bin659716 -> 614660 bytes
-rw-r--r--sys/modules/ice_ddp/Makefile2
5 files changed, 8 insertions, 8 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index ddd4e07b365c..cd7029daf06d 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -190,7 +190,7 @@ dev/ice/ice_sriov.c optional ice pci \
dev/ice/ice_switch.c optional ice pci \
compile-with "${NORMAL_C} -I$S/dev/ice"
ice_ddp.c optional ice_ddp \
- compile-with "${AWK} -f $S/tools/fw_stub.awk ice_ddp.fw:ice_ddp:0x01031000 -mice_ddp -c${.TARGET}" \
+ compile-with "${AWK} -f $S/tools/fw_stub.awk ice_ddp.fw:ice_ddp:0x01031300 -mice_ddp -c${.TARGET}" \
no-ctfconvert no-implicit-rule before-depend local \
clean "ice_ddp.c"
ice_ddp.fwo optional ice_ddp \
@@ -199,8 +199,8 @@ ice_ddp.fwo optional ice_ddp \
no-implicit-rule \
clean "ice_ddp.fwo"
ice_ddp.fw optional ice_ddp \
- dependency "$S/contrib/dev/ice/ice-1.3.16.0.pkg" \
- compile-with "${CP} $S/contrib/dev/ice/ice-1.3.16.0.pkg ice_ddp.fw" \
+ dependency "$S/contrib/dev/ice/ice-1.3.19.0.pkg" \
+ compile-with "${CP} $S/contrib/dev/ice/ice-1.3.19.0.pkg ice_ddp.fw" \
no-obj no-implicit-rule \
clean "ice_ddp.fw"
dev/ioat/ioat.c optional ioat pci
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index c1e5b40db3f9..3ca830f64f05 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -202,7 +202,7 @@ dev/ice/ice_sriov.c optional ice pci \
dev/ice/ice_switch.c optional ice pci \
compile-with "${NORMAL_C} -I$S/dev/ice"
ice_ddp.c optional ice_ddp \
- compile-with "${AWK} -f $S/tools/fw_stub.awk ice_ddp.fw:ice_ddp:0x01031000 -mice_ddp -c${.TARGET}" \
+ compile-with "${AWK} -f $S/tools/fw_stub.awk ice_ddp.fw:ice_ddp:0x01031300 -mice_ddp -c${.TARGET}" \
no-ctfconvert no-implicit-rule before-depend local \
clean "ice_ddp.c"
ice_ddp.fwo optional ice_ddp \
@@ -211,8 +211,8 @@ ice_ddp.fwo optional ice_ddp \
no-implicit-rule \
clean "ice_ddp.fwo"
ice_ddp.fw optional ice_ddp \
- dependency "$S/contrib/dev/ice/ice-1.3.16.0.pkg" \
- compile-with "${CP} $S/contrib/dev/ice/ice-1.3.16.0.pkg ice_ddp.fw" \
+ dependency "$S/contrib/dev/ice/ice-1.3.19.0.pkg" \
+ compile-with "${CP} $S/contrib/dev/ice/ice-1.3.19.0.pkg ice_ddp.fw" \
no-obj no-implicit-rule \
clean "ice_ddp.fw"
diff --git a/sys/contrib/dev/ice/LICENSE b/sys/contrib/dev/ice/LICENSE
index 7daf627fc7a0..7faadfc55aac 100644
--- a/sys/contrib/dev/ice/LICENSE
+++ b/sys/contrib/dev/ice/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2006-2018, Intel Corporation.
+Copyright (c) 2006-2021, Intel Corporation.
All rights reserved.
Redistribution. Redistribution and use in binary form, without
diff --git a/sys/contrib/dev/ice/ice-1.3.16.0.pkg b/sys/contrib/dev/ice/ice-1.3.19.0.pkg
index ec5caecb3a72..32e2603bc131 100644
--- a/sys/contrib/dev/ice/ice-1.3.16.0.pkg
+++ b/sys/contrib/dev/ice/ice-1.3.19.0.pkg
Binary files differ
diff --git a/sys/modules/ice_ddp/Makefile b/sys/modules/ice_ddp/Makefile
index e6f45ae3820b..38337a106368 100644
--- a/sys/modules/ice_ddp/Makefile
+++ b/sys/modules/ice_ddp/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
KMOD= ice_ddp
-FIRMWS= ${SRCTOP}/sys/contrib/dev/ice/ice-1.3.16.0.pkg:ice_ddp:0x01031000
+FIRMWS= ${SRCTOP}/sys/contrib/dev/ice/ice-1.3.19.0.pkg:ice_ddp:0x01031300
.include <bsd.kmod.mk>