2016-06-29 14:47:03 +03:00
|
|
|
#ifndef MICROBLAZE_BOOT_H
|
|
|
|
#define MICROBLAZE_BOOT_H
|
2012-03-04 15:03:51 +04:00
|
|
|
|
|
|
|
|
2012-10-23 14:30:10 +04:00
|
|
|
void microblaze_load_kernel(MicroBlazeCPU *cpu, hwaddr ddr_base,
|
2013-05-05 13:06:37 +04:00
|
|
|
uint32_t ramsize,
|
|
|
|
const char *initrd_filename,
|
|
|
|
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
|
|
|
|
2016-06-29 14:47:03 +03:00
|
|
|
#endif /* MICROBLAZE_BOOT_H */
|