DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Oleksij Rempel <o.rempel@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Subject: [DistroKit] [PATCH v1 6/9] mipsel: barebox-malta: enable MMU
Date: Fri, 16 Aug 2024 14:52:14 +0200	[thread overview]
Message-ID: <20240816125217.1900626-6-o.rempel@pengutronix.de> (raw)
In-Reply-To: <20240816125217.1900626-1-o.rempel@pengutronix.de>

The MMU should be enabled for performance reasons

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 configs/platform-mipsel/barebox-malta.config      | 3 ++-
 configs/platform-mipsel/barebox-malta.config.diff | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configs/platform-mipsel/barebox-malta.config b/configs/platform-mipsel/barebox-malta.config
index ff2e7f0f..cb7d5bd4 100644
--- a/configs/platform-mipsel/barebox-malta.config
+++ b/configs/platform-mipsel/barebox-malta.config
@@ -88,7 +88,7 @@ CONFIG_IMAGE_COMPRESSION=y
 # CONFIG_IMAGE_COMPRESSION_GZIP is not set
 CONFIG_IMAGE_COMPRESSION_XZKERN=y
 # CONFIG_IMAGE_COMPRESSION_NONE is not set
-# CONFIG_MMU is not set
+CONFIG_MMU=y
 CONFIG_HAVE_CONFIGURABLE_TEXT_BASE=y
 CONFIG_TEXT_BASE=0xa0800000
 CONFIG_BAREBOX_MAX_IMAGE_SIZE=0x400000
@@ -628,6 +628,7 @@ CONFIG_PCI_DEBUG=y
 # CONFIG_POWER_RESET_GPIO_RESTART is not set
 CONFIG_VIRTIO_MENU=y
 # CONFIG_VIRTIO_MMIO is not set
+# CONFIG_VIRTIO_PCI is not set
 # end of Drivers
 
 #
diff --git a/configs/platform-mipsel/barebox-malta.config.diff b/configs/platform-mipsel/barebox-malta.config.diff
index 2cd78248..5fd5f8f1 100644
--- a/configs/platform-mipsel/barebox-malta.config.diff
+++ b/configs/platform-mipsel/barebox-malta.config.diff
@@ -117,7 +117,6 @@ CONFIG_MENU=y
 # CONFIG_MFD_STPMIC1 is not set
 # CONFIG_MFD_TWL4030 is not set
 # CONFIG_MFD_TWL6030 is not set
-# CONFIG_MMU is not set
 # CONFIG_MTD_DATAFLASH is undefined
 # CONFIG_MTD_M25P80 is undefined
 CONFIG_MTD_OOB_DEVICE=y
@@ -150,4 +149,5 @@ CONFIG_STACK_SIZE=0x7000
 CONFIG_SYS_HAS_CPU_MIPS32_R1=y
 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
 CONFIG_TEXT_BASE=0xa0800000
+# CONFIG_VIRTIO_PCI is not set
 CONFIG_ZLIB=y
-- 
2.39.2




  parent reply	other threads:[~2024-08-16 12:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-16 12:52 [DistroKit] [PATCH v1 1/9] mipsel: kernel-malta: set page size to 4k Oleksij Rempel
2024-08-16 12:52 ` [DistroKit] [PATCH v1 2/9] mipsel: kernel-malta: enable UBIFS Oleksij Rempel
2024-08-16 12:52 ` [DistroKit] [PATCH v1 3/9] reason: MIPS malta has pci, but distrokit no pciutils Oleksij Rempel
2024-08-16 12:52 ` [DistroKit] [PATCH v1 4/9] mipsel: kernel-malta: enable SQUASHFS Oleksij Rempel
2024-08-16 12:52 ` [DistroKit] [PATCH v1 5/9] mipsel: kernel-malta: disable BLOCK_LEGACY_AUTOLOAD Oleksij Rempel
2024-08-16 12:52 ` Oleksij Rempel [this message]
2024-08-16 12:52 ` [DistroKit] [PATCH v1 7/9] mipsel: barebox-malta: use MALLOC_TLSF Oleksij Rempel
2024-08-16 12:52 ` [DistroKit] [PATCH v1 8/9] mipsel: barebox-malta: disable FS_CRAMFS Oleksij Rempel
2024-08-16 12:52 ` [DistroKit] [PATCH v1 9/9] mipsel: barebox-malta: use CONSOLE_ACTIVATE_NONE Oleksij Rempel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240816125217.1900626-6-o.rempel@pengutronix.de \
    --to=o.rempel@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox