Re: [U-Boot] Problem with sf write on Arria 5.

2016-04-07 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
> Just check if the mainline SPL generated from this branch works on your > platform please. Ok. I will test it but probably during the weekend. Because it requires me to merge my configuration to it. I will write back once I will have some results. Best regards, Denis Bakhvalov

Re: [U-Boot] Problem with sf write on Arria 5.

2016-04-07 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Marek, > you mentioned you have problems with DRAM init on your AV, right ? > Try this u-boot-socfpga/ddr branch [1] , see if it works for you and > please let me know. The more testing the better. > > [1] > http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=shortlog;h=refs/heads/ddr Are you

Re: [U-Boot] Problem with sf write on Arria 5.

2016-03-30 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Marek, > Do "dcache off" and then update the flash again, it will work. That's > the cache issue which we cannot track down. Thank you for you quick support! Maybe it's worth to invent a temporary solution? Because in other way users will face problems which are hard to find (I've been

[U-Boot] Problem with sf write on Arria 5.

2016-03-30 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Dear U-Boot support, I'm migrating to new U-Boot version from 2013 and now have problem with writing to the flash. I have custom board with Altera Arria 5 SocFpga. U-Boot version: 2016.03-rc1 My flash: SF: Detected S25FL512S_256K with page size 512 Bytes, erase size 256 KiB, total 64 MiB I'm

[U-Boot] [PATCH] arm: socfpga: migration of CONFIG_SPI_FLASH_BAR

2016-03-23 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
CONFIG_SPI_FLASH_BAR was deleted from socfpga_common.h and placed in socfpga_*_defconfig where it makes sense. Signed-off-by: Denis Bakhvalov Reported-by: Denis Bakhvalov Cc: Marek Vasut --- configs/socfpga_arria5_defconfig

[JIRA] [xunit-plugin] (JENKINS-33726) xunit test results inconsistently displayed

2016-03-22 Thread pl...@tibco.com (JIRA)
Title: Message Title Peter Lord created an issue

Re: [U-Boot] Problem with attaching UBI partition

2016-03-22 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi > > It's I belive in socfpga_common.h and it should be migrated to > > socfpga_*_defconfig where it makes sense. Do you want to submit > > a patch for this ? > > I put it in my todo list. > Once I will finish with u-boot bringup I will submit the patch. > Currently I have Ethernet not working

[U-Boot] [PATCH] arm: socfpga: migration of CONFIG_SPI_FLASH_BAR

2016-03-22 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
CONFIG_SPI_FLASH_BAR was deleted from socfpga_common.h and placed in socfpga_*_defconfig where it makes sense. Signed-off-by: Denis Bakhvalov Reported-by: Marek Vasut Cc: Dinh Nguyen --- configs/socfpga_arria5_defconfig

[Qemu-devel] ODP: [PATCH v5 05/11] block: m25p80: 4byte address mode

2016-03-21 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 21.03.2016 o 18:47, Cédric Le Goater pisze: > Hello again, > > One question below. > > > On 03/20/2016 07:28 PM, marcin.krzemin...@nokia.com wrote: >> From: Marcin Krzeminski >> >> This patch adds only 4byte address mode (does not cover dummy cycles). >> This

[Qemu-devel] ODP: [PATCH v5 02/11] block: m25p80: RESET_ENABLE and RESET_MEMORY commands

2016-03-21 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 21.03.2016 o 18:02, Cédric Le Goater pisze: > Hello Marcin, > > One minor comment below, > > > On 03/20/2016 07:28 PM, marcin.krzemin...@nokia.com wrote: >> From: Marcin Krzeminski >> >> Signed-off-by: Marcin Krzeminski >>

Re: [U-Boot] Ethernet not found on Arria 5.

2016-03-21 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi, Working perfectly! Thanks for helping me remove this nasty workaround. > We should parse the OF node phy-mode, which describes which mode your > PHY uses. Right! Best regards, Denis Bakhvalov ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] Ethernet not found on Arria 5.

2016-03-21 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hello Dear U-Boot support, Please comment on this also. I have custom board with Altera Arria 5 SocFpga onboard. U-Boot version: 2016.03-rc1 I had probems with configuring fpga from u-boot: U-Boot > bridge disable U-Boot > run config_fpga FPGA: Could not configure Command failed, result=-2

Re: [U-Boot] Ethernet not found on Arria 5.

2016-03-21 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi, I solved the Ethernet problem on our board. The problem was in the register below: Link: http://wl.altera.com/literature/hb/arria-v/hps.html#topic/sfo1410067853518.html Registers used by the EMACs. All fields are reset by a cold or warm reset. Module Instance Base AddressRegister

