[U-Boot] [PATCH 00/10] cm-t43 maintenance

Nikita Kiryanov nikita at compulab.co.il
Fri Feb 19 18:19:40 CET 2016


This is a bugfix series for cm-t43 resolving issues with boot and power supply,
as well as some cleanups and minor adjustments. It also update raw mmc boot
parameters for cm-t43, and adds some useful features to the tps65218 driver.

Cc: Tom Rini <trini at konsulko.com>
Cc: Albert Aribaud <albert.u.boot at aribaud.net>
Cc: Igor Grinberg <grinberg at compulab.co.il>

Nikita Kiryanov (10):
  arm: am437x: cm-t43: fix cm-t43 boot
  arm: am437x: cm-t43: migrate CONFIG_DM_SERIAL to config file
  arm: am437x: cm-t43: support all available SPI flash chips
  arm: am437x: cm-t43: define prompt
  arm: am437x: cm-t43: split board file
  pmic: tps65218: add useful functions and defines
  arm: am437x: cm-t43: set tps fseal bit
  arm: am437x: cm-t43: get rid of enable_vtt_regulator()
  arm: am437x: cm-t43: set MPU and CORE voltages on boot
  arm: am437x: cm-t43: update parameters for raw mmc boot

 board/compulab/cm_t43/Makefile     |   6 +-
 board/compulab/cm_t43/board.c      | 272 -------------------------------------
 board/compulab/cm_t43/cm_t43.c     | 151 ++++++++++++++++++++
 board/compulab/cm_t43/spl.c        | 137 +++++++++++++++++++
 configs/cm_t43_defconfig           |  13 ++
 drivers/power/pmic/pmic_tps65218.c |  56 ++++++++
 include/configs/cm_t43.h           |  13 +-
 include/power/tps65218.h           |  12 ++
 8 files changed, 383 insertions(+), 277 deletions(-)
 delete mode 100644 board/compulab/cm_t43/board.c
 create mode 100644 board/compulab/cm_t43/cm_t43.c
 create mode 100644 board/compulab/cm_t43/spl.c

-- 
1.9.1



More information about the U-Boot mailing list