Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MemMap: Add support for DSP Read & Writes in the memory map | purpasmart96 | 2014-12-30 | 1 | -0/+1 |
| | |||||
* | Merge pull request #253 from purpasmart96/mem_map | bunnei | 2014-12-30 | 1 | -59/+76 |
|\ | | | | | MemMap: Removed I/O address's and added more stuff | ||||
| * | MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuff | purpasmart96 | 2014-12-14 | 1 | -59/+76 |
| | | | | | | | | | | | | Got rid of I/O address's since the I/O addresses range's overlap with other address's types such as vram, these I/O addresses need to be done in an different way. | ||||
* | | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
|/ | |||||
* | MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP. | bunnei | 2014-12-12 | 1 | -7/+7 |
| | | | | - Linear simply indicates that the mapped physical address is always MappedVAddr+0x0C000000, thus this memory can be used for hardware devices' DMA (such as the GPU). | ||||
* | Merge pull request #244 from bunnei/cleanup-memmap | bunnei | 2014-12-09 | 1 | -10/+0 |
|\ | | | | | MemMap: Updated memory map to subtract base address instead of mask. | ||||
| * | MemMap: Updated memory map to subtract base address instead of mask. | bunnei | 2014-12-03 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | - More readable, a little less error prone. Conflicts: src/core/mem_map.h src/core/mem_map_funcs.cpp | ||||
* | | Merge pull request #249 from lioncash/enum | bunnei | 2014-12-04 | 1 | -1/+1 |
|\ \ | | | | | | | mem_map: Make enum for addresses use u32 as the underlying type | ||||
| * | | mem_map: Make enum for addresses use u32 as the underlying type | Lioncash | 2014-12-04 | 1 | -1/+1 |
| |/ | |||||
* / | Add stub for ConvertProcessFromDspDram | archshift | 2014-12-04 | 1 | -1/+3 |
|/ | | | | Should theoretically push retail stuff further along | ||||
* | Fix documentation of parameters | Lioncash | 2014-11-18 | 1 | -1/+1 |
| | |||||
* | mem_map: Add missing prototype for Write64 | Lioncash | 2014-11-17 | 1 | -0/+1 |
| | |||||
* | Introduce VAddr and PAddr typedefs for ARM addresses. | Yuri Kunde Schlesner | 2014-08-31 | 1 | -15/+24 |
| | |||||
* | Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. | Tony Wasserka | 2014-08-12 | 1 | -15/+7 |
| | | | | | This cleans up the mess that address reading/writing had become and makes the code a *lot* more sensible. This adds a physical<->virtual address converter to mem_map.h. For further accuracy, we will want to properly extend this to support a wider range of address regions. For now, this makes simply homebrew applications work in a good manner though. | ||||
* | Memory: Removed deprecated MapBlock_Shared function. | bunnei | 2014-07-05 | 1 | -8/+0 |
| | |||||
* | mem_map: Updated interface to expose template functions to other modules. | bunnei | 2014-07-05 | 1 | -0/+6 |
| | |||||
* | MemMap: Added a WriteBlock function to write a buffer of data to memory. | bunnei | 2014-06-25 | 1 | -0/+2 |
| | |||||
* | added memory mapped region for system mem - sdk demos load a segment here on ELF load | bunnei | 2014-05-16 | 1 | -0/+7 |
| | |||||
* | added kernel memory to mem_map | bunnei | 2014-05-08 | 1 | -0/+6 |
| | |||||
* | added mem_map read for config_mem | bunnei | 2014-05-07 | 1 | -0/+5 |
| | |||||
* | fixed a bug where ExeFs code was being incorrectly masked | bunnei | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded) | bunnei | 2014-05-01 | 1 | -0/+1 |
| | |||||
* | reorganized memory regions enum, added regions for ExeFS code | bunnei | 2014-05-01 | 1 | -20/+25 |
| | |||||
* | added virtual address conversion for firmware FW0B | bunnei | 2014-04-28 | 1 | -0/+2 |
| | |||||
* | added helper functions to mem_map to convert physical addresses to virtual addresses | bunnei | 2014-04-27 | 1 | -0/+14 |
| | |||||
* | - changed HW IO map to use virtual addresses | bunnei | 2014-04-26 | 1 | -1/+3 |
| | | | | - added hooks to catch LCD IO read/writes | ||||
* | added vram to memory_map | bunnei | 2014-04-26 | 1 | -1/+2 |
| | |||||
* | - added preliminary support for svc_MapMemoryBlock | bunnei | 2014-04-25 | 1 | -0/+9 |
| | | | | | - added shared memory region - moarrrr cleanups to memory_map | ||||
* | added functions to map Heap and Shared memory space | bunnei | 2014-04-25 | 1 | -4/+23 |
| | |||||
* | added GSP heap memory allocation | bunnei | 2014-04-18 | 1 | -0/+25 |
| | |||||
* | moved enums into Memory:: namespace | bunnei | 2014-04-18 | 1 | -4/+2 |
| | |||||
* | added memory read/write to GSP heap | bunnei | 2014-04-18 | 1 | -1/+3 |
| | |||||
* | more various refactors to memory interface | bunnei | 2014-04-18 | 1 | -20/+33 |
| | |||||
* | cleaned up memory interfaces a lot, removed some hackish stuff | bunnei | 2014-04-18 | 1 | -3/+1 |
| | |||||
* | replace tabs with spaces | bunnei | 2014-04-13 | 1 | -3/+3 |
| | |||||
* | added OS memory read/write for thread command buffer | bunnei | 2014-04-13 | 1 | -4/+0 |
| | |||||
* | - added HLE to connect to "srv:" service | bunnei | 2014-04-13 | 1 | -1/+2 |
| | | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function | ||||
* | added a memory mapped option for HLE | bunnei | 2014-04-12 | 1 | -5/+8 |
| | |||||
* | added Memory::GetCharPointer to read strings from HLE functions | bunnei | 2014-04-11 | 1 | -0/+4 |
| | |||||
* | fixed project includes to use new directory structure | bunnei | 2014-04-09 | 1 | -2/+2 |
| | |||||
* | got rid of 'src' folders in each sub-project | bunnei | 2014-04-09 | 1 | -0/+73 |