
Hi Heiko,
Hello Lukasz,
Am 08.09.2015 um 15:45 schrieb Lukasz Majewski:
Hi Heiko,
[root@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@lists.gnumonks.org
Found DFU: [0908:02d2] ver=0212, devnum=119, cfg=1, intf=0, alt=0, name="Linux", serial="UNKNOWN" [root@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