[U-Boot] [PATCH v3 0/3] km/common mainlining remaining parts

Holger Brunck holger.brunck at keymile.com
Wed May 11 10:57:14 CEST 2011


This patch serie comprehends the missing parts of the mostly already
committed patch serie "v2 km/common mainlining". See:
http://lists.denx.de/pipermail/u-boot/2011-May/092323.html

The serie relies on the "patch lib, vsprintf: introduce strict_strtoul"
which is already posted
(http://lists.denx.de/pipermail/u-boot/2011-May/091972.html) but currently
not committed, and should therefore retained until this patch was pulled.

Holger Brunck (2):
  km/common: simplify default environment
  km/common: add pnvramsize to default environment

Thomas Herzmann (1):
  km/common: implement boardId HWkey checks as u-boot cmd

 board/keymile/common/common.c              |  155 +++++++++++++++++++++++++++
 board/keymile/scripts/README               |   23 ++++
 board/keymile/scripts/debug-arm-env.txt    |    2 +
 board/keymile/scripts/debug-common-env.txt |    9 ++
 board/keymile/scripts/debug-ppc-env.txt    |    2 +
 include/configs/km/keymile-common.h        |  159 +++-------------------------
 include/configs/km/km-powerpc.h            |   12 +--
 include/configs/km/km_arm.h                |    5 +-
 8 files changed, 212 insertions(+), 155 deletions(-)
 create mode 100644 board/keymile/scripts/README
 create mode 100644 board/keymile/scripts/debug-arm-env.txt
 create mode 100644 board/keymile/scripts/debug-common-env.txt
 create mode 100644 board/keymile/scripts/debug-ppc-env.txt



More information about the U-Boot mailing list