Re: [U-Boot] python3 support for pylibfdt

2019-10-24 Thread Simon Glass
Hi, On Wed, 4 Sep 2019 at 08:36, Simon Glass wrote: > > Hi Tom, > > Ah OK. I was worried about doing it in one step. It might be too late > now but will take a look when I get time and we can see if it is safe. Just to close this thread, I have now sent a v2 series which I think covers this, as

Re: [U-Boot] python3 support for pylibfdt

2019-09-04 Thread Simon Glass
Hi Tom, Ah OK. I was worried about doing it in one step. It might be too late now but will take a look when I get time and we can see if it is safe. Regards, Simon On Wed, 28 Aug 2019 at 18:19, Tom Rini wrote: > > On Wed, Aug 28, 2019 at 10:11:16AM -0600, Simon Glass wrote: > > Hi Tom, > > > >

Re: [U-Boot] python3 support for pylibfdt

2019-08-28 Thread Tom Rini
On Wed, Aug 28, 2019 at 10:11:16AM -0600, Simon Glass wrote: > Hi Tom, > > On Wed, 28 Aug 2019 at 07:47, Tom Rini wrote: > > > > On Wed, Aug 28, 2019 at 07:44:11AM -0600, Simon Glass wrote: > > > Hi Peter, > > > > > > On Wed, 28 Aug 2019 at 05:46, Peter Robinson wrote: > > > > > > > > Hi Simon,

Re: [U-Boot] python3 support for pylibfdt

2019-08-28 Thread Simon Glass
Hi Tom, On Wed, 28 Aug 2019 at 07:47, Tom Rini wrote: > > On Wed, Aug 28, 2019 at 07:44:11AM -0600, Simon Glass wrote: > > Hi Peter, > > > > On Wed, 28 Aug 2019 at 05:46, Peter Robinson wrote: > > > > > > Hi Simon, > > > > > > > > > > > > With the EOL of python2 soon I've been looking at the Fed

Re: [U-Boot] python3 support for pylibfdt

2019-08-28 Thread Tom Rini
On Wed, Aug 28, 2019 at 07:44:11AM -0600, Simon Glass wrote: > Hi Peter, > > On Wed, 28 Aug 2019 at 05:46, Peter Robinson wrote: > > > > Hi Simon, > > > > > > > > > > With the EOL of python2 soon I've been looking at the Fedora > > > > > > > > U-Boot > > > > > > > > builds to see what it would t

Re: [U-Boot] python3 support for pylibfdt

2019-08-28 Thread Simon Glass
Hi Peter, On Wed, 28 Aug 2019 at 05:46, Peter Robinson wrote: > > Hi Simon, > > > > > > > > With the EOL of python2 soon I've been looking at the Fedora > > > > > > > U-Boot > > > > > > > builds to see what it would take to move over to python3. There's > > > > > > > a > > > > > > > couple of i

Re: [U-Boot] python3 support for pylibfdt

2019-08-28 Thread Peter Robinson
Hi Simon, > > > > > > With the EOL of python2 soon I've been looking at the Fedora U-Boot > > > > > > builds to see what it would take to move over to python3. There's a > > > > > > couple of issues building the bundled pylibfdt, the first is the > > > > > > Makefile hard codes python2, the second

Re: [U-Boot] python3 support for pylibfdt

2019-07-24 Thread Simon Glass
Hi Peter, On Wed, 24 Jul 2019 at 02:23, Peter Robinson wrote: > > > > > On Tue, Jun 18, 2019 at 10:39:54AM +0100, Peter Robinson wrote: > > > > > Hi Simon, > > > > > > > > > > With the EOL of python2 soon I've been looking at the Fedora U-Boot > > > > > builds to see what it would take to move ov

Re: [U-Boot] python3 support for pylibfdt

2019-07-24 Thread Peter Robinson
> > > On Tue, Jun 18, 2019 at 10:39:54AM +0100, Peter Robinson wrote: > > > > Hi Simon, > > > > > > > > With the EOL of python2 soon I've been looking at the Fedora U-Boot > > > > builds to see what it would take to move over to python3. There's a > > > > couple of issues building the bundled pylib

Re: [U-Boot] python3 support for pylibfdt

2019-06-28 Thread Simon Glass
Hi Tom, On Fri, 28 Jun 2019 at 06:51, Tom Rini wrote: > > On Fri, Jun 28, 2019 at 01:38:01PM +0100, Peter Robinson wrote: > > > > > > With the EOL of python2 soon I've been looking at the Fedora U-Boot > > > > > > builds to see what it would take to move over to python3. There's a > > > > > > cou

Re: [U-Boot] python3 support for pylibfdt

2019-06-28 Thread Tom Rini
On Fri, Jun 28, 2019 at 01:38:01PM +0100, Peter Robinson wrote: > > > > > With the EOL of python2 soon I've been looking at the Fedora U-Boot > > > > > builds to see what it would take to move over to python3. There's a > > > > > couple of issues building the bundled pylibfdt, the first is the > >

Re: [U-Boot] python3 support for pylibfdt

2019-06-28 Thread Peter Robinson
> > > > With the EOL of python2 soon I've been looking at the Fedora U-Boot > > > > builds to see what it would take to move over to python3. There's a > > > > couple of issues building the bundled pylibfdt, the first is the > > > > Makefile hard codes python2, the second is that the generated > >

Re: [U-Boot] python3 support for pylibfdt

2019-06-26 Thread Tom Rini
On Thu, Jun 20, 2019 at 11:45:02AM +0100, Peter Robinson wrote: > On Wed, Jun 19, 2019 at 7:22 PM Tom Rini wrote: > > > > On Tue, Jun 18, 2019 at 10:39:54AM +0100, Peter Robinson wrote: > > > Hi Simon, > > > > > > With the EOL of python2 soon I've been looking at the Fedora U-Boot > > > builds to

Re: [U-Boot] python3 support for pylibfdt

2019-06-20 Thread Peter Robinson
On Wed, Jun 19, 2019 at 7:22 PM Tom Rini wrote: > > On Tue, Jun 18, 2019 at 10:39:54AM +0100, Peter Robinson wrote: > > Hi Simon, > > > > With the EOL of python2 soon I've been looking at the Fedora U-Boot > > builds to see what it would take to move over to python3. There's a > > couple of issues

Re: [U-Boot] python3 support for pylibfdt

2019-06-19 Thread Tom Rini
On Tue, Jun 18, 2019 at 10:39:54AM +0100, Peter Robinson wrote: > Hi Simon, > > With the EOL of python2 soon I've been looking at the Fedora U-Boot > builds to see what it would take to move over to python3. There's a > couple of issues building the bundled pylibfdt, the first is the > Makefile ha

[U-Boot] python3 support for pylibfdt

2019-06-18 Thread Peter Robinson
Hi Simon, With the EOL of python2 soon I've been looking at the Fedora U-Boot builds to see what it would take to move over to python3. There's a couple of issues building the bundled pylibfdt, the first is the Makefile hard codes python2, the second is that the generated libfdt_wrap.c doesn't see