[PATCH 0/5] Calao dfu upload kernel or uImage and boot it
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sun Jan 15 04:51:56 EST 2012
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.
More information about the barebox
mailing list