All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V1 0/5] prepare for mx6dl/ mx6solo
@ 2012-10-23 20:57 Troy Kisky
  2012-10-23 20:57 ` [U-Boot] [PATCH V1 1/5] mx6: soc: update get_cpu_rev and get_imx_type for mx6solo/sololite Troy Kisky
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Troy Kisky @ 2012-10-23 20:57 UTC (permalink / raw)
  To: u-boot


Each patch in this series should be able to be applied
independently of the others.

These patch have been seen before but I marked this as version
1, because they were in the middle of another series previously.

Troy Kisky (5):
  mx6: soc: update get_cpu_rev and get_imx_type for mx6solo/sololite
  mx6: use CONFIG_MX6 instead of CONFIG_MX6Q
  imx-common: cpu: add imx_ddr_size
  arch-mx6: add mx6dl_pins.h
  imximage.cfg: run files through C preprocessor

 .gitignore                                   |    1 +
 Makefile                                     |   11 +-
 arch/arm/cpu/armv7/mx6/soc.c                 |   32 ++-
 arch/arm/imx-common/cpu.c                    |   66 +++++-
 arch/arm/include/asm/arch-mx5/sys_proto.h    |   10 +-
 arch/arm/include/asm/arch-mx6/imx-regs.h     |    2 +
 arch/arm/include/asm/arch-mx6/mx6dl_pins.h   |  149 +++++++++++++
 arch/arm/include/asm/arch-mx6/sys_proto.h    |   10 +-
 board/esg/ima3-mx53/imximage.cfg             |  120 ++++++-----
 board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg |   90 ++++----
 board/freescale/mx25pdk/imximage.cfg         |   77 +++----
 board/freescale/mx51evk/imximage.cfg         |  114 +++++-----
 board/freescale/mx53ard/imximage_dd3.cfg     |   83 ++++----
 board/freescale/mx53evk/imximage.cfg         |   86 ++++----
 board/freescale/mx53loco/imximage.cfg        |   83 ++++----
 board/freescale/mx53smd/imximage.cfg         |   83 ++++----
 board/freescale/mx6qarm2/imximage.cfg        |   88 ++++----
 board/freescale/mx6qsabreauto/imximage.cfg   |   82 +++----
 board/genesi/mx51_efikamx/imximage_mx.cfg    |  132 ++++++------
 board/genesi/mx51_efikamx/imximage_sb.cfg    |  126 +++++------
 board/ttcontrol/vision2/imximage_hynix.cfg   |  295 ++++++++++++++------------
 drivers/gpio/mxc_gpio.c                      |    6 +-
 drivers/video/ipu_regs.h                     |    2 +-
 include/configs/mx6qarm2.h                   |    1 +
 include/configs/mx6qsabre_common.h           |    1 +
 include/configs/mx6qsabrelite.h              |    1 +
 26 files changed, 1036 insertions(+), 715 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-mx6/mx6dl_pins.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-01-23 10:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-23 20:57 [U-Boot] [PATCH V1 0/5] prepare for mx6dl/ mx6solo Troy Kisky
2012-10-23 20:57 ` [U-Boot] [PATCH V1 1/5] mx6: soc: update get_cpu_rev and get_imx_type for mx6solo/sololite Troy Kisky
2012-11-10  7:18   ` Stefano Babic
2012-10-23 20:57 ` [U-Boot] [PATCH V1 2/5] mx6: use CONFIG_MX6 instead of CONFIG_MX6Q Troy Kisky
2012-11-10  7:17   ` Stefano Babic
2012-10-23 20:57 ` [U-Boot] [PATCH V1 3/5] imx-common: cpu: add imx_ddr_size Troy Kisky
2012-11-10  7:17   ` Stefano Babic
2012-10-23 20:57 ` [U-Boot] [PATCH V1 4/5] arch-mx6: add mx6dl_pins.h Troy Kisky
2012-11-10  7:18   ` Stefano Babic
2012-10-23 20:57 ` [U-Boot] [PATCH V1 5/5] imximage.cfg: run files through C preprocessor Troy Kisky
2012-11-10  7:23   ` Stefano Babic
2013-01-18  1:49   ` [U-Boot] [PATCH V2 1/1] " Troy Kisky
2013-01-18  8:06     ` Albert ARIBAUD
2013-01-19  2:14     ` [U-Boot] [PATCH V3 " Troy Kisky
2013-01-23 10:05       ` Stefano Babic

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.