Re: [Qemu-devel] [PATCH v4 05/11] block: m25p80: 4byte address mode

2016-03-19 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
> -Original Message- > From: EXT Peter Crosthwaite [mailto:crosthwaitepe...@gmail.com] > Sent: Thursday, March 17, 2016 6:27 PM > To: Krzeminski, Marcin (Nokia - PL/Wroclaw) > <marcin.krzemin...@nokia.com> > Cc: qemu-devel@nongnu.org Developers <qemu-devel@nong

[Qemu-devel] ODP: [PATCH v4 06/11] block: m25p80: Add configuration registers

2016-03-19 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 17.03.2016 o 18:24, Peter Crosthwaite pisze: > On Mon, Feb 22, 2016 at 12:03 AM, wrote: >> From: Marcin Krzeminski >> >> This patch adds both volatile and non volatile configuration registers >> and commands to allow modify

[Qemu-devel] ODP: [PATCH v4 11/11] block: m25p80: at25128a/at25256a models

2016-03-19 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 17.03.2016 o 18:39, Peter Crosthwaite pisze: > On Mon, Feb 22, 2016 at 12:03 AM, wrote: >> From: Marcin Krzeminski >> >> Signed-off-by: Marcin Krzeminski >> --- >> hw/block/m25p80.c | 11

[Qemu-devel] ODP: [PATCH v4 02/11] block: m25p80: RESET_ENABLE and RESET_MEMORY commnads

2016-03-18 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 17.03.2016 o 18:42, Peter Crosthwaite pisze: > "commands" in commit msg > > On Mon, Feb 22, 2016 at 12:03 AM, wrote: >> From: Marcin Krzeminski >> >> Signed-off-by: Marcin Krzeminski >> --- >>

Re: [U-Boot] Ethernet not found on Arria 5.

2016-03-10 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi, > Why are you constantly hung on this FPGA part ? The ethernet is not > routed through the FPGA, it is connected directly to the HPS. Thus, > you don't have to care about the FPGA at all, you only care about the > configuration of the HPS. Please excuse me for my small experience in this

Re: [U-Boot] Ethernet not found on Arria 5.

2016-03-10 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Marek, Dinh, > Are you booting using mainline U-Boot SPL ? :-) No, we use SPL from U-Boot 2013. I can quess what you will say now, but it somehow worked before (combination SPL + U-Boot from 2013). Is there a way to capture fpga dumps? I can then compare them to working case. I can assume

Re: [U-Boot] Ethernet not found on Arria 5.

2016-03-09 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Marek, > Perform usual test, disable cache (dcache off) . I tried and result is still the same. UPD: I did a little trick: 1. I started ping from the board side. That made the board listen to incoming packets (calling in infinite loop eth_rx() ). 2. Started ping from PC side. 3. In this

Re: [U-Boot] Ethernet not found on Arria 5.

2016-03-09 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi, > However there is still no ping in U-Boot. > After power reset I did: > > ># bridge disable > ># fpga load 0 > ># bridge enable > > ># md 0xff706000 1 > ff706000: 0074 <-- this means fpga is in user mode > > ># setenv ethaddr ... > ># setenv ipaddr ... > ># setenv netmask ...

Re: [U-Boot] Ethernet not found on Arria 5.

2016-03-08 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Marek, > What do you mean by this ? Is your ethernet controller synthesised in > the FPGA ? The arriaV socdk u-boot uses the top-side ethernet port, > which is connected to the ethernet controller in the HPS. I managed to get it working. Right after configuring fpga from Linux I made a soft

[Bug c++/70111] New: Internal compiler error on constant enum access

2016-03-06 Thread tomasz at tomaszklak dot pl
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tomasz at tomaszklak dot pl Target Milestone: --- Created attachment 37881 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37881=edit example The following code fails to compile with "internal compil

Re: [U-Boot] Ethernet not found on Arria 5.

2016-03-04 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi, > It seems like your PHY is not recongnised. Could there be some reset > line which is left asserted ? I'm afraid I don't know how to check that. But I have previous version of U-Boot (2013) where Ethernet is working. Maybe I can check it there? I already tried to go that path, but code is

Re: [U-Boot] Problem with attaching UBI partition

2016-03-04 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
/u-boot/2016-March/247290.html Let's continue discussion there. :) Best regards, Denis Bakhvalov MBB Radio Platforms, RFSW -Original Message- From: EXT Marek Vasut [mailto:ma...@denx.de] Sent: Friday, March 04, 2016 13:20 To: Bakhvalov, Denis (Nokia - PL/Wroclaw) <denis.bakhva...@nokia.c

[U-Boot] Ethernet not found on Arria 5.

