summaryrefslogtreecommitdiffstats
path: root/c/src/libchip (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps: Move shmdr to bspsSebastian Huber2018-04-0916-807/+0
* bsps: Move libchip to bspsSebastian Huber2018-04-0478-35113/+1
* build: Remove EXTRA_DISTSebastian Huber2018-04-041-9/+0
* mpci: Avoid use of RTEMS_RELLDFLAGSSebastian Huber2018-03-221-4/+3
* bsps: Move network define to source filesSebastian Huber2018-01-3111-1/+20
* Remove make preinstallChris Johns2018-01-2539-7248/+0
* bsps: Move wd80x3.h to libchip/wd80x3.hSebastian Huber2018-01-223-1/+144
* libchip: Use public include pathSebastian Huber2018-01-151-1/+1
* libchip: Use public include pathChris Johns2018-01-048-11/+10
* dev/serial: Lazy update of NS16550 settingsSebastian Huber2017-10-182-3/+13
* bsps: Fix integer to/from pointer warningsSebastian Huber2017-09-281-3/+3
* libchip,greth: disable driver if SMP kernelDaniel Hellstrom2017-08-292-2/+5
* libchip/serial: Fix integer typesSebastian Huber2017-08-221-3/+3
* libchip/ata: Fix integer to/from pointerSebastian Huber2017-08-221-2/+2
* libchip: Fix format warningSebastian Huber2017-07-191-1/+1
* bsp: Fixes due to header file changesSebastian Huber2017-06-131-8/+19
* if_fxp: Include missing <inttypes.h>Sebastian Huber2017-06-091-5/+6
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-071-1/+0
* Move RTEMS-specific Termios API contentSebastian Huber2017-06-071-0/+2
* network: Include missing <inttypes.h>Sebastian Huber2017-06-071-0/+1
* missing a couple register names + a #ifndef_ASM__ around serial.h inclusionPhong Pham2017-05-131-0/+4
* elnk.c: Fix printf() format warningsJoel Sherrill2017-04-201-3/+9
* elnk.c: rtems_elnk_driver_attach() prototype addedJoel Sherrill2017-04-201-0/+3
* elnk.c: Make elnk_txDaemon() static to fix warningJoel Sherrill2017-04-201-1/+1
* if_fxp.c: Add prototype of rtems_fxp_attach()Joel Sherrill2017-04-201-0/+3
* if_fxp.c: Remove unused variableJoel Sherrill2017-04-201-1/+1
* dec21140.c: Add prototype of dec21140_txDaemon()Joel Sherrill2017-04-201-0/+2
* dec21140.c: Fix printk() warningsJoel Sherrill2017-04-201-3/+3
* dec21140.c: Include <libcpu/page.h> to eliminate warningsJoel Sherrill2017-04-201-0/+1
* dec21140.c: Fix PRIxx formatterJoel Sherrill2017-04-201-1/+1
* libchip/network/dec21140.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell2017-04-141-1/+3
* bsps: Fix baud settingsSebastian Huber2017-04-032-2/+2
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-223-6/+26
* libchip/serial/mc68681.c: Add error checkJoel Sherrill2017-03-141-0/+2
* Use <sys/endian.h>Sebastian Huber2017-01-241-11/+5
* libchip: Really fix high capacity detectionSebastian Huber2017-01-201-1/+1
* Rename is_internal to always_set_to_falseSebastian Huber2016-12-121-1/+1
* libchip/network/if_fxp.c: do not use rtems_interrupt_disable.Pavel Pisa2016-10-171-7/+4
* classic networking: adapt FXP driver to work with actual PCI and IRQ code.Pavel Pisa2016-09-212-106/+98
* classic networking: do not reference BSP_irq_enabled_at_i8259s which is no mo...Pavel Pisa2016-09-204-31/+4
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-221-0/+1
* bsps: Fix printk() format warningSebastian Huber2016-06-171-1/+1
* bsps: Fix MPCI_Fatal() prototypeSebastian Huber2016-06-172-4/+4
* libchip/shmdr/send.c: Fix warning and clean upJoel Sherrill2016-06-161-15/+21
* libchip/shmdr/poll.c: Fix warning and clean upJoel Sherrill2016-06-161-5/+8
* libchip: Remove dwmac network interface driverSebastian Huber2016-05-3116-6658/+1
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-201-4/+4
* ibchip/ns16550: Minor optimisation.Chris Johns2016-05-111-13/+14
* sonic.c: Fix warning on gcc 6Martin Galvan2016-05-061-13/+11
* pc386: Eliminate pcibios.h and begin removal obsolete PCI BIOS API usesJoel Sherrill2016-03-101-1/+42