from the url: http://processors.wiki.ti.com/index.php/DM816x_AM389x_PSP_04.00.02.14_Feature_Performance_Guide#Memory_Holes_Configuration
- mem=128M mem=128M@0xA0000000
- Total direct mappable RAM space lost here is 0x80000000 to 0xa0000000 + 128M = ~768MB, vmalloc space available 120MB
- mem=128M mem=324M@0x9F900000
- Total direct mappable RAM space lost here is 0x80000000 to 0x9F900000 + 324M = ~829MB
- mem=364M@0x80000000 mem=324M@0x9F900000
- Total direct mappable RAM space lost here is 0x80000000 to 0xa0000000 + 324M = ~829MB
- In the later 2 cases above, the RAM direct mapped space is divided as 768 MB from actual required ~829MBwith remaining designated as highmem (see below section) to be able to accommodate 120MB minimum vmalloc space.
- This also means ~60MB RAM towards the end of the of the second partition is not used if CONFIG_HIGHMEM is disabled.
anyone can explain some question
1. 0x80000000 to 0xa0000000 + 128M = ~768MB, I caculate the total is 640MB.
2.In the later 2 cases above, the RAM direct mapped space is divided as 768 MB from actual required ~829MB
-----where can I find the RAM direct mapped spcace is the 768M
Thankyou!