I think we should clean up memory allocation.  There are multiple places in the code where RAMTOP is used as an offset into ram and cast to a struct.<br><br>I think if something is important enough that it needs to be allocated separately from the stack, it should show up in the ldscripts, not just in the code.<br>
<br>What's important enough?<br>K8 page tables for APs?<br>EHCI debug?<br>Sysinfo structs?<br><br>Signed-off-by: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br><br>Thanks,<br>Myles<br>