summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* SPICTRL: fix build warningsDaniel Hellstrom2015-04-171-10/+19
|
* GRSPW router: fix build warningsDaniel Hellstrom2015-04-172-13/+28
|
* GRSPW_PKT: fix build warningsDaniel Hellstrom2015-04-172-1/+4
|
* TLIB: fix build warningsDaniel Hellstrom2015-04-171-0/+13
|
* TLIB Clock: fix build warningsDaniel Hellstrom2015-04-171-1/+2
|
* GRASCS: fix build warningsDaniel Hellstrom2015-04-171-1/+1
|
* GRCTM: fix build warningsDaniel Hellstrom2015-04-172-1/+4
|
* GRTM: fix build warningsDaniel Hellstrom2015-04-172-4/+9
|
* GRTC: fix build warningsDaniel Hellstrom2015-04-172-16/+16
|
* LEON: GRPCI2 driver warning fixesDaniel Hellstrom2015-04-171-10/+11
|
* LEON: I2CMST driver warnings fixesDaniel Hellstrom2015-04-172-1/+4
|
* LEON: OCCAN driver warnings fixesDaniel Hellstrom2015-04-171-2/+5
|
* LEON: B1553BRM driver warnings fixesDaniel Hellstrom2015-04-172-3/+8
|
* LEON: B1553RT driver warnings fixesDaniel Hellstrom2015-04-172-4/+6
|
* LEON: added get_resarray_count() helper routineDaniel Hellstrom2015-04-177-0/+63
|
* GR1553B: fixed build warningsDaniel Hellstrom2015-04-175-56/+64
|
* AT697PCI: fix build warningsDaniel Hellstrom2015-04-174-12/+43
|
* GPTIMER: move ISR install from init1Daniel Hellstrom2015-04-171-11/+18
| | | | | To avoid install ISRs during init level 1 the ISR install is moved to the opening/initialization of the timer.
* GPTIMER: fix build warningsDaniel Hellstrom2015-04-177-3/+47
|
* APBUART_CONS: fix build warningDaniel Hellstrom2015-04-175-4/+27
|
* GR-RASTA-SPW-ROUTER: fix build warningsDaniel Hellstrom2015-04-177-7/+60
|
* PCIF: fixed build warningsDaniel Hellstrom2015-04-177-13/+39
|
* GRPCI: fixed build warningsDaniel Hellstrom2015-04-177-12/+63
|
* GRSPW: fix build warningsDaniel Hellstrom2015-04-171-4/+1
|
* LEON3: watchdog use common timer definesDaniel Hellstrom2015-04-171-1/+1
|
* LEON3: export debug uart to console uart driverDaniel Hellstrom2015-04-171-1/+1
|
* GRETH: fix build warnings with GCC-4.9Daniel Hellstrom2015-04-172-21/+24
|
* GPTIMER: avoid build warningsDaniel Hellstrom2015-04-171-10/+10
|
* AHBSTAT: fix build warningsDaniel Hellstrom2015-04-172-2/+5
|
* GRTM: fixed descriptor TS bit declarationDaniel Hellstrom2015-04-171-4/+5
|
* GRSPW_PKT: grspw_status renamed in headerDaniel Hellstrom2015-04-171-1/+1
|
* GR-RASTA-TMTC,rev1: add GRGPIO[0] register initDaniel Hellstrom2015-04-171-90/+77
|
* B1553BRM: change the init of the RT legalization registersDaniel Hellstrom2015-04-172-2/+29
|
* GRSPW: added clock cycles after GRSPW resetDaniel Hellstrom2015-04-171-0/+13
| | | | | added clock cycles after GRSPW reset to make sure CTRL.START bit write actually have an effect. Wait until reset is completed.
* GRSPW_PKT: Add support for Interrupt-codesAndreas Larsson2015-04-172-18/+363
| | | | | Update: Daniel Hellstrom updated SpW-IRQ implementation accoring to changes in hardware register layout and features.
* GRSPW: Fix incorrect register defines - presently functionally inconsequentialAndreas Larsson2015-04-171-4/+4
|
* AMBAPP: updated PnP IDs database with SPWTDPDaniel Hellstrom2015-04-172-0/+2
|
* GRTIMER: added to GPTIMER driverDaniel Hellstrom2015-04-171-0/+1
| | | | | GRTIMER is compatible with GPTIMER, however the GPTIMER driver does not support the extended features of GRTIMER.
* GRETH: avoid hw generated UDP/TCP cksum generationDaniel Hellstrom2015-04-171-2/+2
| | | | | | | | | | | | Hardware generated checksum UDP packets does not work for IP fragmented UDP packets. It seems as if the BSD stack never signals to the GRETH driver to generate or not to generate TCP/UDP checksum for different cases. The GRETH driver never tells the BSD stack about it capabilities either so there is no point generating the cksums in HW when its done in SW any way. This patch disables hardware generated UDP and TCP checksums.
* GR-RASTA-IO: updated for new versionDaniel Hellstrom2015-04-171-17/+200
| | | | | | | From this driver's point of view the major new thing is that the GRPCI peripheral PCI bridge has been updated to GRPCI2, the second version. This means that both Big and Little Endian systems are now supported and autodetected on runtime.
* GR-RASTA-TMTC: updated for new versionDaniel Hellstrom2015-04-171-1/+192
| | | | | | | | | From this driver's point of view the major new thing is that the GRPCI peripheral PCI bridge has been updated to GRPCI2, the second version. This means that both Big and Little Endian systems are now supported and autodetected on runtime. The PCI frequency is used as AMBA frequency of the GR-RASTA-TMTC.
* AT697PCI: fix PCI cfg writesDaniel Hellstrom2015-04-171-2/+2
|
* AT697 PCI: abort whhen a peripheral PCI system detectedDaniel Hellstrom2015-04-171-1/+8
|
* LEON PCI: fix for PCI host bridge driver CFG space accessDaniel Hellstrom2015-04-173-5/+5
|
* GPTIMER: timer probing must not be on timer0Daniel Hellstrom2015-04-171-2/+2
| | | | | | | | | | | | Timers are identical within one GPTIMER core. Probing only the first timer is sufficient, however the first timer was hardcoded to timer0 which is not correct in a multi-OS system like RTEMS AMP. This patch makes sure that probing is done on the first timer that can be used by this RTEMS instance. Without this patch RTEMS AMP is broken on systems (like the GR712RC) where there is only one GPTIMER core proviing multiple timers. Designs (like the NGMP/FP) where there are multiple GPTIMER cores are not affected.
* LEON PCI: host bridge driver support for probing dev0=AD16Daniel Hellstrom2015-04-174-18/+66
| | | | | | | | Before the LIBPCI didn't probe device0 (AD16), the host bridge drivers used bus=dev=func=0 to internally probe the host bridge's target interface. Now that LIBPCI uses bus=dev=func=0 to access device0, bus=0xff is introduced internally to identify the host bridge target configuration space.
* APBUART: debug bit was cleared incorrectlyDaniel Hellstrom2015-04-171-16/+16
|
* NGMP PCI: added support for NGMP prototype boardsDaniel Hellstrom2015-04-171-5/+8
|
* LEON GRSPW: updated to new DRVMGR translation interfaceDaniel Hellstrom2015-04-171-61/+110
|
* GR-CPCI-LEON4-N2X: added PCI peripheral driver for PCI deviceDaniel Hellstrom2015-04-177-0/+831
| | | | Interrupts have not been test yet