qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Account for RAM not mapped at 0x0 in arm_boot.c.


From: andrzej zaborowski
Subject: [Qemu-devel] [PATCH] Account for RAM not mapped at 0x0 in arm_boot.c.
Date: Fri, 16 Mar 2007 22:58:19 +0100

The second shortest bootloader (hw/arm_boot.c) assumes that the RAM is
mapped at address 0 in the machine (which is false for probably more
than half of the registered ARM machines), so this adds an additional
argument to arm_load_kernel() that should receive the RAM start
address. It will offset the addresses passed in r1 and r2 and in ATAGS
by this value.

Cheers,
Andrew

Attachment: 0014-Account-for-RAM-not-mapped-at-0x0-in-arm_boot.c.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]