Skip to content

Conversation

acuchoh
Copy link

@acuchoh acuchoh commented Oct 28, 2021

I want to make a test with ZC702 board for data processing and send of data throught ethernet to pc.

Arunima Mishra and others added 30 commits May 22, 2019 05:47
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]>
Arunima Mishra and others added 22 commits May 22, 2019 05:48
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]>
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]>
This patch removes Xilinx copyright and license text from FatFS source
files.

Signed-off-by: Manish Narani <[email protected]>
Signed-off-by: Siva Addepalli <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants