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