2012-03-04 12:03:51 +01:00
|
|
|
#ifndef __MICROBLAZE_BOOT__
|
|
|
|
#define __MICROBLAZE_BOOT__
|
|
|
|
|
|
|
|
#include "hw.h"
|
|
|
|
|
2012-10-23 12:30:10 +02:00
|
|
|
void microblaze_load_kernel(MicroBlazeCPU *cpu, hwaddr ddr_base,
|
2012-03-04 12:03:51 +01:00
|
|
|
uint32_t ramsize, const char *dtb_filename,
|
2012-05-05 12:30:53 +02:00
|
|
|
void (*machine_cpu_reset)(MicroBlazeCPU *));
|
2012-03-04 12:03:51 +01:00
|
|
|
|
|
|
|
#endif /* __MICROBLAZE_BOOT __ */
|