From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] compulab: adjustments before porting more boards
Date: Mon, 30 Sep 2013 11:36:32 +0300 [thread overview]
Message-ID: <52493810.7020405@compulab.co.il> (raw)
In-Reply-To: <1379357399-20523-1-git-send-email-grinberg@compulab.co.il>
ping!
On 09/16/13 21:49, Igor Grinberg wrote:
> Two more adjustments before porting more Compulab boards to mainline U-Boot.
> Move the eeprom code which can be used (and is suitable) by multiple Compulab
> boards to a common location.
> Move the display initialization code which can be used by multiple Compulab
> OMAP based boards.
>
> Igor Grinberg (2):
> cm-t35: move the eeprom code to common place
> cm-t35: move the display code to common place
>
> board/compulab/cm_t35/Makefile | 3 --
> board/compulab/cm_t35/cm_t35.c | 7 ++-
> board/compulab/common/Makefile | 36 +++++++++++++++
> board/compulab/{cm_t35 => common}/eeprom.c | 51 ++++++++++++----------
> board/compulab/{cm_t35 => common}/eeprom.h | 8 ++--
> .../{cm_t35/display.c => common/omap3_display.c} | 0
> 6 files changed, 70 insertions(+), 35 deletions(-)
> create mode 100644 board/compulab/common/Makefile
> rename board/compulab/{cm_t35 => common}/eeprom.c (60%)
> rename board/compulab/{cm_t35 => common}/eeprom.h (62%)
> rename board/compulab/{cm_t35/display.c => common/omap3_display.c} (100%)
>
--
Regards,
Igor.
next prev parent reply other threads:[~2013-09-30 8:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-16 18:49 [U-Boot] [PATCH 0/2] compulab: adjustments before porting more boards Igor Grinberg
2013-09-16 18:49 ` [U-Boot] [PATCH 1/2] cm-t35: move the eeprom code to common place Igor Grinberg
2013-11-04 14:18 ` [U-Boot] [U-Boot, " Tom Rini
2013-09-16 18:49 ` [U-Boot] [PATCH 2/2] cm-t35: move the display " Igor Grinberg
2013-11-04 14:18 ` [U-Boot] [U-Boot, " Tom Rini
2013-09-30 8:36 ` Igor Grinberg [this message]
2013-10-02 12:53 ` [U-Boot] [PATCH 0/2] compulab: adjustments before porting more boards Tom Rini
2013-10-02 14:02 ` Igor Grinberg
2013-10-27 7:23 ` Igor Grinberg
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=52493810.7020405@compulab.co.il \
--to=grinberg@compulab.co.il \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.