-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Release 2019.1 #177
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
Open
acuchoh
wants to merge
1,582
commits into
master
Choose a base branch
from
release-2019.1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release 2019.1 #177
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This patch fixes below MISRA-C violation in sdps. Expression is not Boolean. MISRA-C:2012 R.10.1,R.14.4 Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
This patch fixes below MISRA-C violation in sdps. No brackets to then/else. MISRA-C:2012 R.15.6 Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
This patch fixes below MISRA-C violation in sdps. Literal value requires a U suffix. MISRA-C:2012 R.7.2,R.10.3,R.10.4 Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
This patch fixes below MISRA-C violation in sdps. Implicit conversion: actual to formal param (MR). MISRA-C:2012 R.10.3 Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
This patch fixes below MISRA-C violation in sdps. Value is not of appropriate type. MISRA-C:2012 R.10.1,R.10.3,R.10.4,R.10.5,R.11.1 Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
This patch fixes below MISRA-C violation in sdps. Function and proto should both be static. MISRA-C:2012 R.8.8 Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
This patch fixes below MISRA-C violation in sdps. Value outside range of underlying type. MISRA-C:2012 R.10.3,R.10.4 Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
This patch fixes below MISRA-C violation in sdps. Implicit conversion of underlying type (MR). MISRA-C:2012 R.10.3,R.10.4 Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
This patch fixes below MISRA-C violation in sdps. Logical conjunctions need brackets. MISRA-C:2012 R.12.1 Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
This patch fixes below MISRA-C violation in sdps. Unreachable Code found. MISRA-C:2012 R.2.1 Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
This patch fixes below MISRA-C violation in sdps. No cast for widening complex int expression (MR). MISRA-C:2012 R.10.6,R.10.7 Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
This patch fixes below MISRA-C violation in sdps. (void) missing for discarded return value. MISRA-C:2012 R.17.7 Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
This patch adds U-suffix in xil_smc.h Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
This patch fixes below MISRA-C violation in sdps. Identifier reuse: persistent var vs proc param. MISRA-C:2012 R.5.8,R.5.9 Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
Updated the modification history for sdps MISRA-C changes. Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Manish Narani <[email protected]>
…s in xbram.h This patch fixes the below compiler warnings. warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '2199023321087' to '65535'. warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '2233382993920' to '0' Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Anirudha Sarangi <[email protected]>
This patch fixes the below warnings. "warning: missing initializer for field 'CtrlBaseAddress' of 'XBram_Config'" Signed-off-by: Arunima Mishra <[email protected]> Acked-for-series: Anirudha Sarangi <[email protected]>
PL SRST should be released before PL housclean sequence is triggered Signed-off-by: Jolly Shah <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
This patch fixes some of the xillibpm warnings Signed-off-by: Jolly Shah <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
This patch updates description for macro and corrects typos Signed-off-by: Pamela Singh <[email protected]> Acked-by: VNSL Durga Challa <[email protected]> Acked-by: VNSL Durga Challa <[email protected]>
This patch fixes the following violation in xpm_device_idle files - Function call with no prior declaration.(MISRA-C:2012 R.17.3) Signed-off-by: Tejas Patel <[email protected]> Acked-by: Jolly Shah <[email protected]> Acked-by: Jolly Shah <[email protected]>
This patch fixes the following violation in xillibpm_api.c file - Procedure contains UR data flow anomalies.(MISRA-C:2012 R.9.1) Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
This patch fixes the following violation in xpm_device.c file - Procedure contains UR data flow anomalies.(MISRA-C:2012 R.9.1) Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
This patch fixes the following violation in xpm_pll.c file - Procedure contains UR data flow anomalies.(MISRA-C:2012 R.9.1) Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
This patch fixes the following violation in xpm_device_idle.c file - Procedure contains UR data flow anomalies.(MISRA-C:2012 R.9.1) Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
This patch fixes the following violation in xpm_ipi.c file - Procedure contains UR data flow anomalies.(MISRA-C:2012 R.9.1) Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
This patch fixes the following violation in xpm_subsystem.c file - Procedure contains UR data flow anomalies.(MISRA-C:2012 R.9.1) Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
This patch fixes IAR compilation errors in xilsecure examples Signed-off-by: VNSL Durga Challa <[email protected]> Acked-by: Kalyani Akula <[email protected]> Acked-by: Kalyani Akula <[email protected]>
Move the appropriate backend code for the xilsecure library and standalone bsp so that the files are picked up by the Makefile. Signed-off-by: Appana Durga Kedareswara rao <[email protected]> Acked-by: Krishna Chaitanya Patakamuri <[email protected]> Acked-by: Krishna Chaitanya Patakamuri <[email protected]>
Signed-off-by: Saeed Nowshadi <[email protected]> Acked-by: Rajan Vaja <[email protected]>
Signed-off-by: Arunima Mishra <[email protected]> Acked-by: Siva Addepalli <[email protected]> Acked-by: Siva Addepalli <[email protected]>
Signed-off-by: Arunima Mishra <[email protected]> Acked-by: Siva Addepalli <[email protected]> Acked-by: Siva Addepalli <[email protected]>
Signed-off-by: Arunima Mishra <[email protected]> Acked-by: Siva Addepalli <[email protected]> Acked-by: Siva Addepalli <[email protected]>
Signed-off-by: Mubin Usman Sayyed <[email protected]> Acked-by: Siva Addepalli <[email protected]> Acked-by: Siva Addepalli <[email protected]>
Signed-off-by: Mubin Usman Sayyed <[email protected]> Acked-by: Siva Addepalli<[email protected]> Acked-by: Siva Addepalli<[email protected]>
Signed-off-by: Arunima Mishra <[email protected]> Acked-by: Siva Addepalli<[email protected]> Acked-by: Siva Addepalli<[email protected]>
This patch renames the library instance name from xilmbox to xilmailbox. Signed-off-by: Appana Durga Kedareswara rao <[email protected]> Acked-by: Nava kishore Manne <[email protected]>
…a53 and r5 processors This is for versionless release of ZynqMP FSBL Signed-off-by: Vikram Sreenivasa Batchali <[email protected]>
This is for versionless release of ZynqMP FSBL Signed-off-by: Vikram Sreenivasa Batchali <[email protected]>
This is for versionless release of ZynqMP FSBL Signed-off-by: Vikram Sreenivasa Batchali <[email protected]>
This is for versionless release of ZynqMP FSBL Signed-off-by: Vikram Sreenivasa Batchali <[email protected]>
This is for versionless release of ZynqMP FSBL Signed-off-by: Vikram Sreenivasa Batchali <[email protected]> Acked-for-series: Rajababu Mailapalli<[email protected]>
Signed-off-by: Siva Addepalli <[email protected]>
Modified compilation flags for fsbl_handoff.S Signed-off-by: Vikram Sreenivasa Batchali <[email protected]> Acked-by: Rajababu Mailapalli <[email protected]>
Sha3_Start is been called twice while calculating the checksum, due to which assert is been occured at sha state verification. This patch fixes by calling sha3_start only once. Signed-off-by: VNSL Durga Challa <[email protected]> Acked-by: Sarat Chand Savitala <[email protected]>
Signed-off-by: Siva Addepalli <[email protected]>
Signed-off-by: Siva Addepalli <[email protected]>
Signed-off-by: Siva Addepalli <[email protected]>
This patch removes Xilinx copyright and license text from FatFS source files. Signed-off-by: Manish Narani <[email protected]>
Signed-off-by: ashokku <[email protected]>
Signed-off-by: Siva Addepalli <[email protected]>
Signed-off-by: Siva Addepalli <[email protected]>
e929ef8
to
51d9eed
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I want to make a test with ZC702 board for data processing and send of data throught ethernet to pc.