Re: [U-Boot] platform configuration

2008-09-25 Thread Roman Mashak
Hello, 2008/9/25 Andrew Dyer <[EMAIL PROTECTED]>: > Many (most?) ARM kernel ports use a format called ATAGS to pass > information to the linux kernel at startup.CONFIG_CMDLINE_TAG tells > u-boot to include ATAGS support, there are a variety of tags that can Oh, I see now. The TAG structures are d

Re: [U-Boot] platform configuration

2008-09-25 Thread Roman Mashak
Hello, 2008/9/25 Wolfgang Denk <[EMAIL PROTECTED]>: >> (2) this question is a consequence of the first. >> 'struct bd_info' from $(UBOOT)/include/asm-arm/u-boot.h is a structure >> holding board's specific information, am I right? > > Not really. bd_info is passing boot information ot old (arch/pp

Re: [U-Boot] platform configuration

2008-09-25 Thread Andrew Dyer
On Thu, Sep 25, 2008 at 3:04 AM, Roman Mashak <[EMAIL PROTECTED]> wrote: > Hello > > Reading u-boot's README paper and trying to figure out a few aspects: > > (1) as I know the bootloader sets up memory area for argument passing, > initializes it with data structures and fill up with the values. Is

Re: [U-Boot] platform configuration

2008-09-25 Thread Wolfgang Denk
Dear Roman, In message <[EMAIL PROTECTED]> you wrote: > > Reading u-boot's README paper and trying to figure out a few aspects: > > (1) as I know the bootloader sets up memory area for argument passing, > initializes it with data structures and fill up with the values. Is > this the structure de

[U-Boot] platform configuration

2008-09-25 Thread Roman Mashak
Hello Reading u-boot's README paper and trying to figure out a few aspects: (1) as I know the bootloader sets up memory area for argument passing, initializes it with data structures and fill up with the values. Is this the structure defined in $(UBOOT)/include/asm-arm/global_data.h, named 'globa