-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add cortex-m arm-support for s2e #13
base: v3.0.0-se
Are you sure you want to change the base?
Commits on Oct 16, 2019
-
feat: add support for compiling ARM KVM mode on X86
To achieve this the linux-headers directory must be symlinked on a per-targe basis (rather than per host). We also need to break the target and host compatibility checks in KVM mode. Signed-off-by: chaojixx <wpz5080@psu.edu>
Configuration menu - View commit details
-
Copy full SHA for cccfd88 - Browse repository at this point
Copy the full SHA cccfd88View commit details
Commits on Nov 16, 2019
-
feat:add cortex-m kvm vcpu init
For cortex-m, cpu has to reset before vcpu init. Add vcpu_ioctl interfacs for cortex regs and sregs rw. Signed-off-by: chaojixx <wpz5080@psu.edu>
Configuration menu - View commit details
-
Copy full SHA for 7ff4308 - Browse repository at this point
Copy the full SHA 7ff4308View commit details -
feat: add armv7m_space_memory for sync cortex-m SCS memory region
Signed-off-by: chaojixx <wpz5080@psu.edu>
Configuration menu - View commit details
-
Copy full SHA for f01c20b - Browse repository at this point
Copy the full SHA f01c20bView commit details -
refactor: separate necessary nvic interfaces which also used for cort…
…ex-m cpu interrupt Signed-off-by: chaojixx <wpz5080@psu.edu>
Configuration menu - View commit details
-
Copy full SHA for d891238 - Browse repository at this point
Copy the full SHA d891238View commit details -
feat:sync sregs when cpu exit due to KVM_EXIT_SYNC_ARM_V7M_SREGS
Add kvm_cortex_m_vcpu_sync(CPUState *cs) interfaces to sync sregs between kvm cpu env with tcg env. Signed-off-by: chaojixx <wpz5080@psu.edu>
Configuration menu - View commit details
-
Copy full SHA for 028f54b - Browse repository at this point
Copy the full SHA 028f54bView commit details -
add roms/vgabios/ for .gitignore
Signed-off-by: chaojixx <wpz5080@psu.edu>
Configuration menu - View commit details
-
Copy full SHA for 65494a1 - Browse repository at this point
Copy the full SHA 65494a1View commit details -
kvm: add api to register fixed memory regions for armv7m
now only add for mps AN511 version Signed-off-by: chaojixx <wpz5080@psu.edu>
Configuration menu - View commit details
-
Copy full SHA for 4a48a29 - Browse repository at this point
Copy the full SHA 4a48a29View commit details -
arm kvm: add cortex-m get regs for original one
Signed-off-by: chaojixx <wpz5080@psu.edu>
Configuration menu - View commit details
-
Copy full SHA for f75992a - Browse repository at this point
Copy the full SHA f75992aView commit details