public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@sunsite.dk>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCHv2 0/6] am33xx: support non-ti boards
Date: Wed, 24 Oct 2012 17:41:13 +0200	[thread overview]
Message-ID: <87zk3blvxi.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1350559273-7280-1-git-send-email-peter.korsgaard@barco.com> (Peter Korsgaard's message of "Thu, 18 Oct 2012 13:21:07 +0200")

>>>>> "Peter" == Peter Korsgaard <peter.korsgaard@barco.com> writes:

Hi,

 Peter> The am33xx code currently contains a number of details specific
 Peter> to the ti(-derived) boards in the common code. This series
 Peter> restructures the arch code to make it possible to add other
 Peter> boards.

 Peter> This series does not yet any new boards, as the board I'm
 Peter> working on is using nand flash, and omap_gpmc hasn't been
 Peter> updated for bch8 / elm support yet. I've started looking at it,
 Peter> but no code so far.

 Peter> Instead it has been tested on Beaglebone.

Hi Tom,

You mentioned on IRC that you were happy with this series, but it
doesn't seem to be merged yet. Is there anything blocking it? It isn't
particular complicated, but it is bound to cause conflicts with any
other am33xx changes, so it would be good to get it merged.


 Peter> Changes since v1:
 Peter> - Rebased against u-boot-ti
 Peter> - Take Tom Rini's feedback into account
 Peter>   - evm.{c,h} -> board.{c,h}
 Peter>   - use DDR part numbers in defines and leave in ddr_defs.h
 Peter>     (without MICRON_ prefix to stay < 80 chars)

 Peter> Peter Korsgaard (6):
 Peter>   am33xx/board.c: make wdtimer/uart_base static
 Peter>   am33xx: move ti i2c baseboard header handling to board/ti/am335x/
 Peter>   am33xx/board: use cpu_mmc_init() for default mmc initialization
 Peter>   am33xx: move generic parts of pinmux handling out from
 Peter>     board/ti/am335x
 Peter>   am33xx: support board specific ddr settings
 Peter>   am33xx/ddr_defs.h: rename DDR2/DDR3 defines to their actual part
 Peter>     numbers

 Peter>  arch/arm/cpu/armv7/am33xx/Makefile                 |    1 +
 Peter>  arch/arm/cpu/armv7/am33xx/board.c                  |  244 +-----------------
 Peter>  arch/arm/cpu/armv7/am33xx/emif4.c                  |  114 +--------
 Peter>  arch/arm/cpu/armv7/am33xx/mux.c                    |   33 +++
 Peter>  arch/arm/include/asm/arch-am33xx/ddr_defs.h        |   69 +++---
 Peter>  arch/arm/include/asm/arch-am33xx/mux.h             |  261 ++++++++++++++++++++
 Peter>  arch/arm/include/asm/arch-am33xx/sys_proto.h       |   27 --
 Peter>  board/ti/am335x/Makefile                           |    1 +
 Peter>  .../cpu/armv7/am33xx => board/ti/am335x}/board.c   |  138 +++++++----
 Peter>  .../sys_proto.h => board/ti/am335x/board.h         |   24 +-
 Peter>  board/ti/am335x/mux.c                              |  250 +------------------
 Peter>  11 files changed, 447 insertions(+), 715 deletions(-)
 Peter>  create mode 100644 arch/arm/cpu/armv7/am33xx/mux.c
 Peter>  create mode 100644 arch/arm/include/asm/arch-am33xx/mux.h
 Peter>  copy {arch/arm/cpu/armv7/am33xx => board/ti/am335x}/board.c (64%)
 Peter>  copy arch/arm/include/asm/arch-am33xx/sys_proto.h => board/ti/am335x/board.h (75%)

 Peter> -- 
 Peter> 1.7.10.4

 Peter> _______________________________________________
 Peter> U-Boot mailing list
 Peter> U-Boot at lists.denx.de
 Peter> http://lists.denx.de/mailman/listinfo/u-boot


-- 
Bye, Peter Korsgaard

  parent reply	other threads:[~2012-10-24 15:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-18 11:21 [U-Boot] [PATCHv2 0/6] am33xx: support non-ti boards Peter Korsgaard
2012-10-18 11:21 ` [U-Boot] [PATCHv2 1/6] am33xx/board.c: make wdtimer/uart_base static Peter Korsgaard
2012-10-18 11:21 ` [U-Boot] [PATCHv2 2/6] am33xx: move ti i2c baseboard header handling to board/ti/am335x/ Peter Korsgaard
2012-10-18 17:12   ` Tom Rini
2012-10-18 18:28     ` Peter Korsgaard
2012-10-18 11:21 ` [U-Boot] [PATCHv2 3/6] am33xx/board: use cpu_mmc_init() for default mmc initialization Peter Korsgaard
2012-10-18 11:21 ` [U-Boot] [PATCHv2 4/6] am33xx: move generic parts of pinmux handling out from board/ti/am335x Peter Korsgaard
2012-10-18 11:21 ` [U-Boot] [PATCHv2 5/6] am33xx: support board specific ddr settings Peter Korsgaard
2012-10-18 11:21 ` [U-Boot] [PATCHv2 6/6] am33xx/ddr_defs.h: rename DDR2/DDR3 defines to their actual part numbers Peter Korsgaard
2012-10-24 15:41 ` Peter Korsgaard [this message]
2012-10-24 16:01   ` [U-Boot] [PATCHv2 0/6] am33xx: support non-ti boards Tom Rini
2012-10-24 19:20     ` Peter Korsgaard

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=87zk3blvxi.fsf@macbook.be.48ers.dk \
    --to=jacmet@sunsite.dk \
    --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