bunnei
|
a6bf3fd613
Merge pull request #244 from bunnei/cleanup-memmap
|
před 11 roky |
bunnei
|
846dc72a37
Merge pull request #249 from lioncash/enum
|
před 11 roky |
Lioncash
|
3ba32d2b53
mem_map: Make enum for addresses use u32 as the underlying type
|
před 11 roky |
archshift
|
a404ad5272
Add stub for ConvertProcessFromDspDram
|
před 11 roky |
bunnei
|
e3886adc22
MemMap: Updated memory map to subtract base address instead of mask.
|
před 11 roky |
Lioncash
|
64cc6cb6cf
Fix documentation of parameters
|
před 11 roky |
Lioncash
|
cfea27a615
mem_map: Add missing prototype for Write64
|
před 11 roky |
Yuri Kunde Schlesner
|
83c3d2bcd1
Introduce VAddr and PAddr typedefs for ARM addresses.
|
před 12 roky |
Tony Wasserka
|
7b6a7d7dfb
Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
|
před 12 roky |
bunnei
|
882dc07929
Memory: Removed deprecated MapBlock_Shared function.
|
před 12 roky |
bunnei
|
3013015a0c
mem_map: Updated interface to expose template functions to other modules.
|
před 12 roky |
bunnei
|
6aebd4ac98
MemMap: Added a WriteBlock function to write a buffer of data to memory.
|
před 12 roky |
bunnei
|
4910b6f336
added memory mapped region for system mem - sdk demos load a segment here on ELF load
|
před 12 roky |
bunnei
|
f23e99bb85
added kernel memory to mem_map
|
před 12 roky |
bunnei
|
a3a383cb7a
added mem_map read for config_mem
|
před 12 roky |
bunnei
|
924e7b6af8
fixed a bug where ExeFs code was being incorrectly masked
|
před 12 roky |
bunnei
|
235dddb3f1
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
|
před 12 roky |
bunnei
|
c37390f8e2
reorganized memory regions enum, added regions for ExeFS code
|
před 12 roky |
bunnei
|
af921daa4c
added virtual address conversion for firmware FW0B
|
před 12 roky |
bunnei
|
b2a6ad52f4
added helper functions to mem_map to convert physical addresses to virtual addresses
|
před 12 roky |
bunnei
|
f78794961e
- changed HW IO map to use virtual addresses
|
před 12 roky |
bunnei
|
86a515e5ac
added vram to memory_map
|
před 12 roky |
bunnei
|
890c7261d2
- added preliminary support for svc_MapMemoryBlock
|
před 12 roky |
bunnei
|
b7cd4c9e90
added functions to map Heap and Shared memory space
|
před 12 roky |
bunnei
|
b2baafaf8b
added GSP heap memory allocation
|
před 12 roky |
bunnei
|
fb026f6b46
moved enums into Memory:: namespace
|
před 12 roky |
bunnei
|
a9dba388eb
added memory read/write to GSP heap
|
před 12 roky |
bunnei
|
09ffe87360
more various refactors to memory interface
|
před 12 roky |
bunnei
|
ae99574b6d
cleaned up memory interfaces a lot, removed some hackish stuff
|
před 12 roky |
bunnei
|
ce822b6815
replace tabs with spaces
|
před 12 roky |