-
Notifications
You must be signed in to change notification settings - Fork 16
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
hal: AArch64/ZynqMP port #402
base: master
Are you sure you want to change the base?
Conversation
arch/aarch64/reboot.c
Outdated
.magic = magic | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
.magic = magic | |
} | |
.magic = magic } |
400e266
to
ecbd10b
Compare
include/arch/aarch64/arch.h
Outdated
#define __ARCH_STDINT <arch/aarch64/stdint.h> | ||
#define __ARCH_LIMITS <arch/aarch64/limits.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
#define __ARCH_STDINT <arch/aarch64/stdint.h> | |
#define __ARCH_LIMITS <arch/aarch64/limits.h> | |
#define __ARCH_STDINT <arch/aarch64/stdint.h> | |
#define __ARCH_LIMITS <arch/aarch64/limits.h> |
Add support for ZynqMP platform JIRA: RTOS-949
Implement fabs(), ceil(), floor(), round() and trunc() and their float counterparts with dedicated FPU instructions on AArch64. JIRA: RTOS-949
ecbd10b
to
b0a1e04
Compare
#define LLONG_MIN LONG_LONG_MIN | ||
#define LLONG_MAX LONG_LONG_MAX | ||
#define ULLONG_MAX ULONG_LONG_MAX |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format-pr] reported by reviewdog 🐶
suggested fix
#define LLONG_MIN LONG_LONG_MIN | |
#define LLONG_MAX LONG_LONG_MAX | |
#define ULLONG_MAX ULONG_LONG_MAX | |
#define LLONG_MIN LONG_LONG_MIN | |
#define LLONG_MAX LONG_LONG_MAX | |
#define ULLONG_MAX ULONG_LONG_MAX |
Port libphoenix to AArch64 architecture and Zynq Ultrascale platform.
Description
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment