From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 5/7] malloc_f: enable SYS_MALLOC_F by default if DM is on
Date: Fri, 27 Mar 2015 20:10:38 +0000 [thread overview]
Message-ID: <1427487037.2707.20.camel@synopsys.com> (raw)
In-Reply-To: <CAPnjgZ08Hu1CoKyvv9f=CAnEiGUR1+e2kHjm8L3TZVB2p2hbYQ@mail.gmail.com>
Hello Masahiro-san,
On Mon, 2015-03-23 at 15:33 -0600, Simon Glass wrote:
> On 19 March 2015 at 04:42, Masahiro Yamada
> <yamada.masahiro@socionext.com> wrote:
> > This option has a bool type, not hex.
> > Fix it and enable it if CONFIG_DM is on because Driver Model always
> > requires malloc memory. Devices are scanned twice, before/after
> > relocation. CONFIG_SYS_MALLOC_F should be enabled to use malloc
> > memory before relocation. As it is board-independent, handle it
> > globally.
> >
> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> > Acked-by: Stephen Warren <swarren@wwwdotorg.org>
> > ---
> >
> > Changes in v2:
> > - Fix a typo s/not board-independent/board-independent/
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
I'm wondering if your series "Some improvements related to build system"
is going to be applied to u-boot master branch anytime soon?
I have pending update series for ARC where I'm enabling use of Device
Model. For this I need to use SYS_MALLOC_F (is required by
CONFIG_DM_SERIAL).
So I'm interested in your patch " [PATCH v3 5/7] malloc_f: enable
SYS_MALLOC_F by default if DM is on" in particular. Without it I'll need
to add SYS_MALLOC_F in arch/arc/Kconfig.
-Alexey
next prev parent reply other threads:[~2015-03-27 20:10 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-19 10:42 [U-Boot] [PATCH v3 0/7] Some improvements related to build system Masahiro Yamada
2015-03-19 10:42 ` [U-Boot] [PATCH v3 1/7] generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig Masahiro Yamada
2015-03-23 21:33 ` Simon Glass
2015-03-24 8:24 ` Alexey Brodkin
2015-03-28 18:07 ` [U-Boot] [U-Boot, v3, " Tom Rini
2015-03-19 10:42 ` [U-Boot] [PATCH v3 2/7] generic-board: select SYS_GENERIC_BOARD for some architectures Masahiro Yamada
2015-03-23 21:33 ` Simon Glass
2015-03-24 8:25 ` Alexey Brodkin
2015-03-28 18:08 ` [U-Boot] [U-Boot, v3, " Tom Rini
2015-03-19 10:42 ` [U-Boot] [PATCH v3 3/7] m68k: remove arch/m68k/lib/board.c Masahiro Yamada
2015-03-23 21:33 ` Simon Glass
2015-03-28 18:08 ` [U-Boot] [U-Boot,v3,3/7] " Tom Rini
2015-03-19 10:42 ` [U-Boot] [PATCH v3 4/7] malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LEN Masahiro Yamada
2015-03-23 21:33 ` Simon Glass
2015-03-24 6:15 ` Robert Baldyga
2015-03-28 18:08 ` [U-Boot] [U-Boot, v3, " Tom Rini
2015-03-19 10:42 ` [U-Boot] [PATCH v3 5/7] malloc_f: enable SYS_MALLOC_F by default if DM is on Masahiro Yamada
2015-03-23 21:33 ` Simon Glass
2015-03-27 20:10 ` Alexey Brodkin [this message]
2015-03-28 3:27 ` Masahiro Yamada
2015-03-28 15:16 ` Simon Glass
2015-03-24 6:15 ` Robert Baldyga
2015-03-28 18:08 ` [U-Boot] [U-Boot, v3, " Tom Rini
2015-03-19 10:42 ` [U-Boot] [PATCH v3 6/7] ARM: bcm283x: merge BCM2835/BCM2836 directories into mach-bcm283x Masahiro Yamada
2015-03-28 18:08 ` [U-Boot] [U-Boot, v3, " Tom Rini
2015-03-19 10:42 ` [U-Boot] [PATCH v3 7/7] ARM: bcm283x: move SoC headers to mach-bcm283x/include/mach Masahiro Yamada
2015-03-28 18:08 ` [U-Boot] [U-Boot, v3, " Tom Rini
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=1427487037.2707.20.camel@synopsys.com \
--to=alexey.brodkin@synopsys.com \
--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.