Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
65 lines
2.2 KiB
PHP
65 lines
2.2 KiB
PHP
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
static const struct hexagon_machine_config v68n_1024 = {
|
|
.cfgbase = 0xde000000,
|
|
.l2tcm_size = 0x00000000,
|
|
.l2vic_base = 0xfc910000,
|
|
.l2vic_size = 0x00001000,
|
|
.csr_base = 0xfc900000,
|
|
.qtmr_region = 0xfc921000,
|
|
.cfgtable = {
|
|
.l2tcm_base = 0x0000d800,
|
|
.reserved0 = 0x00000000,
|
|
.subsystem_base = 0x0000fc90,
|
|
.etm_base = 0x0000d819,
|
|
.l2cfg_base = 0x0000d81a,
|
|
.reserved1 = 0x00000000,
|
|
.l1s0_base = 0x0000d840,
|
|
.axi2_lowaddr = 0x00003000,
|
|
.streamer_base = 0x0000d81c,
|
|
.reserved2 = 0x0000d81d,
|
|
.fastl2vic_base = 0x0000d81e,
|
|
.jtlb_size_entries = 0x00000080,
|
|
.coproc_present = 0x00000001,
|
|
.ext_contexts = 0x00000004,
|
|
.vtcm_base = 0x0000d840,
|
|
.vtcm_size_kb = 0x00001000,
|
|
.l2tag_size = 0x00000400,
|
|
.l2ecomem_size = 0x00000400,
|
|
.thread_enable_mask = 0x0000003f,
|
|
.eccreg_base = 0x0000d81f,
|
|
.l2line_size = 0x00000080,
|
|
.tiny_core = 0x00000000,
|
|
.l2itcm_size = 0x00000000,
|
|
.l2itcm_base = 0x0000d820,
|
|
.reserved3 = 0x00000000,
|
|
.dtm_present = 0x00000000,
|
|
.dma_version = 0x00000001,
|
|
.hvx_vec_log_length = 0x00000007,
|
|
.core_id = 0x00000000,
|
|
.core_count = 0x00000000,
|
|
.coproc2_reg0 = 0x00000040,
|
|
.coproc2_reg1 = 0x00000020,
|
|
.v2x_mode = 0x1f1f1f1f,
|
|
.coproc2_reg2 = 0x1f1f1f1f,
|
|
.coproc2_reg3 = 0x1f1f1f1f,
|
|
.coproc2_reg4 = 0x1f1f1f1f,
|
|
.coproc2_reg5 = 0x1f1f1f1f,
|
|
.coproc2_reg6 = 0x1f1f1f1f,
|
|
.coproc2_reg7 = 0x1f1f1f1f,
|
|
.acd_preset = 0x1f1f1f1f,
|
|
.mnd_preset = 0x1f1f1f1f,
|
|
.l1d_size_kb = 0x1f1f1f1f,
|
|
.l1i_size_kb = 0x1f1f1f1f,
|
|
.l1d_write_policy = 0x1f1f1f1f,
|
|
.vtcm_bank_width = 0x1f1f1f1f,
|
|
.reserved4 = 0x1f1f1f1f,
|
|
.reserved5 = 0x1f1f1f1f,
|
|
.reserved6 = 0x1f1f1f1f,
|
|
.coproc2_cvt_mpy_size = 0x1f1f1f1f,
|
|
.consistency_domain = 0x1f1f1f1f,
|
|
.capacity_domain = 0x1f1f1f1f,
|
|
.axi3_lowaddr = 0x1f1f1f1f,
|
|
},
|
|
};
|