[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] How to boot xen using U-Boot for ARM64
Hi, Ian
2015-09-24 15:08 GMT+08:00 Ian Campbell <ian.campbell@xxxxxxxxxx>: On Thu, 2015-09-24 at 14:18 +0800, Peng Fan wrote: Thanks. I can see the outputs from xen using booti. But I saw that the entry text_offset and image_size of the Image_header are 0. Is this correct? xen's start address is 0x80200000. The physical dram address starts from 0x80000000 to 0xC0000000 - 1. To uboot, since text_offset is 0 andÂih->image_size is 0. "dst = gd->bd->bi_dram[0].start + le32_to_cpu(ih->text_offset);" booti code will copy xen from 0x80200000 to 0x80000000. Now I hacked this to not do this to let xen stays at physical address 0x80200000. Thanks, Peng. Â
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |