#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cpu.h"
#include "device.h"
#include "devices.h"
#include "machine.h"
#include "memory.h"
#include "misc.h"
#include "thirdparty/hpc_bootinfo.h"
#include "thirdparty/vripreg.h"
Go to the source code of this file.
Functions | |
MACHINE_SETUP (hpcarm) | |
MACHINE_DEFAULT_CPU (hpcarm) | |
MACHINE_DEFAULT_RAM (hpcarm) | |
MACHINE_REGISTER (hpcarm) | |
MACHINE_DEFAULT_CPU | ( | hpcarm | ) |
Definition at line 195 of file machine_hpcarm.cc.
References machine::cpu_name.
MACHINE_DEFAULT_RAM | ( | hpcarm | ) |
Definition at line 201 of file machine_hpcarm.cc.
References MACHINE_HPCARM_JORNADA728, machine::machine_subtype, and machine::physical_ram_in_mb.
MACHINE_REGISTER | ( | hpcarm | ) |
Definition at line 215 of file machine_hpcarm.cc.
References ARCH_ARM, machine_entry_add_alias(), machine_entry_add_subtype(), MACHINE_HPCARM, MACHINE_HPCARM_IPAQ, MACHINE_HPCARM_JORNADA720, MACHINE_HPCARM_JORNADA728, and MR_DEFAULT.
MACHINE_SETUP | ( | hpcarm | ) |
Definition at line 46 of file machine_hpcarm.cc.
References cpu::arm, ARM_SP, hpc_bootinfo::bi_cnuse, BI_CNUSE_BUILTIN, BI_CNUSE_SERIAL, BIFB_D16_0000, machine::boot_kernel_filename, machine::boot_string_argument, machine::bootarg, machine::bootstr, cpu::byte_order, cpu::cd, dev_fb_init(), dev_ram_init(), DEV_RAM_MIRROR, DEV_RAM_RAM, EMUL_LITTLE_ENDIAN, hpc_bootinfo::fb_addr, hpc_bootinfo::fb_height, hpc_bootinfo::fb_line_bytes, hpc_bootinfo::fb_type, hpc_bootinfo::fb_width, HPC_BOOTINFO_MAGIC, x11_md::in_use, hpc_bootinfo::length, MACHINE_HPCARM_IPAQ, MACHINE_HPCARM_JORNADA720, MACHINE_HPCARM_JORNADA728, machine::machine_name, machine::machine_subtype, hpc_bootinfo::magic, machine::memory, machine::physical_ram_in_mb, hpc_bootinfo::platid_cpu, hpc_bootinfo::platid_machine, machine::prom_emulation, arm_cpu::r, store_16bit_word_in_host(), store_32bit_word(), store_32bit_word_in_host(), store_buf(), store_string(), hpc_bootinfo::timezone, VFB_HPC, and machine::x11_md.