diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-06 23:52:01 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-06 23:52:01 +0000 |
commit | 1c7b3754f68382941a1921e578ead25d97d116fb (patch) | |
tree | 4a2e746c43a4566ee23cd4e3a2358ffb789116b7 /vl.h | |
parent | 35f1de319299f043132702c36ebaadfc4a15db69 (diff) |
Simple u-boot image loading support.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2472 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1155,6 +1155,7 @@ int get_image_size(const char *filename); int load_image(const char *filename, uint8_t *addr); int load_elf(const char *filename, int64_t virt_to_phys_addend, uint64_t *pentry); int load_aout(const char *filename, uint8_t *addr); +int load_uboot(const char *filename, target_ulong *ep, int *is_linux); /* slavio_timer.c */ void slavio_timer_init(uint32_t addr, int irq, int mode, unsigned int cpu); |