| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-29 | MemMap: Add support for DSP Read & Writes in the memory map | purpasmart96 | |
| 2014-12-29 | Merge pull request #253 from purpasmart96/mem_map | bunnei | |
| MemMap: Removed I/O address's and added more stuff | |||
| 2014-12-20 | License change | purpasmart96 | |
| 2014-12-13 | MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuff | purpasmart96 | |
| 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. | |||
| 2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | |
| 2014-12-12 | MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP. | bunnei | |
| - 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). | |||
| 2014-12-03 | MemMap: Updated memory map to subtract base address instead of mask. | bunnei | |
| - More readable, a little less error prone. Conflicts: src/core/mem_map.h src/core/mem_map_funcs.cpp | |||
| 2014-11-27 | Fixed formatting and switch statement warnings | vaguilar | |
| 2014-11-18 | Add static to some variables | Lioncash | |
| 2014-09-28 | Fix warnings in core and common | Lioncash | |
| 2014-09-08 | core: Prune redundant includes | archshift | |
| 2014-08-31 | Introduce VAddr and PAddr typedefs for ARM addresses. | Yuri Kunde Schlesner | |
| 2014-08-17 | Core: Fix undefined behavior in mem_map_funcs' WriteBlock function | Lioncash | |
| 2014-08-12 | Pica/GPU: Change hardware registers to use physical addresses rather than ↵ | Tony Wasserka | |
| virtual ones. 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. | |||
| 2014-08-05 | MemMap: Fixed typo with GetPointer to VRAM address. | bunnei | |
| 2014-08-05 | MemMap: Added an error for unaligned 16-bit memory reads. | bunnei | |
| 2014-08-05 | MemMap: Removed Read64 function. | bunnei | |
| - Unused code - Was not correct for unaligned memory reads | |||
| 2014-08-05 | MemMap: Fix Read32 for unaligned memory reads. | bunnei | |
| MemMap: Cleaned up Read32 unaligned memory access. | |||
| 2014-07-05 | Memory: Removed deprecated MapBlock_Shared function. | bunnei | |
| 2014-07-04 | mem_map: Updated interface to expose template functions to other modules. | bunnei | |
| 2014-06-24 | MemMap: Added a WriteBlock function to write a buffer of data to memory. | bunnei | |
| 2014-05-29 | hle: cleaned up log messages | bunnei | |
| 2014-05-15 | added memory mapped region for system mem - sdk demos load a segment here on ↵ | bunnei | |
| ELF load | |||
| 2014-05-07 | - removed HLE mem "hack" and replaced with kernel mem region | bunnei | |
| - added a helper function for getting command buffer for services - fixed bug where GSP DMA was incorrectly being done in DataSynchronizationBarrier (instead of gsp_TriggerCmdReqQueue) | |||
| 2014-05-06 | added mem_map read for config_mem | bunnei | |
| 2014-04-30 | added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded) | bunnei | |
| 2014-04-30 | reorganized memory regions enum, added regions for ExeFS code | bunnei | |
| 2014-04-27 | added virtual address conversion for firmware FW0B | bunnei | |
| 2014-04-27 | added helper functions to mem_map to convert physical addresses to virtual ↵ | bunnei | |
| addresses | |||
| 2014-04-26 | - changed HW IO map to use virtual addresses | bunnei | |
| - added hooks to catch LCD IO read/writes | |||
| 2014-04-26 | added vram to memory_map | bunnei | |
| 2014-04-25 | removed some cruft | bunnei | |
| 2014-04-24 | - added preliminary support for svc_MapMemoryBlock | bunnei | |
| - added shared memory region - moarrrr cleanups to memory_map | |||
| 2014-04-24 | added functions to map Heap and Shared memory space | bunnei | |
| 2014-04-17 | added GSP heap memory allocation | bunnei | |
| 2014-04-17 | fixed bug in Memory::GetPointer | bunnei | |
| 2014-04-17 | added memory read/write to GSP heap | bunnei | |
| 2014-04-17 | more various refactors to memory interface | bunnei | |
| 2014-04-17 | cleaned up memory interfaces a lot, removed some hackish stuff | bunnei | |
| 2014-04-16 | changed unknown memory read/write to report the size | bunnei | |
| 2014-04-12 | added OS memory read/write for thread command buffer | bunnei | |
| 2014-04-12 | - added HLE to connect to "srv:" service | bunnei | |
| - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function | |||
| 2014-04-10 | cleaned up some logging messages | bunnei | |
| 2014-04-08 | fixed project includes to use new directory structure | bunnei | |
| 2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |
