public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/19] powerpc: Introduce device tree control and driver model
Date: Tue, 10 Feb 2015 19:12:07 +0100	[thread overview]
Message-ID: <54DA49F7.8090700@denx.de> (raw)
In-Reply-To: <CAPnjgZ2gp09fsbr4PgGLX150aV54ERyPYNgLyrkzryec-SWWpg@mail.gmail.com>

Hi Simon,

On 10.02.2015 17:35, Simon Glass wrote:
>> On 7 February 2015 at 11:51, Simon Glass <sjg@chromium.org> wrote:
>>> This series does a small amount of tweaking to support device tree control
>>> (CONFIG_OF_CONTROL) on PowerPC platforms. It also adds support for driver
>>> model. In both cases the main effort is to set things up correctly before
>>> calling board_init_f().
>>>
>>> A new generic function, board_init_f_mem() is introduced. This does the
>>> various memory calculations in C code, since they are messy in assembler
>>> and every architecture should in fact be the same. A later series will
>>> adjust ARM and x86 to use this function.
>>>
>>> As an example, the Canyonlands boards are converted over to use device tree
>>> control and driver model for their serial console. It should be fairly
>>> straightforward to convert over other boards.
>>>
>>> Changes in v2:
>>> - Reduce reserved stack space for board_init_f_mem() to 64 bytes
>>> - Add SYS_MALLOC_F to Kconfig
>>
>> I'm trying to catch up on a few things I haven't got to.
>>
>> If it suits I can apply this to u-boot-dm since it is a
>> driver-model-enablement series and Stefan has tested it.
>
> OK unless I hear any screams I'm going ahead with that plan this week.

Yes, please go ahead. Lazy people (like me) tend to only scream when 
really forced to test the "latest and greatest" stuff. ;)

Thanks,
Stefan

      reply	other threads:[~2015-02-10 18:12 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-07 18:51 [U-Boot] [PATCH v2 0/19] powerpc: Introduce device tree control and driver model Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 01/19] Introduce board_init_f_mem() to handle early memory layout Simon Glass
2015-02-11 19:35   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 02/19] powerpc: Permit device tree control of U-Boot (CONFIG_OF_CONTROL) Simon Glass
2015-02-11 19:37   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 03/19] powerpc: ppc4xx: canyonlands: config: Tidy up CONFIGs and config.mk Simon Glass
2015-02-11 19:37   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 04/19] powerpc: ppc4xx: Move CANYONLANDS/GLACIER/ARCHES to Kconfig Simon Glass
2015-02-11 19:37   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 05/19] powerpc: ppc4xx: Add ramboot config for glacier Simon Glass
2015-02-11 19:37   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 06/19] powerpc: ppc4xx: canyonlands: Move to generic board Simon Glass
2015-02-11 19:37   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 07/19] WIP: powerpc: ppc4xx: Somehow BSS is not cleared in RAMBOOT case Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 08/19] powerpc: ppc4xx: dts: Bring in canyonlands device tree files Simon Glass
2015-02-11 19:37   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 09/19] powerpc: ppc4xx: Call board_init_f_mem() for generic board Simon Glass
2015-02-11 19:40   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 10/19] powerpc: ppc4xx: Add a gpio.h header file Simon Glass
2015-02-11 19:41   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 11/19] powerpc: ppc4xx: Allow the end of u-boot.bin to be found Simon Glass
2015-02-11 19:41   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 12/19] powerpc: ppc4xx: Use CONFIG_OF_CONTROL for canyonlands boards Simon Glass
2015-02-11 19:41   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 13/19] ppc: amcc: Omit unneeded ns16550 CONFIG if using driver model Simon Glass
2015-02-11 19:41   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 14/19] powerpc: Add serial driver for " Simon Glass
2015-02-11 19:41   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 15/19] dm: powerpc: ppc4xx: Move glacier to use driver model for serial Simon Glass
2015-02-11 19:41   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 16/19] powerpc: Add linkage.h file Simon Glass
2015-02-11 19:41   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 17/19] powerpc: ppc4xx: Change from OF_SEPARATE to OF_EMBED Simon Glass
2015-02-11 19:41   ` Simon Glass
2015-02-19 10:45   ` Masahiro Yamada
2015-02-19 10:57     ` Stefan Roese
2015-02-07 18:51 ` [U-Boot] [PATCH v2 18/19] powerpc: ppc4xx: Add defaults for DT based booting to really work Simon Glass
2015-02-11 19:42   ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 19/19] powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO Simon Glass
2015-02-11 19:42   ` Simon Glass
2015-02-07 18:53 ` [U-Boot] [PATCH v2 0/19] powerpc: Introduce device tree control and driver model Simon Glass
2015-02-10 16:35   ` Simon Glass
2015-02-10 18:12     ` Stefan Roese [this message]

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=54DA49F7.8090700@denx.de \
    --to=sr@denx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox