* [U-Boot] FPGA detection failure on Cyclone V soc development kit @ 2016-01-20 20:31 Måns Rullgård 2016-01-21 16:18 ` Tom Rini 0 siblings, 1 reply; 22+ messages in thread From: Måns Rullgård @ 2016-01-20 20:31 UTC (permalink / raw) To: u-boot I'm having a problem with u-boot 2016.01 failing to detect the FPGA on my Altera Cyclone V SoC Development Kit. On startup, it simply prints "FPGA: Not Altera chip ID" (the ID having been read as all-zero). No amount of messing with jumpers or switches makes a difference. The software on the SD card included in the box appears to work, so on a whim I took the SPL pre-loader from this card and combined it with the main 2016.01 u-boot. This makes the detection succeed, despite Marek baulking at this idea. The "good" SPL identifies as "U-Boot SPL 2013.01.01 (Dec 04 2014 - 08:59:41)" which is a different build date than the main u-boot on the same SD card, so which source code version it was built from is anyone's guess. What's interesting is that Marek's board works with u-boot 2016.01 while mine fails even with the very same binary. The boards are different revisions (his 100-0321003-C1, mine -E1), and the main Cyclone V chips are also different (his 5CSXFC6D6F31C8NES, mine 5CSXFC6D6F31C6N). Any suggestions for what to try next? -- M?ns Rullg?rd ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-01-20 20:31 [U-Boot] FPGA detection failure on Cyclone V soc development kit Måns Rullgård @ 2016-01-21 16:18 ` Tom Rini 2016-01-21 16:20 ` Måns Rullgård 0 siblings, 1 reply; 22+ messages in thread From: Tom Rini @ 2016-01-21 16:18 UTC (permalink / raw) To: u-boot On Wed, Jan 20, 2016 at 08:31:30PM +0000, M?ns Rullg?rd wrote: > I'm having a problem with u-boot 2016.01 failing to detect the FPGA on > my Altera Cyclone V SoC Development Kit. On startup, it simply prints > "FPGA: Not Altera chip ID" (the ID having been read as all-zero). No > amount of messing with jumpers or switches makes a difference. The > software on the SD card included in the box appears to work, so on a > whim I took the SPL pre-loader from this card and combined it with the > main 2016.01 u-boot. This makes the detection succeed, despite Marek > baulking at this idea. The "good" SPL identifies as "U-Boot SPL > 2013.01.01 (Dec 04 2014 - 08:59:41)" which is a different build date > than the main u-boot on the same SD card, so which source code version > it was built from is anyone's guess. > > What's interesting is that Marek's board works with u-boot 2016.01 while > mine fails even with the very same binary. The boards are different > revisions (his 100-0321003-C1, mine -E1), and the main Cyclone V chips > are also different (his 5CSXFC6D6F31C8NES, mine 5CSXFC6D6F31C6N). > > Any suggestions for what to try next? v2016.01 release or to of tree? If top of tree, try http://patchwork.ozlabs.org/patch/570009/ -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160121/0d20c8a2/attachment.sig> ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-01-21 16:18 ` Tom Rini @ 2016-01-21 16:20 ` Måns Rullgård 2016-01-21 16:31 ` Marek Vasut 0 siblings, 1 reply; 22+ messages in thread From: Måns Rullgård @ 2016-01-21 16:20 UTC (permalink / raw) To: u-boot Tom Rini <trini@konsulko.com> writes: > On Wed, Jan 20, 2016 at 08:31:30PM +0000, M?ns Rullg?rd wrote: > >> I'm having a problem with u-boot 2016.01 failing to detect the FPGA on >> my Altera Cyclone V SoC Development Kit. On startup, it simply prints >> "FPGA: Not Altera chip ID" (the ID having been read as all-zero). No >> amount of messing with jumpers or switches makes a difference. The >> software on the SD card included in the box appears to work, so on a >> whim I took the SPL pre-loader from this card and combined it with the >> main 2016.01 u-boot. This makes the detection succeed, despite Marek >> baulking at this idea. The "good" SPL identifies as "U-Boot SPL >> 2013.01.01 (Dec 04 2014 - 08:59:41)" which is a different build date >> than the main u-boot on the same SD card, so which source code version >> it was built from is anyone's guess. >> >> What's interesting is that Marek's board works with u-boot 2016.01 while >> mine fails even with the very same binary. The boards are different >> revisions (his 100-0321003-C1, mine -E1), and the main Cyclone V chips >> are also different (his 5CSXFC6D6F31C8NES, mine 5CSXFC6D6F31C6N). >> >> Any suggestions for what to try next? > > v2016.01 release or to of tree? If top of tree, try > http://patchwork.ozlabs.org/patch/570009/ Tried release, top of tree, and top of tree with that patch. Nothing works. -- M?ns Rullg?rd ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-01-21 16:20 ` Måns Rullgård @ 2016-01-21 16:31 ` Marek Vasut 2016-01-22 16:35 ` Dinh Nguyen 0 siblings, 1 reply; 22+ messages in thread From: Marek Vasut @ 2016-01-21 16:31 UTC (permalink / raw) To: u-boot On Thursday, January 21, 2016 at 05:20:33 PM, M?ns Rullg?rd wrote: > Tom Rini <trini@konsulko.com> writes: > > On Wed, Jan 20, 2016 at 08:31:30PM +0000, M?ns Rullg?rd wrote: > >> I'm having a problem with u-boot 2016.01 failing to detect the FPGA on > >> my Altera Cyclone V SoC Development Kit. On startup, it simply prints > >> "FPGA: Not Altera chip ID" (the ID having been read as all-zero). No > >> amount of messing with jumpers or switches makes a difference. The > >> software on the SD card included in the box appears to work, so on a > >> whim I took the SPL pre-loader from this card and combined it with the > >> main 2016.01 u-boot. This makes the detection succeed, despite Marek > >> baulking at this idea. The "good" SPL identifies as "U-Boot SPL > >> 2013.01.01 (Dec 04 2014 - 08:59:41)" which is a different build date > >> than the main u-boot on the same SD card, so which source code version > >> it was built from is anyone's guess. > >> > >> What's interesting is that Marek's board works with u-boot 2016.01 while > >> mine fails even with the very same binary. The boards are different > >> revisions (his 100-0321003-C1, mine -E1), and the main Cyclone V chips > >> are also different (his 5CSXFC6D6F31C8NES, mine 5CSXFC6D6F31C6N). > >> > >> Any suggestions for what to try next? > > > > v2016.01 release or to of tree? If top of tree, try > > http://patchwork.ozlabs.org/patch/570009/ > > Tried release, top of tree, and top of tree with that patch. Nothing > works. btw. you dropped Dinh from the CC . Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-01-21 16:31 ` Marek Vasut @ 2016-01-22 16:35 ` Dinh Nguyen 2016-01-27 13:34 ` Chin Liang See 2016-02-01 22:25 ` Dinh Nguyen 0 siblings, 2 replies; 22+ messages in thread From: Dinh Nguyen @ 2016-01-22 16:35 UTC (permalink / raw) To: u-boot On 01/21/2016 10:31 AM, Marek Vasut wrote: > On Thursday, January 21, 2016 at 05:20:33 PM, M?ns Rullg?rd wrote: >> Tom Rini <trini@konsulko.com> writes: >>> On Wed, Jan 20, 2016 at 08:31:30PM +0000, M?ns Rullg?rd wrote: >>>> I'm having a problem with u-boot 2016.01 failing to detect the FPGA on >>>> my Altera Cyclone V SoC Development Kit. On startup, it simply prints >>>> "FPGA: Not Altera chip ID" (the ID having been read as all-zero). No >>>> amount of messing with jumpers or switches makes a difference. The >>>> software on the SD card included in the box appears to work, so on a >>>> whim I took the SPL pre-loader from this card and combined it with the >>>> main 2016.01 u-boot. This makes the detection succeed, despite Marek >>>> baulking at this idea. The "good" SPL identifies as "U-Boot SPL >>>> 2013.01.01 (Dec 04 2014 - 08:59:41)" which is a different build date >>>> than the main u-boot on the same SD card, so which source code version >>>> it was built from is anyone's guess. >>>> >>>> What's interesting is that Marek's board works with u-boot 2016.01 while >>>> mine fails even with the very same binary. The boards are different >>>> revisions (his 100-0321003-C1, mine -E1), and the main Cyclone V chips >>>> are also different (his 5CSXFC6D6F31C8NES, mine 5CSXFC6D6F31C6N). >>>> >>>> Any suggestions for what to try next? >>> >>> v2016.01 release or to of tree? If top of tree, try >>> http://patchwork.ozlabs.org/patch/570009/ >> >> Tried release, top of tree, and top of tree with that patch. Nothing >> works. > > btw. you dropped Dinh from the CC . > Sorry, but I haven't had a chance to take a look at this. I'll try to looking this in the following week. Dinh ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-01-22 16:35 ` Dinh Nguyen @ 2016-01-27 13:34 ` Chin Liang See 2016-01-27 13:46 ` Måns Rullgård 2016-02-01 22:25 ` Dinh Nguyen 1 sibling, 1 reply; 22+ messages in thread From: Chin Liang See @ 2016-01-27 13:34 UTC (permalink / raw) To: u-boot On Fri, 2016-01-22 at 10:35 -0600, Dinh Nguyen wrote: > On 01/21/2016 10:31 AM, Marek Vasut wrote: > > On Thursday, January 21, 2016 at 05:20:33 PM, M?ns Rullg?rd wrote: > > > Tom Rini <trini@konsulko.com> writes: > > > > On Wed, Jan 20, 2016 at 08:31:30PM +0000, M?ns Rullg?rd wrote: > > > > > I'm having a problem with u-boot 2016.01 failing to detect > > > > > the FPGA on > > > > > my Altera Cyclone V SoC Development Kit. On startup, it > > > > > simply prints > > > > > "FPGA: Not Altera chip ID" (the ID having been read as all > > > > > -zero). No > > > > > amount of messing with jumpers or switches makes a > > > > > difference. The > > > > > software on the SD card included in the box appears to work, > > > > > so on a > > > > > whim I took the SPL pre-loader from this card and combined it > > > > > with the > > > > > main 2016.01 u-boot. This makes the detection succeed, > > > > > despite Marek > > > > > baulking at this idea. The "good" SPL identifies as "U-Boot > > > > > SPL > > > > > 2013.01.01 (Dec 04 2014 - 08:59:41)" which is a different > > > > > build date > > > > > than the main u-boot on the same SD card, so which source > > > > > code version > > > > > it was built from is anyone's guess. > > > > > > > > > > What's interesting is that Marek's board works with u-boot > > > > > 2016.01 while > > > > > mine fails even with the very same binary. The boards are > > > > > different > > > > > revisions (his 100-0321003-C1, mine -E1), and the main > > > > > Cyclone V chips > > > > > are also different (his 5CSXFC6D6F31C8NES, mine > > > > > 5CSXFC6D6F31C6N). > > > > > > > > > > Any suggestions for what to try next? > > > > > > > > v2016.01 release or to of tree? If top of tree, try > > > > http://patchwork.ozlabs.org/patch/570009/ > > > > > > Tried release, top of tree, and top of tree with that patch. > > > Nothing > > > works. Both part number is different in speed grade. This is first time I heard about this issue. A quick suspect might due to clock. Can you try to copy pll_config.h that is passing (from 2013.01.01) and replace the one in 2016? Thanks Chin Liang > > > > btw. you dropped Dinh from the CC . > > > > Sorry, but I haven't had a chance to take a look at this. I'll try to > looking this in the following week. > > Dinh > ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-01-27 13:34 ` Chin Liang See @ 2016-01-27 13:46 ` Måns Rullgård 2016-01-27 14:16 ` Chin Liang See 0 siblings, 1 reply; 22+ messages in thread From: Måns Rullgård @ 2016-01-27 13:46 UTC (permalink / raw) To: u-boot Chin Liang See <clsee@altera.com> writes: > On Fri, 2016-01-22 at 10:35 -0600, Dinh Nguyen wrote: >> On 01/21/2016 10:31 AM, Marek Vasut wrote: >> > On Thursday, January 21, 2016 at 05:20:33 PM, M?ns Rullg?rd wrote: >> > > Tom Rini <trini@konsulko.com> writes: >> > > > On Wed, Jan 20, 2016 at 08:31:30PM +0000, M?ns Rullg?rd wrote: >> > > > > I'm having a problem with u-boot 2016.01 failing to detect >> > > > > the FPGA on my Altera Cyclone V SoC Development Kit. On >> > > > > startup, it simply prints "FPGA: Not Altera chip ID" (the ID >> > > > > having been read as all -zero). No amount of messing with >> > > > > jumpers or switches makes a difference. The software on the >> > > > > SD card included in the box appears to work, so on a whim I >> > > > > took the SPL pre-loader from this card and combined it with >> > > > > the main 2016.01 u-boot. This makes the detection succeed, >> > > > > despite Marek baulking at this idea. The "good" SPL >> > > > > identifies as "U-Boot SPL 2013.01.01 (Dec 04 2014 - >> > > > > 08:59:41)" which is a different build date than the main >> > > > > u-boot on the same SD card, so which source code version it >> > > > > was built from is anyone's guess. >> > > > > >> > > > > What's interesting is that Marek's board works with u-boot >> > > > > 2016.01 while mine fails even with the very same binary. >> > > > > The boards are different revisions (his 100-0321003-C1, mine >> > > > > -E1), and the main Cyclone V chips are also different (his >> > > > > 5CSXFC6D6F31C8NES, mine 5CSXFC6D6F31C6N). >> > > > > >> > > > > Any suggestions for what to try next? >> > > > v2016.01 release or to of tree? If top of tree, try >> > > > http://patchwork.ozlabs.org/patch/570009/ >> > > Tried release, top of tree, and top of tree with that patch. >> > > Nothing works. > > Both part number is different in speed grade. This is first time I > heard about this issue. A quick suspect might due to clock. Can you > try to copy pll_config.h that is passing (from 2013.01.01) and replace > the one in 2016? That doesn't work at all. Now it fails to detect the FPGA, then hangs after printing the amount of DRAM. -- M?ns Rullg?rd ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-01-27 13:46 ` Måns Rullgård @ 2016-01-27 14:16 ` Chin Liang See 2016-01-27 14:18 ` Måns Rullgård 0 siblings, 1 reply; 22+ messages in thread From: Chin Liang See @ 2016-01-27 14:16 UTC (permalink / raw) To: u-boot On Wed, 2016-01-27 at 13:46 +0000, M?ns Rullg?rd wrote: > Chin Liang See <clsee@altera.com> writes: > > > On Fri, 2016-01-22 at 10:35 -0600, Dinh Nguyen wrote: > > > On 01/21/2016 10:31 AM, Marek Vasut wrote: > > > > On Thursday, January 21, 2016 at 05:20:33 PM, M?ns Rullg?rd > > > > wrote: > > > > > Tom Rini <trini@konsulko.com> writes: > > > > > > On Wed, Jan 20, 2016 at 08:31:30PM +0000, M?ns Rullg?rd > > > > > > wrote: > > > > > > > I'm having a problem with u-boot 2016.01 failing to > > > > > > > detect > > > > > > > the FPGA on my Altera Cyclone V SoC Development Kit. On > > > > > > > startup, it simply prints "FPGA: Not Altera chip ID" (the > > > > > > > ID > > > > > > > having been read as all -zero). No amount of messing > > > > > > > with > > > > > > > jumpers or switches makes a difference. The software on > > > > > > > the > > > > > > > SD card included in the box appears to work, so on a whim > > > > > > > I > > > > > > > took the SPL pre-loader from this card and combined it > > > > > > > with > > > > > > > the main 2016.01 u-boot. This makes the detection > > > > > > > succeed, > > > > > > > despite Marek baulking at this idea. The "good" SPL > > > > > > > identifies as "U-Boot SPL 2013.01.01 (Dec 04 2014 - > > > > > > > 08:59:41)" which is a different build date than the main > > > > > > > u-boot on the same SD card, so which source code version > > > > > > > it > > > > > > > was built from is anyone's guess. > > > > > > > > > > > > > > What's interesting is that Marek's board works with u > > > > > > > -boot > > > > > > > 2016.01 while mine fails even with the very same binary. > > > > > > > The boards are different revisions (his 100-0321003-C1, > > > > > > > mine > > > > > > > -E1), and the main Cyclone V chips are also different > > > > > > > (his > > > > > > > 5CSXFC6D6F31C8NES, mine 5CSXFC6D6F31C6N). > > > > > > > > > > > > > > Any suggestions for what to try next? > > > > > > v2016.01 release or to of tree? If top of tree, try > > > > > > http://patchwork.ozlabs.org/patch/570009/ > > > > > Tried release, top of tree, and top of tree with that patch. > > > > > Nothing works. > > > > Both part number is different in speed grade. This is first time I > > heard about this issue. A quick suspect might due to clock. Can you > > try to copy pll_config.h that is passing (from 2013.01.01) and > > replace > > the one in 2016? > > That doesn't work at all. Now it fails to detect the FPGA, then > hangs > after printing the amount of DRAM. Can you share with me the pll_config for 2013.01.01 that is working for you? We would want to lower down the clock supplied to Scan Manager which spi_m_clk and see whether that helps. Thanks Chin Liang > ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-01-27 14:16 ` Chin Liang See @ 2016-01-27 14:18 ` Måns Rullgård 2016-01-27 14:20 ` Chin Liang See 2016-04-06 15:07 ` Marek Vasut 0 siblings, 2 replies; 22+ messages in thread From: Måns Rullgård @ 2016-01-27 14:18 UTC (permalink / raw) To: u-boot Chin Liang See <clsee@altera.com> writes: > On Wed, 2016-01-27 at 13:46 +0000, M?ns Rullg?rd wrote: >> Chin Liang See <clsee@altera.com> writes: >> >> > On Fri, 2016-01-22 at 10:35 -0600, Dinh Nguyen wrote: >> > > On 01/21/2016 10:31 AM, Marek Vasut wrote: >> > > > On Thursday, January 21, 2016 at 05:20:33 PM, M?ns Rullg?rd >> > > > wrote: >> > > > > Tom Rini <trini@konsulko.com> writes: >> > > > > > On Wed, Jan 20, 2016 at 08:31:30PM +0000, M?ns Rullg?rd >> > > > > > wrote: >> > > > > > > I'm having a problem with u-boot 2016.01 failing to >> > > > > > > detect the FPGA on my Altera Cyclone V SoC Development >> > > > > > > Kit. On startup, it simply prints "FPGA: Not Altera chip >> > > > > > > ID" (the ID having been read as all -zero). No amount of >> > > > > > > messing with jumpers or switches makes a difference. The >> > > > > > > software on the SD card included in the box appears to >> > > > > > > work, so on a whim I took the SPL pre-loader from this >> > > > > > > card and combined it with the main 2016.01 u-boot. This >> > > > > > > makes the detection succeed, despite Marek baulking at >> > > > > > > this idea. The "good" SPL identifies as "U-Boot SPL >> > > > > > > 2013.01.01 (Dec 04 2014 - 08:59:41)" which is a different >> > > > > > > build date than the main u-boot on the same SD card, so >> > > > > > > which source code version it was built from is anyone's >> > > > > > > guess. >> > > > > > > >> > > > > > > What's interesting is that Marek's board works with u >> > > > > > > -boot 2016.01 while mine fails even with the very same >> > > > > > > binary. The boards are different revisions (his >> > > > > > > 100-0321003-C1, mine -E1), and the main Cyclone V chips >> > > > > > > are also different (his 5CSXFC6D6F31C8NES, mine >> > > > > > > 5CSXFC6D6F31C6N). >> > > > > > > >> > > > > > > Any suggestions for what to try next? >> > > > > > v2016.01 release or to of tree? If top of tree, try >> > > > > > http://patchwork.ozlabs.org/patch/570009/ >> > > > > Tried release, top of tree, and top of tree with that patch. >> > > > > Nothing works. >> > >> > Both part number is different in speed grade. This is first time I >> > heard about this issue. A quick suspect might due to clock. Can you >> > try to copy pll_config.h that is passing (from 2013.01.01) and >> > replace >> > the one in 2016? >> >> That doesn't work at all. Now it fails to detect the FPGA, then >> hangs after printing the amount of DRAM. > > Can you share with me the pll_config for 2013.01.01 that is working for > you? I don't know that it is. The only thing I've found to work is the unidentified SPL on the SD card that came with the dev kit. -- M?ns Rullg?rd ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-01-27 14:18 ` Måns Rullgård @ 2016-01-27 14:20 ` Chin Liang See 2016-04-06 15:07 ` Marek Vasut 1 sibling, 0 replies; 22+ messages in thread From: Chin Liang See @ 2016-01-27 14:20 UTC (permalink / raw) To: u-boot On Wed, 2016-01-27 at 14:18 +0000, M?ns Rullg?rd wrote: > Chin Liang See <clsee@altera.com> writes: > > > On Wed, 2016-01-27 at 13:46 +0000, M?ns Rullg?rd wrote: > > > Chin Liang See <clsee@altera.com> writes: > > > > > > > On Fri, 2016-01-22 at 10:35 -0600, Dinh Nguyen wrote: > > > > > On 01/21/2016 10:31 AM, Marek Vasut wrote: > > > > > > On Thursday, January 21, 2016 at 05:20:33 PM, M?ns Rullg?rd > > > > > > wrote: > > > > > > > Tom Rini <trini@konsulko.com> writes: > > > > > > > > On Wed, Jan 20, 2016 at 08:31:30PM +0000, M?ns Rullg?rd > > > > > > > > wrote: > > > > > > > > > I'm having a problem with u-boot 2016.01 failing to > > > > > > > > > detect the FPGA on my Altera Cyclone V SoC > > > > > > > > > Development > > > > > > > > > Kit. On startup, it simply prints "FPGA: Not Altera > > > > > > > > > chip > > > > > > > > > ID" (the ID having been read as all -zero). No > > > > > > > > > amount of > > > > > > > > > messing with jumpers or switches makes a difference. > > > > > > > > > The > > > > > > > > > software on the SD card included in the box appears > > > > > > > > > to > > > > > > > > > work, so on a whim I took the SPL pre-loader from > > > > > > > > > this > > > > > > > > > card and combined it with the main 2016.01 u-boot. > > > > > > > > > This > > > > > > > > > makes the detection succeed, despite Marek baulking > > > > > > > > > at > > > > > > > > > this idea. The "good" SPL identifies as "U-Boot SPL > > > > > > > > > 2013.01.01 (Dec 04 2014 - 08:59:41)" which is a > > > > > > > > > different > > > > > > > > > build date than the main u-boot on the same SD card, > > > > > > > > > so > > > > > > > > > which source code version it was built from is > > > > > > > > > anyone's > > > > > > > > > guess. > > > > > > > > > > > > > > > > > > What's interesting is that Marek's board works with u > > > > > > > > > -boot 2016.01 while mine fails even with the very > > > > > > > > > same > > > > > > > > > binary. The boards are different revisions (his > > > > > > > > > 100-0321003-C1, mine -E1), and the main Cyclone V > > > > > > > > > chips > > > > > > > > > are also different (his 5CSXFC6D6F31C8NES, mine > > > > > > > > > 5CSXFC6D6F31C6N). > > > > > > > > > > > > > > > > > > Any suggestions for what to try next? > > > > > > > > v2016.01 release or to of tree? If top of tree, try > > > > > > > > http://patchwork.ozlabs.org/patch/570009/ > > > > > > > Tried release, top of tree, and top of tree with that > > > > > > > patch. > > > > > > > Nothing works. > > > > > > > > Both part number is different in speed grade. This is first > > > > time I > > > > heard about this issue. A quick suspect might due to clock. Can > > > > you > > > > try to copy pll_config.h that is passing (from 2013.01.01) and > > > > replace > > > > the one in 2016? > > > > > > That doesn't work at all. Now it fails to detect the FPGA, then > > > hangs after printing the amount of DRAM. > > > > Can you share with me the pll_config for 2013.01.01 that is working > > for > > you? > > I don't know that it is. The only thing I've found to work is the > unidentified SPL on the SD card that came with the dev kit. Oh ok, that mean no modification from your side. Let me take a look then on the pll_config. > ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-01-27 14:18 ` Måns Rullgård 2016-01-27 14:20 ` Chin Liang See @ 2016-04-06 15:07 ` Marek Vasut 2016-04-06 15:29 ` Dinh Nguyen 2016-04-06 16:06 ` Phil Reid 1 sibling, 2 replies; 22+ messages in thread From: Marek Vasut @ 2016-04-06 15:07 UTC (permalink / raw) To: u-boot On 01/27/2016 03:18 PM, M?ns Rullg?rd wrote: > Chin Liang See <clsee@altera.com> writes: > >> On Wed, 2016-01-27 at 13:46 +0000, M?ns Rullg?rd wrote: >>> Chin Liang See <clsee@altera.com> writes: >>> >>>> On Fri, 2016-01-22 at 10:35 -0600, Dinh Nguyen wrote: >>>>> On 01/21/2016 10:31 AM, Marek Vasut wrote: >>>>>> On Thursday, January 21, 2016 at 05:20:33 PM, M?ns Rullg?rd >>>>>> wrote: >>>>>>> Tom Rini <trini@konsulko.com> writes: >>>>>>>> On Wed, Jan 20, 2016 at 08:31:30PM +0000, M?ns Rullg?rd >>>>>>>> wrote: >>>>>>>>> I'm having a problem with u-boot 2016.01 failing to >>>>>>>>> detect the FPGA on my Altera Cyclone V SoC Development >>>>>>>>> Kit. On startup, it simply prints "FPGA: Not Altera chip >>>>>>>>> ID" (the ID having been read as all -zero). No amount of >>>>>>>>> messing with jumpers or switches makes a difference. The >>>>>>>>> software on the SD card included in the box appears to >>>>>>>>> work, so on a whim I took the SPL pre-loader from this >>>>>>>>> card and combined it with the main 2016.01 u-boot. This >>>>>>>>> makes the detection succeed, despite Marek baulking at >>>>>>>>> this idea. The "good" SPL identifies as "U-Boot SPL >>>>>>>>> 2013.01.01 (Dec 04 2014 - 08:59:41)" which is a different >>>>>>>>> build date than the main u-boot on the same SD card, so >>>>>>>>> which source code version it was built from is anyone's >>>>>>>>> guess. >>>>>>>>> >>>>>>>>> What's interesting is that Marek's board works with u >>>>>>>>> -boot 2016.01 while mine fails even with the very same >>>>>>>>> binary. The boards are different revisions (his >>>>>>>>> 100-0321003-C1, mine -E1), and the main Cyclone V chips >>>>>>>>> are also different (his 5CSXFC6D6F31C8NES, mine >>>>>>>>> 5CSXFC6D6F31C6N). >>>>>>>>> >>>>>>>>> Any suggestions for what to try next? >>>>>>>> v2016.01 release or to of tree? If top of tree, try >>>>>>>> http://patchwork.ozlabs.org/patch/570009/ >>>>>>> Tried release, top of tree, and top of tree with that patch. >>>>>>> Nothing works. >>>> >>>> Both part number is different in speed grade. This is first time I >>>> heard about this issue. A quick suspect might due to clock. Can you >>>> try to copy pll_config.h that is passing (from 2013.01.01) and >>>> replace >>>> the one in 2016? >>> >>> That doesn't work at all. Now it fails to detect the FPGA, then >>> hangs after printing the amount of DRAM. >> >> Can you share with me the pll_config for 2013.01.01 that is working for >> you? > > I don't know that it is. The only thing I've found to work is the > unidentified SPL on the SD card that came with the dev kit. I pushed some DDR fixes into u-boot-socfpga/ddr branch [1], which fixed DDR calibration issue on a board I have in here. Can you try them ? Thanks [1] http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=shortlog;h=refs/heads/ddr -- Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-04-06 15:07 ` Marek Vasut @ 2016-04-06 15:29 ` Dinh Nguyen 2016-04-06 16:48 ` Marek Vasut 2016-04-06 16:06 ` Phil Reid 1 sibling, 1 reply; 22+ messages in thread From: Dinh Nguyen @ 2016-04-06 15:29 UTC (permalink / raw) To: u-boot On Wed, Apr 6, 2016 at 10:07 AM, Marek Vasut <marek.vasut@gmail.com> wrote: > > I pushed some DDR fixes into u-boot-socfpga/ddr branch [1], which fixed > DDR calibration issue on a board I have in here. Can you try them ? Thanks > > [1] > http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=shortlog;h=refs/heads/ddr > I'll do it first thing when I get back from ELC. Thanks, Dinh ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-04-06 15:29 ` Dinh Nguyen @ 2016-04-06 16:48 ` Marek Vasut 2016-04-06 17:16 ` Måns Rullgård 0 siblings, 1 reply; 22+ messages in thread From: Marek Vasut @ 2016-04-06 16:48 UTC (permalink / raw) To: u-boot On 04/06/2016 05:29 PM, Dinh Nguyen wrote: > On Wed, Apr 6, 2016 at 10:07 AM, Marek Vasut <marek.vasut@gmail.com> wrote: >> >> I pushed some DDR fixes into u-boot-socfpga/ddr branch [1], which fixed >> DDR calibration issue on a board I have in here. Can you try them ? Thanks >> >> [1] >> http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=shortlog;h=refs/heads/ddr >> > > I'll do it first thing when I get back from ELC. Cool. I will do proper submission by then. I think Mans had a CV SoCDK which didn't boot with the mainline SPL, so it'd be cool if he could try. btw. I regret not being able to go to ELC quite a lot :'-( -- Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-04-06 16:48 ` Marek Vasut @ 2016-04-06 17:16 ` Måns Rullgård 2016-04-06 19:28 ` Marek Vasut 0 siblings, 1 reply; 22+ messages in thread From: Måns Rullgård @ 2016-04-06 17:16 UTC (permalink / raw) To: u-boot Marek Vasut <marex@denx.de> writes: > On 04/06/2016 05:29 PM, Dinh Nguyen wrote: >> On Wed, Apr 6, 2016 at 10:07 AM, Marek Vasut <marek.vasut@gmail.com> wrote: >>> >>> I pushed some DDR fixes into u-boot-socfpga/ddr branch [1], which fixed >>> DDR calibration issue on a board I have in here. Can you try them ? Thanks >>> >>> [1] >>> http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=shortlog;h=refs/heads/ddr >>> >> >> I'll do it first thing when I get back from ELC. > > Cool. I will do proper submission by then. I think Mans had a CV SoCDK > which didn't boot with the mainline SPL, so it'd be cool if he could try. I will when I get back from ELC. -- M?ns Rullg?rd ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-04-06 17:16 ` Måns Rullgård @ 2016-04-06 19:28 ` Marek Vasut 2016-04-12 13:54 ` Dinh Nguyen 0 siblings, 1 reply; 22+ messages in thread From: Marek Vasut @ 2016-04-06 19:28 UTC (permalink / raw) To: u-boot On 04/06/2016 07:16 PM, M?ns Rullg?rd wrote: > Marek Vasut <marex@denx.de> writes: > >> On 04/06/2016 05:29 PM, Dinh Nguyen wrote: >>> On Wed, Apr 6, 2016 at 10:07 AM, Marek Vasut <marek.vasut@gmail.com> wrote: >>>> >>>> I pushed some DDR fixes into u-boot-socfpga/ddr branch [1], which fixed >>>> DDR calibration issue on a board I have in here. Can you try them ? Thanks >>>> >>>> [1] >>>> http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=shortlog;h=refs/heads/ddr >>>> >>> >>> I'll do it first thing when I get back from ELC. >> >> Cool. I will do proper submission by then. I think Mans had a CV SoCDK >> which didn't boot with the mainline SPL, so it'd be cool if he could try. > > I will when I get back from ELC. > Thanks -- Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-04-06 19:28 ` Marek Vasut @ 2016-04-12 13:54 ` Dinh Nguyen 2016-04-12 14:00 ` Marek Vasut 0 siblings, 1 reply; 22+ messages in thread From: Dinh Nguyen @ 2016-04-12 13:54 UTC (permalink / raw) To: u-boot On 04/06/2016 02:28 PM, Marek Vasut wrote: > On 04/06/2016 07:16 PM, M?ns Rullg?rd wrote: >> Marek Vasut <marex@denx.de> writes: >> >>> On 04/06/2016 05:29 PM, Dinh Nguyen wrote: >>>> On Wed, Apr 6, 2016 at 10:07 AM, Marek Vasut <marek.vasut@gmail.com> wrote: >>>>> >>>>> I pushed some DDR fixes into u-boot-socfpga/ddr branch [1], which fixed >>>>> DDR calibration issue on a board I have in here. Can you try them ? Thanks >>>>> >>>>> [1] >>>>> http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=shortlog;h=refs/heads/ddr >>>>> >>>> >>>> I'll do it first thing when I get back from ELC. >>> >>> Cool. I will do proper submission by then. I think Mans had a CV SoCDK >>> which didn't boot with the mainline SPL, so it'd be cool if he could try. >> >> I will when I get back from ELC. I tested your branch on an DE0-NANO(Atlas) board, and everything looks great! Dinh ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-04-12 13:54 ` Dinh Nguyen @ 2016-04-12 14:00 ` Marek Vasut 2016-04-12 14:17 ` Dinh Nguyen 0 siblings, 1 reply; 22+ messages in thread From: Marek Vasut @ 2016-04-12 14:00 UTC (permalink / raw) To: u-boot On 04/12/2016 03:54 PM, Dinh Nguyen wrote: > > > On 04/06/2016 02:28 PM, Marek Vasut wrote: >> On 04/06/2016 07:16 PM, M?ns Rullg?rd wrote: >>> Marek Vasut <marex@denx.de> writes: >>> >>>> On 04/06/2016 05:29 PM, Dinh Nguyen wrote: >>>>> On Wed, Apr 6, 2016 at 10:07 AM, Marek Vasut <marek.vasut@gmail.com> wrote: >>>>>> >>>>>> I pushed some DDR fixes into u-boot-socfpga/ddr branch [1], which fixed >>>>>> DDR calibration issue on a board I have in here. Can you try them ? Thanks >>>>>> >>>>>> [1] >>>>>> http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=shortlog;h=refs/heads/ddr >>>>>> >>>>> >>>>> I'll do it first thing when I get back from ELC. >>>> >>>> Cool. I will do proper submission by then. I think Mans had a CV SoCDK >>>> which didn't boot with the mainline SPL, so it'd be cool if he could try. >>> >>> I will when I get back from ELC. > > I tested your branch on an DE0-NANO(Atlas) board, and everything looks > great! High-five ! I'm applying those patches then ? :) -- Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-04-12 14:00 ` Marek Vasut @ 2016-04-12 14:17 ` Dinh Nguyen 2016-04-12 14:21 ` Marek Vasut 0 siblings, 1 reply; 22+ messages in thread From: Dinh Nguyen @ 2016-04-12 14:17 UTC (permalink / raw) To: u-boot On 04/12/2016 09:00 AM, Marek Vasut wrote: >> >> I tested your branch on an DE0-NANO(Atlas) board, and everything looks >> great! > > High-five ! I'm applying those patches then ? :) > Sure. Thanks, Dinh ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-04-12 14:17 ` Dinh Nguyen @ 2016-04-12 14:21 ` Marek Vasut 0 siblings, 0 replies; 22+ messages in thread From: Marek Vasut @ 2016-04-12 14:21 UTC (permalink / raw) To: u-boot On 04/12/2016 04:17 PM, Dinh Nguyen wrote: > > > On 04/12/2016 09:00 AM, Marek Vasut wrote: >>> >>> I tested your branch on an DE0-NANO(Atlas) board, and everything looks >>> great! >> >> High-five ! I'm applying those patches then ? :) >> > > Sure. Thanks, OK, done, thanks! The fixes will land in 2016.05-rc2 . -- Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-04-06 15:07 ` Marek Vasut 2016-04-06 15:29 ` Dinh Nguyen @ 2016-04-06 16:06 ` Phil Reid 1 sibling, 0 replies; 22+ messages in thread From: Phil Reid @ 2016-04-06 16:06 UTC (permalink / raw) To: u-boot On 6/04/2016 11:07 PM, Marek Vasut wrote: > On 01/27/2016 03:18 PM, M?ns Rullg?rd wrote: >> Chin Liang See <clsee@altera.com> writes: >> >>> On Wed, 2016-01-27 at 13:46 +0000, M?ns Rullg?rd wrote: >>>> Chin Liang See <clsee@altera.com> writes: >>>> >>>>> On Fri, 2016-01-22 at 10:35 -0600, Dinh Nguyen wrote: >>>>>> On 01/21/2016 10:31 AM, Marek Vasut wrote: >>>>>>> On Thursday, January 21, 2016 at 05:20:33 PM, M?ns Rullg?rd >>>>>>> wrote: >>>>>>>> Tom Rini <trini@konsulko.com> writes: >>>>>>>>> On Wed, Jan 20, 2016 at 08:31:30PM +0000, M?ns Rullg?rd >>>>>>>>> wrote: >>>>>>>>>> I'm having a problem with u-boot 2016.01 failing to >>>>>>>>>> detect the FPGA on my Altera Cyclone V SoC Development >>>>>>>>>> Kit. On startup, it simply prints "FPGA: Not Altera chip >>>>>>>>>> ID" (the ID having been read as all -zero). No amount of >>>>>>>>>> messing with jumpers or switches makes a difference. The >>>>>>>>>> software on the SD card included in the box appears to >>>>>>>>>> work, so on a whim I took the SPL pre-loader from this >>>>>>>>>> card and combined it with the main 2016.01 u-boot. This >>>>>>>>>> makes the detection succeed, despite Marek baulking at >>>>>>>>>> this idea. The "good" SPL identifies as "U-Boot SPL >>>>>>>>>> 2013.01.01 (Dec 04 2014 - 08:59:41)" which is a different >>>>>>>>>> build date than the main u-boot on the same SD card, so >>>>>>>>>> which source code version it was built from is anyone's >>>>>>>>>> guess. >>>>>>>>>> >>>>>>>>>> What's interesting is that Marek's board works with u >>>>>>>>>> -boot 2016.01 while mine fails even with the very same >>>>>>>>>> binary. The boards are different revisions (his >>>>>>>>>> 100-0321003-C1, mine -E1), and the main Cyclone V chips >>>>>>>>>> are also different (his 5CSXFC6D6F31C8NES, mine >>>>>>>>>> 5CSXFC6D6F31C6N). >>>>>>>>>> >>>>>>>>>> Any suggestions for what to try next? >>>>>>>>> v2016.01 release or to of tree? If top of tree, try >>>>>>>>> http://patchwork.ozlabs.org/patch/570009/ >>>>>>>> Tried release, top of tree, and top of tree with that patch. >>>>>>>> Nothing works. >>>>> >>>>> Both part number is different in speed grade. This is first time I >>>>> heard about this issue. A quick suspect might due to clock. Can you >>>>> try to copy pll_config.h that is passing (from 2013.01.01) and >>>>> replace >>>>> the one in 2016? >>>> >>>> That doesn't work at all. Now it fails to detect the FPGA, then >>>> hangs after printing the amount of DRAM. This is sorta similar to what I see with my SocDK occasionally. Sometimes rints ram and then hangs, other timmes fails to find mmc. As I mentioned in other email. >>> >>> Can you share with me the pll_config for 2013.01.01 that is working for >>> you? >> >> I don't know that it is. The only thing I've found to work is the >> unidentified SPL on the SD card that came with the dev kit. > > I pushed some DDR fixes into u-boot-socfpga/ddr branch [1], which fixed > DDR calibration issue on a board I have in here. Can you try them ? Thanks > > [1] > http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=shortlog;h=refs/heads/ddr > -- Regards Phil Reid ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-01-22 16:35 ` Dinh Nguyen 2016-01-27 13:34 ` Chin Liang See @ 2016-02-01 22:25 ` Dinh Nguyen 2016-02-01 22:50 ` Marek Vasut 1 sibling, 1 reply; 22+ messages in thread From: Dinh Nguyen @ 2016-02-01 22:25 UTC (permalink / raw) To: u-boot On 01/22/2016 10:35 AM, Dinh Nguyen wrote: > On 01/21/2016 10:31 AM, Marek Vasut wrote: >> On Thursday, January 21, 2016 at 05:20:33 PM, M?ns Rullg?rd wrote: >>> Tom Rini <trini@konsulko.com> writes: >>>> On Wed, Jan 20, 2016 at 08:31:30PM +0000, M?ns Rullg?rd wrote: >>>>> I'm having a problem with u-boot 2016.01 failing to detect the FPGA on >>>>> my Altera Cyclone V SoC Development Kit. On startup, it simply prints >>>>> "FPGA: Not Altera chip ID" (the ID having been read as all-zero). No >>>>> amount of messing with jumpers or switches makes a difference. The >>>>> software on the SD card included in the box appears to work, so on a >>>>> whim I took the SPL pre-loader from this card and combined it with the >>>>> main 2016.01 u-boot. This makes the detection succeed, despite Marek >>>>> baulking at this idea. The "good" SPL identifies as "U-Boot SPL >>>>> 2013.01.01 (Dec 04 2014 - 08:59:41)" which is a different build date >>>>> than the main u-boot on the same SD card, so which source code version >>>>> it was built from is anyone's guess. >>>>> >>>>> What's interesting is that Marek's board works with u-boot 2016.01 while >>>>> mine fails even with the very same binary. The boards are different >>>>> revisions (his 100-0321003-C1, mine -E1), and the main Cyclone V chips >>>>> are also different (his 5CSXFC6D6F31C8NES, mine 5CSXFC6D6F31C6N). >>>>> >>>>> Any suggestions for what to try next? >>>> >>>> v2016.01 release or to of tree? If top of tree, try >>>> http://patchwork.ozlabs.org/patch/570009/ >>> >>> Tried release, top of tree, and top of tree with that patch. Nothing >>> works. >> >> btw. you dropped Dinh from the CC . >> > > Sorry, but I haven't had a chance to take a look at this. I'll try to > looking this in the following week. > It seems to work on older Cyclone V chips. I have the latest devkit, which has the 5CSXFC6D6F31C6N chip, and I cannot get an FPGA ID. My older devkit has a 5CSXFC6D6F31C8NES chip, and I can get the FPGA's ID. I'll have ask around on what changes were done with the later Cyclone V chips. Dinh ^ permalink raw reply [flat|nested] 22+ messages in thread
* [U-Boot] FPGA detection failure on Cyclone V soc development kit 2016-02-01 22:25 ` Dinh Nguyen @ 2016-02-01 22:50 ` Marek Vasut 0 siblings, 0 replies; 22+ messages in thread From: Marek Vasut @ 2016-02-01 22:50 UTC (permalink / raw) To: u-boot On Monday, February 01, 2016 at 11:25:46 PM, Dinh Nguyen wrote: > On 01/22/2016 10:35 AM, Dinh Nguyen wrote: > > On 01/21/2016 10:31 AM, Marek Vasut wrote: > >> On Thursday, January 21, 2016 at 05:20:33 PM, M?ns Rullg?rd wrote: > >>> Tom Rini <trini@konsulko.com> writes: > >>>> On Wed, Jan 20, 2016 at 08:31:30PM +0000, M?ns Rullg?rd wrote: > >>>>> I'm having a problem with u-boot 2016.01 failing to detect the FPGA > >>>>> on my Altera Cyclone V SoC Development Kit. On startup, it simply > >>>>> prints "FPGA: Not Altera chip ID" (the ID having been read as > >>>>> all-zero). No amount of messing with jumpers or switches makes a > >>>>> difference. The software on the SD card included in the box appears > >>>>> to work, so on a whim I took the SPL pre-loader from this card and > >>>>> combined it with the main 2016.01 u-boot. This makes the detection > >>>>> succeed, despite Marek baulking at this idea. The "good" SPL > >>>>> identifies as "U-Boot SPL 2013.01.01 (Dec 04 2014 - 08:59:41)" which > >>>>> is a different build date than the main u-boot on the same SD card, > >>>>> so which source code version it was built from is anyone's guess. > >>>>> > >>>>> What's interesting is that Marek's board works with u-boot 2016.01 > >>>>> while mine fails even with the very same binary. The boards are > >>>>> different revisions (his 100-0321003-C1, mine -E1), and the main > >>>>> Cyclone V chips are also different (his 5CSXFC6D6F31C8NES, mine > >>>>> 5CSXFC6D6F31C6N). > >>>>> > >>>>> Any suggestions for what to try next? > >>>> > >>>> v2016.01 release or to of tree? If top of tree, try > >>>> http://patchwork.ozlabs.org/patch/570009/ > >>> > >>> Tried release, top of tree, and top of tree with that patch. Nothing > >>> works. > >> > >> btw. you dropped Dinh from the CC . > > > > Sorry, but I haven't had a chance to take a look at this. I'll try to > > looking this in the following week. > > It seems to work on older Cyclone V chips. I have the latest devkit, > which has the 5CSXFC6D6F31C6N chip, and I cannot get an FPGA ID. My > older devkit has a 5CSXFC6D6F31C8NES chip, and I can get the FPGA's ID. This indeed matches my observations. My CV SoCDK also has an older chip, ES even, and I can detect the FPGA ID. > I'll have ask around on what changes were done with the later Cyclone V > chips. Thanks! Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2016-04-12 14:21 UTC | newest] Thread overview: 22+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-01-20 20:31 [U-Boot] FPGA detection failure on Cyclone V soc development kit Måns Rullgård 2016-01-21 16:18 ` Tom Rini 2016-01-21 16:20 ` Måns Rullgård 2016-01-21 16:31 ` Marek Vasut 2016-01-22 16:35 ` Dinh Nguyen 2016-01-27 13:34 ` Chin Liang See 2016-01-27 13:46 ` Måns Rullgård 2016-01-27 14:16 ` Chin Liang See 2016-01-27 14:18 ` Måns Rullgård 2016-01-27 14:20 ` Chin Liang See 2016-04-06 15:07 ` Marek Vasut 2016-04-06 15:29 ` Dinh Nguyen 2016-04-06 16:48 ` Marek Vasut 2016-04-06 17:16 ` Måns Rullgård 2016-04-06 19:28 ` Marek Vasut 2016-04-12 13:54 ` Dinh Nguyen 2016-04-12 14:00 ` Marek Vasut 2016-04-12 14:17 ` Dinh Nguyen 2016-04-12 14:21 ` Marek Vasut 2016-04-06 16:06 ` Phil Reid 2016-02-01 22:25 ` Dinh Nguyen 2016-02-01 22:50 ` Marek Vasut
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox