diff -purN -x CVS u-boot-20040210cvs-timer_varper/include/asm-nios/cache.h u-boot-20040210cvs-prepare_post/include/asm-nios/cache.h --- u-boot-20040210cvs-timer_varper/include/asm-nios/cache.h 1970-01-01 00:00:00.000000000 +0000 +++ u-boot-20040210cvs-prepare_post/include/asm-nios/cache.h 2004-02-12 23:18:00.000000000 +0000 @@ -0,0 +1 @@ +/*FIXME: Implement this! */ diff -purN -x CVS u-boot-20040210cvs-timer_varper/include/asm-nios/global_data.h u-boot-20040210cvs-prepare_post/include/asm-nios/global_data.h --- u-boot-20040210cvs-timer_varper/include/asm-nios/global_data.h 2003-10-10 10:05:43.000000000 +0000 +++ u-boot-20040210cvs-prepare_post/include/asm-nios/global_data.h 2004-02-12 23:18:00.000000000 +0000 @@ -34,6 +34,10 @@ typedef struct global_data { unsigned long reloc_off; /* Relocation Offset */ unsigned long env_addr; /* Address of Environment struct */ unsigned long env_valid; /* Checksum of Environment valid */ +#if defined(CONFIG_POST) || defined(CONFIG_LOGBUFFER) + unsigned long post_log_word; /* Record POST activities */ + unsigned long post_init_f_time; /* When post_init_f started */ +#endif void **jt; /* Standalone app jump table */ } gd_t;