All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Fix kmeter1 support
@ 2020-10-02  7:23 Heiko Schocher
  2020-10-02  7:23 ` [PATCH v1 1/2] mpc83xx: kmeter1_defconfig add missing BAT4 config Heiko Schocher
  2020-10-02  7:23 ` [PATCH v1 2/2] mpc83xx: kmeter1: increase malloc_f space Heiko Schocher
  0 siblings, 2 replies; 5+ messages in thread
From: Heiko Schocher @ 2020-10-02  7:23 UTC (permalink / raw)
  To: u-boot


Fix kmeter1 support after testing next branch on board.

I try to add this board to my  daily u-boot mainline tests with tbot:

http://xeidos.ddns.net/ubtestresults/home

Changes only in kmeter1_defconfig needed.

Patches are based against next branch, commit
*   0ac83d080a - Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next

If needed, I can do a rebase to master...


Heiko Schocher (2):
  mpc83xx: kmeter1_defconfig add missing BAT4 config
  mpc83xx: kmeter1: increase malloc_f space

 configs/kmeter1_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

-- 
2.24.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v1 1/2] mpc83xx: kmeter1_defconfig add missing BAT4 config
  2020-10-02  7:23 [PATCH v1 0/2] Fix kmeter1 support Heiko Schocher
@ 2020-10-02  7:23 ` Heiko Schocher
  2021-02-22 17:32   ` Tom Rini
  2020-10-02  7:23 ` [PATCH v1 2/2] mpc83xx: kmeter1: increase malloc_f space Heiko Schocher
  1 sibling, 1 reply; 5+ messages in thread
From: Heiko Schocher @ 2020-10-02  7:23 UTC (permalink / raw)
  To: u-boot

BAT4 setup missed in defconfig, add it.

Signed-off-by: Heiko Schocher <hs@denx.de>
---

 configs/kmeter1_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configs/kmeter1_defconfig b/configs/kmeter1_defconfig
index f24b7aafc0..05967e11b1 100644
--- a/configs/kmeter1_defconfig
+++ b/configs/kmeter1_defconfig
@@ -60,6 +60,12 @@ CONFIG_BAT3_DCACHE_INHIBITED=y
 CONFIG_BAT3_DCACHE_GUARDED=y
 CONFIG_BAT3_USER_MODE_VALID=y
 CONFIG_BAT3_SUPERVISOR_MODE_VALID=y
+CONFIG_BAT4=y
+CONFIG_BAT4_NAME="STACK_IN_DCACHE"
+CONFIG_BAT4_BASE=0xE6000000
+CONFIG_BAT4_ACCESS_RW=y
+CONFIG_BAT4_USER_MODE_VALID=y
+CONFIG_BAT4_SUPERVISOR_MODE_VALID=y
 CONFIG_BAT5=y
 CONFIG_BAT5_NAME="PAXE"
 CONFIG_BAT5_BASE=0xA0000000
-- 
2.24.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH v1 2/2] mpc83xx: kmeter1: increase malloc_f space
  2020-10-02  7:23 [PATCH v1 0/2] Fix kmeter1 support Heiko Schocher
  2020-10-02  7:23 ` [PATCH v1 1/2] mpc83xx: kmeter1_defconfig add missing BAT4 config Heiko Schocher
@ 2020-10-02  7:23 ` Heiko Schocher
  2021-02-22 17:32   ` Tom Rini
  1 sibling, 1 reply; 5+ messages in thread
From: Heiko Schocher @ 2020-10-02  7:23 UTC (permalink / raw)
  To: u-boot

make malloc space before relocation bigger, set

CONFIG_SYS_MALLOC_F_LEN=0x800

Signed-off-by: Heiko Schocher <hs@denx.de>
---

 configs/kmeter1_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/kmeter1_defconfig b/configs/kmeter1_defconfig
index 05967e11b1..5bddf0e28d 100644
--- a/configs/kmeter1_defconfig
+++ b/configs/kmeter1_defconfig
@@ -1,5 +1,6 @@
 CONFIG_PPC=y
 CONFIG_SYS_TEXT_BASE=0xF0000000
+CONFIG_SYS_MALLOC_F_LEN=0x800
 CONFIG_KM_DEF_NETDEV="eth2"
 CONFIG_ENV_SIZE=0x4000
 CONFIG_ENV_SECT_SIZE=0x20000
-- 
2.24.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH v1 1/2] mpc83xx: kmeter1_defconfig add missing BAT4 config
  2020-10-02  7:23 ` [PATCH v1 1/2] mpc83xx: kmeter1_defconfig add missing BAT4 config Heiko Schocher
@ 2021-02-22 17:32   ` Tom Rini
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2021-02-22 17:32 UTC (permalink / raw)
  To: u-boot

On Fri, Oct 02, 2020 at 09:23:21AM +0200, Heiko Schocher wrote:

> BAT4 setup missed in defconfig, add it.
> 
> Signed-off-by: Heiko Schocher <hs@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210222/31414185/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v1 2/2] mpc83xx: kmeter1: increase malloc_f space
  2020-10-02  7:23 ` [PATCH v1 2/2] mpc83xx: kmeter1: increase malloc_f space Heiko Schocher
@ 2021-02-22 17:32   ` Tom Rini
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2021-02-22 17:32 UTC (permalink / raw)
  To: u-boot

On Fri, Oct 02, 2020 at 09:23:22AM +0200, Heiko Schocher wrote:

> make malloc space before relocation bigger, set
> 
> CONFIG_SYS_MALLOC_F_LEN=0x800
> 
> Signed-off-by: Heiko Schocher <hs@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210222/b9271861/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-22 17:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02  7:23 [PATCH v1 0/2] Fix kmeter1 support Heiko Schocher
2020-10-02  7:23 ` [PATCH v1 1/2] mpc83xx: kmeter1_defconfig add missing BAT4 config Heiko Schocher
2021-02-22 17:32   ` Tom Rini
2020-10-02  7:23 ` [PATCH v1 2/2] mpc83xx: kmeter1: increase malloc_f space Heiko Schocher
2021-02-22 17:32   ` Tom Rini

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.