2016-03-04 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Dear U-Boot support, I'm migrating to new U-Boot version from 2013 and now have Ethernet not working both in U-Boot and in Linux (after booting). I have custom board with Altera Arria 5 SocFpga onboard. U-Boot version: 2016.03-rc1 In logs I can see: Net: No ethernet found. With more

Re: [U-Boot] Problem with attaching UBI partition

2016-03-04 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Marek, > It's I belive in socfpga_common.h and it should be migrated to > socfpga_*_defconfig where it makes sense. Do you want to submit > a patch for this ? I put it in my todo list. Once I will finish with u-boot bringup I will submit the patch. Currently I have Ethernet not working :(

Re: [U-Boot] Problem with attaching UBI partition

2016-03-01 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Jagan, > Sorry, I couldn't understand the issue nor what you solved? because, > socfpga_arria5_defconfig by default have CONFIG_SPI_FLASH_BAR enabled > and even sf probe looks no warning for enabling the same. If you > haven't enable CONFIG_SPI_FLASH_BAR then spi_flash core will give > warning

Re: [U-Boot] Problem with attaching UBI partition

2016-03-01 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Marek, >Try enabling CONFIG_SPI_FLASH_BAR in your board config ;-) That solved my issue. Thank you very much. I removed workaround from the code. Best regards, Denis Bakhvalov ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] Problem with attaching UBI partition

2016-02-29 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Jagan, Heiko, > Did you enable CONFIG_SPI_FLASH_SPANSION on your config, becuase > S25FL512S is already been added u-boot. Pls- check the same and let me > know if you find any issues while detecting the flash. > Whether the driver detecting flash or not with RDID, please define > DEBUG on

[Qemu-devel] ODP: Quick folder sharing to arm quest from host

2016-02-28 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
So it seem that again it was my lack of knowledge from virtualization area. It was thta simple as adding virtio-mmio device to machine model. Now I can easy share files between host and arm quest. Thanks, Marcin Od: Krzeminski, Marcin (Nokia - PL/Wroclaw) Wysłano

[firebird-support] Borland InterBase Buffer Overflow Vulnerability and Firebird

2016-02-27 Thread kolc...@o2.pl [firebird-support]
Hi, In which version of Firebird (if in any) was fixed Borland Interbase 2007 Integer Overflow bug. Links: http://www.securityfocus.com/bid/29302/discuss

[JIRA] [xunit-plugin] (JENKINS-33152) junit xml parse errors are lost

2016-02-25 Thread pl...@tibco.com (JIRA)
Title: Message Title Peter Lord created an issue

[Qemu-devel] Quick folder sharing to arm quest from host

2016-02-25 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
Hello, I need to upload as fast as possible an app to arm linux quest from x86 host. If I understand correctly 9p and can not be used since it needs working kvm. There is build in auto configuration for samba that can be used but it generates problem with privileges, but maybe there is other

Re: [Python-ideas] How the heck does async/await work in Python 3.5

2016-02-24 Thread Tem Pl
Here are some concurrency benchmarks for python vs other languages. https://github.com/atemerev/skynet/pull/53 Is there something wrong with this implementation? "Hope I suck at coroutines, because the results are abysmal. I get around 63s on my i5 MacBook Air Early 2015. For reference, the

Re: [U-Boot] Problem with attaching UBI partition

2016-02-24 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hello Heiko, > Which U-Boot version? Which board? This is U-Boot v2016.03-rc1. I have custom board with socfpga Arria5 onboard. > Where does this leading 0xff come from? There seems a problem > with your spi nor flash driver? Yes, you're right. I have problems with the driver. As I mentioned

Re: [U-Boot] Problem with attaching UBI partition

2016-02-23 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi, I found that I have problem with reading flash contents: When dumping the flash from Linux env: $ cat /dev/mtd5 > /tmp/flash.bin : 55424923 0100 0003 But when I dump the flash contents from U-Boot I see this: => sf read 0x1B00 0x01B0 0x1000 => md

[U-Boot] Problem with attaching UBI partition

2016-02-22 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Dear U-Boot support, I have problems while running following commands in U-Boot: U-Boot => sf probe 0 0 0 SF: Detected S25FL512S with page size 512, total: 67108864 U-Boot => mtdparts device nor0 , # parts = 4 #: namesizeoffset mask_flags 0: boot

Re: [FFmpeg-devel] [PATCH] ffserver: NoVideo and NoAudio flags weren't cleared between streams.

2016-02-21 Thread Zalewa PL
On Sun, Feb 21, 2016 at 05:17:48PM +0100, Zalewa PL wrote: Hi, this patch fixes a problem with parsing ffserver.conf file. If you had two streams, one with only the NoVideo flag and the other one with only the NoAudio flag then the second stream would get both flags. Best regards. Hi

