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