All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: u-boot@lists.denx.de
Subject: [PATCH 2/6] configs: reduce stack size of Sipeed MAIX
Date: Wed, 29 Jul 2020 17:42:31 +0200	[thread overview]
Message-ID: <20200729154235.90766-3-xypron.glpk@gmx.de> (raw)
In-Reply-To: <20200729154235.90766-1-xypron.glpk@gmx.de>

The K210 has only 8 MiB RAM thereof 2 MiB reserved for AI.

Allow only 1 MiB for the stack.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 configs/sipeed_maix_bitm_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/sipeed_maix_bitm_defconfig b/configs/sipeed_maix_bitm_defconfig
index 96651f0268..459bf0d530 100644
--- a/configs/sipeed_maix_bitm_defconfig
+++ b/configs/sipeed_maix_bitm_defconfig
@@ -1,6 +1,7 @@
 CONFIG_RISCV=y
 CONFIG_TARGET_SIPEED_MAIX=y
 CONFIG_ARCH_RV64I=y
+CONFIG_STACK_SIZE=0x100000
 # CONFIG_NET is not set
 # CONFIG_INPUT is not set
 # CONFIG_DM_ETH is not set
--
2.27.0

  parent reply	other threads:[~2020-07-29 15:42 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-29 15:42 [PATCH 0/6] efi_selftest: allow UEFI testing on MAIX Heinrich Schuchardt
2020-07-29 15:42 ` [PATCH 1/6] efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system Heinrich Schuchardt
2020-07-29 15:42 ` Heinrich Schuchardt [this message]
2020-08-01 13:32   ` [PATCH 2/6] configs: reduce stack size of Sipeed MAIX Sean Anderson
2020-07-29 15:42 ` [PATCH 3/6] riscv: load addresses for " Heinrich Schuchardt
2020-08-01 10:04   ` Heinrich Schuchardt
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FA473151D@ATCPCS16.andestech.com>
2020-08-06  7:07     ` Rick Chen
2020-08-07 17:50       ` Heinrich Schuchardt
2020-08-12  7:09         ` Rick Chen
2020-07-29 15:42 ` [PATCH 4/6] dm: sysreset: wait after reset message Heinrich Schuchardt
2020-08-04  2:00   ` Simon Glass
2020-07-29 15:42 ` [PATCH 5/6] efi_selftest: SNP test depends on network Heinrich Schuchardt
2020-07-29 15:42 ` [PATCH 6/6] efi_selftest: block device test requires CONFIG_DOS_PARTITION Heinrich Schuchardt
2020-07-29 16:00 ` [PATCH 0/6] efi_selftest: allow UEFI testing on MAIX Heinrich Schuchardt
2020-08-01 13:29 ` Sean Anderson

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=20200729154235.90766-3-xypron.glpk@gmx.de \
    --to=xypron.glpk@gmx.de \
    --cc=u-boot@lists.denx.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.