Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1582 commits
Select commit Hold shift + click to select a range
abe06fa
sdps: Expression is not Boolean.
Mar 27, 2019
015b365
sdps: No brackets to then/else.
Mar 27, 2019
d0672b2
sdps: Literal value requires a U suffix.
Mar 27, 2019
825fc01
sdps: Implicit conversion: actual to formal param (MR).
Mar 27, 2019
b7bf891
sdps: Value is not of appropriate type.
Mar 27, 2019
47516fd
sdps: Function and proto should both be static.
Mar 27, 2019
5a216f1
sdps: Value outside range of underlying type.
Mar 27, 2019
5e28787
sdps: Implicit conversion of underlying type (MR).
Mar 27, 2019
d54351b
sdps: Logical conjunctions need brackets.
Mar 27, 2019
446774f
sdps: Unreachable Code found.
Mar 27, 2019
2c85e3f
sdps: No cast for widening complex int expression (MR).
Mar 27, 2019
029de83
sdps: (void) missing for discarded return value.
Mar 27, 2019
a16051d
lib: Add U-suffix in xil_smc.h
Mar 27, 2019
57fb592
sdps: Identifier reuse: persistent var vs proc param.
Mar 27, 2019
eeba41f
sdps: Updated the modification history.
Mar 27, 2019
a24744d
bram: Used INTPTR instead of u32 for MemBaseAddress and MemHighAddres…
Mar 27, 2019
29c90f9
bram: Fix warnings for bram_g.c.
Mar 27, 2019
dc7fe35
xillibpm: server: Add PL SRST release to PL init sequence
Mar 28, 2019
22b3276
xillibpm: server: Fix warnings
Mar 28, 2019
f8c2331
Xilskey: Updated Description for XSK_EFUSEPS_CHECK_AES_KEY_CRC
Mar 28, 2019
235988d
sw_services: xillibpm: Fixed MISRA-C violation in xpm_device_idle files
Mar 28, 2019
9e8e56b
sw_services: xillibpm: Fixed MISRA-C violation in xillibpm_api.c file
Mar 27, 2019
58c07f7
sw_services: xillibpm: Fixed MISRA-C violation in xpm_device.c file
Mar 27, 2019
dedba8a
sw_services: xillibpm: Fixed MISRA-C violation in xpm_pll.c file
Mar 27, 2019
2f3382a
sw_services: xillibpm: Fixed MISRA-C violation in xpm_device_idle.c file
Mar 27, 2019
db3c7cc
sw_services: xillibpm: Fixed MISRA-C violation in xpm_ipi.c file
Mar 27, 2019
f17010c
sw_services: xillibpm: Fixed MISRA-C violation in xpm_subsystem.c file
Mar 27, 2019
23a5bf4
XilSecure: Fixed IAR errors for examples
Mar 26, 2019
23c813c
sw_apps: zynqmp_fsbl: Fix zynqMP fsbl build failure in vless flow
kedareswararao Mar 27, 2019
9117489
xilpm: DDR_reinit incorrectly checks for PLL lock on unused PLLs
saeedn-xilinx Mar 27, 2019
2d0ed71
Xilsecure:Procedure contains UR data flow anomalies.
Mar 28, 2019
570c4c2
Xilsecure:Copy source parameter not checked before use.
Mar 28, 2019
5224daf
Xilsecure:Macro parameter not in brackets.
Mar 28, 2019
76391d7
Xilsecure:Function return type inconsistent.
Mar 28, 2019
e3b7ed8
Xilsecure:Expression is not Boolean.
Mar 28, 2019
18856b7
Xilsecure:Implicit conversion of underlying type (MR).
Mar 28, 2019
e4bf684
Xilsecure: Literal value requires a U suffix.
Mar 28, 2019
94f59dc
Xilsecure:Expression needs brackets.
Mar 28, 2019
d666e5e
Xilsecure: (void) missing for discarded return value.
Mar 28, 2019
2a282d9
Xilsecure:Signed/unsigned conversion without cast.
Mar 28, 2019
fa589c0
Xilsecure: More than one prototype for same function.
Mar 28, 2019
f7a8283
Xilsecure: Prototype and definition name mismatch.
Mar 28, 2019
eff500e
Xilsecure: Implicit conversion: actual to formal param (MR).
Mar 28, 2019
a95d7af
Xilsecure:Use of mixed mode arithmetic.
Mar 28, 2019
bbc439e
Xilsecure: Use of underlying enum representation value.
Mar 28, 2019
f0f444d
Xilsecure: Removed unnecessary code
Mar 28, 2019
1bd9ee7
Xilsecure: Added extern C
Mar 28, 2019
cba5ea4
sdps: Disable calls to dll_reset APIs for versal platforms
mnarani Mar 29, 2019
918707c
ChangeLog: Update changelog for dll_reset changes in SDPS
mnarani Mar 29, 2019
90e67ed
sw_apps: pmufw: Fix pmu-firmware build failure in vless flow
kedareswararao Mar 27, 2019
56bc836
pmufw: Add check for no of users for vpll
rajanv-xilinx Mar 29, 2019
a0dc444
sw_services :xilloader: Handoff must only happen once for a processor
Mar 29, 2019
7c22f10
clockps: Fix compiler warnings on IAR
Mar 30, 2019
a7ecae8
Prc: Fix for the function prototype issue in xprc.h
Mar 29, 2019
85a9464
ddrpsv: Tweak cortexr5 view for lower DDR
mubinsyed Mar 29, 2019
8abed02
xilskey: Fixed IAR compiler error in xilskey_eps_zynqmp_puf.c
Mar 27, 2019
fd2b9da
XilSecure: Added support for ECDSA
Mar 28, 2019
82e2afe
xilfpga:src:MISRA-C:Procedure contains UR data flow
Mar 29, 2019
85e88b7
xilfpga:src:Copy source parameter not checked before us
Mar 29, 2019
37fc0c7
xilfpga:src:MISRA-C:Shifting value too far
Mar 29, 2019
a8b6ad3
xilfpga:src:MISRA-C:Else alternative missing in if
Mar 29, 2019
67c86ea
xilfpga:src:MISRA-C:Switch case not terminated with break.
Mar 29, 2019
97c3fe1
xilfpga:src:MISRA-C:Macro parameter not in brackets
Mar 29, 2019
9e53142
xilfpga:src:MISRA-C:Casting operation on a pointer.
Mar 29, 2019
250da19
xilfpga:src:MISRA-C:Casting operation to a pointer
Mar 29, 2019
86045d0
xilfpga:src:MISRA-C:Use of mixed mode arithmetic
Mar 29, 2019
b30cc3e
xilfpga:src:MISRA-C:Value is not of appropriate type
Mar 29, 2019
2124430
xilfpga:src:MISRA-C:Expression is not Boolean
Mar 29, 2019
ddf298d
xilfpga:src:MISRA-C:Literal value requires a U suffix
Mar 29, 2019
9efe504
xilfpga:src:MISRA-C:(void) missing for discarded return value
Mar 29, 2019
d658f74
xilfpga:src:MISRA-C:Signed/unsigned conversion without cast
Mar 29, 2019
42cc24d
xilfpga:src:MISRA-C:No cast for widening complex int expression (MR)
Mar 29, 2019
a599604
xilfpga:src:MISRA-C:Unsuffixed hex or octal is unsigned, add U
Mar 29, 2019
7db30e1
xilfpga:src:MISRA-C:Macro redefinition without using #undef
Mar 29, 2019
4d14b96
xilfpga:src:MISRA-C:Implicit conversion:actual to formal param (MR)
Mar 29, 2019
029840e
xilfpga:src:MISRA-C:Identifier match in 31 chars
Mar 29, 2019
a7a97ee
xilfpga:src:MISRA-C:Copy length parameter not checked before use
Mar 29, 2019
084d7b3
xilfpga:Standard library copy/compare objects have different types.
Mar 29, 2019
63f70eb
xilfpga:src:MISRA-C:#define of keyword
Mar 29, 2019
da7e66b
xilfpga:src:MISRA-C:No brackets to loop body.
Mar 29, 2019
1cbaea1
xilfpga:updated change history
Mar 29, 2019
7ae506f
ChangeLog:updated changelog file for xilfpga
Mar 29, 2019
519c14f
BSP: microblaze: Fix exception handlers for 64 bit variant
asserhall Mar 28, 2019
0740796
XilSecure: Added failure condition
Mar 30, 2019
7c8bf98
zynqmp_pmufw: Remove unused code from PMU
Mar 27, 2019
72ff3bd
zynqmp_pmufw: Disable the error actions once before processing action
Mar 27, 2019
63299e2
zynqmp_pmufw: Invoke PMU RAM ECC error injection at startup
Mar 27, 2019
30d5596
XilSecure: Removes incorrect #define XSECURE_IV_SIZE.
Mar 30, 2019
a646f19
XilSecure: Made CsuDma global variable as static global.
Mar 30, 2019
37d30a4
XilFpga: Use XilSecure GetCsuDma API to get CsuDmaPtr.
Mar 30, 2019
069ca00
dppsu: xdppsu_selftest_example.c: Remove redundant header
Mar 30, 2019
f106f28
xillibpm: server: Add support for clk flags
rajanv-xilinx Mar 30, 2019
cc30548
xillibpm: server: Remove invalid clock checks
rajanv-xilinx Mar 30, 2019
6d4b3e4
xillibpm: Put cores into reset after power down
Mar 30, 2019
96a29fa
qspips: Fixed memory leak in qspips driver.
Mar 28, 2019
2bdb681
qspips: Update copyright year and add group information
Mar 28, 2019
10561d8
doc: Updated qspips driver changelog
Mar 28, 2019
5a8c084
ospipsv: Fixed data alignment issues for IAR compiler.
Mar 29, 2019
0637415
doc: Update ospipsv driver changelog for IAR fixes.
Mar 29, 2019
664f093
Prc: Fix compilation error with XPrc_ConfigTable
Mar 29, 2019
094b4f1
Changelog: Update changelog for prc driver
Mar 29, 2019
ca7e7d8
xillibpm: Extern C added to remaining header files
Mar 19, 2019
845e973
Xilskey: Added support for user configurable GPIO
Mar 29, 2019
c67b425
Xilskey:examples: Added support for user configurable GPIO
Mar 29, 2019
c39f059
xilfpga: Remove vesal platform related changes
Mar 30, 2019
63ef3ad
ChangeLog:updated changelog for xilfpga
Mar 30, 2019
dbfae36
Revert "xilfpga: Remove vesal platform related changes"
saddepal Mar 31, 2019
54cc5b4
Revert "ChangeLog:updated changelog for xilfpga"
saddepal Mar 31, 2019
7e1bc4a
freertos10_xilinx: Add configUSE_TASK_FPU_SUPPORT for A53 processor.
Mar 27, 2019
b1e17c5
sw_services :xilloader: Remove code referencing xilfpga APIs from xil…
Apr 1, 2019
c8f9c3e
xilfpga: Remove vesal platform related changes
Mar 30, 2019
c20a685
ChangeLog:updated changelog for xilfpga
Mar 30, 2019
4384397
usbpsu: Fix incorrect dma_alignment pragma directive for IAR workbench
Mar 26, 2019
580efd8
usbpsu: Update changelog with the changes made related to dma_alignme…
Mar 26, 2019
f6b7de0
sdps: Fix data alignment on IAR compiler
mnarani Apr 1, 2019
9a09e6a
xilffs: Fix data alignment issues for IAR compiler
mnarani Apr 1, 2019
938f0b7
xilffs: Update Xilffs polled example with IAR data alignment fix
mnarani Apr 1, 2019
b567232
ChangeLog: Update changelog for IAR compiler changes in sdps & xilffs
mnarani Apr 1, 2019
98dc49e
spips: Add support for versal
Mar 26, 2019
4a395a6
doc: Changelog: Updated for spips
Mar 26, 2019
b726b00
microblaze: Update microblaze_enable_interrupt function
mubinsyed Apr 1, 2019
32b4352
usbps: Fix incorrect dma_alignment pragma directive for IAR workbench
Apr 1, 2019
a7472b7
usbps: Update changelog with the changes made related to dma_alignmen…
Apr 1, 2019
4be93d2
hdcp22_tx: Moved the reading of the DDC status from XHdcp22Tx_TimerHa…
Mar 29, 2019
0af8c5f
v_hdmi_common: Fixed a missing closing brace for extern "C" issue.
Mar 29, 2019
e627640
v_hdmitx: Fixed a race condition on DDC issue.
Mar 29, 2019
754ca7d
qspipsu: Fixed data alignment warnings in the examples for IAR compiler.
Mar 26, 2019
46773fb
qspipsu: Fixed compilation error on IAR compiler
Mar 26, 2019
5eaff6d
doc: Update qspipsu driver changelog for IAR fixes.
Mar 26, 2019
19dae35
xillibpm: make ADMA non-secure during device request
rajanv-xilinx Apr 2, 2019
411f0df
ChangeLog: Added xilskey and xilsecure changes
Apr 3, 2019
a045b8b
zynqmp_pmufw: Add support for Ultra96 power button
Apr 3, 2019
f41cbad
v_scenechange: Added OBJECTS macro for compilation
Apr 4, 2019
ca81f38
v_sdirxss: Added OBJECTS defination in Makefile
Apr 4, 2019
73d4dd3
lib: Argument of strlen is unterminated.
Apr 4, 2019
afd3a47
lib: Procedure contains UR data flow anomalies.
Apr 4, 2019
f15225c
xilfpga: Remove STL specific changes from library
Apr 3, 2019
6ba5823
BSP: microblaze: Fix microblaze_disable_dcache for 64 bit microblaze
mubinsyed Apr 8, 2019
411c93b
ChangeLog: Update ChangeLog with updates in ZynqMP FSBL for 2019.1 re…
Apr 8, 2019
1f0368a
vprocss: Added deinterlacer bypass support
Apr 8, 2019
f06db20
vprocss: updated IP version
Apr 8, 2019
c8ba98c
doc: ChangeLog: Change log for PMU Firmware
Apr 8, 2019
9eb01bb
dp14: Adding MST-Lite Audio Enable/Disable support
Apr 8, 2019
1424968
v_hdmitxss: Updated I2S Application.
Apr 9, 2019
bd49b7c
sw_apps: memtest: Add check for Carriage return for manual size test
mnarani Apr 9, 2019
1defaf8
bram: Changed the type of Addr as UINTPTR instead of u32 in XBram_Sel…
Apr 9, 2019
2625900
Xilsecure: Fixed IAR warning
Apr 8, 2019
2165619
This patch updates the MST passthrough application and TX audio for S…
Apr 9, 2019
7d6905b
dp14rxss: Adding support to new firmware version of mcdp retimer.
Apr 8, 2019
66a563f
video_common: Added 8k, 10k timing parameters
Mar 26, 2019
a3dfb7e
XilSecure: Use XCsuDma_WaitForDoneTimeOut instead of XCsuDma_WaitForD…
Apr 9, 2019
c6c897f
xilfpga: Fixed IAR compiler warnings in read back examples
Apr 3, 2019
f22ed2a
vprocss: Provide programmable fps for the application
Apr 9, 2019
bedcb67
xillibpm: server: Change set requirement logic
rajanv-xilinx Apr 10, 2019
5d95c1a
xillibpm: server: Change subsystem state after resume
rajanv-xilinx Apr 10, 2019
b522ae5
xillibpm: server: Skip reset assert for peripheral devices
Apr 10, 2019
22b3268
versal_psmfw: Remove XPsmFwGemDisable() from xpsmfw_power.c
Apr 10, 2019
9523800
xillibpm: Changed psu to psv
Apr 4, 2019
5c509b3
video_common: Modified APIs to take more than 32 bit value
Apr 11, 2019
7449866
Xilskey: Fixed IAR warnings.
Apr 10, 2019
a5731fc
xillibpm: Add CoreOps for setting resume address
Apr 9, 2019
e631146
xillibpm: Set resume address only after parent power up
Apr 9, 2019
56203f1
xillibpm: consider POWER_UP_SELF state as POWER OFF state
Apr 5, 2019
bbd7e18
xilloader: Add support to reload the image partition only
Apr 5, 2019
65302c8
xillibpm: Reload FPD CDO after powering on FPD
Apr 9, 2019
22b97ca
sw_apps: memtest: Split the Cache Invalidation for lower and Upper DDR
mnarani Apr 12, 2019
1ec26ce
sw_apps: memtest: Simplify the User Interface for Memtest
mnarani Apr 12, 2019
774ede2
XilSecure: Resolves cache issue seen with static global variables.
Apr 10, 2019
f4dbac4
Added psm_fw.elf
saddepal Apr 12, 2019
354fcff
xillibpm: server: Return if clock state is already in desired state
rajanv-xilinx Apr 11, 2019
95bead9
ttcps: Fix SettingsTable in xttcps_low_level_example
mubinsyed Apr 9, 2019
ca8e129
vtc: Resolved compilation warnings
Apr 12, 2019
e45e7f4
Xilskey: Fix CPP warnings for xilskey
Apr 13, 2019
d5d79b1
This patch fixes hpd pulse retraining issue and other updates for ena…
Apr 13, 2019
8277b70
qspipsu: Fixed compilation error
Apr 12, 2019
bda7f95
doc: Updated qspipsu driver changelog.
Apr 12, 2019
55d80ed
rfdc: Fixed bug where Internal PLL enabled was wrong for below Gen 3 IPs
Apr 9, 2019
7e8a59a
rfdc: Fixed bug where tile was not restarting after PLL rate change
Apr 9, 2019
9c38b7a
rfdc: Calibration Override Register Change
Apr 9, 2019
f7a487d
v_hdmiphy1: DRU Center Frequency configuration is wrong when RX is us…
Apr 15, 2019
5f1bc6d
This patch resolves the 8K syntax error. Updates made to audio inforf…
Apr 15, 2019
70f73e9
v_frmbuf_rd: Correct the format order in config structure
Apr 15, 2019
f4a141c
rfdc: Change DACMode to DataPathMode Changed
Apr 15, 2019
164a66d
scugic: Fix get_concat_number proc
mubinsyed Apr 15, 2019
d3fc5c6
xilfpga: Read return status of the function
Apr 15, 2019
2124dfe
ChangeLog:updated changelog for xilfpga
Apr 15, 2019
54fb9b3
Xilskey: Corrected zynq Dap ID code.
Apr 15, 2019
7f0493d
Xilskey:examples:Moved XilSKey_Bbram_JTAGServerInit function.
Apr 15, 2019
1a3cf07
sw_services:xilplmi: Fixed the DMA offset issue
Apr 16, 2019
e948e74
Updated the si5324_LOL_GPIO to si5324_LOL1_GPIO
Apr 16, 2019
4756904
qspips: Added Device Ready check
Apr 15, 2019
f37b05e
qspips: Read Configuration Registers of both the flashes in dual pare…
Apr 15, 2019
1fa9125
doc: Updated qspips driver change log
Apr 15, 2019
077288e
Updated user pixel width calculation for dual pixel mode.
Apr 17, 2019
a503d54
pciepsu: Adds config check for running examples
Mar 15, 2019
99798e4
pciepsu: Adds Endpoint code
Mar 15, 2019
dce5c41
pciepsu: Fix checkpatch warnings
Apr 16, 2019
b46d7c8
pciepsu: Add 64-bit destination address support for ingress setup
Apr 16, 2019
218f660
pciepsu: Bar assignment bug fix
Apr 16, 2019
34866f8
versal_psmfw: Migrate from PSU to PSV
Apr 17, 2019
677037e
sw_apps: memtest: Handle cache invalidation for Upper DDR in Eye Tests
mnarani Apr 17, 2019
a1e1068
xdprxss: Removed ACR.Adding 422 420 and RGB 8 bit 10 bi support
Apr 15, 2019
5515f40
video_common: Reverted the patch titled Modified APIs to take more th…
Apr 18, 2019
163ee87
xilffs: Set use_lfn to 1 instead of TRUE in case the exFAT is enabled
mnarani Apr 19, 2019
0b90661
Issue Resolve :- After Retraining somtimes HDCP 1.3 Encryption does n…
Apr 19, 2019
8e512a3
XilSecure: Fix for IAR compiler errors.
Apr 19, 2019
2f2fc35
zdma: Fix peripheral app compilation issue with armclang compiler
kedareswararao Apr 19, 2019
070cb7d
scugic: Update test app tcl to support versal platform
kedareswararao Apr 19, 2019
4baeb1c
lib: standalone: Update PS IP definition macros to migrate from PSU t…
kedareswararao Apr 19, 2019
c595d85
bram: Removed compiler warnings for bram if it is placed after 4GB.
Apr 17, 2019
9054a99
xillibpm: server: Allow INVALID_SUBSYTEMID to be set
Apr 22, 2019
900b606
zynqmp_pmufw: Reduce memory footprint by code optimization
rajanv-xilinx Apr 20, 2019
364660d
dpdma: example: Initialize DPDMA on HPD
rohitvisavalia Apr 23, 2019
7da0307
standalone: Added frequently used common functions
Apr 25, 2019
fdd3001
xilfpga: Replace Xfpga_Printf() call's with xil_printf() call's
Apr 25, 2019
3653ffa
xilfpga: Update the API's to optimize the code.
Apr 25, 2019
36264b2
xilplmi: Modified OSPI protection macros
Apr 26, 2019
07edccc
sw_apps :zynqmp_fsbl: PMUFW should not run CSUDMA and SHA3 in paralle…
Apr 24, 2019
ff9a0d9
rfdc: Calibration Bypass Changes
Apr 30, 2019
33ca38f
Xilskey:examples: Resolved GCC warnings.
Apr 30, 2019
c1a9386
lib: Add support for armclang compiler in xilpm makefile
Apr 30, 2019
88bf9ba
This patch fixes the RX linereset disable issue for 4K@120 resolution…
May 1, 2019
42b1f61
gpio:example:updated example file for versal.
May 1, 2019
acf5aab
ChangeLog:Updated changelog file for gpiops
May 1, 2019
dc019ad
gpio:src:Updated Makefile for IAR
Apr 29, 2019
e9f7aa1
gpio:updated Copyright & change history.
Apr 29, 2019
956b63c
ChangeLog:Updated changelog file for gpio driver
May 3, 2019
c23d357
standalone: Fixed armcc compiler specific error
May 4, 2019
882b2fa
ChangeLog: Updated the ChangeLog for bram compiler warning fix.
May 3, 2019
d536bcd
ChangeLog: Updated ChangeLog for sdps misrac fix.
May 3, 2019
0b83dc1
ChangeLog: Updated ChangeLog for FreeRTOS.
May 3, 2019
c6462bd
Changelog: Updated for standalone and scugic
mubinsyed May 4, 2019
f7e435d
BSP: Updated changelog
mubinsyed May 6, 2019
b6b1510
ChangeLog: Updated the ChangeLog for clockps driver.
May 6, 2019
b162489
xilmailbox: Rename the library
kedareswararao May 6, 2019
28c08d0
sw_apps :zynqmp_fsbl: ZCU102 related changes which are applicable to …
May 6, 2019
9a30fcd
sw_apps :zynqmp_fsbl: ZCU102-A53 related changes
May 6, 2019
1bddbde
sw_apps :zynqmp_fsbl: ZCU102-R5 related changes
May 6, 2019
ba29954
sw_apps :zynqmp_fsbl: ZCU102-ES2 A53 related changes
May 6, 2019
5faec20
sw_apps :zynqmp_fsbl: ZCU102-ES2 R5 related changes
May 6, 2019
a39b1aa
Renamed xilmbox to xilmailbox in license.txt file
saddepal May 6, 2019
88ec374
sw_apps :zynq_fsbl: Fix error in Zynq versionless build
May 5, 2019
281be3e
ZynqMP_fsbl: Corrected sha calls
May 6, 2019
f9a6379
Updated version to 2.5
saddepal May 7, 2019
ea25d19
Updated version number for xilpm in doc/ChangeLog
saddepal May 7, 2019
5f8cad1
Updated to have latest copyright information
saddepal Mar 8, 2019
dbdc787
xilffs: Remove Xilinx Copyright and License text from FatFS source
mnarani May 22, 2019
e853776
updated license.txt for 2019.1
May 22, 2019
7526e6a
Published Doxygen documentation for drivers, PDF's for libraries
saddepal May 7, 2019
26c14d9
Updated PDF for xilpm library
saddepal May 7, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
15 changes: 9 additions & 6 deletions ThirdParty/bsp/freertos10_xilinx/data/freertos10_xilinx.mld
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2015 - 2018 Xilinx, Inc.
# Copyright (C) 2015 - 2019 Xilinx, Inc.
#
# This file is part of the FreeRTOS port.
#
Expand All @@ -11,8 +11,7 @@
# subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software. If you wish to use our Amazon
# FreeRTOS name, please do so in a fair use way that does not cause confusion.
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
Expand All @@ -31,13 +30,13 @@ OPTION psf_version = 2.1.0 ;
BEGIN OS freertos10_xilinx

