-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
poplar: Add initial support #1999
Conversation
@prime-zeng fyi |
core/arch/arm/plat-poplar/main.c
Outdated
@@ -0,0 +1,59 @@ | |||
/* | |||
* Copyright (c) 2017, Linaro Limited | |||
* All rights reserved. |
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.
We don't the "All rights reserved" line any longer, please remove it in the other files added with Linaro copyright.
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.
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.
Removed in all related files. Thanks for the link!
#define STACK_ALIGNMENT 64 | ||
|
||
/* PL011 UART */ | ||
#define CONSOLE_UART_BASE PL011_UART0_BASE |
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.
A define from hi3798cv200.h
is used here, please include the file too.
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.
Ah, it was in main.c
. Will remove it there and include it here instead. Thanks for spotting!
All comment addressed. Please continue review. Thanks! |
|
2645818
to
6c68d84
Compare
Rebased, squashed and tag added. Ok to merge? Thanks! |
Signed-off-by: Victor Chong <victor.chong@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Victor Chong victor.chong@linaro.org