Re: [U-Boot] POST in u-boot for P2020 process

2014-01-27 Thread Wolfgang Denk
Dear pshambhu, In message <1390818248806-172450.p...@n7.nabble.com> you wrote: > >If possoble can you please send me some example/sample code for > writing the POST scenarios. You have it all at your hands. Check for example the lwmon / lwmon5 board configurations. Best regards,

Re: [U-Boot] POST in u-boot for P2020 process

2014-01-27 Thread Wolfgang Denk
Dear pshambhu, In message <1390806073574-172435.p...@n7.nabble.com> you wrote: > > post/libpost.a(post.o): In function `post_bootmode_get': > /home/raghu/Emerson_BSP/p2020/u-boot/u-boot-2009.11/post/post.c:91: > undefined reference to `post_word_load' > post/libpost.a(post.o): In function `post_b

Re: [U-Boot] POST in u-boot for P2020 process

2014-01-27 Thread pshambhu
Hi Denx, If possible can you please send me some example/sample code for writing the POST scenarios. Thanks Pradeep -- View this message in context: http://u-boot.10912.n7.nabble.com/POST-in-u-boot-for-P2020-process-tp172115p172451.html Sent from the U-Boot mailing list archive

Re: [U-Boot] POST in u-boot for P2020 process

2014-01-27 Thread pshambhu
Hi Denx, If possoble can you please send me some example/sample code for writing the POST scenarios. Thanks Pradeep -- View this message in context: http://u-boot.10912.n7.nabble.com/POST-in-u-boot-for-P2020-process-tp172115p172450.html Sent from the U-Boot mailing list archive

Re: [U-Boot] POST in u-boot for P2020 process

2014-01-26 Thread pshambhu
Hi Denx, Logs for your Reference --- post/libpost.a(post.o): In function `post_bootmode_get': /home/raghu/Emerson_BSP/p2020/u-boot/u-boot-2009.11/post/post.c:91: undefined reference to `post_word_load' post/libpost.a(post.o): In function `post_bootmode_init': /home/raghu/Eme

Re: [U-Boot] POST in u-boot for P2020 process

2014-01-26 Thread Wolfgang Denk
Dear Pradeep, In message <1390803626357-172426.p...@n7.nabble.com> you wrote: > > Thanks for replying, I have read the document, i have to enable > the POST as well with the macro "CONFIG_POST" and "CONFIG_CMD_DIAG", but i > am getting lot of compilation errors. Am i missing something w

Re: [U-Boot] POST in u-boot for P2020 process

2014-01-26 Thread pshambhu
Hi Denx, Thanks for replying, I have read the document, i have to enable the POST as well with the macro "CONFIG_POST" and "CONFIG_CMD_DIAG", but i am getting lot of compilation errors. Am i missing something while configuring ?? And post.h is also getting generated, which describes th

Re: [U-Boot] POST in u-boot for P2020 process

2014-01-26 Thread pshambhu
Hi Denx, Thanks for replying, I have read the document, i have to enable the POST as well with the macro "CONFIG_POST" and "CONFIG_CMD_DIAG", but i am getting lot of compilation errors. Am i missing something while configuring ?? And post.h is also getting generated, which describes th

Re: [U-Boot] POST in u-boot for P2020 process

2014-01-23 Thread Wolfgang Denk
Dear pshambhu, In message <1390469712091-172115.p...@n7.nabble.com> you wrote: > > I am interested in performing POST (Power On Self Test ) operation in > u-boot. As soon as the system starts booting , it should perform some basic > functionality Testing, > > - Cache test > - Memory Test > - RAM

[U-Boot] POST in u-boot for P2020 process

2014-01-23 Thread pshambhu
Hi, I am interested in performing POST (Power On Self Test ) operation in u-boot. As soon as the system starts booting , it should perform some basic functionality Testing, - Cache test - Memory Test - RAM test - I2C test - SPI Test - Ethernet Test - UART test - Watch Dog Timer Test Please let