powerpc: Add a virtex5 ml507 refdesign board

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
Edgar E. Iglesias 2010-09-29 15:31:44 +02:00
parent 95070372f7
commit 2c50e26efd
6 changed files with 296 additions and 0 deletions

View file

@ -702,6 +702,10 @@ struct CPUPPCState {
/* temporary hack to handle OSI calls (only used if non NULL) */
int (*osi_call)(struct CPUPPCState *env);
#if !defined(CONFIG_USER_ONLY)
void *load_info; /* Holds boot loading state. */
#endif
};
#if !defined(CONFIG_USER_ONLY)