diff options
Diffstat (limited to 'include/asm-nios')
-rw-r--r-- | include/asm-nios/cache.h | 1 | ||||
-rw-r--r-- | include/asm-nios/global_data.h | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-nios/cache.h b/include/asm-nios/cache.h new file mode 100644 index 00000000000..3cdb7039ff8 --- /dev/null +++ b/include/asm-nios/cache.h @@ -0,0 +1 @@ +/*FIXME: Implement this! */ diff --git a/include/asm-nios/global_data.h b/include/asm-nios/global_data.h index 935d08e54bd..fd1138920c7 100644 --- a/include/asm-nios/global_data.h +++ b/include/asm-nios/global_data.h @@ -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; |