[U-Boot] [GIT] Pull request: u-boot-dfu

Lukasz Majewski l.majewski at samsung.com
Wed Aug 17 11:56:59 CEST 2016


Hi Heiko, Ravi,

> Hello B, Ravi,
> 
> Am 17.08.2016 um 09:40 schrieb B, Ravi:
> > Hi Heiko
> >
> >>>>
> >>>> is that for master or next ?
> >
> >>> This patch _was_ supposed to go to "master"
> >
> >>>> Was this build tested ?
> >
> >>> Unfortunately, not so thoroughly as I thought.
> >
> >>> Moving dfu code to SPL causes following error on some boards:
> >
> >>>        arm:  +   smartweb
> >>> +In file included from ../include/dfu.h:18:0,
> >>> +                 from ../common/dfu.c:16:
> >>> +../include/linux/usb/composite.h:331:9: error: requested
> >>> alignment is +not an integer constant
> >>> +  struct usb_device_descriptor
> >>> __aligned(CONFIG_SYS_CACHELINE_SIZE) desc;
> >>> +         ^
> >>> +make[3]: *** [spl/common/dfu.o] Error 1
> >>> +make[2]: *** [spl/common] Error 2
> >> +make[1]: *** [spl/u-boot-spl] Error 2
> >>> +make: *** [sub-make] Error 2
> >
> > The CONFIG_SYS_CACHELINE_SIZE is not defined for smartweb platform
> > which is causing build error. By defining this error goes away.
> > What would be value for cache line size for smartweb platform?
> > (32/64/..?)
> 
> Hups? Which patch introduced this? I wonder if other at91
> based boards does not show the same error?
> 
> The RM for the at91sam9260 says:  8 words cache line size
> 
> So 32 would be the correct value.

Heiko, thanks for your support.

Ravi, Marek Vasut before accepting PR tests following archs with
buildman: arm, aarch64, mips, powerpc, nios2 [1]

Regarding the CONFIG_SYS_CACHELINE_SIZE, some older boards do not
define it. Hence we have several problems (also with other patches
http://patchwork.ozlabs.org/patch/657216/).

IMHO, it would be best to check [1] and then add this define if
required.

Or does anybody have any better idea?

> 
> bye,
> Heiko
> >
> >>> Ravi, to reproduce you need to fetch u-boot-dfu/test
> >
> >>> and run buildman:
> >
> >
> >>> This is only a small subset of affected boards, so please test
> >>> also "arm" (which might take long time).
> >
> >>> ./tools/buildman/buildman.py --branch=HEAD siemens --detail
> >>> --verbose --show_errors --force-build --count=5
> >>> --output-dir=./BUILD/
> >
> >
> >>> Thanks Marek, for pointing out.
> >
> >> I have test build for all ti-platforms, not checked for rest. My
> >> bad ..! I could reproduce this error, for some platform
> >> CONFIG_SYS_CACHELINE_SIZE is not defined. (eg.
> >> configs/smartweb_defconfig). I will check with "arm" as well, let
> >> you know.
> >
> > Regards
> > Ravi
> >
> 



-- 
Best regards,

Lukasz Majewski

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


More information about the U-Boot mailing list