From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/5] Calao dfu upload kernel or uImage and boot it
Date: Sun, 15 Jan 2012 10:51:56 +0100 [thread overview]
Message-ID: <20120115095156.GH5002@game.jcrosoft.org> (raw)
HI,
this patch serie add the support to boot a uImage or kernel over dfu
on calao boards
this also add the support to defaultenv/boot to specify via getopt the
mode or kernel/rootfs and ip
The following changes since commit 87428167719cd9e28b61cc19fab4984f31750930:
Merge branch 'pu/jean-codesize' into next (2012-01-13 09:33:36 +0100)
are available in the git repository at:
git://uboot.jcrosoft.org/barebox.git calao-boot
Jean-Christophe PLAGNIOL-VILLARD (5):
dfu: add description how to specify the "description" to the long help
defaultenv/boot: add getopt option support to select boot mode
defaultenv/boot: add boot the kernel from the mem
filetype: add command support
usb-926x: add dfu mem options support
arch/arm/boards/usb-a926x/env/bin/init_board | 10 ++++++-
arch/arm/configs/usb_a9260_defconfig | 1 +
arch/arm/configs/usb_a9263_128mib_defconfig | 1 +
arch/arm/configs/usb_a9263_defconfig | 1 +
arch/arm/configs/usb_a9g20_128mib_defconfig | 1 +
arch/arm/configs/usb_a9g20_defconfig | 1 +
commands/Kconfig | 5 +++
commands/Makefile | 1 +
commands/dfu.c | 4 ++
commands/filetype.c | 39 ++++++++++++++++++++++++++
defaultenv/bin/_boot_help | 18 ++++++++++++
defaultenv/bin/boot | 30 ++++++++++++++++----
12 files changed, 105 insertions(+), 7 deletions(-)
create mode 100644 commands/filetype.c
create mode 100644 defaultenv/bin/_boot_help
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-01-15 9:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-15 9:51 Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-01-15 10:00 ` [PATCH 1/5] dfu: add description how to specify the "description" to the long help Jean-Christophe PLAGNIOL-VILLARD
2012-01-15 10:00 ` [PATCH 2/5] defaultenv/boot: add getopt option support to select boot mode Jean-Christophe PLAGNIOL-VILLARD
2012-02-09 14:46 ` Jean-Christophe PLAGNIOL-VILLARD
2012-01-15 10:00 ` [PATCH 3/5] defaultenv/boot: add boot the kernel from the mem Jean-Christophe PLAGNIOL-VILLARD
2012-01-15 10:00 ` [PATCH 4/5] filetype: add command support Jean-Christophe PLAGNIOL-VILLARD
2012-01-17 10:35 ` Sascha Hauer
2012-01-15 10:00 ` [PATCH 5/5] usb-926x: add dfu mem options support Jean-Christophe PLAGNIOL-VILLARD
2012-01-17 10:29 ` Sascha Hauer
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=20120115095156.GH5002@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
/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 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.