summaryrefslogtreecommitdiff
path: root/src/core/mem_map.h
diff options
context:
space:
mode:
authorGravatar bunnei2014-04-27 22:32:51 -0400
committerGravatar bunnei2014-04-27 22:32:51 -0400
commitaf921daa4c4bb9c02b53dfcaa35e3f4158b6bf21 (patch)
treecd08857a31878aa55d97d1d2e3a36f8bbfe942ec /src/core/mem_map.h
parentfix for issue Linux build #9, not sure why this is broken but its unused code... (diff)
downloadyuzu-af921daa4c4bb9c02b53dfcaa35e3f4158b6bf21.tar.gz
yuzu-af921daa4c4bb9c02b53dfcaa35e3f4158b6bf21.tar.xz
yuzu-af921daa4c4bb9c02b53dfcaa35e3f4158b6bf21.zip
added virtual address conversion for firmware FW0B
Diffstat (limited to 'src/core/mem_map.h')
-rw-r--r--src/core/mem_map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h
index c744e377e..509fc8fd9 100644
--- a/src/core/mem_map.h
+++ b/src/core/mem_map.h
@@ -47,6 +47,8 @@ enum {
47 FCRAM_PADDR_END = (FCRAM_PADDR + FCRAM_SIZE), ///< FCRAM end of physical space 47 FCRAM_PADDR_END = (FCRAM_PADDR + FCRAM_SIZE), ///< FCRAM end of physical space
48 FCRAM_VADDR = 0x08000000, ///< FCRAM virtual address 48 FCRAM_VADDR = 0x08000000, ///< FCRAM virtual address
49 FCRAM_VADDR_END = (FCRAM_VADDR + FCRAM_SIZE), ///< FCRAM end of virtual space 49 FCRAM_VADDR_END = (FCRAM_VADDR + FCRAM_SIZE), ///< FCRAM end of virtual space
50 FRAM_VADDR_FW0B = 0xF0000000, ///< FCRAM adress for firmare FW0B
51 FRAM_VADDR_FW0B_END = (FRAM_VADDR_FW0B + FCRAM_SIZE), ///< FCRAM adress end for FW0B
50 52
51 HARDWARE_IO_PADDR = 0x10000000, ///< IO physical address start 53 HARDWARE_IO_PADDR = 0x10000000, ///< IO physical address start
52 HARDWARE_IO_VADDR = 0x1EC00000, ///< IO virtual address start 54 HARDWARE_IO_VADDR = 0x1EC00000, ///< IO virtual address start