public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Support POST on MPC824x_based board
@ 2004-03-31 10:01 Birkin Shen
  0 siblings, 0 replies; 2+ messages in thread
From: Birkin Shen @ 2004-03-31 10:01 UTC (permalink / raw)
  To: u-boot

Dear all:

I make our MPC824x_based board support POST, but not support watchdog POST.
 
I add a item "unsigned long post_word" in struct global_data in include/asm-ppc/global_data.h instead of the macro CPM_POST_WORD_ADDR such as in function post_word_load() in file cpu/mpc8260/commproc.c.

Since all items in global_data struct gd_t will be initiated to "0" after reboot, the post_word can't remember whether the watchdog POST has been executed. So, watchdog POST can't be supported.

I try to find a free 32 bits register in MPC824x to place the post_word, but I can't find the gold register. :(

Now, my poor POST can support Memory,CPU,I2C,RTC. I also added the Cache,UART to the POST list, but I still have no chance to debug my codes of Cache and UART POST in our board (our board is being used to debug linux drivers now.).

I'm not sure of my method. Any advice will be welcome, really.

Regards, Birkin  

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] Support POST on MPC824x_based board
@ 2004-04-01  1:03 Birkin Shen
  0 siblings, 0 replies; 2+ messages in thread
From: Birkin Shen @ 2004-04-01  1:03 UTC (permalink / raw)
  To: u-boot

Dear all:

I make our MPC824x_based board support POST, but not support watchdog POST.
 
I add a item "unsigned long post_word" in struct global_data in include/asm-ppc/global_data.h instead of the macro CPM_POST_WORD_ADDR such as in function post_word_load() in file cpu/mpc8260/commproc.c.

Since all items in global_data struct gd_t will be initiated to "0" after reboot, the post_word can't remember whether the watchdog POST has been executed. So, watchdog POST can't be supported.

I try to find a free 32 bits register in MPC824x to place the post_word, but I can't find the gold register. :(

Now, my poor POST can support Memory,CPU,I2C,RTC. I also added the Cache,UART to the POST list, but I still have no chance to debug my codes of Cache and UART POST in our board (our board is being used to debug linux drivers now.).

I'm not sure of my method. Any advice will be welcome, really.

Regards, Birkin  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-01  1:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-01  1:03 [U-Boot-Users] Support POST on MPC824x_based board Birkin Shen
  -- strict thread matches above, loose matches on Subject: below --
2004-03-31 10:01 Birkin Shen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox