summaryrefslogtreecommitdiffstats
path: root/target/linux/adm8668
Commit message (Collapse)AuthorAgeFilesLines
* target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGCJohn Crispin2014-06-021-1/+1
| | | | | | | | | | | | | | | | | | | ARGC is a 'C-ism', but not known/valid in shell-syntax - insert the correct var $# (=number of args) here. under normal conditions this had no impact, but we should at least correct it. the error was observable like this: root@box:~ [ -e "/etc/functions.sh" ] && . /etc/functions.sh root@box:~ [ -e "/lib/functions.sh" ] && . /lib/functions.sh root@box:~ . /lib/upgrade/platform.sh root@box:~ . /lib/upgrade/common.sh root@box:~ platform_check_image /tmp/myfirmware.bin ash: bad number root@box:~ echo $? 0 Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 40915
* kernel: modify mtd related patches for 3.14Hauke Mehrtens2014-05-081-1/+3
| | | | | | | | | | | | The change is the same as ("kernel/generic: modify mtd related patches"). Since these files are under files directory, not a files directory of specific kernel version, better to also change them. So it will avoid adding files to future specific files directory (e.g. files-3.14) for this mtd related change. Signed-off-by: Zhao, Gang <gamerh2o@gmail.com> SVN-Revision: 40732
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-4/+6
| | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37049
* preinit: move cmdline failsafe= handling ot the generic codeJohn Crispin2013-04-251-11/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36430
* Change default IPv6 config to enable DHCPv6-PDSteven Barth2013-04-221-1/+1
| | | | SVN-Revision: 36384
* Adapt default network configuration for IPv6Steven Barth2013-04-091-0/+8
| | | | SVN-Revision: 36278
* create Linksys WRTU54G-TM profileFlorian Fainelli2012-12-072-2/+17
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34572
* rename interrupt number constantsFlorian Fainelli2012-12-063-22/+22
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34566
* remove the now deprecated /proc/adm8668 interfaceFlorian Fainelli2012-12-063-149/+1
| | | | | | | | Proper gpiolib support is hooked instead. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34565
* add a gpiolib driverFlorian Fainelli2012-12-064-2/+143
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34564
* do not reset WAN and LAN blocksFlorian Fainelli2012-12-061-14/+0
| | | | | | | | This is taken care of by the tulip driver accordingly. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34563
* enable and advertise USB supportFlorian Fainelli2012-12-062-1/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34562
* add support for on-board EHCI controllerFlorian Fainelli2012-12-062-0/+46
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34561
* remove the "old" tulip forked driverFlorian Fainelli2012-12-063-1341/+0
| | | | | | | | We can now use the mainline tulip driver. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34559
* use the tulip platform driverFlorian Fainelli2012-12-061-2/+47
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34558
* patch the tulip driver to accept a platform variantFlorian Fainelli2012-12-064-1/+869
| | | | | | | | | Isolate the PCI specific parts and group them under CONFIG_TULIP_PCI CONFIG_TULIP_PLATFORM can be enabled for a platform style Tulip driver. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34557
* move clock frequencies into clock driverFlorian Fainelli2012-12-062-7/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34556
* replace the custom mtd driver with a partition parserFlorian Fainelli2012-12-064-207/+164
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34554
* cleanup PCI controller codeFlorian Fainelli2012-12-066-175/+226
| | | | | | | | | At some point we should make the ADM5120 PCI controller driver a real platform driver and share that one between the two targets. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34553
* cleanup and make interrupt code more robustFlorian Fainelli2012-12-063-19/+39
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34552
* remove frequency from /proc/cpuinfoFlorian Fainelli2012-12-061-4/+2
| | | | | | | | | This is not the place to expose it and duplicates code reading the system frequency. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34551
* provide a system clock to be used by the MIPS timerFlorian Fainelli2012-12-064-8/+33
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34550
* get rid of the UART definesFlorian Fainelli2012-12-062-30/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34549
* get rid of the specific UART driver and use AMBA PL010Florian Fainelli2012-12-0611-698/+554
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34548
* implement early_printk without an early_consoleFlorian Fainelli2012-12-065-44/+24
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34547
* simplify IRQ controller codeFlorian Fainelli2012-12-061-23/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34546
* use platform_add_devicesFlorian Fainelli2012-12-061-5/+7
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34545
* move time related functions to their own fileFlorian Fainelli2012-12-063-13/+18
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34544
* move setup-related functions to their own fileFlorian Fainelli2012-12-063-52/+55
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34543
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-2/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34403
* bump to 3.3.8John Crispin2012-06-051-1/+1
| | | | SVN-Revision: 32055
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-231-1/+1
| | | | SVN-Revision: 31848
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737
* kernel: update linux 3.3 to 3.3.6Gabor Juhos2012-05-141-1/+1
| | | | SVN-Revision: 31709
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-071-1/+1
| | | | SVN-Revision: 31645
* kernel: update linux 3.3 to 3.3.4Gabor Juhos2012-04-301-1/+1
| | | | SVN-Revision: 31541
* adm8668: merge 3.3 fixesGabor Juhos2012-04-287-327/+43
| | | | SVN-Revision: 31497
* adm8668: nuke 2.6.36 supportGabor Juhos2012-04-284-139/+0
| | | | SVN-Revision: 31496
* adm8668: switch to 3.3Gabor Juhos2012-04-281-1/+1
| | | | SVN-Revision: 31495
* adm8668: add support for 3.3Gabor Juhos2012-04-257-0/+451
| | | | SVN-Revision: 31480
* adm8668: build gzip compressed uImage for testingGabor Juhos2012-04-251-0/+19
| | | | SVN-Revision: 31479
* adm8668: use a suffix for initramfs imagesGabor Juhos2012-04-251-0/+10
| | | | SVN-Revision: 31478
* mark variables as might be unusedFlorian Fainelli2012-03-021-1/+1
| | | | SVN-Revision: 30787
* remove unused variables and definesFlorian Fainelli2012-03-021-3/+0
| | | | SVN-Revision: 30786
* fill maintainer infos for a couple of targetsFlorian Fainelli2011-05-061-0/+1
| | | | SVN-Revision: 26836
* update to kernel 2.6.36.4Florian Fainelli2011-02-191-1/+1
| | | | SVN-Revision: 25580
* fix firstboot with new MTD map driverFlorian Fainelli2011-01-273-88/+313
| | | | | | | | | | | | | | my-mkimage previously did not include the fs_mark of deadc0de because upon formatting of jffs2 partition, U-Boot's CRC validation would not allow the image to boot. This new MTD map will shrink the kernel+rootfs+fs_mark image and recalculate the CRC, so that only the kernel is part of the image validation. This also improves boot time, since less is copied from FLASH->RAM. This is mostly from brcm47xx, just with u-boot image vs TRX partitions. Signed-off-by: Scott Nicholas <scott.nicholas@scottn.us> SVN-Revision: 25176
* clean up mach-adm8668 includesFlorian Fainelli2011-01-277-494/+58
| | | | | | | | | This patch cleans up the include directory, as they were from vendors 2.4 GPL source. Now only what's used is there. Signed-off-by: Scott Nicholas <scott.nicholas@scottn.us> SVN-Revision: 25175
* kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update ↵Hauke Mehrtens2010-12-111-1/+1
| | | | | | kenrel 2.6.36.1 to 2.6.36.2 SVN-Revision: 24486
* update to the latest stable kernelsImre Kaloz2010-11-241-1/+1
| | | | SVN-Revision: 24136