summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix endianness issues with adm5120eb, thanks to Gabor !florian2007-06-031-21/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reworked memset,memcpy of the cris kernel, this improves board speed by ↵blogic2007-06-031-323/+276
| | | | | | factor 20 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update the adm5120 config to use IRQ_CPU and physically mapped flash for nowflorian2007-06-031-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7476 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adm5120 timing specific routines, was part of the IRQ handling rewritteflorian2007-06-031-0/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement quilt handling for the kernel tree ... and there was much rejoicing!nbd2007-06-032-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7474 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove duplicate include statement (fixes a warning)nbd2007-06-031-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7468 3c298f89-4303-0410-b956-a3cf2f4a3e73
* when compiling a tool to upload firmware to the cris, it should be build for ↵blogic2007-06-031-1/+1
| | | | | | host and not target :-) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* the etrax bootloader tools source was added on initial merge, it is now ↵blogic2007-06-02165-123806/+5
| | | | | | sitting on the acme site, source should not be in this folder git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* IRQ handler rewrite by Gabor Juhos, uses C no longer assemblyflorian2007-06-0214-384/+518
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add iprange (#1799)florian2007-06-022-0/+173
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7462 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: fixed patch pathnamesrwhitby2007-06-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix config.in typo and enable by default only for ixp4xx-2.6florian2007-06-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: Mark the build apex image as an OpenWRT build (instead of a SlugOS build)rwhitby2007-06-021-3/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: Updated to version 1.5.6 (which includes the compiler inlining fixes).rwhitby2007-06-022-30/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* made the target name of etrax lowercase.blogic2007-06-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes compile bug of iptablesblogic2007-06-021-0/+50
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7448 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Unmark adm5120eb as broken, disable NAND and YAFFS2 for this target, resync ↵florian2007-06-022-32/+16
| | | | | | kernel config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7445 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: Updated to 1.5.4 - this time it bootsrwhitby2007-06-023-136/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7441 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add initial support for the crisarchitecture used on foxboards to openwrtblogic2007-06-02229-0/+223361
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make xscale images containing proprietary microcode optional, but enabled by ↵nbd2007-06-012-18/+31
| | | | | | default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: add back the mac handling fix - seems like it wasn't the cause for ↵nbd2007-05-311-0/+17
| | | | | | the ethernet breakage git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: Revert back to 1.4.7 - what I thought I tested wasn't what I actually ↵rwhitby2007-05-312-12/+136
| | | | | | tested at all, and what I eventually tested didn't work. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: Updated to version 1.5.4rwhitby2007-05-312-136/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert patch that is breaking ethernet on Avila GW2348-4nbd2007-05-311-17/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make rdc boot a little further, still broken though, resync kernel configflorian2007-05-312-16/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel config resync with generic-2.6florian2007-05-311-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more kernel config cleanupnbd2007-05-312-19/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the damn kernel configmbm2007-05-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update to .21florian2007-05-305-72/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Updated yaffs2, thanks to David Goodenough (#1779)florian2007-05-301-993/+2903
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update YAFFS config, wget2nand should use br-lan since eth0 is always ↵florian2007-05-301-1/+2
| | | | | | bridged now, vmlinux.elf has to be used git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Removed the disabling of CONFIG_TUN, and a number of other USB-related ↵rwhitby2007-05-301-20/+0
| | | | | | items, from the ixp4xx-2.6 default config, so that the generic config-template allows them to all be built as modules. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add board specific code, autodetect the kernel, fixes #1707, thanks Gabor Juhosflorian2007-05-308-149/+445
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enabled CONFIG_INPUT as a module, and included other default settings to ↵rwhitby2007-05-301-0/+5
| | | | | | enable oldconfig to complete automatically. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use the cmdline hacked's prom.c and disable this patching part accordinglyflorian2007-05-302-24/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7396 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Define target specific ramdisk images for testing (Gabor Juhos)florian2007-05-302-28/+69
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Resync with generic-2.6 config-templateflorian2007-05-301-13/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Minor fixes, do not count interrupts without interrupt source as spurious ↵florian2007-05-303-6/+10
| | | | | | (#1755) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7391 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove the disabling of LEDS support for ixp4xx-2.6 compared to generic-2.6, ↵rwhitby2007-05-301-1/+1
| | | | | | and enabled ixp4xx LEDS support. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the rbmipsnand fix from #1778florian2007-05-291-1/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* .21 fixesflorian2007-05-292-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove the disabling of sound support for ixp4xx-2.6 compared to generic-2.6rwhitby2007-05-291-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove the disabling of bluetooth for ixp4xx-2.6 compared to generic-2.6rwhitby2007-05-291-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix .21 compilation on memory.c (#1778)florian2007-05-291-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Include the architecture specific gpio file for nowflorian2007-05-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7381 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Restore the gpio.h file, platform.c uses the generic GPIO APIflorian2007-05-292-1/+117
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7380 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for the AMCC Taishan, mark it as broken until we fix the ↵kaloz2007-05-287-0/+345
| | | | | | combined layout git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Default kernel config file for .21 kernelhcg2007-05-281-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Serial patches for .21hcg2007-05-282-104/+91
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd partitioning for .21hcg2007-05-281-12/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7374 3c298f89-4303-0410-b956-a3cf2f4a3e73