From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Cc: "ludovic.desroches" <ludovic.desroches@atmel.com>
Subject: [PATCH 0/4] at91sam9x5ek: add 1-wire support and hardware detection support
Date: Wed, 31 Oct 2012 17:52:40 +0100 [thread overview]
Message-ID: <20121031165240.GG29599@game.jcrosoft.org> (raw)
HI,
This patch serie add the 1-wire support to the at91sam9x5ek
on sam9x5ek we have on each module and motherboard a 1-wire eeprom
that describe the hardware revision and type
And on the Cogent Cpu Module we have some difference with teh others
modules and some bug
So fix
Also use the 1-wire to generate a local mac address
This patch series depends on the pm9g45/pm9263/pm9261 v3
The following changes since commit 7fb0cb2ce2f7800341ab8de711dccbd2c4753c84:
pm9261: use w1 serial number to generate local mac address (2012-10-30 13:44:54 +0800)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/at91sam9x5ek_w1
for you to fetch changes up to 4e088306b778a5f14c2503be54b061e60e27e6a0:
at91sam9x5ek: use w1 serial number to generate local mac address (2012-10-31 09:33:38 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (4):
at91sam9x5ek: add 1-wire support
at91sam9x5ek: add hw detection support
at91sam9x5ek: add fixup for cogent cpu module
at91sam9x5ek: use w1 serial number to generate local mac address
arch/arm/boards/at91sam9x5ek/Makefile | 1 +
arch/arm/boards/at91sam9x5ek/env/config | 1 +
arch/arm/boards/at91sam9x5ek/hw_version.c | 272 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/boards/at91sam9x5ek/hw_version.h | 34 ++++++++++++++++++++++++++++
arch/arm/boards/at91sam9x5ek/init.c | 38 +++++++++++++++++++++++++++++++-
arch/arm/configs/at91sam9x5ek_defconfig | 4 ++++
6 files changed, 349 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boards/at91sam9x5ek/hw_version.c
create mode 100644 arch/arm/boards/at91sam9x5ek/hw_version.h
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-10-31 16:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-31 16:52 Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-10-31 18:22 ` [PATCH 1/4] at91sam9x5ek: add 1-wire support Jean-Christophe PLAGNIOL-VILLARD
2012-10-31 18:22 ` [PATCH 2/4] at91sam9x5ek: add hw detection support Jean-Christophe PLAGNIOL-VILLARD
2012-10-31 18:22 ` [PATCH 3/4] at91sam9x5ek: add fixup for cogent cpu module Jean-Christophe PLAGNIOL-VILLARD
2012-10-31 18:22 ` [PATCH 4/4] at91sam9x5ek: use w1 serial number to generate local mac address Jean-Christophe PLAGNIOL-VILLARD
2012-11-01 15:30 ` [PATCH 0/4] at91sam9x5ek: add 1-wire support and hardware detection support Sascha Hauer
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=20121031165240.GG29599@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
--cc=ludovic.desroches@atmel.com \
/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