Re: [FFmpeg-devel] [PATCH] ffserver: NoVideo and NoAudio flags weren't cleared between streams.

2016-02-21 Thread Zalewa PL
Hi, this patch fixes a problem with parsing ffserver.conf file. If you had two streams, one with only the NoVideo flag and the other one with only the NoAudio flag then the second stream would get both flags. Best regards. Hi, is there something wrong with my submission? It has now been a

Re: [U-Boot] Problem with mounting a jffs2 partition on flash.

2016-02-12 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Marek, I tried mainline U-boot with your patches as well as socfpga branch. Still no success. There is no output on the console. Once again when I'm uploading old version of U-boot and preloader (from 2013) at least I can see the output on the console. What could be the next step? Best

Re: [U-Boot] Problem with mounting a jffs2 partition on flash.

2016-02-12 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
> > I tried mainline U-boot with your patches as well as socfpga branch. > > Still no success. > > Did you try the image I sent you ? That one is tested to work on AV SoCDK. I tried it also. The same result. > > There is no output on the console. > > Once again when I'm uploading old version of

Re: [U-Boot] Problem with mounting a jffs2 partition on flash.

2016-02-12 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Marek, > > Press the "WARM RESET" button of the HPS (located top-right, if you have > > the board oriented with HPS ethernet on the top-left). Do you > > see any console output then ? You do use the top-right miniUSB port > > for console, right ? > > Currently board is integrated in RF unit.

Re: [U-Boot] Problem with mounting a jffs2 partition on flash.

2016-02-12 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Marek, > That's fine, just check if you did some modifications to the altera fork > of u-boot. Especially interesting would be PLL/pinmux/DRAM config. I tried to launch altera branch from here: https://github.com/altera-opensource/u-boot-socfpga. It didn't work out of the box as well. I will

Re: [U-Boot] Problem with mounting a jffs2 partition on flash.

2016-02-11 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Marek, > Please just use mainline everything. If you use Arria V SoCDK, you can > just grab 2016.01 , compile it and write u-boot-with-spl-dtb.sfp to > offset 0x0 of the QSPI and it should just magically work. I haven't found the file with the name u-boot-with-spl-dtb.sfp.

[yocto] valgrind-native

2016-02-11 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
z Engineer, Software Configuration (SCM) NSN - PL/Wroclaw -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] valgrind-native

2016-02-11 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
class that will require debug symbols. And, propalby I will also need glibc with DBG symbols... or not ? "Presumably you added BBCLASSEXTEND=native yourself, so you get to fix it. :)" Indeed, I did so ;-] Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) NSN -

Re: [U-Boot] Problem with mounting a jffs2 partition on flash.

2016-02-11 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Marek, Here are my build steps: denis@DendiMachine:~/WorkSpace/u-boot$ make clean CLEAN dts/../arch/arm/dts CLEAN dts CLEAN examples/standalone CLEAN tools CLEAN tools/lib tools/common CLEAN spl/arch spl/board spl/cmd spl/common spl/drivers spl/dts spl/fs spl/lib

Re: [U-Boot] Problem with mounting a jffs2 partition on flash.

2016-02-11 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
$ quartus_hps -c 1 -o PV -a 0x0 u-boot-with-spl.sfp.bin // here ".bin" because current programmer requires so. I think it shouldn't be a problem. >From manual: "HPS Flash Programmer The utility accepts a Binary File with a required ".bin" extension. The HPS flash programmer command-line syntax

Re: [U-Boot] [PATCH] arm: socfpga: Add missing CONFIG_BUILD_TARGET

2016-02-11 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
t;ma...@denx.de>; Dinh Nguyen <dingu...@opensource.altera.com>; Chin Liang See <cl...@altera.com>; Bakhvalov, Denis (Nokia - PL/Wroclaw) <denis.bakhva...@nokia.com> Subject: [PATCH] arm: socfpga: Add missing CONFIG_BUILD_TARGET Add the missing CONFIG_BUILD_TARGET to get u-boot-with-spl.sfp

Re: [U-Boot] [PATCH] arm: socfpga: Add missing CONFIG_BUILD_TARGET

2016-02-11 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Sorry. My bad. Best regards, Denis Bakhvalov ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Problem with mounting a jffs2 partition on flash.

2016-02-11 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
> There is output, but it takes a while for the USB-to-UART chip to kick > in after restart, so you don't see it. I will send you two more patches, > so apply them and it should get you up and running. The QSPI NOR boot > was not enabled on AV/CV SoCDK. > You can also grab the latest stuff here:

[yocto] enable fortran in yocto