OPTION DRC = FreeRTOS_drc ;
OPTION supported_peripherals = (microblaze ps7_cortexa9 psu_cortexr5 psu_cortexa53);
OPTION supported_peripherals = (microblaze ps7_cortexa9 psu_cortexr5 psv_cortexr5 psu_cortexa53);
OPTION COPYFILES = all;
OPTION NAME = freertos10_xilinx;
OPTION VERSION = 1.3;
OPTION DEPENDS = (standalone_v6_8);
OPTION DEPENDS = (standalone_v7_0);
OPTION APP_LINKER_FLAGS = "-Wl,--start-group,-lxil,-lfreertos,-lgcc,-lc,--end-group";
OPTION DESC = "FreeRTOS is a market leading open source RTOS";
OPTION DESC = "This Xilinx FreeRTOS port is based on FreeRTOS kernel version 10.1.1";

# STDIN/STDOUT
PARAM name = stdin, desc = "stdin peripheral", type = peripheral_instance, requires_interface = stdin, default=none, range = (ps7_uart, psu_uart, ps7_coresight_comp, psu_coresight_0, iomodule, axi_uartlite, axi_uart16550, mdm);
Expand All @@ -59,6 +58,9 @@ END CATEGORY

BEGIN CATEGORY kernel_features
PARAM name = kernel_features, type = bool, default = true, desc = "Include or exclude kernel features", permit = none;
PARAM name = stream_buffer, type = bool, default = false, desc = "Set to true to include stream buffer functionality, or false to exclude stream buffer functionality.";
PARAM name = message_buffer, type = bool, default = false, desc = "Set to true to include message buffer functionality, or false to exclude message buffer functionality.";
PARAM name = support_static_allocation, type = bool, default = false, desc = "Set to true to allocate memory statically, or false to allocate memory dynamically.";
PARAM name = use_freertos_asserts, type = bool, default = true, desc = "Defines configASSERT() to assist development and debugging. The application can override the default implementation of vApplicationAssert( char *pcFile, uint32_t ulLine )";
PARAM name = use_mutexes, type = bool, default = true, desc = "Set to true to include mutex functionality, or false to exclude mutex functionality.";
PARAM name = use_getmutex_holder, type = bool, default = true, desc = "Set to true to use mutex xSemaphoreGetMutexHolder API, or false to exclude it.";
Expand All @@ -73,6 +75,7 @@ BEGIN CATEGORY kernel_features
PARAM name = use_stats_formatting_functions, type = bool, default = true, desc = "Set to 1 to include the vTaskList() and vTaskGetRunTimeStats() functions, which format run-time data into human readable text.";
PARAM name = num_thread_local_storage_pointers, type = int, default = 0, desc ="Sets the number of pointers each task has to store thread local values.";
PARAM name = use_task_fpu_support, type = int, default = 1, desc ="Set to 1 to create tasks without FPU context, set to 2 to have tasks with FPU context by default.";
PARAM name = generate_runtime_stats, type = int, default = 0, desc ="Set to 1 generate runtime stats for tasks.";
END CATEGORY

BEGIN CATEGORY hook_functions
Expand Down
6 changes: 3 additions & 3 deletions ThirdParty/bsp/freertos10_xilinx/data/freertos10_xilinx.mss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2015 - 2018 Xilinx, Inc.
# Copyright (C) 2015 - 2019 Xilinx, Inc.
#
# This file is part of the FreeRTOS port.
#
Expand All @@ -11,8 +11,7 @@
# subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software. If you wish to use our Amazon
# FreeRTOS name, please do so in a fair use way that does not cause confusion.
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
Expand All @@ -37,3 +36,4 @@ BEGIN OS
PARAMETER SYSTMR_DEV = *
PARAMETER SYSINTC_SPEC = *
END

Loading