« Previous | Next » 

Revision 809680c0

ID809680c017b944676a34d2712560da61895f4a6d

Added by Andreas Färber over 12 years ago

prep: Fix offset of BIOS MemoryRegion

Since 0c90c52fab5ea92d7f12b29bfe26a7cd75d9efcb (ppc_prep: convert to memory
API) OHW was "Trying to execute code outside RAM or ROM at 0xfff00700".

The BIOS MemoryRegion is created with a fixed size of 1 MiB.
Ensure that the full size can be accessed since the exception
vectors are located at 0xfff00000 and the BIOS may want to use them.

It thereby no longer depends on the actual BIOS binary size.

Signed-off-by: Andreas Färber <>
Cc: Avi Kivity <>
Cc: Alexander Graf <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences