summary refs log tree commit diff stats
path: root/hw/microblaze/boot.h
blob: d179a551a69bca9e3caaa91221193dd87c811447 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MICROBLAZE_BOOT_H
#define MICROBLAZE_BOOT_H


void microblaze_load_kernel(MicroBlazeCPU *cpu, bool is_little_endian,
                            hwaddr ddr_base, uint32_t ramsize,
                            const char *initrd_filename,
                            const char *dtb_filename,
                            void (*machine_cpu_reset)(MicroBlazeCPU *));

#endif /* MICROBLAZE_BOOT_H */