On 26 October 2012 09:48, Peter Maydell wrote:
> This patch puts the initrd starting at 29MB (was 13MB). That
> would probably break any machines with 32MB memory configurations.
> So I need to check if there are any which might plausibly be run
> with 32MB (and if so maybe set initrd load address
On 22 October 2012 22:06, Cole Robinson wrote:
> On 10/07/2012 06:36 PM, Peter Maydell wrote:
>> On 7 October 2012 23:27, Cole Robinson wrote:
>>> #define KERNEL_ARGS_ADDR 0x100
>>> #define KERNEL_LOAD_ADDR 0x0001
>>> -#define INITRD_LOAD_ADDR 0x00d0
>>> +#define INITRD_LOAD_ADDR 0x01d0
On 10/07/2012 06:36 PM, Peter Maydell wrote:
> On 7 October 2012 23:27, Cole Robinson wrote:
>> From: Paul Whalen
>>
>> Fedora ARM is generating kernels that exceed the hardcoded size limits:
>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=862766
>>
>> Bump the load address, as was previously d
On 8 October 2012 01:09, Peter Crosthwaite
wrote:
> Another completely different but workable solution is to dynamically
> determine a initrd (and dtb) location. Any reason why the bootloader
> can't track what memory real estate is in use by what pieces and just
> pick a piece of vacant real esta
On Mon, Oct 8, 2012 at 8:36 AM, Peter Maydell wrote:
> On 7 October 2012 23:27, Cole Robinson wrote:
>> From: Paul Whalen
>>
>> Fedora ARM is generating kernels that exceed the hardcoded size limits:
>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=862766
>>
>> Bump the load address, as was pre
On 7 October 2012 23:27, Cole Robinson wrote:
> From: Paul Whalen
>
> Fedora ARM is generating kernels that exceed the hardcoded size limits:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=862766
>
> Bump the load address, as was previously done in 756ba3b
>
> Signed-off-by: Cole Robinson
> ---
From: Paul Whalen
Fedora ARM is generating kernels that exceed the hardcoded size limits:
https://bugzilla.redhat.com/show_bug.cgi?id=862766
Bump the load address, as was previously done in 756ba3b
Signed-off-by: Cole Robinson
---
hw/arm_boot.c | 2 +-
1 file changed, 1 insertion(+), 1 delet