#include <stdio.h>
#include <string.h>
#include "bus_isa.h"
#include "cpu.h"
#include "device.h"
#include "devices.h"
#include "machine.h"
#include "memory.h"
#include "misc.h"
#include "thirdparty/netbsd_iyonix_bootconfig.h"
#include "thirdparty/i80321reg.h"
Go to the source code of this file.
Functions | |
MACHINE_SETUP (iyonix) | |
MACHINE_DEFAULT_CPU (iyonix) | |
MACHINE_DEFAULT_RAM (iyonix) | |
MACHINE_REGISTER (iyonix) | |
MACHINE_DEFAULT_CPU | ( | iyonix | ) |
Definition at line 116 of file machine_iyonix.cc.
References machine::cpu_name.
MACHINE_DEFAULT_RAM | ( | iyonix | ) |
Definition at line 122 of file machine_iyonix.cc.
References machine::physical_ram_in_mb.
MACHINE_REGISTER | ( | iyonix | ) |
Definition at line 128 of file machine_iyonix.cc.
References ARCH_ARM, machine_entry_add_alias(), MACHINE_IYONIX, and MR_DEFAULT.
MACHINE_SETUP | ( | iyonix | ) |
Definition at line 56 of file machine_iyonix.cc.
References cpu::arm, arm_coproc_i80321_6(), arm_setup_initial_translation_table(), arm_translation_table_set_l1(), arm_translation_table_set_l1_b(), BOOTCONFIG_MAGIC, BOOTCONFIG_VERSION, machine::bootstrap_cpu, bus_isa_init(), cpu::cd, arm_cpu::coproc, dev_ram_init(), DEV_RAM_MIRROR, device_add(), machine::machine_name, bootconfig::magic, machine::path, machine::physical_ram_in_mb, machine::prom_emulation, arm_cpu::r, store_32bit_word_in_host(), store_buf(), VERDE_PMMR_BASE, and bootconfig::version.