mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for Voipac X53-DMM-668 module
@ 2013-10-01 21:35 Rostislav Lisovy
  2013-10-01 21:35 ` [PATCH 1/4] i.mx53: voipac: Change machine type identifier Rostislav Lisovy
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Rostislav Lisovy @ 2013-10-01 21:35 UTC (permalink / raw)
  To: barebox; +Cc: Rostislav Lisovy, pisa

This patchset adds support for Voipac X53-DMM-668 module equipped
with i.mx53 CPU. More info about the module may be found at:
http://www.voipac.com/#X53-DMM-668

The board specific code enables UART0, NAND flash, Ethernet.
The flash_header.c containing DCD configuration data is almost
the same (except for one line) as the one in freescale-mx53-smd.


Rostislav Lisovy (4):
  i.mx53: voipac: Change machine type identifier
  i.mx53: voipac: Add board specific + flash header constructing code
  i.mx53: voipac: Add barebox environment configuration file
  i.mx53: voipac: Modify Make- and config-files to enable building of
    mx53-voipac

 arch/arm/boards/Makefile                           |    1 +
 arch/arm/boards/freescale-mx53-voipac/Makefile     |    3 +
 arch/arm/boards/freescale-mx53-voipac/board.c      |  168 ++++++++++++++++++++
 arch/arm/boards/freescale-mx53-voipac/env/config   |   46 ++++++
 .../boards/freescale-mx53-voipac/flash_header.c    |  102 ++++++++++++
 arch/arm/boards/freescale-mx53-voipac/lowlevel.c   |    9 ++
 arch/arm/mach-imx/Kconfig                          |   10 ++
 arch/arm/tools/mach-types                          |    2 +-
 8 files changed, 340 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boards/freescale-mx53-voipac/Makefile
 create mode 100644 arch/arm/boards/freescale-mx53-voipac/board.c
 create mode 100644 arch/arm/boards/freescale-mx53-voipac/env/config
 create mode 100644 arch/arm/boards/freescale-mx53-voipac/flash_header.c
 create mode 100644 arch/arm/boards/freescale-mx53-voipac/lowlevel.c

-- 
1.7.10.4


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

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

end of thread, other threads:[~2013-10-02 14:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-01 21:35 [PATCH 0/4] Add support for Voipac X53-DMM-668 module Rostislav Lisovy
2013-10-01 21:35 ` [PATCH 1/4] i.mx53: voipac: Change machine type identifier Rostislav Lisovy
2013-10-02  4:31   ` Jean-Christophe PLAGNIOL-VILLARD
2013-10-02  7:22   ` Sascha Hauer
2013-10-02 13:57     ` Rostislav Lisovy
2013-10-01 21:35 ` [PATCH 2/4] i.mx53: voipac: Add board specific + flash header constructing code Rostislav Lisovy
2013-10-02  4:30   ` Jean-Christophe PLAGNIOL-VILLARD
2013-10-02  6:15   ` Antony Pavlov
2013-10-02 14:01     ` Rostislav Lisovy
2013-10-01 21:35 ` [PATCH 3/4] i.mx53: voipac: Add barebox environment configuration file Rostislav Lisovy
2013-10-01 21:35 ` [PATCH 4/4] i.mx53: voipac: Modify Make- and config-files to enable building of mx53-voipac Rostislav Lisovy
2013-10-02  4:31 ` [PATCH 0/4] Add support for Voipac X53-DMM-668 module Jean-Christophe PLAGNIOL-VILLARD
2013-10-02  4:54   ` Jean-Christophe PLAGNIOL-VILLARD

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