summaryrefslogtreecommitdiff
path: root/src/core/mem_map.h
AgeCommit message (Expand)Author
2015-07-11Core: Properly configure address space when loading a binaryYuri Kunde Schlesner
2015-05-27Memmap: Remove unused global pointers to memory areasYuri Kunde Schlesner
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-15Memmap: Remove unused declarationsYuri Kunde Schlesner
2015-05-11Core/Memory: Add TLS support for creating up to 300 threadsSubv
2015-05-09Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner
2015-05-09Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner
2015-05-09Memory: Sort memory region variables by VAddrYuri Kunde Schlesner
2015-05-09Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner
2015-05-08Process: Support parsing of exheader kernel capsYuri Kunde Schlesner
2015-05-07Common: Remove mem_arena.cpp/hYuri Kunde Schlesner
2015-05-06Clean-up includesYuri Kunde Schlesner
2015-05-01Memory: Properly cleanup & shutdown.bunnei
2015-04-05Clean-up mem_map constants and fix framebuffer translation errorsYuri Kunde Schlesner
2015-03-17dyncom: Make Load/Store instructions support big endianLioncash
2015-01-30Move VAddr/PAddr typedefs to kernel.hYuri Kunde Schlesner
2014-12-29MemMap: Add support for DSP Read & Writes in the memory mappurpasmart96
2014-12-29Merge pull request #253 from purpasmart96/mem_mapbunnei
2014-12-20License changepurpasmart96
2014-12-13MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuffpurpasmart96
2014-12-12MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.bunnei
2014-12-08Merge pull request #244 from bunnei/cleanup-memmapbunnei
2014-12-04Merge pull request #249 from lioncash/enumbunnei
2014-12-03mem_map: Make enum for addresses use u32 as the underlying typeLioncash
2014-12-03Add stub for ConvertProcessFromDspDramarchshift
2014-12-03MemMap: Updated memory map to subtract base address instead of mask.bunnei
2014-11-18Fix documentation of parametersLioncash
2014-11-16mem_map: Add missing prototype for Write64Lioncash
2014-08-31Introduce VAddr and PAddr typedefs for ARM addresses.Yuri Kunde Schlesner
2014-08-12Pica/GPU: Change hardware registers to use physical addresses rather than vir...Tony Wasserka
2014-07-05Memory: Removed deprecated MapBlock_Shared function.bunnei
2014-07-04mem_map: Updated interface to expose template functions to other modules.bunnei
2014-06-24MemMap: Added a WriteBlock function to write a buffer of data to memory.bunnei
2014-05-15added memory mapped region for system mem - sdk demos load a segment here on ...bunnei
2014-05-07added kernel memory to mem_mapbunnei
2014-05-06added mem_map read for config_membunnei
2014-04-30fixed a bug where ExeFs code was being incorrectly maskedbunnei
2014-04-30added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)bunnei
2014-04-30reorganized memory regions enum, added regions for ExeFS codebunnei
2014-04-27added virtual address conversion for firmware FW0Bbunnei
2014-04-27added helper functions to mem_map to convert physical addresses to virtual ad...bunnei
2014-04-26- changed HW IO map to use virtual addressesbunnei
2014-04-26added vram to memory_mapbunnei
2014-04-24- added preliminary support for svc_MapMemoryBlockbunnei
2014-04-24added functions to map Heap and Shared memory spacebunnei
2014-04-17added GSP heap memory allocationbunnei
2014-04-17moved enums into Memory:: namespacebunnei
2014-04-17added memory read/write to GSP heapbunnei
2014-04-17more various refactors to memory interfacebunnei
2014-04-17cleaned up memory interfaces a lot, removed some hackish stuffbunnei