summaryrefslogtreecommitdiff
path: root/packages/ixp425-eth
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko54
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther5
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther5
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe6
2007-01-27ixp4xx-related files: Replaced IXP4XX_MACHINE_ENDIAN with SITEINFO_ENDIANESS ↵Rod Whitby3
throughout OE, removing all instances of ixp4xx-specific ENDIAN checks in the OE metadata.
2007-01-23ixp4xx (and related ixp4xx-specific files): Change all usage of ↵Rod Whitby3
ARCH_BYTE_SEX to IXP4XX_MACHINE_ENDIAN (and ensure COMPATIBLE_MACHINE is in effect whereever it is used). Add the nslu2le and nslu2be machines. Change include/ixp4xx.conf to use tune-xscale and tune-thumb. Remove slugos-specific variables that had global OE equivalents. Deprecate ixp4xx.conf and nslu2.conf in favour of endian-specific replacements.
2006-12-18ixp425-eth 1.5.1: fix SRC_URIMarcin Juszkiewicz1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi5
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-06-24ixp400-eth: Added version 1.5.1 - builds, untestedRod Whitby17
2006-06-16ixp400-eth: fixed typo in params patchRod Whitby2
2006-06-19ixp4xx, ixp425-eth: Updated for 2.6.17 kernel (MODULE_PARM now removed)Rod Whitby2
2006-06-15ixp kernel and network modules: bumped PR to force recompile with gcc 4.1.1Frans Meulenbroeks1
on the autobuild system; no functional change
2006-06-09ixp425-eth: when compiled with gcc 4.1.1 module parameters cannot have staticFrans Meulenbroeks2
added a patch to remove the static declarator (without this you get ixp400_eth falsely claims to have parameter ... errors)
2006-04-26ixp425-eth: added DEPENDS line for ixp-osalFrans Meulenbroeks1
2006-04-14ixp425-eth: Set dev_max_count=1 in /etc/modprobe.d/eth0 by default (those ↵Rod Whitby2
with two ethernet ports can override that file in a distro-specific way).
2006-04-14ixp425-eth: Removed the maclist patch, as insertion of the MAC address is ↵Rod Whitby1
now done through a netdev event.
2006-02-27ixp4xx-csr, ixp400-eth: Bumped the PR due to the kernel version change to ↵Rod Whitby1
cause a rebuild in the feeds.
2006-01-30linux: fix missing HOST_CC_ARCH in module compilation in kernel/module allJohn Bowler4
- define TARGET_KERNEL_CC_ARCH to define arch specific compiler options in machine.conf. The default for the kernel is "" (empty), although it should probably be TARGET_CC_ARCH in the future. The default for modules is TARGET_CC_ARCH
2006-01-26ixp4xx-kernel: clean up maclist code in 2.6.15John Bowler2
ixp400-eth: merge clean up to maclist_read in 1.5 - maclist_read is now (void), it always succeeds
2006-01-21ixp400-eth: correct the maclist handling in 1.5John Bowler2
2006-01-14slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in confJohn Bowler1
- rather than build nslu2-kernel or nas100d-kernel slugos-image now builds ixp4xx-kernel, the generic kernel. ixp4xx is now used as the normal MACHINE override, even though MACHINE itself is still set to nslu2 or nas100d (or ixp4xx).
2006-01-11slugos-image: remove spurious DEPENDS in confJohn Bowler7
- this upgrades slugos-image to the new RDEPENDS only world, some missing (R)dependencies are corrected slugos-init: remove virtual/ixp-eth in 0.10 - this stuff is no longer necessary and the modprobe.conf has been moved to the ixp-eth module rather than having it incorrectly introduced in a non-dependent module.
2006-01-10ixp400-eth: gcc4 patch in 1.5John Bowler2
2006-01-10ixp400-eth: incorporate new patches from nslu2 CVS into 1.5John Bowler12
- three new patches from dwery: continue-if-qmgr-init-fails, int-random, stop-on-rmmod change to device name (eth vs ixp) handling from rwhitby so that is works on non-OE builds (plus debug code added to debug.patch) sanitise patches to make them easier to compare
2005-11-29ixp400-eth: change to use maclist MAC values in 1.5John Bowler2
ixp4xx-csr: remove single PHY configuration options in 2.1
2005-11-21ixp4xx, ixp425-eth: Updated latest versions to use staging/kernel-config ↵Rod Whitby1
instead of trying to work out the correct version number (which does not seem to be available to module.bb).
2005-11-21ixp400-eth: release for ixp4xx release 2.1: 1.5John Bowler9
2005-11-20ixp4xx-csr: deconfigure ixp400.ko in 2.0John Bowler1
- this removes stuff from ixp400.ko which is not used by the ixp4oo-eth - driver, making the module significantly smaller.
2005-11-14ixp400-eth: make building for 2.6.14-mm in 1.4John Bowler2
2005-11-01ixp425-eth/ixp400-eth: added pollcontroller patch for ixp400; required for ↵Frans Meulenbroeks2
netconsole
2005-10-26slugos, openslug, ucslugc: move to new slugos base distro in openslug 3.0, ↵John Bowler1
ucslugc 3 - all the nslu2-???.conf files are now slugos-???.conf and slugos has been made - the base for both openslug and ucslugc. OpenSlug now enables thumb interwork.
2005-10-24ixp400-eth: fix reboot (module unload) problem in LE patch for 1.4John Bowler2
- The LE patch removed code to initialise a semaphore, this caused - a crash when the semaphore was used during the device close - Also change config to use the 'only one NPE' option in the build, - however by examination this doesn't work very well.
2005-10-22merge of 3e09771118f46dd5b429d9481e1be7f6a12628b8Frans Meulenbroeks1
and c39d6bcb62a3013ec76c9d9c53de817504ff1a7e
2005-10-22Been told that I should also bump PR for ixp when I bump PR_CONFIG in the ↵Frans Meulenbroeks2
{nslu2, openslug} bb files; so here it is... (better safe than sorry)
2005-10-21ixp425-eth: Bumped PR to make it rebuild due to kernel version changeRod Whitby1
2005-10-08ixp-osal_2.0.bb ixp4xx-csr_2.0.bb ixp400-eth_1.4.bb: fixed LE implementationJohn Bowler2
This checkin includes a patch to add working le support in these modules
2005-10-05ixp4xx,ixp4225-eth: provide virtual/ixp-ethJohn Bowler3
Also on ixp4xx/ixp4xx-csr_2.0.bb (only) the ixp400.ko driver is now installed in kernel/drivers, not drivers. On all versions ixp-eth now RDEPENDS on ixp4xx (this should happen automatically but probably doesn't because the modules are done as independent module builds).
2005-10-03ixp4xx, ixp425-eth: add Intel Access Library 2.0, ethernet driver 1.4John Bowler6
NOTE: to use these you must pin ixp4xx-csr, ixp-oxal and ixp400-eth. The name of the ethernet driver changes with this commit - it is now ixp400-eth, not ixp425-eth - changes are required in systems which need to use the ethernet driver and these changes are *not* in this commit. The things to change are the image (which must now depend on ixp400-eth) and any modprobe.conf (which, at least in NSLU2 - openslug-init - aliases eth0 as ixp4??-eth).
2005-10-01ixp intel drivers: ixp4xx v1.5 ixp425-eth v1.2John Bowler6
2005-09-25ixp425-eth: extra patch for 2.6.14+ kernels with netfilterJohn Bowler1
2005-09-25ixp425_eth: commit fixes for 2.6.14 kernelsJohn Bowler2
2005-09-24ixp425-eth: patches for 2.6.13 kernelsJohn Bowler3
some structure changes, also remove unused statics caused by the intdriven patch.
2005-08-15Bump PROyvind Repvik1
2005-08-11Change the NSLU2 kernel build configuration method to allow theJohn Bowler1
configuration override to be specified in the machine.conf rather than hardwiring -mno-thumb-interwork into nslu2-kernel.inc
2005-07-31Remove the unnecessary and confusing copy of the patchJohn Bowler1
2005-07-30Fix the location of one of the patches not to use the unreliableJohn Bowler1
sourceforge mirrors. There should be no change to the module, however the precise way the patches are applied has changed, so the PR has been bumped.
2005-07-11Bumped the PR on the ixp modules, becuase we changed the OpenSlug default ↵Rod Whitby1
kernel version.
2005-06-30import clean BK tree at cset 1.3670Koen Kooi6
2005-06-17Add SA_SAMPLE_RANDOM to those request_irq calls whichJohn Bowler2
correspond to packet driven (as opposed to timer driven) ethernet interrupts. This provides genuine random input to the kernel random driver. BKrev: 42b26f7bNoumAACylLJQfYG5oSQoOw
2005-05-09Change ixp drivers to allow compilation on -mm patchedJohn Bowler3
kernels and to allow netconsole to work. BKrev: 427faf1dyQUk9YAOBAN896ZvmvtMrA