51d50
< }
53,58d51
< void
< SparcSystem::initState()
< {
< // Call the initialisation of the super class
< System::initState();
<
94,113d86
<
< // Load reset binary into memory
< reset->setTextBase(params()->reset_addr);
< reset->loadSections(physProxy);
< // Load the openboot binary
< openboot->setTextBase(params()->openboot_addr);
< openboot->loadSections(physProxy);
< // Load the hypervisor binary
< hypervisor->setTextBase(params()->hypervisor_addr);
< hypervisor->loadSections(physProxy);
< // Load the nvram image
< nvram->setTextBase(params()->nvram_addr);
< nvram->loadSections(physProxy);
< // Load the hypervisor description image
< hypervisor_desc->setTextBase(params()->hypervisor_desc_addr);
< hypervisor_desc->loadSections(physProxy);
< // Load the partition description image
< partition_desc->setTextBase(params()->partition_desc_addr);
< partition_desc->loadSections(physProxy);
<
156a130
> }
157a132,157
> void
> SparcSystem::initState()
> {
> // Call the initialisation of the super class
> System::initState();
>
> // Load reset binary into memory
> reset->setTextBase(params()->reset_addr);
> reset->loadSections(physProxy);
> // Load the openboot binary
> openboot->setTextBase(params()->openboot_addr);
> openboot->loadSections(physProxy);
> // Load the hypervisor binary
> hypervisor->setTextBase(params()->hypervisor_addr);
> hypervisor->loadSections(physProxy);
> // Load the nvram image
> nvram->setTextBase(params()->nvram_addr);
> nvram->loadSections(physProxy);
> // Load the hypervisor description image
> hypervisor_desc->setTextBase(params()->hypervisor_desc_addr);
> hypervisor_desc->loadSections(physProxy);
> // Load the partition description image
> partition_desc->setTextBase(params()->partition_desc_addr);
> partition_desc->loadSections(physProxy);
>
>