summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/network/network.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move legacy network drivers to bspsSebastian Huber2018-04-231-255/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move network define to source filesSebastian Huber2018-01-311-0/+1
| | | | | Define __INSIDE_RTEMS_BSD_TCPIP_STACK__ in the network interface driver source files to avoid some build system magic.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-3/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-09-261-8/+12
| | | | | | | | | | | * make/custom/mpc8309som.cfg, startup/linkcmds.mpc8309som: New file. * Makefile.am, preinstall.am: Reflect changes above. * configure.ac, console/console-config.c, include/bsp.h, include/hwreg_vals.h, include/irq.h, network/network.c, spi/spi_init.c, startup/cpuinit.c: Renamed various BSP options. * make/custom/gen83xx.inc, make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg, make/custom/mpc8349eamds.cfg: Avoid special linkcmds.
* 2011-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-08-241-2/+2
| | | | * network/network.c: Update due to API changes.
* 2011-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-01-241-0/+4
| | | | | | | | * configure.ac, console/console-config.c, i2c/i2c_init.c, include/bsp.h, include/hwreg_vals.h, include/irq.h, include/tm27.h, include/tsec-config.h, irq/irq.c, network/network.c, spi/spi_init.c, startup/bspstart.c: Address some of the issues spotted by the check_bsp script.
* 2011-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-01-241-1/+1
| | | | * network/network.c: Typo.
* 2011-01-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-01-141-11/+66
| | | | | * network/network.c: Moved initializations from generic TSEC driver part.
* 2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-301-2/+2
| | | | * network/network.c: Update for API changes.
* 2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-301-6/+12
| | | | | | | | | * include/u-boot.h: Removed file. * include/u-boot-config.h, include/tsec-config.h: New files. * include/bsp.h, start/start.S, startup/bspstart.c: Use new U-Boot support. * network/network.c: Update for API changes. * Makefile.am, preinstall.am: Reflect changes above.
* 2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-11-121-2/+1
| | | | | | | | | | | | * console/console.h, console/console.c, console/config.c, console/ns16550cfg.c: Removed files. * console/console-config.c: New file. * Makefile.am: Reflect changes above. * configure.ac: New BSP options. * include/bsp.h: Use new BSP options. * network/network.c: Avoid memory leak. * startup/bspstart.c: Initialize console port table. * spi/spi_init.c: Update for SD card API changes.
* Whitespace removal.Ralf Corsepius2009-11-301-6/+6
|
* include/bsp.h, include/hwreg_vals.h, network/network.c:Thomas Doerfler2008-11-181-8/+17
| | | | | correct some init values for HSC_CM01 boards change strategy to determine MAC address
* 2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-221-4/+4
| | | | * include/bsp.h, network/network.c: Fix missed name change.
* various changes to gen83xx BSP and othersThomas Doerfler2008-08-261-0/+9
|
* 2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-191-3/+5
| | | | | * include/bsp.h, network/network.c, spi/spi_init.c, startup/cpuinit.c, startup/uboot_support.c: Fixed warnings.
* mpc8249eamds support for Gigabit Ethernet works againThomas Doerfler2008-07-181-2/+7
| | | | initialize PHY registers late enough, so that phy access is possible
* bugfixes for mpc8349eamds BSPThomas Doerfler2008-07-171-3/+3
|
* updated gen83xx BSPThomas Doerfler2008-07-141-4/+50
| | | | | updated haleakala BSP added MPC55xx BSP
* - Simple timing functions based on a time base reference.Thomas Doerfler2008-07-101-1/+1
| | | | - u-boot header file
* adapted gen83xx to new boardThomas Doerfler2008-05-151-6/+20
|
* 2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-111-0/+1
| | | | * network/network.c: Removed warning.
* compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged ↵Thomas Doerfler2007-07-101-0/+103
many different versions of new exception handling code to shared sources.