I have searched far and wide for how to do this and have failed to come up with an answer.
My memory layout is as follows:
Fake Address | Section
what I want to do is place a single section, let's call it .persist, into my ram memory. I want it to reside at the very end of RAM and I want to program this into my linker script.
Linker script has special variable called Location Counter which allows to modify the current address, and as such the size or address of a section or symbol, by creating gaps or holes in the address space.