LB_MEM_TOPK is making it hard for me to modify linker scripts because sometimes the shifting breaks it.<br><br>RAMTOP is much nicer:<br>- No need to shift it<br>- Matches with RAMBASE<br>- Shows up in the correct place in coreboot_ram.map<br>
<br>topk_defaults.diff & topk_shifts.diff are almost trivial, and were done 99% by scripts.<br>topk_fixups.diff was done by hand and verified with meld, so I'm pretty sure but I'd like another pair of eyes.<br>
<br>There was only one place where I had to do (RAMBASE >> 10)!<br><br>Abuild tested.<br><br>Signed-off-by: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br><br>Thanks,<br>Myles<br>