2016-02-10 Thread Liubchynskyi, Stanislav (Nokia - PL/Wroclaw)
Hi, I want to add fortran support to yocto build. I try different way whitch describe in the ethernet but enyone does't work. I use fido branch and gcc 4.9. Can you describe me step by step how to enable fortran in yocto or where I can find work instruction. Thanks for help. Best regards,

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-10 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
On 09.02.2016 14:56, EXT Burton, Ross wrote: On 9 February 2016 at 13:51, Woronicz, Bartosz ( NSN - PL/Wroclaw) <bartosz.woron...@nokia.com <mailto:bartosz.woron...@nokia.com>> wrote: Here is the whole bbclass/: / DESCRIPTION = "Creates symlink to the lates

Re: [U-Boot] Problem with mounting a jffs2 partition on flash.

2016-02-10 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Marek, > That's not mainline SPL. Please use mainline SPL with mainline U-Boot. > Mixing and matching various versions of U-Boot and SPL is not supported. > Is there any reason why you are using non-mainline SPL ? We received information from Altera that we should stick to this previous

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-09 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
On 08.02.2016 14:44, EXT Maciek Borzecki wrote: On pon, 2016-02-08 at 14:20 +0100, Woronicz, Bartosz ( NSN - PL/Wroclaw) wrote: The problem is, it doesn't doit delirebately, when I run bitbake -f -c latest_link myrecipe , it works when the process is in the tasks batch running bitbake

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-09 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
.yoctoproject.org/docs/current/bitbake-user-manual/bitbake-user-manual.html#variable-flags Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) NSN - PL/Wroclaw On 09.02.2016 10:10, EXT Burton, Ross wrote: On 9 February 2016 at 08:37, Woronicz, Bartosz ( NSN - PL/Wroclaw) <

Re: [U-Boot] Problem with mounting a jffs2 partition on flash.

2016-02-09 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi, Thank you for you responses! @To Marek: > It would be very helpful to see the whole boot output, not just U-Boot output. > For example SPL output is missing. Are you using mainline U-Boot SPL or not ? Here is the output from SPL: U-Boot SPL 2013.01.01-svn564 (May 27 2015 - 17:58:12) Board

Re: [U-Boot] Problem with mounting a jffs2 partition on flash.

2016-02-08 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Hi Wolfgang, Thank you for your quick reply. > 1) Is there any specific reason for using JFFS2? We consider this > pretty much deprecated today and usually tend to prefer UBI/UBIFS. Yes, I'm aware that jffs2 is quite old and ubifs is a successor of jffs2, but the reason is that current

[yocto] fortran in yocto

2016-02-08 Thread Liubchynskyi, Stanislav (Nokia - PL/Wroclaw)
Hi, I want to add fortran support to yocto build. I try different way whitch describe in the ethernet but enyone does't work. I use fido branch and gcc 4.9. Can you describe me step by step how to enable fortran in yocto or where I can find work instruction. Thanks for help. Best regards,

[U-Boot] Problem with mounting a jffs2 partition on flash.

2016-02-08 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
Dear U-boot Support, My name is Denis and I'm representing Nokia. We want to have flexibility in choosing which Linux kernel image to load for different HW configurations. But we don't want to define several partitions and use hardcoded addresses on the flash to fetch the needed Linux kernel

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-08 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
The problem is, it doesn't doit delirebately, when I run bitbake -f -c latest_link myrecipe , it works when the process is in the tasks batch running bitbake myrecipe it doesn't What am I doing wrong ? Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) NSN - PL/Wroclaw

Re: [Qemu-devel] [PATCH v2 05/11] block: m25p80: 4byte address mode

