-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debug stub fixes, MMU log tweak #90
Conversation
Signed-off-by: Taylor Simpson <[email protected]>
Signed-off-by: Taylor Simpson <[email protected]>
Signed-off-by: Taylor Simpson <[email protected]>
gregs 0-3 don't need special handling, so generate a TCG move instead of calling a helper Signed-off-by: Taylor Simpson <[email protected]>
Add system registers to a total of 85 (per hex_regs.h) Move guest registers to end Add gelr/gsr/gosp/gbadva names for g0-g4 Signed-off-by: Taylor Simpson <[email protected]>
Those are the patches Taylor sent upstream, right? I think I reviewed them before and it all looked good to me. The only possible issue I found was a dwarf_offset collision between the added registers and some of our system registers downstream. But I think shifting the downstream ones should solve this without problems. |
Yes -- ish. But I think there's more here than the pred reg one upstream - either that or I missed some of the patches sent to the list. |
Oh, right. I've reviewed it more carefully now. Mostly LGTM, only some comments on xml changes. |
No description provided.