summaryrefslogtreecommitdiffstats
path: root/bsps/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps/irq: Change license to BSD-2-ClauseSebastian Huber2021-06-178-71/+185
* grlib: Simplify apbuart_inbyte_nonblocking()Sebastian Huber2021-06-171-5/+5
* grlib: Fix apbuart_outbyte_polled() prototypeSebastian Huber2021-06-171-1/+1
* grlib: Add apbuart_outbyte_wait()Sebastian Huber2021-06-173-17/+17
* grlib: Remove NL -> CR in apbuart_outbyte_polled()Sebastian Huber2021-06-173-9/+2
* grlib: Add ambapp_plb()Sebastian Huber2021-06-174-6/+6
* grlib: Customizable allocation in ambapp_scan()Sebastian Huber2021-06-171-16/+25
* rtems: Constify rtems_task_wake_when()Sebastian Huber2021-05-121-1/+1
* _TOD_Validate(): Fix incorrect return codeFrank Kühndel2021-05-121-1/+1
* bsps/shared/ofw: Fix coverity defectsG S Niteesh Babu2021-05-061-1/+11
* 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