#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bus_isa.h"
#include "bus_pci.h"
#include "cpu.h"
#include "device.h"
#include "devices.h"
#include "machine.h"
#include "memory.h"
#include "misc.h"
#include "thirdparty/cyclone_boot.h"
Go to the source code of this file.
Functions | |
MACHINE_SETUP (cats) | |
MACHINE_DEFAULT_CPU (cats) | |
MACHINE_DEFAULT_RAM (cats) | |
MACHINE_REGISTER (cats) | |
MACHINE_DEFAULT_CPU | ( | cats | ) |
Definition at line 135 of file machine_cats.cc.
References machine::cpu_name.
MACHINE_DEFAULT_RAM | ( | cats | ) |
Definition at line 141 of file machine_cats.cc.
References machine::physical_ram_in_mb.
MACHINE_REGISTER | ( | cats | ) |
Definition at line 147 of file machine_cats.cc.
References ARCH_ARM, MACHINE_CATS, machine_entry_add_alias(), and MR_DEFAULT.
MACHINE_SETUP | ( | cats | ) |
Definition at line 47 of file machine_cats.cc.
References cpu::arm, arm_setup_initial_translation_table(), machine::boot_kernel_filename, machine::boot_string_argument, machine::bootdev_id, machine::bootstrap_cpu, ebsaboot::bt_args, ebsaboot::bt_fclk, ebsaboot::bt_l1, ebsaboot::bt_magic, BT_MAGIC_NUMBER_CATS, ebsaboot::bt_memavail, ebsaboot::bt_memend, ebsaboot::bt_memstart, ebsaboot::bt_pargp, ebsaboot::bt_pciclk, ebsaboot::bt_vargp, bus_pci_add(), cpu::cd, dev_ram_init(), DEV_RAM_MIRROR, DEV_RAM_RAM, device_add(), machine::emulated_hz, machine::machine_name, machine::memory, machine::path, machine::physical_ram_in_mb, machine::prom_emulation, arm_cpu::r, store_32bit_word(), store_32bit_word_in_host(), store_buf(), and store_string().