diff options
author | Joel Stanley <joel@jms.id.au> | 2017-11-22 09:58:17 +1030 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2017-11-22 10:33:14 +1030 |
commit | 85cc33affffd38ae82a0843807b3c0717d4dc49e (patch) | |
tree | 760c0d981d530e1ce41a226bdeaa04a6bb015e05 /openpower/configs/palmetto_defconfig | |
parent | b769becfc6e167d2048741f52682b041f149a0bf (diff) | |
download | talos-op-build-85cc33affffd38ae82a0843807b3c0717d4dc49e.tar.gz talos-op-build-85cc33affffd38ae82a0843807b3c0717d4dc49e.zip |
kernel: Move to Linux v4.14.1-openpower1
Integrate v4.14.1 stable release
Update P9 kernel defconfig with 4.14 related options:
Harden slab freelist metadata (SLAB_FREELIST_HARDENED)=y
IBM Virtual Accelerator Switchboard (VAS) (PPC_VAS)=n
Network Service Header (NSH) protocol (NET_NSH)=n
Mellanox Technologies MLX5 MPFS support (MLX5_MPFS)=n
Mellanox Technologies MLX5 SRIOV E-Switch support (MLX5_ESWITCH)=n
RmNet MAP driver (RMNET)=n
Large payload keys (BIG_KEYS)=n
We build in the MLX5 driver but the help text suggests we do not need
those features compiled in for petitboot.
We do not use the VAS features in petitboot.
I40E is required by Boston and P8 SMC machines, so it is retained in the
configuration.
IGB is dropped as it was not enabled when moving to 4.14 and no one
noticed.
The P8 kernel defconfig is updated to be in line with the P9 defconfig.
The only difference at this stage is the default commandline which
contains workarounds for P9:
-CONFIG_CMDLINE="console=tty0 console=hvc0 powersave=off"
+CONFIG_CMDLINE="console=tty0 console=hvc0 quiet"
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'openpower/configs/palmetto_defconfig')
-rw-r--r-- | openpower/configs/palmetto_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/configs/palmetto_defconfig b/openpower/configs/palmetto_defconfig index 2eebed8f..0f68213f 100644 --- a/openpower/configs/palmetto_defconfig +++ b/openpower/configs/palmetto_defconfig @@ -13,7 +13,7 @@ BR2_ROOTFS_OVERLAY="../openpower/overlay" BR2_ROOTFS_POST_BUILD_SCRIPT="../openpower/scripts/fixup-target-var ../openpower/scripts/firmware-whitelist" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14.1" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_OP_BUILD_PATH)/linux" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/linux/skiroot_defconfig" |