summaryrefslogtreecommitdiffstats
path: root/bsps/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-26Makefile.am: Remove legacy networking filesVijay Kumar Banerjee2-18/+0
2021-04-19bsps/xilinx-zynqmp: Avoid constant UART reinitKinsey Moore1-3/+6
2021-04-16grlib/genirq: Taking into account that it could be more than one ISR enabled/...Moyano, Gabriel1-2/+2
2021-04-08disp_hcms29xx.c: Unused value (CID #1399752)Ryan Long1-1/+3
2021-04-07bsps: Remove networking driversVijay Kumar Banerjee25-21586/+0
2021-03-30bsps/xilinx_zynq: Add SPI driver for xilinx-axi-spiJan Sommer1-0/+402
2021-03-21bsp/beagle: Ported Beagle pinmux driver to RTEMSG S Niteesh Babu2-1/+118
2021-03-21bsp/beagle: Import Beagle pinmux from FreeBSDG S Niteesh Babu2-0/+764
2021-03-21bsps/shared/ofw: Add rtems_ofw_is_node_compatibleG S Niteesh Babu1-0/+12
2021-03-11leon, l2cache: prevent unused diagnostic accessMartin Aberg1-2/+2
2021-03-11leon, ahbstat: register definitions for AHBSTAT version 1Martin Aberg1-0/+8
2021-03-11leon, grspw_router: added router_port_link_div()Martin Aberg1-0/+5
2021-03-11leon,ckinit: avoid assuming 1MHz timer pre-scaler clockDaniel Hellstrom1-4/+3
2021-03-11leon,greth: added support for variable sized descriptor table sizesDaniel Hellstrom1-7/+15
2021-03-11leon,grcan: split out GRCAN non-FD specific support in separate fileDaniel Hellstrom3-405/+436
2021-03-11leon,grcanfd: split out GRCANFD specific support in separate fileDaniel Hellstrom4-627/+687
2021-03-11leon,grcan: added support for GRCANFDDaniel Hellstrom1-16/+568
2021-03-11leon,occan: use common CAN baud-rate calculation routineDaniel Hellstrom1-110/+41
2021-03-11leon,grcan: use common CAN baud-rate calculation routineDaniel Hellstrom1-114/+20
2021-03-11leon,can: introduce common CAN baud-rate calculation functionDaniel Hellstrom2-0/+145
2021-03-11grlib,ambapp: added new IP core IDsDaniel Hellstrom1-1/+20
2021-03-11leon,grspw: fix for SET_PACKET_SIZEDaniel Hellstrom1-0/+7
2021-03-11leon,gr1553b: Only align allocated memory. Verify alignment of memory.Arvid Bjorkengren3-83/+147
2021-03-11leon,gr1553b: set codec versionArvid Bjorkengren1-0/+4
2021-03-11leon,gr1553rt: Fixed spinlock unlockArvid Bjorkengren1-1/+1
2021-03-11leon,gr1553rt: Fixed memory leakArvid Bjorkengren1-5/+11
2021-03-10bsps/xilinx_zynq: Add SPI driver for cadence-spiJan Sommer1-0/+444
2021-03-05grcan.c: Fix Unused value (CID #1437613)Ryan Long1-1/+1
2021-03-05b1553brm.c: Fix Unsigned compared against 0 (CID #1399773)Ryan Long1-1/+1
2021-03-05satcan.c: Fix Unsigned compared against 0 (CID #1399768)Ryan Long1-12/+4
2021-03-05gr_tmtc_1553.c: Unchecked return value from library (CID #1399785)Ryan Long1-1/+3
2021-03-05gr_701.c: Unchecked return value from library (CID #1399783)Ryan Long1-1/+3
2021-03-05gr_rasta_adcdac.c: Fix Unchecked return value from library (CID #1399780)Ryan Long1-1/+3
2021-03-05gr_rasta_tmtc.c: Fix Unchecked return value from library (CID #1399771)Ryan Long1-1/+3
2021-03-05gr_rasta_io.c: Fix Unchecked return value from library (CID #1399763)Ryan Long1-1/+3
2021-03-05gr_rasta_spw_router.c: Fix Unchecked return value from library (CID #1399760)Ryan Long1-1/+3
2021-03-05grtc.c: Fix four Missing break in switch Coverity errorsRyan Long1-0/+4
2021-03-05grspw.c: Fix Unchecked return value (CID #1399781)Ryan Long1-2/+5
2021-03-05bsps/shared: Allow setting baud rate for zynq uartJan Sommer1-5/+16
2021-02-26bsps: Fix legacy buildSebastian Huber1-4/+0
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber1-0/+66
2021-02-24bsps: Change license to BSD-2-Clause of some filesSebastian Huber1-9/+34
2021-02-19grspw_pkt.c: Fix Dereference before null check (CID #1399846)Ryan Long1-1/+3
2021-02-19grtc.c: Fix Dereference before null check (CID #1399840)Ryan Long1-1/+3
2021-02-19b1553rt.c: Fix Deference before null check (CID #1399830)Ryan Long1-1/+3
2021-02-19b1553brm.c: Fix Dereference before null check (CID #1399829)Ryan Long1-2/+5
2021-02-08bsps/shared/ofw: Bug fixesG S Niteesh Babu1-3/+3
2021-02-08bsps/shared/ofw: Make rtems_ofw_get_effective_phandle iterativeG S Niteesh Babu1-4/+5
2021-02-08bsps/shared/ofw: Use strlcpy instead of strncpyG S Niteesh Babu1-1/+9
2021-02-08bsps/shared/ofw: Fix coverity reported defectsG S Niteesh Babu1-5/+5