Re: [U-Boot] passing board description structure when loading OS image

2014-09-08 Thread Wolfgang Denk
Dear Ivan, In message you wrote: > > Is there any special reason to not pass the board description > structure to OS when loading OS image ? u-boot does not pass Passing a binary data structure like bd_t is an extremely ugly, error prone and risky way to transfer information between independen

[U-Boot] passing board description structure when loading OS image

2014-09-08 Thread Ivan Krivonos
Hi everyone, Is there any special reason to not pass the board description structure to OS when loading OS image ? u-boot does not pass bd_t pointer to any images not loaded with "bootm". We cannot convert our image to u-boot format and we want to access board description structure. Could you plea