2016-02-05 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
Hello, > -Original Message- > From: EXT Cédric Le Goater [mailto:c...@fr.ibm.com] > Sent: Friday, February 05, 2016 8:53 AM > To: Krzeminski, Marcin (Nokia - PL/Wroclaw); qemu-devel@nongnu.org > Cc: crosthwaitepe...@gmail.com; pawel.len...@itlen.com > Subject: Re: [PAT

Re: [Qemu-devel] [PATCH v2 04/11] block: m25p80: Extend address mode

2016-02-05 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
> -Original Message- > From: EXT Cédric Le Goater [mailto:c...@fr.ibm.com] > Sent: Friday, February 05, 2016 8:58 AM > To: Krzeminski, Marcin (Nokia - PL/Wroclaw); qemu-devel@nongnu.org > Cc: crosthwaitepe...@gmail.com; pawel.len...@itlen.com > Subject: Re: [PATCH v2 04

Re: [Qemu-devel] [PATCH v2 07/11] block: m25p80: Dummy cycles for N25Q256/512

2016-02-05 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
> -Original Message- > From: EXT Cédric Le Goater [mailto:c...@fr.ibm.com] > Sent: Friday, February 05, 2016 9:06 AM > To: Krzeminski, Marcin (Nokia - PL/Wroclaw); qemu-devel@nongnu.org > Cc: crosthwaitepe...@gmail.com; pawel.len...@itlen.com > Subject: Re: [PATCH v2 07

Re: [Qemu-devel] [PATCH 06/12] 4byte address mode support added.

2016-02-04 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
> -Original Message- > From: EXT Peter Crosthwaite [mailto:crosthwaitepe...@gmail.com] > Sent: Tuesday, December 22, 2015 10:29 PM > To: Cédric Le Goater; g...@xilinx.com > Cc: Krzeminski, Marcin (Nokia - PL/Wroclaw); qemu-devel@nongnu.org > Developers; Lenkow, Pawel (

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-04 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
linkname="$(basename $(dirname ${WORKDIR}))/latest" rm -f $linkname ln -s ${WORKDIR} $linkname fi } addtask latest_link after do_unpack Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) NSN - PL/Wroclaw On 03.02.2016 12:05, EXT M

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-04 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
I will check that out, thanks! Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) NSN - PL/Wroclaw On 03.02.2016 16:40, EXT Burton, Ross wrote: On 3 February 2016 at 14:16, Woronicz, Bartosz ( NSN - PL/Wroclaw) <bartosz.woron...@nokia.com <mailto:bartosz.woron...@nok

[yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-03 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
osz Woronicz Engineer, Software Configuration (SCM) NSN - PL/Wroclaw -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-03 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
On 03.02.2016 11:28, EXT Burton, Ross wrote: On 3 February 2016 at 10:13, Woronicz, Bartosz ( NSN - PL/Wroclaw) <bartosz.woron...@nokia.com <mailto:bartosz.woron...@nokia.com>> wrote: Let's say I have my package at host-64/tmp/work/x86_64-poky-linux/mypackage/1.2.3-r4/

Re: [Qemu-devel] [PATCH 02/12] Added reset-pin emulation in model.

2016-02-01 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
> -Original Message- > From: EXT Peter Crosthwaite [mailto:crosthwaitepe...@gmail.com] > Sent: Monday, February 01, 2016 7:29 PM > To: Krzeminski, Marcin (Nokia - PL/Wroclaw) > Cc: Peter Maydell; qemu-devel@nongnu.org Developers; Lenkow, Pawel > (Nokia - PL/Wroclaw) &g

[Bug other/69424] New: libcc1/findcomp.cc:21:18: fatal error: string: No such file or directory

2016-01-21 Thread ext73 at wp dot pl
: blocker Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: ext73 at wp dot pl Target Milestone: --- Until the release of gcc-5-20160105 everything worked properly. By contrast, the version of gcc-5-20160112 I am not able to install

[Bug c++/69138] New: Woverflow not triggered for constexpr within class

2016-01-04 Thread krzysztof.wesolowski at rainlabs dot pl
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: krzysztof.wesolowski at rainlabs dot pl Target Milestone: --- When i have following code: #include static constexpr uint8_t small_global = 0x; class A { static constexpr uint8_t small_within_class

Re: [Qemu-devel] [PATCH 10/12] Support for quad commands.

2015-12-29 Thread Lenkow, Pawel (Nokia - PL/Wroclaw)
> -Original Message- > From: EXT Peter Crosthwaite [mailto:crosthwaitepe...@gmail.com] > Sent: Wednesday, December 23, 2015 3:25 AM > To: Krzeminski, Marcin (Nokia - PL/Wroclaw); Cédric Le Goater > Cc: qemu-devel@nongnu.org Developers; Lenkow, Pawel (Nokia - > PL/Wroc

[Bug rtl-optimization/69047] New: memcpy of 64-bit integer to 32-bit integer causes pointless stack operations on ARM

2015-12-24 Thread x.fix at o2 dot pl
Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: x.fix at o2 dot pl Target Milestone: --- Created attachment 37131 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37131=edit d.c When a funct

[Qemu-devel] ODP: [PATCH 02/12] Added reset-pin emulation in model.

2015-12-21 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 21.12.2015 o 12:04, Peter Crosthwaite pisze: > On Wed, Dec 16, 2015 at 4:57 AM, wrote: >> From: Marcin Krzeminski >> >> Signed-off-by: Marcin Krzeminski >> --- >> hw/block/m25p80.c | 38

[Qemu-devel] ODP: [PATCH 04/12] Changed variable type to allow serial eeprom emulation (changing 0->1).

2015-12-21 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 21.12.2015 o 12:23, Peter Crosthwaite pisze: > Your commit message subject line should be a little shorter and > lengthier explanations of the patch content go here as a paragraph. > You should also have subsystem prefixes to patch subject lines. This > patch would be something like: > >

[Qemu-devel] ODP: [PATCH 10/12] Support for quad commands.

2015-12-21 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 21.12.2015 o 12:52, Peter Crosthwaite pisze: > On Wed, Dec 16, 2015 at 4:57 AM, wrote: >> From: Marcin Krzeminski >> >> Signed-off-by: Pawel Lenkow > > Same comments as for earlier patches. Need to

[Qemu-devel] ODP: [PATCH 05/12] Added support for serial eeproms - AT25128A/AT25256A

2015-12-21 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 21.12.2015 o 12:28, Peter Crosthwaite pisze: > Subsystem prefix needed in commit subject (block: m25p80). Bring the > mention of specific parts to the paragraph to shorten the subject. I accidentally removed word m25p80 from all patches subject. Sorry. > > > On Wed, Dec 16, 2015 at 4:57

[Qemu-devel] ODP: [PATCH 08/12] Support for N25Q256A/N25Q512A

2015-12-21 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 21.12.2015 o 11:29, Peter Crosthwaite pisze: > On Wed, Dec 16, 2015 at 4:57 AM, wrote: >> From: Marcin Krzeminski >> >> Signed-off-by: Marcin Krzeminski >> --- >> hw/block/m25p80.c | 2 ++ >> 1

[Qemu-devel] ODP: [PATCH 06/12] 4byte address mode support added.

2015-12-21 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 21.12.2015 o 12:35, Peter Crosthwaite pisze: > Commit subject subsystem prefix (block: m25p80:) needed. > > On Wed, Dec 16, 2015 at 4:57 AM, wrote: >> From: Marcin Krzeminski >> >> Signed-off-by: Marcin Krzeminski

[Qemu-devel] ODP: [PATCH 12/12] Read flag status register command support added.

2015-12-21 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 21.12.2015 o 12:54, Peter Crosthwaite pisze: > Subsystem prefix needed and reverse commit subject to start with verb: > > "block: m25p80: Add Read Flag Status command" > > On Wed, Dec 16, 2015 at 4:57 AM, wrote: >> From: Marcin Krzeminski

[Qemu-devel] ODP: [PATCH 03/12] Reset enable and reset memory commands support.

2015-12-21 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 21.12.2015 o 12:18, Peter Crosthwaite pisze: > On Wed, Dec 16, 2015 at 4:57 AM, wrote: >> From: Marcin Krzeminski >> >> Signed-off-by: Marcin Krzeminski >> --- >> hw/block/m25p80.c | 15

[Qemu-devel] ODP: [PATCH 07/12] Added support for extend address mode commands.

2015-12-21 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 21.12.2015 o 12:41, Peter Crosthwaite pisze: > Subsystem prefix. > > On Wed, Dec 16, 2015 at 4:57 AM, wrote: >> From: Marcin Krzeminski >> >> Signed-off-by: Marcin Krzeminski >> --- >>

[Qemu-devel] ODP: [PATCH 09/12] Support for 6Bytes jdec.

2015-12-21 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
W dniu 21.12.2015 o 11:47, Peter Crosthwaite pisze: > You need to add more notes in commit messages about what you have > changed. Specifically here, you need to say something about the > arrayification of the Jedec ID. You are also correcting terminology by > changing ext_jedec to ext_id which

[Bug gas/19386] New: Problem with building PDF documentation of gas

2015-12-21 Thread freddie_chopin at op dot pl
Component: gas Assignee: unassigned at sourceware dot org Reporter: freddie_chopin at op dot pl Target Milestone: --- Created attachment 8857 --> https://sourceware.org/bugzilla/attachment.cgi?id=8857=edit log of gas PDF I've tried building the most recent binutils for arm-n

[Bug gas/19386] Problem with building PDF documentation of gas

2015-12-21 Thread freddie_chopin at op dot pl
https://sourceware.org/bugzilla/show_bug.cgi?id=19386 --- Comment #1 from Freddie Chopin --- Created attachment 8858 --> https://sourceware.org/bugzilla/attachment.cgi?id=8858=edit console output when building gas PDF -- You are receiving this mail because: You are on the CC list for the

[oe] How to force recipe to be parsed eveey time - dynamic PV value

2015-12-18 Thread Kubalski, Lukasz (EXT-Espotel - PL/Wroclaw)
I have problem that recipe is not always parsed. Is it way to force it? Like checksum/signature/stamp invalidation? Problem details: I need to have my PV to be generated dynamically e.g like PV = "${@my_get_version_func(d)}" In such case recipe is not parsed every time (checksum doesn't

Re: [Qemu-devel] [PATCH 00/12] Support for new flash devices/4bytes commands

2015-12-16 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
Corrected Peters address ( it seem that maintainers file has wrong email address). > -Original Message- > From: marcin.krzemin...@nokia.com [mailto:marcin.krzemin...@nokia.com] > Sent: Wednesday, December 16, 2015 1:57 PM > To: qemu-devel@nongnu.org > Cc: Lenkow, Pa

[Bug c++/68903] New: missing default initialization of member when combined with virtual imheritance

2015-12-14 Thread spam at trzeci dot pl
: blocker Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: spam at trzeci dot pl Target Milestone: --- B::b is not constructed at all in the following code: struct Attribute { int i; Attribute( int _i ) :i(_i) {} }; struct

[JIRA] [conditional-buildstep-plugin] (JENKINS-32032) StackOverflowError with conditional step calling maven build step

2015-12-11 Thread garag...@o2.pl (JIRA)
Title: Message Title Marcin Pikulski created an issue

[yocto] [Custom PV for Image] Image not build correctyl - exits with an error

2015-12-09 Thread Kubalski, Lukasz (EXT-Espotel - PL/Wroclaw)
Hi In our project we had an idea to use more customized Image names based on PV. The idea was to set PV to format CommitDate.hash. I achieved that by creating class and inheriting it in our image .bb recipes. Class content (brief): DESCRIPTION = "Class for automatic recipe versioning based

[Bug c++/68732] Internal error while compiling CLRadeonExtender

2015-12-06 Thread matszpk at interia dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68732 --- Comment #3 from matszpk --- Thank you for quick answer and advice. Now, I am using default gcc-5 from OpenSUSE Leap 42.1. Perhaps, I will try to use GCC 5.3 in near future...

[Bug c++/68732] New: Internal error while compiling CLRadeonExtender

2015-12-06 Thread matszpk at interia dot pl
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: matszpk at interia dot pl Target Milestone: --- Hi. I tried to compile my project with GCC 5.2.1 that provided by distro OpenSUSE Leap 42.1, and I that version of a compiler reports an internal error: Full command line

[Bug c++/68732] Internal error while compiling CLRadeonExtender

2015-12-06 Thread matszpk at interia dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68732 --- Comment #1 from matszpk --- Created attachment 36936 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36936=edit preprocessed file

Re: [Qemu-devel] [PATCH] m25p80.c Added support for N25Q256 and N25Q512

2015-11-30 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
> -Original Message- > From: EXT Peter Crosthwaite [mailto:crosthwaitepe...@gmail.com] > Sent: Monday, November 30, 2015 9:55 PM > To: Krzeminski, Marcin (Nokia - PL/Wroclaw) > Cc: qemu-devel@nongnu.org; g...@xilinx.com; Sai Pavan Boddu > Subject: Re: [Qemu-devel] [PAT

Re: [Qemu-devel] SPI EEPROM device model

2015-11-30 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
> -Original Message- > From: EXT Peter Crosthwaite [mailto:crosthwaitepe...@gmail.com] > Sent: Monday, November 30, 2015 7:45 PM > To: Krzeminski, Marcin (Nokia - PL/Wroclaw) > Cc: qemu-devel@nongnu.org > Subject: Re: SPI EEPROM device model > > On Mon,

Re: [Qemu-devel] [PATCH] m25p80.c Added support for N25Q256 and N25Q512

2015-11-30 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
> -Original Message- > From: EXT Peter Crosthwaite [mailto:crosthwaitepe...@gmail.com] > Sent: Sunday, November 29, 2015 8:19 PM > To: Krzeminski, Marcin (Nokia - PL/Wroclaw) > Cc: qemu-devel@nongnu.org; g...@xilinx.com; Sai Pavan Boddu > Subject: Re: [Qemu-devel] [PAT

[Qemu-devel] SPI EEPROM device model

2015-11-30 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
Hello, I need to write some SPI eeprom device model (probably AT25128B or AT93C56). I can not see any such device in qemu, but this time I want to ask before I start to implement, if something that can speed up work is already present somewhere ? Maybe do you have some preferences which eeprom

Re: [Qemu-devel] [PATCH] m25p80.c Added support for N25Q256 and N25Q512

2015-11-29 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
> -Original Message- > From: EXT Peter Crosthwaite [mailto:crosthwaitepe...@gmail.com] > Sent: Saturday, November 28, 2015 7:50 PM > To: Krzeminski, Marcin (Nokia - PL/Wroclaw) > Cc: qemu-devel@nongnu.org; g...@xilinx.com; Sai Pavan Boddu > Subject: Re: [Qemu-devel

<    5   6   7   8   9   10   11   12   13   14   >