From: Holger Brunck <holger.brunck@keymile.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/8] km/common mainlining
Date: Wed, 4 May 2011 13:47:27 +0200 [thread overview]
Message-ID: <cover.1304508448.git.holger.brunck@keymile.com> (raw)
This series is the second effort of merging the Keymile boards support
back into mainline.
This serie is a smaller serie based on the first patch serie:
http://lists.denx.de/pipermail/u-boot/2011-April/090013.html
The first large serie was split up to three independent series, which
is easier to review and apply for the custodians.
This serie adds the keymile common parts of the serie. Only the patch
common/hush affects common u-boot code all other changes are km
specific. The content of the patches are adapted with the inputs of
a review from the ML.
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.
Holger Brunck (5):
common/hush: make get_local_var visible for other users
km/common: implement setboardid command
km/common: fix coding style issues in generic header
km/common: simplify default environment
km/common: add pnvramsize to default environment
Thomas Herzmann (2):
km/common: fix initial_boot_bank for bootpackages
km/common: implement boardId HWkey checks as u-boot cmd
Valentin Longchamp (1):
keymile boards: move keymile specific header in subdir
board/keymile/common/common.c | 173 +++++++++++++++++++++++++++
board/keymile/scripts/README | 25 ++++
board/keymile/scripts/debug-arm-env.txt | 2 +
board/keymile/scripts/debug-common-env.txt | 9 ++
board/keymile/scripts/debug-ppc-env.txt | 2 +
common/hush.c | 3 +-
include/configs/{ => km}/keymile-common.h | 174 ++++------------------------
include/configs/{ => km}/km-powerpc.h | 12 +--
include/configs/{ => km}/km82xx-common.h | 0
include/configs/{ => km}/km8321-common.h | 0
include/configs/{ => km}/km83xx-common.h | 0
include/configs/{ => km}/km_arm.h | 15 +--
include/configs/kmeter1.h | 2 +-
include/configs/kmsupx5.h | 2 +-
include/configs/mgcoge.h | 6 +-
include/configs/mgcoge2ne.h | 6 +-
include/configs/mgcoge2un.h | 2 +-
include/configs/suen3.h | 2 +-
include/configs/suen8.h | 2 +-
include/configs/suvd3.h | 2 +-
include/configs/tuda1.h | 2 +-
include/configs/tuxa1.h | 2 +-
include/hush.h | 1 +
23 files changed, 261 insertions(+), 183 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
rename include/configs/{ => km}/keymile-common.h (63%)
rename include/configs/{ => km}/km-powerpc.h (91%)
rename include/configs/{ => km}/km82xx-common.h (100%)
rename include/configs/{ => km}/km8321-common.h (100%)
rename include/configs/{ => km}/km83xx-common.h (100%)
rename include/configs/{ => km}/km_arm.h (97%)
next reply other threads:[~2011-05-04 11:47 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-04 11:47 Holger Brunck [this message]
2011-05-04 11:47 ` [U-Boot] [PATCH v2 1/8] km/common: fix initial_boot_bank for bootpackages Holger Brunck
2011-05-10 21:17 ` Wolfgang Denk
2011-05-04 11:47 ` [U-Boot] [PATCH v2 2/8] common/hush: make get_local_var visible for other users Holger Brunck
2011-05-10 21:19 ` Wolfgang Denk
2011-05-04 11:47 ` [U-Boot] [PATCH v2 3/8] km/common: implement setboardid command Holger Brunck
2011-05-10 21:20 ` Wolfgang Denk
2011-05-04 11:47 ` [U-Boot] [PATCH v2 4/8] km/common: implement boardId HWkey checks as u-boot cmd Holger Brunck
2011-05-04 22:11 ` Wolfgang Denk
2011-05-05 13:51 ` Holger Brunck
2011-05-05 18:29 ` Wolfgang Denk
2011-05-04 11:47 ` [U-Boot] [PATCH v2 5/8] km/common: fix coding style issues in generic header Holger Brunck
2011-05-10 21:21 ` Wolfgang Denk
2011-05-04 11:47 ` [U-Boot] [PATCH v2 6/8] keymile boards: move keymile specific header in subdir Holger Brunck
2011-05-10 21:22 ` Wolfgang Denk
2011-05-04 11:47 ` [U-Boot] [PATCH v2 7/8] km/common: simplify default environment Holger Brunck
2011-05-10 21:23 ` Wolfgang Denk
2011-05-10 21:24 ` Wolfgang Denk
2011-05-11 6:58 ` Holger Brunck
2011-05-11 7:43 ` Wolfgang Denk
2011-05-04 11:47 ` [U-Boot] [PATCH v2 8/8] km/common: add pnvramsize to " Holger Brunck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1304508448.git.holger.brunck@keymile.com \
--to=holger.brunck@keymile.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox