On Fri, Oct 27, 2023 at 11:11:01PM +0100, Jiaxun Yang wrote:
Now the exception vector for CPS systems are allocated on-flythis patch does way to many things in one go. What is needed to
with memblock as well.
It will try to allocate from KSEG1 first, and then try to allocate
in low 4G if possible.
The main reset vector is now generated by uasm, to avoid tons
of patches to the code. Other vectors are copied to the location
later.
make a kernel working with an ebase anyware in XPHYS ?
Thomas.