Re: [U-Boot] U-Boot and The Boot Loader Specification

2018-10-25 Thread Dennis Gilmore
El vie, 19-10-2018 a las 12:12 +0200, Wolfgang Denk escribió: > Dear Alexander, > > In message <118460556.a0Y5euKZZ7@ada> you wrote: > > > 864 /* > > > 865 * Keywords recognized. > > > 866 */ > > > 867 static const struct token keywords[] = { > > > 868 {"menu", T_MENU}, > > > 869

Re: [U-Boot] U-Boot and The Boot Loader Specification

2018-10-19 Thread Wolfgang Denk
Dear Alexander, In message <118460556.a0Y5euKZZ7@ada> you wrote: > > > 864 /* > > 865 * Keywords recognized. > > 866 */ > > 867 static const struct token keywords[] = { > > 868 {"menu", T_MENU}, > > 869 {"title", T_TITLE}, > > 870 {"timeout", T_TIMEOUT}, > > 871

Re: [U-Boot] U-Boot and The Boot Loader Specification

2018-10-19 Thread Alexander Dahl
Hello Wolfgang, thanks for your interest in this topic. I think you misunderstood my question, I will elaborate on that. You might skip over the technical details and read my questions in the end of this mail. Am Freitag, 19. Oktober 2018, 11:10:48 CEST schrieb Wolfgang Denk: > > As you might g

Re: [U-Boot] U-Boot and The Boot Loader Specification

2018-10-19 Thread Wolfgang Denk
Dear Alexander, In message <18120382.ptJS9iqsuP@ada> you wrote: > > Okay first the content of /boot/extlinux/extlinux.conf from the root > filesystem, which does not work (of course without additional linebreaks from > my mail client): Thanks. > As you might guess, I use ptxdist for building t

Re: [U-Boot] U-Boot and The Boot Loader Specification

2018-10-19 Thread Alexander Dahl
Hello, Am Freitag, 19. Oktober 2018, 08:53:15 CEST schrieb Wolfgang Denk: > In message <2092760.TlMJupW03t@ada> you wrote: > > I played with the extlinux.conf format snippets from the U-Boot docs. > > Upstream extlinux docs are not really helpful, especially not for options > > regarding dtb> > >

Re: [U-Boot] U-Boot and The Boot Loader Specification

2018-10-18 Thread Wolfgang Denk
Dear Alexander, In message <2092760.TlMJupW03t@ada> you wrote: > > I played with the extlinux.conf format snippets from the U-Boot docs. > Upstream > extlinux docs are not really helpful, especially not for options regarding > dtb > files. And I tried a config based on the Boot Loader Spec: >

[U-Boot] U-Boot and The Boot Loader Specification

2018-10-17 Thread Alexander Dahl
Hei hei, while setting up U-Boot for a new board, I read doc/README.distro and tried to follow it for making things smooth with standard distributions. The document mentions the so called "Boot Loader Specification" [1] as follows: > This is roughly > as specified at: > > http://www.freedeskto