summaryrefslogtreecommitdiffstats
path: root/meta-aspeed/recipes-kernel
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2019-04-20 05:23:55 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-04-27 08:06:40 +0000
commit52467a8cd87ebca8ff056bccb50cfb361616d5a2 (patch)
treef62f13f14a88200ad97753f051d7af89ad3c0041 /meta-aspeed/recipes-kernel
parentb1061f3bf6fadb3beb25a68696a8b6634c00ae77 (diff)
downloadtalos-openbmc-52467a8cd87ebca8ff056bccb50cfb361616d5a2.tar.gz
talos-openbmc-52467a8cd87ebca8ff056bccb50cfb361616d5a2.zip
Reenable /dev/mem on the BMC itself
Practically, this has no effect on the BMC security posture (yet), but is still required for a number of RCS-specific utilities to function. Note that this does NOT reopen the host-->BMC security hole.
Diffstat (limited to 'meta-aspeed/recipes-kernel')
-rw-r--r--meta-aspeed/recipes-kernel/linux/ast2400/defconfig2
-rwxr-xr-xmeta-aspeed/recipes-kernel/linux/ast2500/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-aspeed/recipes-kernel/linux/ast2400/defconfig b/meta-aspeed/recipes-kernel/linux/ast2400/defconfig
index 8c8e8cdfc..a99f1f39e 100644
--- a/meta-aspeed/recipes-kernel/linux/ast2400/defconfig
+++ b/meta-aspeed/recipes-kernel/linux/ast2400/defconfig
@@ -133,7 +133,7 @@ CONFIG_KEYBOARD_GPIO_POLLED=y
# CONFIG_SERIO is not set
# CONFIG_VT is not set
# CONFIG_LEGACY_PTYS is not set
-CONFIG_DEVMEM_BOOTPARAM=y
+CONFIG_DEVMEM=y
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
CONFIG_SERIAL_8250_CONSOLE=y
diff --git a/meta-aspeed/recipes-kernel/linux/ast2500/defconfig b/meta-aspeed/recipes-kernel/linux/ast2500/defconfig
index 1452eec6c..d8d6a25f2 100755
--- a/meta-aspeed/recipes-kernel/linux/ast2500/defconfig
+++ b/meta-aspeed/recipes-kernel/linux/ast2500/defconfig
@@ -137,7 +137,7 @@ CONFIG_KEYBOARD_GPIO_POLLED=y
# CONFIG_SERIO is not set
# CONFIG_VT is not set
# CONFIG_LEGACY_PTYS is not set
-CONFIG_DEVMEM_BOOTPARAM=y
+CONFIG_DEVMEM=y
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
CONFIG_SERIAL_8250_CONSOLE=y
OpenPOWER on IntegriCloud