All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Add support for G2C1 mx28 board (which has no battery)
@ 2015-01-21 11:55 Graeme Russ
  2015-01-21 11:55 ` [U-Boot] [PATCH 1/5] Add debug output to mx29 SPL source files Graeme Russ
                   ` (4 more replies)
  0 siblings, 5 replies; 28+ messages in thread
From: Graeme Russ @ 2015-01-21 11:55 UTC (permalink / raw)
  To: u-boot

This series adds support for booting mx28 based boards which do not
include a battery as per Freescale application note AN4199

Patch 2 (which implements booting without a battery) is based on a patch
submitted to the Freescale community forums by Damien Gotfroi (Cc'd)

The patch series adds the following functionality (in oreder of
implementation)
 - Debug output for mxs SPL (define DEBUG and CONFIG_SPL_SERIAL_SUPPORT
   in order to enable)
 - Ability to boot mx28 boards without a battery as per AN4199 (define
   CONFIG_SYS_MXS_VDD5V_ONLY to enable)
 - A tight loop (with 'Waiting for JTAG user') at the completion of
   SPL init if booting with the bootmode jumpers set to JTAG
 - Move the PLL power-up to a more logical location and properly
   initialise and check for PLL lock
 - Finally, add the G2C1 board


Graeme Russ (5):
  Add debug output to mx29 SPL source files
  Enable booting of mx28 without battery
  Add 'Wait for JTAG user' if booted in JTAG mode
  Move PLL power-up from power init to memory init
  Add support for ReachTech G2C1 board

 arch/arm/Kconfig                            |  13 +
 arch/arm/cpu/arm926ejs/mxs/spl_boot.c       |   7 +
 arch/arm/cpu/arm926ejs/mxs/spl_lradc_init.c |  13 +-
 arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c   |  49 +++
 arch/arm/cpu/arm926ejs/mxs/spl_power_init.c | 287 ++++++++++++++++--
 board/reachtech/g2c1/Kconfig                |  15 +
 board/reachtech/g2c1/MAINTAINERS            |   9 +
 board/reachtech/g2c1/Makefile               |  12 +
 board/reachtech/g2c1/README                 |  58 ++++
 board/reachtech/g2c1/g2c1.c                 |  79 +++++
 board/reachtech/g2c1/spl_boot.c             | 452 ++++++++++++++++++++++++++++
 configs/g2c1_defconfig                      |   3 +
 doc/README.mxs                              |  10 +
 include/configs/g2c1.h                      | 303 +++++++++++++++++++
 14 files changed, 1281 insertions(+), 29 deletions(-)
 create mode 100644 board/reachtech/g2c1/Kconfig
 create mode 100644 board/reachtech/g2c1/MAINTAINERS
 create mode 100644 board/reachtech/g2c1/Makefile
 create mode 100644 board/reachtech/g2c1/README
 create mode 100644 board/reachtech/g2c1/g2c1.c
 create mode 100644 board/reachtech/g2c1/spl_boot.c
 create mode 100644 configs/g2c1_defconfig
 create mode 100644 include/configs/g2c1.h

-- 
1.9.3

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

end of thread, other threads:[~2015-01-23 13:01 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-21 11:55 [U-Boot] [PATCH 0/5] Add support for G2C1 mx28 board (which has no battery) Graeme Russ
2015-01-21 11:55 ` [U-Boot] [PATCH 1/5] Add debug output to mx29 SPL source files Graeme Russ
2015-01-21 20:49   ` Fabio Estevam
2015-01-21 23:24   ` Marek Vasut
2015-01-22  4:24     ` Graeme Russ
2015-01-21 11:55 ` [U-Boot] [PATCH 2/5] Enable booting of mx28 without battery Graeme Russ
2015-01-21 12:03   ` Graeme Russ
2015-01-21 21:08     ` Fabio Estevam
2015-01-21 23:27   ` Marek Vasut
2015-01-23  0:58     ` Graeme Russ
2015-01-22 12:42   ` Fabio Estevam
2015-01-22 13:51     ` Marek Vasut
2015-01-23  2:58     ` Graeme Russ
2015-01-23  3:01       ` Fabio Estevam
2015-01-23  3:27         ` Graeme Russ
2015-01-23  3:49           ` Fabio Estevam
2015-01-23  4:14             ` Graeme Russ
     [not found]               ` <DB3PR05MB252F1D6A1521E87599A5991CB360@DB3PR05MB252.eurprd05.prod.outlook.com>
2015-01-23  8:11                 ` Graeme Russ
2015-01-23 13:01                   ` Stefano Babic
2015-01-21 11:55 ` [U-Boot] [PATCH 3/5] Add 'Wait for JTAG user' if booted in JTAG mode Graeme Russ
2015-01-21 15:35   ` Stefan Roese
2015-01-21 11:55 ` [U-Boot] [PATCH 4/5] Move PLL power-up from power init to memory init Graeme Russ
2015-01-21 23:33   ` Marek Vasut
2015-01-21 11:55 ` [U-Boot] [PATCH 5/5] Add support for ReachTech G2C1 board Graeme Russ
2015-01-21 20:53   ` Fabio Estevam
2015-01-21 23:03     ` Marek Vasut
2015-01-22  4:21       ` Graeme Russ
2015-01-21 23:36   ` Marek Vasut

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.