All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukasz Majewski <l.majewski@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 3/3] at91, taurus, smartweb: add dfu support
Date: Tue, 08 Sep 2015 17:28:11 +0200	[thread overview]
Message-ID: <20150908172811.68e43a01@amdc2363> (raw)
In-Reply-To: <55EEF6B5.5070303@denx.de>

Hi Heiko,

> Hello Lukasz,
> 
> Am 08.09.2015 um 15:45 schrieb Lukasz Majewski:
> > Hi Heiko,
> >
> >> [root at pollux dfu-util]# ./src/dfu-util -l
> >> dfu-util 0.8
> >>
> >> Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
> >> Copyright 2010-2014 Tormod Volden and Stefan Schmidt
> >> This program is Free Software and has ABSOLUTELY NO WARRANTY
> >> Please report bugs to dfu-util at lists.gnumonks.org
> >>
> >> Found DFU: [0908:02d2] ver=0212, devnum=119, cfg=1, intf=0, alt=0,
> >> name="Linux", serial="UNKNOWN" [root at pollux dfu-util]#
> >>
> >> Signed-off-by: Heiko Schocher <hs@denx.de>
> >> ---
> >>
> >> Changes in v5:
> >> - rebase with current mainline
> >>    commit efde6a579fe: "Prepare v2015.10-rc3"
> >>
> >> Changes in v4:
> >> - rebase after taurus board changes
> >>
> >> Changes in v3: None
> >> Changes in v2:
> >> - rebase to bd48c0617b5c7212e5bf22169e716da878842da4
> >> - fix changes introduced through commit:
> >>    01acd6abbdd5: usb: USB download gadget and functions config
> >> options coherent naming
> >> - add comments from Lukasz Majewski <l.majewski@samsung.com>
> >> - use SZ_X defines
> >>
> >>   board/siemens/smartweb/smartweb.c | 29 +++++++++++++++++++++
> >>   board/siemens/taurus/taurus.c     | 27 ++++++++++++++++++++
> >>   include/configs/smartweb.h        | 53
> >> +++++++++++++++++++++++++++++----------
> >> include/configs/taurus.h          | 30 ++++++++++++++++++++-- 4
> >> files changed, 124 insertions(+), 15 deletions(-)
> >>
> [...]
> >> -#define CONFIG_SYS_NAND_U_BOOT_SIZE	0x80000
> >> +#define CONFIG_SYS_NAND_U_BOOT_SIZE	SZ_512K
> >>   #define	CONFIG_SYS_NAND_U_BOOT_START
> >> CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_NAND_U_BOOT_DST
> >> CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_NAND_5_ADDR_CYCLE
> >
> > Heiko, I cannot apply this patch clearly on following branch:
> >
> > u-boot-denx/master
> > SHA1: efde6a579fe3c172d214fb3047b02c827779738a (v2015.10-rc3)
> >
> > Could you look into this problem?
> >
> 
> Ah, yes, there are some small at91 patches from me pending:
> 
>   Patchwork [U-Boot,v3] taurus: board updates
> http://patchwork.ozlabs.org/patch/509605/
> 
>   Patchwork [U-Boot,v3,1/2] at91: corvus: board updates
> http://patchwork.ozlabs.org/patch/509435/
> 
>   Patchwork [U-Boot,v3,2/2] corvus, dfu: add dfu support
> http://patchwork.ozlabs.org/patch/509436/
> 
>   Patchwork [U-Boot,v3] arm, at91: add axm extensions
> http://patchwork.ozlabs.org/patch/509604/
> 
> I forgot this to mention ... sorry.
> 
> Maybe it is the cleaner way, if you ack this patches, and Andreas
> Biessmann can pick them up ?
> 

I was about to ack them :-)

If you feel that it would be better for you if Andreas took those
patches - I don't mind.

Hence,

Acked-by: Lukasz Majewski <l.majewski@samsung.com>


> bye,
> Heiko



-- 
Best regards,

Lukasz Majewski

Samsung R&D Institute Poland (SRPOL) | Linux Platform Group

  reply	other threads:[~2015-09-08 15:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08  9:52 [U-Boot] [PATCH v5 0/3] add dfu support for at91 sam9260 based boards Heiko Schocher
2015-09-08  9:52 ` [U-Boot] [PATCH v5 1/3] usb: gadget: at91_udc: port linux driver at91_udc Heiko Schocher
2015-09-11  7:39   ` [U-Boot] [U-Boot, v5, " Andreas Bießmann
2015-09-08  9:52 ` [U-Boot] [PATCH v5 2/3] usb: gadget: at91_udc: add at91_udc into U-Boot Heiko Schocher
2015-09-11  7:39   ` [U-Boot] [U-Boot, v5, " Andreas Bießmann
2015-09-08  9:52 ` [U-Boot] [PATCH v5 3/3] at91, taurus, smartweb: add dfu support Heiko Schocher
2015-09-08 13:45   ` Lukasz Majewski
2015-09-08 14:54     ` Heiko Schocher
2015-09-08 15:28       ` Lukasz Majewski [this message]
2015-09-11  7:39   ` [U-Boot] [U-Boot, v5, " Andreas Bießmann

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=20150908172811.68e43a01@amdc2363 \
    --to=l.majewski@samsung.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 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.