public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] compulab: adjustments before porting more boards
@ 2013-09-16 18:49 Igor Grinberg
  2013-09-16 18:49 ` [U-Boot] [PATCH 1/2] cm-t35: move the eeprom code to common place Igor Grinberg
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Igor Grinberg @ 2013-09-16 18:49 UTC (permalink / raw)
  To: u-boot

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%)

-- 
1.8.1.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-11-04 14:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [U-Boot] [PATCH 0/2] compulab: adjustments before porting more boards Igor Grinberg
2013-10-02 12:53   ` Tom Rini
2013-10-02 14:02     ` Igor Grinberg
2013-10-27  7:23       ` Igor Grinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox