Re: [U-Boot] putc

2014-11-16 Thread Simon Glass
+U-Boot list Hi Martin, On 16 November 2014 23:32, Martin Dorwig wrote: > Hello, Simon, > i startend working on a solution for the jumptable. > Please give me some time to work it out. > i will replace the current pointer array with a struct that contains typed > function pointers as you already

Re: [U-Boot] putc

2014-11-13 Thread Simon Glass
Hi Wolfgang, On 13 November 2014 13:51, Wolfgang Denk wrote: > Dear Simon, > > In message > you > wrote: >> >> > Adding a parameter to these exported functions will break backward >> > compatibility >> > of existing standalone apps >> >> Yes that's right, but when they move to a newer U-Boot t

Re: [U-Boot] putc

2014-11-13 Thread Wolfgang Denk
Dear Simon, In message you wrote: > > > Adding a parameter to these exported functions will break backward > > compatibility > > of existing standalone apps > > Yes that's right, but when they move to a newer U-Boot they will need > to be updated. Isn't that expected with standalone apps? I ca

Re: [U-Boot] putc

2014-11-13 Thread Simon Glass
Hi Martin, On 13 November 2014 03:28, Martin Dorwig wrote: > Am Mittwoch, 12. November 2014, 19:32:21 schrieben Sie: >> Hi Martin, >> >> On 30 October 2014 00:45, Martin Dorwig wrote: >> > Am Mittwoch, 29. Oktober 2014, 13:03:41 schrieben Sie: >> >> Hi Martin, >> >> >> >> On 28 October 2014 07:2

Re: [U-Boot] putc

2014-11-13 Thread Martin Dorwig
Am Mittwoch, 12. November 2014, 19:32:21 schrieben Sie: > Hi Martin, > > On 30 October 2014 00:45, Martin Dorwig wrote: > > Am Mittwoch, 29. Oktober 2014, 13:03:41 schrieben Sie: > >> Hi Martin, > >> > >> On 28 October 2014 07:23, Martin Dorwig wrote: > >> > Hello, > >> > after updating u-boot

Re: [U-Boot] putc

2014-11-12 Thread Simon Glass
Hi Martin, On 30 October 2014 00:45, Martin Dorwig wrote: > Am Mittwoch, 29. Oktober 2014, 13:03:41 schrieben Sie: >> Hi Martin, >> >> On 28 October 2014 07:23, Martin Dorwig wrote: >> > Hello, >> > after updating u-boot from git v2014.10 >> > i just noticed that my standalone application outpu

Re: [U-Boot] putc

2014-10-29 Thread Simon Glass
Hi Martin, On 28 October 2014 07:23, Martin Dorwig wrote: > Hello, > after updating u-boot from git v2014.10 > i just noticed that my standalone application outputs garbage using putc. > after some investigation i found that the gd->jt[XF_putc] is assigned a > dev->putc pointer in "common/consol

[U-Boot] putc

2014-10-28 Thread Martin Dorwig
Hello, after updating u-boot from git v2014.10 i just noticed that my standalone application outputs garbage using putc. after some investigation i found that the gd->jt[XF_putc] is assigned a dev->putc pointer in "common/console.c function console_setfile" the dev->putc is declared in include/s