mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Teresa Gámez" <t.gamez@phytec.de>
To: barebox@lists.infradead.org
Subject: [PATCHv2 0/2] Add ARCH for AM33xx and phyCORE-AM335x support
Date: Tue, 25 Sep 2012 14:18:03 +0200	[thread overview]
Message-ID: <1348575485-29549-1-git-send-email-t.gamez@phytec.de> (raw)

This series is based on next-stable tag and tested with Jan Lübbes patch:
Makefile: add target to produce a SPL compatible uImage

v2:
- added generated defconfig
- removed global.boot.default and added boot.d/01 symlink
- created dmtimer0 header
- removed unnecessary cleanup
- use gpiolib

Teresa Gámez (2):
  ARM OMAP AM33XX: create new ARCH for AM33xx
  pcm051: Add inital support

 arch/arm/Makefile                                |    1 +
 arch/arm/boards/pcm051/Makefile                  |    1 +
 arch/arm/boards/pcm051/board.c                   |   72 ++++++++++++++++++++++
 arch/arm/boards/pcm051/config.h                  |   21 ++++++
 arch/arm/boards/pcm051/env/boot.d/01             |    1 +
 arch/arm/boards/pcm051/env/boot/disk             |   10 +++
 arch/arm/boards/pcm051/env/init/automount        |   32 ++++++++++
 arch/arm/boards/pcm051/env/init/bootargs-base    |    9 +++
 arch/arm/boards/pcm051/env/init/general          |   12 ++++
 arch/arm/boards/pcm051/env/init/hostname         |    8 +++
 arch/arm/boards/pcm051/env/network/eth0          |   15 +++++
 arch/arm/configs/pcm051_defconfig                |   56 +++++++++++++++++
 arch/arm/mach-omap/Kconfig                       |   21 ++++++
 arch/arm/mach-omap/Makefile                      |    2 +
 arch/arm/mach-omap/am33xx_generic.c              |   47 ++++++++++++++
 arch/arm/mach-omap/dmtimer0.c                    |   70 +++++++++++++++++++++
 arch/arm/mach-omap/include/mach/am33xx-clock.h   |   26 ++++++++
 arch/arm/mach-omap/include/mach/am33xx-silicon.h |   51 +++++++++++++++
 arch/arm/mach-omap/include/mach/clocks.h         |    3 +
 arch/arm/mach-omap/include/mach/dmtimer0.h       |   36 +++++++++++
 arch/arm/mach-omap/include/mach/silicon.h        |    3 +
 arch/arm/mach-omap/include/mach/timers.h         |    1 -
 drivers/mci/Kconfig                              |    2 +-
 23 files changed, 498 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boards/pcm051/Makefile
 create mode 100644 arch/arm/boards/pcm051/board.c
 create mode 100644 arch/arm/boards/pcm051/config.h
 create mode 120000 arch/arm/boards/pcm051/env/boot.d/01
 create mode 100644 arch/arm/boards/pcm051/env/boot/disk
 create mode 100644 arch/arm/boards/pcm051/env/init/automount
 create mode 100644 arch/arm/boards/pcm051/env/init/bootargs-base
 create mode 100644 arch/arm/boards/pcm051/env/init/general
 create mode 100644 arch/arm/boards/pcm051/env/init/hostname
 create mode 100644 arch/arm/boards/pcm051/env/network/eth0
 create mode 100644 arch/arm/configs/pcm051_defconfig
 create mode 100644 arch/arm/mach-omap/am33xx_generic.c
 create mode 100644 arch/arm/mach-omap/dmtimer0.c
 create mode 100644 arch/arm/mach-omap/include/mach/am33xx-clock.h
 create mode 100644 arch/arm/mach-omap/include/mach/am33xx-silicon.h
 create mode 100644 arch/arm/mach-omap/include/mach/dmtimer0.h


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2012-09-25 12:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-25 12:18 Teresa Gámez [this message]
2012-09-25 12:18 ` [PATCHv2 1/2] ARM OMAP AM33XX: create new ARCH for AM33xx Teresa Gámez
2012-09-25 12:42   ` Jean-Christophe PLAGNIOL-VILLARD
2012-09-25 12:18 ` [PATCHv2 2/2] pcm051: Add inital support Teresa Gámez
2012-09-25 12:40   ` Jean-Christophe PLAGNIOL-VILLARD

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=1348575485-29549-1-git-send-email-t.gamez@phytec.de \
    --to=t.gamez@phytec.de \
    --cc=barebox@lists.infradead.org \
    /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