-
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
Update xxxvethernet.h #199
Open
Arnaud-G1
wants to merge
885
commits into
Xilinx:master
Choose a base branch
from
Arnaud-G1:patch-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
Conversation
This file contains 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
Number of the RACH configuration arrays should be indexed based on the Physical channel rather than logical. Clang-format change in example. Signed-off-by: Dragan Cvetic <[email protected]> Acked-by: Anish Kadamathikuttiyil Karthikeyan Pillai <[email protected]>
This patch updates ClearStatus in Status only if Status is success. If Status was failure then original error code is returned. Signed-off-by: Harsha <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]>
Updated IIC driver version with 3.9 and addtogroup version with Overview Signed-off-by: Manikanta Guntupalli <[email protected]> Acked-for-series: Srinivas Goud <[email protected]>
While reading single byte, getting both RX FULL and TX error interrupts. RX FULL interrupt is to intimate byte received. TX error is due to NACK from master to slave to intimate communication completed. In Interrupt Service Routine we are handling only TX error and not handling RX FULL, when both interrupts occured. To fix this issue, handling RX FULL interrupt before TX error interrupt and clearing TX error interrupt while handling RX FULL interrupt when receive byte count is one, because here the TX error interrupt indicate NACK, not actually TX error. Signed-off-by: Manikanta Guntupalli <[email protected]> Acked-for-series: Srinivas Goud <[email protected]>
Commit 0949b4f updating the already existing ipname variable due to which wrong instance name is getting generated in the testperiph.c, resulting compilation errors, This commit fixes this issue. Signed-off-by: Appana Durga Kedareswara rao <[email protected]> Acked-by: Siva Durga Prasad Paladugu<[email protected]>
…lure During subsystem creation, requirements are added for all the devices. However, this is unnecessary. There are a few types of devices which are never requested at runtime by any PM client - such as VDU, GTs, BFRB etc. We can optimize for these types of devices and skip adding requirements for them. On VC1902, with this patch, we can save about ~1K of xilpm runtime memory. With optimization: Total buffer size = 32768 bytes Used = 31200 bytes Free = 1568 bytes Without optimization: Total buffer size = 32768 bytes Used = 32256 bytes Free = 512 bytes On other devices, we'll likely save more memory. While at it, fix a bug in XPm_DumpMemUsage() which incorrectly casts pointers to (u32) before performing the arithmetic operation. This results in an incorrect result. Signed-off-by: Izhar Ameer Shaikh <[email protected]> Acked-by: Rajan Vaja <[email protected]>
Move static functions into conditional section as they don't needs to be documented. Signed-off-by: Ronak Jain <[email protected]> Acked-for-series: Abhyuday Godhasara <[email protected]>
Add descriptions for enums to fix doxygen warnings. Signed-off-by: Ronak Jain <[email protected]> Acked-for-series: Abhyuday Godhasara <[email protected]>
This commit does the below --> Increments the driver version number. --> Updates addtogroup tags. --> Updates copyright year. Signed-off-by: Appana Durga Kedareswara rao <[email protected]> Acked-for-series: Siva Durga Prasad Paladugu <[email protected]>
While updating the address for Instruction Inject Register need to apply mask inorder to inject fault when instruction replacing the actual instruction at the IIR offset address. Signed-off-by: Appana Durga Kedareswara rao <[email protected]> Acked-for-series: Siva Durga Prasad Paladugu <[email protected]>
…Configure_BrkDelay() for configuring break delay This commits adds new API XTMR_Manager_Configure_BrkDelay() for configuring break delay. Signed-off-by: Appana Durga Kedareswara rao <[email protected]> Acked-for-series: Siva Durga Prasad Paladugu <[email protected]>
This commits adds an example for error injection and recovery using tmr inject and tmr manager IP's. Signed-off-by: Appana Durga Kedareswara rao <[email protected]> Acked-for-series: Siva Durga Prasad Paladugu <[email protected]>
Updated the define statement for TX_RX_RATE variable Signed-off-by: S Shreesh <[email protected]> Acked-for-series: Kapil Usgaonkar <[email protected]>
Updated the define statement for TX_RX_RATE variable Signed-off-by: S Shreesh <[email protected]> Acked-for-series: Kapil Usgaonkar <[email protected]>
Increment version. Update doxygen tags. Signed-off-by: Swati Agarwal <[email protected]> Acked-for-series: Harini Katakam <[email protected]>
…unction Do not use global pointer to AxiDma structure. Use the instance pointer passed via function parameter instead. Signed-off-by: Swati Agarwal <[email protected]> Acked-for-series: Harini Katakam <[email protected]>
Updated range details and notes for APIs for Doxygen Signed-off-by: Hariharan Baskaran <[email protected]> Acked-by: Rama devi Veggalam <[email protected]>
Enhance feature check support for better execution. Remove bitmask function overhead and add MACRO to get IOCTL/QUERY ids version. Signed-off-by: Ronak Jain <[email protected]> Acked-by: Tanmay Shah <[email protected]>
Updated the PLL configs to support audio for vck190 Signed-off-by: S Shreesh <[email protected]> Acked-for-series: Kapil Usgaonkar <[email protected]>
Updated the PLL configs to support audio for vck190 Signed-off-by: S Shreesh <[email protected]> Acked-for-series: Kapil Usgaonkar <[email protected]>
Updated the copyright license of the file Signed-off-by: S Shreesh <[email protected]> Acked-for-series: Kapil Usgaonkar <[email protected]>
Updated the copyright license of the file Signed-off-by: S Shreesh <[email protected]> Acked-for-series: Kapil Usgaonkar <[email protected]>
Updated the copyright license of the file Signed-off-by: S Shreesh <[email protected]> Acked-for-series: Kapil Usgaonkar <[email protected]>
Updated the copyright license of the file Signed-off-by: S Shreesh <[email protected]> Acked-for-series: Kapil Usgaonkar <[email protected]>
Uprevved the mdd for 2022.1 checkins Signed-off-by: S Shreesh <[email protected]> Acked-for-series: Kapil Usgaonkar <[email protected]>
Updated license for application files. Signed-off-by: nishantd <[email protected]> Acked-by: Kapil Usgaonkar <[email protected]>
… macro Moved the rx initialization outside of hdcp enabled macro Signed-off-by: nishantd <[email protected]> Acked-by: Kapil Usgaonkar <[email protected]>
Updated Print_DDRSize_Warning function to replace xil_printf with xdbg_printf. Signed-off-by: Mubin Usman Sayyed <[email protected]> Acked-by: Siva Durga Prasad Paladugu <[email protected]>
…re set This patch updates the code such that unlimited number of attempts are allowed to enable JTAG when AUTH_JTAG_LOCK_DIS_1_0 is programmed. If the efuse bits are not set then only one failed attempt is allowed. It also adds temporal redundancy check for AuthFailCounter. It also changes local static variables in XLoader_CheckAuthJtagIntStatus() to file static variables. Signed-off-by: Harsha <[email protected]> Acked-by: Mohan Marutirao Dhanawade <[email protected]>
Currently after enabling ENABLE_DYNAMIC_MIO_CONFIG flag the ENABLE_IOCTL is not enabled. Similar issue is there for other flags as well like ENABLE_RUNTIME_OVERTEMP and ENABLE_RUNTIME_EXTWDT. Currently the ENABLE_DYNAMIC_MIO_CONFIG flag is enabled only when the ENABLE_DYNAMIC_MIO_CONFIG_VAL is set to 1. Fix the issue by adding separate check whether the ENABLE_DYNAMIC_MIO_CONFIG is defined or not. If defined then enable its dependent flags. Similar fix is added for ENABLE_RUNTIME_OVERTEMP and ENABLE_RUNTIME_EXTWDT flags as well. Signed-off-by: Ronak Jain <[email protected]> Acked-by: Abhyuday Godhasara <[email protected]>
When the hard spips and PL(soft) spi IP are in the same design (xsa file) and someone creates a peripheraltest for this, they end up in a build failure. PeripheralTest application pulls in self test examples for both the drivers and both the drivers use the same name "Spi" to define the instance name. It results in a link error as: /proj/xbuilds/SWIP/2022.1_0330_2143/installs/lin64/Vitis/2022.1/gnu/aarch64/lin/aarch64-none/x86_64-oesdk-linux/usr/bin/aarch64-xilinx-elf/aarch64-xilinx-elf-ld.real: ./src/xspips_selftest_example.o:/proj/dsv_xhd/skemidi/regression_2020/IPS/som/new_test/peri/Debug/../src/xspips_selftest_example.c:54: multiple definition of `Spi'; ./src/xspi_selftest_example.o:/proj/dsv_xhd/skemidi/regression_2020/IPS/som/new_test/peri/Debug/../src/xspi_selftest_example.c:65: first defined here The solution is not to use the same name "Spi" to define the instances in the drivers. Signed-off-by: Anirudha Sarangi <[email protected]> Acked-for-series: Amit Kumar Mahapatra <[email protected]>
This patch further updates TRNGPSV driver with Security best practices. Signed-off-by: Sarat Chand Savitala <[email protected]> Acked-by: Mohan Marutirao Dhanawade <[email protected]>
Updated changelog Signed-off-by: Meena Paleti <[email protected]> Acked-by : Siva Addepalli<[email protected]>
In MST case, dptxss may have more than one vtc ip instances, so the g.c file should created with all the available vtcs in its config structre. This patch fixes the same. with out this patch the secondary streams will not work in mst mode. Signed-off-by: Jagadeesh Banisetti <[email protected]> Acked-by: Sandip Kothari <[email protected]>
This patch updates the check for the required libraries for creating PLM. This check is performed when platform is first created followed by PLM application creation, using that platform. Signed-off-by: Sarat Chand Savitala <[email protected]> Acked-by: Mounika Akula <[email protected]>
Added support for GTYP in the tcl file of the driver Signed-off-by: S Shreesh <[email protected]> Acked-for-series: Kapil Usgaonkar <[email protected]>
Updated the checksum values for the latest edid Signed-off-by: S Shreesh <[email protected]> Acked-for-series: Kapil Usgaonkar <[email protected]>
Updated the checksum values for latest edid Signed-off-by: S Shreesh <[email protected]> Acked-for-series: Kapil Usgaonkar <[email protected]>
Update the change log for the versal PSMFW. Signed-off-by: Ronak Jain <[email protected]> Acked-by : Siva Addepalli<[email protected]>
This patch updates changelog for xilplmi component. Signed-off-by: Mounika Akula <[email protected]> Acked-by : Siva Addepalli<[email protected]>
Update change log for the XilPM for 2022.1 release. Signed-off-by: Ronak Jain <[email protected]> Acked-by : Siva Addepalli<[email protected]>
Revert name change of XSYSMONPSV_VAL_CURRENT back to XSYSMONPSV_VAL for better backwards compatibility Signed-off-by: Conall O'Griofa <conall.o'[email protected]> Acked-by: Dragan Cvetic <[email protected]>
…CES and XPAR_XDPTXSS_NUM_INSTANCES This patch moves RX specific code under XPAR_XDPRXSS_NUM_INSTANCES, and tx specific code under XPAR_XDPTXSS_NUM_INSTANCES with out this patch tx only system and rx only system gets failed to compile. Signed-off-by: Lakshmi Prasanna Eachuri <[email protected]> Acked-for-series: Sandip Kothari <[email protected]>
This patch will enable hdp22_rng folder into bsp folder to avoid compilation issues when tx only system is enabled. Signed-off-by: Lakshmi Prasanna Eachuri <[email protected]> Acked-for-series: Sandip Kothari <[email protected]>
This patch updates default data and data length in xilpuf_enc_dec_data_example and xilpuf_enc_dec_data_client_example. It also adds a check for zero data length. Signed-off-by: Harsha <[email protected]> Acked-by: Mohan Marutirao Dhanawade <[email protected]>
…r vcu118 rxo and txo in import application option. Modified the linker script bram memory size to 512k Signed-off-by: nishantd <[email protected]> Acked by: Kapil Usgaonkar <[email protected]>
Enhancing the change log for the XilPM component for 2022.1 release. The change log was added as part of below commit ID. Commit ID: Updated change log for XilPM (ff2cf4d) Signed-off-by: Ronak Jain <[email protected]> Acked-by: Izhar Ameer Shaikh <[email protected]>
Updated changelog for below components versal_plm trngpsv_v1_1 Signed-off-by: Meena Paleti <[email protected]> Acked-by : Siva Addepalli<[email protected]>
Updated Changelog for sysmonpsv_v3_0 Signed-off-by: Conall O'Griofa <conall.o'[email protected]> Acked-by : Siva Addepalli<[email protected]>
Updated tcl to use C_S_AXI_BASEADDR and C_S_AXI_HIGHADDR instead of C_BASEADDR and C_HIGHADDR, in case of psv_pmc/psv_psm processors. This has been done to export correct base/high address values in case of SSIT devices. Also, in case of psv_pmc/psv_psm, base/high address is read through get_param_value proc instead of using get_property. Signed-off-by: Mubin Usman Sayyed <[email protected]> Acked-by: Siva Durga Prasad Paladugu <[email protected]>
Update license file for EmbeddedSW 2022.1 release Signed-off-by: Manikanta Sreeram <[email protected]> Acked-by : Meena Paleti <[email protected]>
Updated standalone/src/changelog with recent modifications in standalone BSP. Signed-off-by: Mubin Usman Sayyed <[email protected]>
Correct syntax error in macro
Hi @Arnaud-G1 , Thanks for bringing up the issue. The fix looks fine. Just have a proper git summary and explanation of what we are doing to fix the compilation issue in the commit description and send it to [email protected]. PS- Pull request is not a recommended workflow. b9b64f5 |
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.
Correct syntax error in macro