From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [RFC] [PATCH 0/3] ARM: machine struct support
Date: Thu, 21 Nov 2013 08:12:16 +0100 [thread overview]
Message-ID: <20131121071216.GE7965@ns203013.ovh.net> (raw)
Hi,
take from ARM Kernel
This patch serie start to add Machine struct description. The idea is
to do not call initall in boards and SoC but instead use this new
struct to allow multiple board and SoC support
This work on dt & non-dt
An other step will be to allow boot loader such as at91bootstrap to
pass the machine type on DT to barebox
The following changes since commit 52ebed0283503b047b17c86b92db729f781b97ad:
at91sam9x5: only register device if the driver is enabled (2013-11-20 20:21:58 +0800)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/arm_mach_struct
for you to fetch changes up to 9d2c7446f1f7798874b9c29bd2413676dad093e7:
AT91: usb-a926x: switch to machine description (2013-11-21 08:06:01 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (3):
ARM: introduce machine description
at91: detect SoC earlier
AT91: usb-a926x: switch to machine description
arch/arm/boards/usb-a926x/init.c | 39 ++++++++++++++++++++++++++++++++-------
arch/arm/cpu/Makefile | 2 +-
arch/arm/cpu/dtb.c | 4 ++++
arch/arm/cpu/machine.c | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/include/asm/mach/arch.h | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/lib/barebox.lds.S | 6 ++++++
arch/arm/mach-at91/setup.c | 2 +-
7 files changed, 220 insertions(+), 9 deletions(-)
create mode 100644 arch/arm/cpu/machine.c
create mode 100644 arch/arm/include/asm/mach/arch.h
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-11-21 7:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-21 7:12 Jean-Christophe PLAGNIOL-VILLARD [this message]
2013-11-21 7:13 ` [PATCH 1/3] ARM: introduce machine description Jean-Christophe PLAGNIOL-VILLARD
2013-11-21 7:13 ` [PATCH 2/3] at91: detect SoC earlier Jean-Christophe PLAGNIOL-VILLARD
2013-11-21 7:13 ` [PATCH 3/3] AT91: usb-a926x: switch to machine description Jean-Christophe PLAGNIOL-VILLARD
2013-11-21 8:05 ` [PATCH 1/3] ARM: introduce " Alexander Aring
2013-11-22 7:42 ` Sascha Hauer
2013-11-23 15:02 ` 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=20131121071216.GE7965@ns203013.ovh.net \
--to=plagnioj@jcrosoft.com \
--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