[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a pro
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a property |
Date: |
Thu, 21 Aug 2014 13:33:34 +0100 |
On 21 August 2014 04:37, Peter Crosthwaite <address@hidden> wrote:
> On Thu, Aug 21, 2014 at 11:40 AM, Alistair Francis <address@hidden> wrote:
>> On Thu, Aug 21, 2014 at 11:36 AM, Alistair Francis <address@hidden> wrote:
>>> This allows the board to set the reset address, which is required
>>> for some boards (the Netduino Plus 2 for example)
> The change is armv7m specific right? You should mention that in the
> commit message.
>
> This also obsoletes my attempt at correcting armv7m elf loading which
> was trying to solve this issue a different way.
I think the ELF loading thing is a separate issue -- if we're loading
an ELF file we should honour its entry point address instead of
trying to load from the vector table. (The question of what we
do about SP is an interesting one...)
PS: is the patch you refer to currently with you for rework? I don't
see anything relevant in my to-review queue...
thanks
-- PMM
- [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a property, Alistair Francis, 2014/08/20
- Re: [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a property, Alistair Francis, 2014/08/20
- Re: [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a property, Peter Crosthwaite, 2014/08/20
- Re: [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a property, Alistair Francis, 2014/08/21
- Re: [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a property, Andreas Färber, 2014/08/21
- Re: [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a property,
Peter Maydell <=
- Re: [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a property, Peter Crosthwaite, 2014/08/21
- Re: [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a property, Peter Maydell, 2014/08/21
- Re: [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a property, Peter Crosthwaite, 2014/08/21
- Re: [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a property, Christopher Covington, 2014/08/21
- Re: [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a property, Peter Maydell, 2014/08/21
Re: [Qemu-devel] [PATCH v1 1/1] target_arm: Make the reset rom_ptr a property, Peter Maydell, 2014/08/21