aboutsummaryrefslogtreecommitdiff
path: root/target/linux/mcs814x
Commit message (Collapse)AuthorAge
* mcs814x: switch to 3.14 kernelFlorian Fainelli2015-01-10
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43927
* mcs814x: add 3.14 kernel supportFlorian Fainelli2015-01-10
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43926
* mcs814x: account for dtb output directory differencesFlorian Fainelli2015-01-10
| | | | | | | | | 3.3 produced *.dtb files in arch/arm/boot/ while 3.14 will produce those in arch/arm/boot/dts/, adjust the image makefile accordingly. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43925
* mcs814x: set low_mem feature flagFlorian Fainelli2015-01-10
| | | | | | | | | Most of the devices we support have between 16MiB and 32MiB of RAM available. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43924
* mcs814x: rename config-default to config-3.3Florian Fainelli2015-01-10
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43923
* kernel: makefiles: make use of new var KERNEL_PATCHVERFelix Fietkau2014-10-24
| | | | | | | | | | | replace all occurences of LINUX_VERSION with the cleaner approach. future kernel upgrades must mostly touch only one file. the only platform left is netlogic, because it uses a intermediate kernel 3.14.16 Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 43047
* network: Unbind DHCPv6 from underlying interfacesSteven Barth2014-10-08
| | | | | | | | | This allows IPv6 to set up without IPv4 being up thus IPv6-only or IPv6+DS-Lite working with the default config. Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42848
* targets: remove useless quotes around KERNELNAMEFelix Fietkau2014-10-05
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42780
* kernel: do not deactivate CONFIG_BLK_DEVHauke Mehrtens2014-09-13
| | | | | | | | | | CONFIG_BLK_DEV does not activate any functionality, but many code, but makes it possible to activate other options. Deactivating this breaks the build of kmod-zram. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42528
* build: unify arm target cflagsFelix Fietkau2013-09-26
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38211
* mcs814x: dlan-usb-extender: fix usbdev triggerFlorian Fainelli2013-09-02
| | | | | | | | | | Every device I connect to the USB port is detected as 2-1, not 1-1. So adjust the default setting accordingly. Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37882
* mcs814x: enable POSIX file lockingFlorian Fainelli2013-08-09
| | | | | | | | | | | | | | | | | opkg (and possible other tools) are currently broken as it requires file locking support enabled in the kernel. Without this results in a message like: root@OpenWrt:/etc/config# opkg update Collected errors: * opkg_conf_load: Could not lock /var/lock/opkg.lock: Permission denied. With this patch opkg is fully functional on this platform. Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37745
* build: unify target independent optimization optionsFelix Fietkau2013-07-29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-27
| | | | | | | | | | | | 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
* target: don't build jffs2 nor images by defaultJonas Gorski2013-06-05
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36863
* Change default IPv6 config to enable DHCPv6-PDSteven Barth2013-04-22
| | | | SVN-Revision: 36384
* Adapt default network configuration for IPv6Steven Barth2013-04-09
| | | | SVN-Revision: 36278
* mcs814x: use devm_request_and_ioremap in mcs814x-rng driverFlorian Fainelli2013-03-17
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36063
* mcs814x: use devm_request_and_ioremap helper for nuport_mac driverFlorian Fainelli2013-03-17
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36062
* mcs814x: remove PCI codeFlorian Fainelli2013-03-17
| | | | | | | | | None of the boards we support are using it nor have it wired out of the SoC, just remove it. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36061
* mcs814x: implement MULTI_IRQ_HANDLERFlorian Fainelli2013-03-16
| | | | | | | | Allows us to get rid of the IRQ entry point assembly Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36060
* mcs814x: use the standard device tree binding to represent a PHY nodeFlorian Fainelli2013-03-16
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36059
* all targets: use numerically prefixed uci-defaults file names to better ↵Jo-Philipp Wich2013-01-18
| | | | | | control order of execution SVN-Revision: 35217
* target: enable XZ BCJ decompressor code after r35097Florian Fainelli2013-01-14
| | | | | | | | | Required to actually be able to mount squashfs xz compressed filesystems. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35156
* do not call clk_put() on the timer clockFlorian Fainelli2012-11-27
| | | | | | | | We don't support disabling the clock, but this is actually what it would do. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34394
* do not list specific board compatible stringsFlorian Fainelli2012-11-27
| | | | | | | | | The general practice is to use the general SoC compatible string in both the DTS and the board specific .c file. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34393
* remove unused variables from Makefile.bootFlorian Fainelli2012-11-27
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34392
* nuport-mac: various fixesFlorian Fainelli2012-10-15
| | | | | | | | - properly check for the link up condition in the phylib adjust callback - do not assign skb->dev, eth_type_trans() already does it - handle skb allocation failures in the refill path SVN-Revision: 33780
* more convertions to {read,write}_relaxed I/O accessorsFlorian Fainelli2012-10-03
| | | | SVN-Revision: 33604
* add wmbus-repeater to the dLAN USB Extender profileFlorian Fainelli2012-09-25
| | | | SVN-Revision: 33556
* enable multicast and advanced ip routers configsFlorian Fainelli2012-09-25
| | | | SVN-Revision: 33555
* add kmod-usb-serial-ftdi to the dLAN USB Extender profileFlorian Fainelli2012-09-25
| | | | SVN-Revision: 33554
* generic: move GENERIC_PWM symbol into the generic configGabor Juhos2012-09-13
| | | | SVN-Revision: 33383
* use the recommended ARM I/O accessorsFlorian Fainelli2012-09-08
| | | | | | use {read,write}l_relaxed instead of the plain __raw_{read,write}l variants. SVN-Revision: 33330
* add some ohci workarounds to make ohci workFlorian Fainelli2012-09-05
| | | | SVN-Revision: 33323
* enable CFI command set 0002 FORCE_WORD_WRITEFlorian Fainelli2012-09-03
| | | | SVN-Revision: 33315
* pad squashfs imageFlorian Fainelli2012-09-03
| | | | SVN-Revision: 33314
* add Generic and dLAN USB Extender profilesFlorian Fainelli2012-09-03
| | | | SVN-Revision: 33313
* nuport-mac: disable MAC RX and TX during interface closeFlorian Fainelli2012-09-03
| | | | | | Fixes sporadic crashes while reconfiguring the network interface. SVN-Revision: 33312
* MCS8140 actually selects CPU_ARM926TFlorian Fainelli2012-08-14
| | | | | | Should make inclusion for other MCS814x SoCs easier SVN-Revision: 33188
* only support 128KiB erase block sizesFlorian Fainelli2012-08-11
| | | | SVN-Revision: 33131
* disable PCI supportFlorian Fainelli2012-08-11
| | | | | | None of the boards we support have PCI connectors SVN-Revision: 33130
* strip a bit more the kernel configFlorian Fainelli2012-08-11
| | | | SVN-Revision: 33129
* properly advertise OHCI and EHCI capabilitiesFlorian Fainelli2012-08-11
| | | | SVN-Revision: 33128
* change partition names to be more in line with other OpenWrt devicesFlorian Fainelli2012-08-11
| | | | SVN-Revision: 33127
* generate upgrade files suffixed with filesystem typeFlorian Fainelli2012-08-11
| | | | SVN-Revision: 33126
* nuport-mac: delay call to napi_start() until fully able to process RXFlorian Fainelli2012-08-10
| | | | SVN-Revision: 33079
* set a compatible command-line to boot from flashFlorian Fainelli2012-08-10
| | | | SVN-Revision: 33078
* nuport-mac: use dma_mapping_error() instead of checking pointersFlorian Fainelli2012-08-09
| | | | | | Thanks Gabor for spotting this SVN-Revision: 33071
* nuport-mac: rework PHY interrupt configuration to avoid racesFlorian Fainelli2012-08-08
| | | | SVN-Revision: 33070