Re: [U-Boot] [PATCH] getting ubifs to run

2016-09-26 Thread Hoefle Marco
rry, Marco Von: Heiko Schocher <h...@denx.de> Gesendet: Montag, 26. September 2016 06:52 An: Travis Waters Cc: Hoefle Marco; u-boot@lists.denx.de Betreff: Re: [U-Boot] [PATCH] getting ubifs to run Hello Travis, Am 26.09.2016 um 06:43 schrieb Trav

Re: [U-Boot] [PATCH] getting ubifs to run

2016-09-01 Thread Hoefle Marco
Hello Heiko and Michal, Do you agree that the u-boot sources need to be adapted in order to have ubifs on the Microblaze? It would be good if the changes are somehow in the mainline. BR Marco > -Original Message- > From: Hoefle Marco > Sent: Montag, 15. August 2016 13:55 >

[U-Boot] WG: [PATCH] getting ubifs to run

2016-08-16 Thread Hoefle Marco
egards, Marco > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Freitag, 12. August 2016 07:05 > To: Hoefle Marco <marco.hoe...@nanotronic.ch> > Cc: mon...@monstr.eu; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] getting ubifs

Re: [U-Boot] [PATCH] getting ubifs to run

2016-08-12 Thread Hoefle Marco
egards, Marco > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Freitag, 12. August 2016 07:05 > To: Hoefle Marco <marco.hoe...@nanotronic.ch> > Cc: mon...@monstr.eu; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] getting ubifs to

[U-Boot] UBIFS broken on Microblaze architecture and possibly on other architectrures as well

2016-07-19 Thread Hoefle Marco
Hallo, for ubifs on a spi flash I needed to add dummy functions and at atomic.h to the microblaze port in order to get it compile and work. code base is v2016.07 Marco patch_ubifs Description: patch_ubifs ___ U-Boot mailing list

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-11-17 Thread Hoefle Marco
Hello Michal, Yours is the basis. I need to modify it. Please see the files in the attachment. Thanks, Marco Von: Michal Simek <michal.si...@xilinx.com> Gesendet: Dienstag, 17. November 2015 11:23 An: Hoefle Marco; Michal Simek; Jagan Teki Cc:

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-11-17 Thread Hoefle Marco
<0x00a0 0x0006>; }; partition@0x00a6 { label = "bootenv"; reg = <0x00a6 0x0004>; };

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-11-05 Thread Hoefle Marco
Von: Michal Simek <michal.si...@xilinx.com> Gesendet: Mittwoch, 4. November 2015 13:04 An: Hoefle Marco; Michal Simek; Jagan Teki Cc: u-boot@lists.denx.de; emanuel stiebler Betreff: Re: AW: AW: [U-Boot] u-boot device model SPI + SPI Flash Hi, you have to

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-11-03 Thread Hoefle Marco
, Marco Von: Michal Simek <michal.si...@xilinx.com> Gesendet: Donnerstag, 29. Oktober 2015 09:22 An: Hoefle Marco; Michal Simek; Jagan Teki Cc: u-boot@lists.denx.de; emanuel stiebler Betreff: Re: AW: [U-Boot] u-boot device model SPI + SPI Flash Hi, On

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-10-27 Thread Hoefle Marco
. > -Original Message- > From: Michal Simek [mailto:michal.si...@xilinx.com] > Sent: Dienstag, 27. Oktober 2015 12:37 > To: Hoefle Marco <marco.hoe...@nanotronic.ch>; Michal Simek > <michal.si...@xilinx.com>; Jagan Teki <jt...@openedev.com> > Cc: u-boot@lis

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-10-27 Thread Hoefle Marco
> -Original Message- > From: Michal Simek [mailto:michal.si...@xilinx.com] > Sent: Montag, 26. Oktober 2015 14:52 > To: Jagan Teki <jt...@openedev.com>; Hoefle Marco > <marco.hoe...@nanotronic.ch>; Michal Simek <michal.si...@xilinx.com> > Cc: u-boot@

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-10-27 Thread Hoefle Marco
: Michal Simek <michal.si...@xilinx.com> Gesendet: Dienstag, 27. Oktober 2015 15:50 An: Hoefle Marco; Michal Simek; Jagan Teki Cc: u-boot@lists.denx.de Betreff: Re: [U-Boot] u-boot device model SPI + SPI Flash Hi Marco, petalinux 2015.4 will be released with SPI DM model. I have just

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-10-23 Thread Hoefle Marco
are set up correctly. > > -Original Message- > > From: Jagan Teki [mailto:jt...@openedev.com] > > Sent: Mittwoch, 21. Oktober 2015 18:45 > > To: Hoefle Marco <marco.hoe...@nanotronic.ch> > > Cc: u-boot@lists.denx.de > > Subject: Re: [U

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-10-22 Thread Hoefle Marco
> -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Mittwoch, 21. Oktober 2015 18:45 > To: Hoefle Marco <marco.hoe...@nanotronic.ch> > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] u-boot device model SPI + SPI Flash > > On 21

[U-Boot] u-boot device model SPI + SPI Flash

2015-10-21 Thread Hoefle Marco
Hello, I saw that here is also a mailing list dedicated to device model issues but it looks obsolete (last post February 2014) so I am using this forum. I hav​e a problem nearly identically to http://lists.denx.de/pipermail/u-boot/2015-April/210754.html The SPI initialization does not work:​ 

Re: [U-Boot] u-boot device model SPI + SPI Flash

2015-10-21 Thread Hoefle Marco
Hello Jagan, Thank you for your reply. Please find my comments bellow. I missed to mention that I am using mainline 2015.07 > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Mittwoch, 21. Oktober 2015 18:28 > To: Hoefle Marco <marco.hoe...@nano