summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ramips: Buffalo WZR-AGL300NH target supportJohn Crispin2015-02-165-0/+148
| | | | | | | | | | | | | I got work with this patch. Ethernet switch (includes VLAN), WiFi connected via PCIe, LEDs, buttons. In mtd partion map of DTS file, I renamed Linux firmware regions (kernel + root squashfs) to “firmware”because it allows kernel to split kernel and roots and rootfsdata. signed-off-by: ngc@ff.iij4u.or.jp —— —— SVN-Revision: 44470
* ramips: enables rt288x PCIeJohn Crispin2015-02-163-3/+3
| | | | | | | | | | | To choose whether bulid or not RT288x PCIe bus driver, CONFIG_SOC_RT2880 is wrong. Here is its fix, and enables PCIe bus driver for some targets which have 2nd WiFi chipset via PCIe bus. signed-off-by: ngc@ff.iij4u.or.jp ———— ———— SVN-Revision: 44469
* oxnas: fix itb generationJohn Crispin2015-02-161-2/+2
| | | | | | | | | | | | | | | - according to imx6 Makefile and u-Boot documentation is itb and probably should not be changed - this fixes build error if CONFIG_TARGET_ROOTFS_INCLUDE_FIT is set (missing .itb file) - use DTS_DIR (like in imx6 Makefile) only compile tested Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Acked-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44468
* bcm53xx: include kmod-brcmfmac in default profileRafał Miłecki2015-02-161-2/+2
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44467
* bcm53xx: sprom: extract for PCI hostRafał Miłecki2015-02-161-0/+31
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44464
* bcm53xx: sprom: prepare to support other hosttype-sRafał Miłecki2015-02-161-1/+8
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44463
* mvebu: refresh 3.18 patchesImre Kaloz2015-02-167-57/+11
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44462
* ar71xx: fix mv88e6063 compile for 3.14John Crispin2015-02-151-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44459
* ar71xx: fix a compile bug in 902-unaligned_access_hacks.patchJohn Crispin2015-02-151-151/+78
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44458
* ar71xx: add v3.18 supportJohn Crispin2015-02-1586-1/+9381
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44456
* mvebu: fix WRT1900AC ubinized imagesImre Kaloz2015-02-141-3/+4
| | | | | | | | | | The current pxa3xx_nand driver doesn't support sub-page writing, so the VID header offset must be specified explicitly. Signed-off-by: Claudio Leite <leitec@staticky.com> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44455
* ralink: fix the config filesJohn Crispin2015-02-1412-0/+1098
| | | | | | | | oops, accidently moved instead of copied them Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44454
* ar71xx: ZyXEL NBG6716 rfkill switch fixJohn Crispin2015-02-141-2/+2
| | | | | | | | ZyXEL NBG6716 "rfkill" is a switch, not a button. Signed-off-by: Marcin Mikolajczak <gr4ffy at gmail.com> SVN-Revision: 44453
* lantiq: disable buffered writes on Intel command set flashJohn Crispin2015-02-142-0/+22
| | | | | | | | | | | | Some Lantiq SoCs are not able to use buffered writes properly with Intel command set flash due to the way NOR addresses on EBU are manipulated. This patch disables buffered writes on those devices. The only device affected at the moment is ARV4510PW, others use AMD/Fujitsu command set. Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44451
* lantiq: Fix flash for targets with NO_XIPJohn Crispin2015-02-142-2/+2
| | | | | | | | | For targets with NO_XIP ltq_mtd->map[i].phys equals -1 and devm_ioremap fails. Fix this by using pdev->resource[i].start instead. Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44450
* brcm2708: add kmod-hwmon-bcm2835 support and more missing symbolsJohn Crispin2015-02-142-0/+18
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44449
* brcm2708: force uart as the default console for procd and remove nonexistent ↵John Crispin2015-02-142-2/+1
| | | | | | | | | | console procd gets last console from cmdline, so swapping tty1 (framebuffer) and ttyAMA0 (uart) is enough to force procd output via uart Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44448
* brcm2708: add board detection and LED supportJohn Crispin2015-02-145-2/+81
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44447
* generic: ocf: irq compat stuff is not needed anymoreNicolas Thill2015-02-141-0/+2
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44444
* generic: upgrade to 3.18.7Imre Kaloz2015-02-146-63/+18
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44442
* ixp4xx: fix gpio_line_set() logic, fixes #18986John Crispin2015-02-131-5/+13
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44439
* brcm2708: fix spidevJohn Crispin2015-02-131-0/+36
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44434
* brcm2708: refresh patchesJohn Crispin2015-02-13114-2950/+645
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44433
* brcm2708: add missing config symbols and fix kernel modules for Raspberry Pi ↵John Crispin2015-02-135-2/+8
| | | | | | | | 2 by removing local version Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44432
* brcm2708: add subtarget copyright and use better board namesJohn Crispin2015-02-132-2/+12
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44431
* ar7: switch to v3.18John Crispin2015-02-131-1/+1
| | | | | | | | Thank you Dimitri for testing this. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44430
* generic: improve kexec support of MIPS.John Crispin2015-02-133-0/+655
| | | | | | | | | | | | | - Allow --command-line parameters of kexec-tools be parsed and used by the kernel. - For malta machine, mark kernel code and kernel data segments as "System RAM" instead of "reserved" in /proc/iomem, otherwise kexec-tools will complain that program segments in ELF kernel file are invalid. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 44429
* lantiq: fix DGN3500 root deviceJohn Crispin2015-02-131-1/+1
| | | | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 44428
* ar71xx: Add profile and build image for TP-Link MR12U v1John Crispin2015-02-132-0/+11
| | | | | | | | | | | | | | | | | This patch adds corrected profile and build image for the TL-MR12U board. Unfortunately i cannot test the factory image since i can't find anywhere the original chinese firmware but the generated openwrt-ar71xx-generic-tl-mr12u-v1-squashfs-sysupgrade.bin worked just fine over a modified mr3040 factory image i managed to modify to initially flash the mr12u from the original firmware. Proper kernel support probably should be added since cat /proc/cpuinfo shows MR13U. Signed-off-by: Daniel Petre <daniel.petre@gmail.com> SVN-Revision: 44427
* ar71xx: Add user-space support for TP-Link MR12U v1John Crispin2015-02-134-0/+9
| | | | | | | | This patch adds user-space support for the TL-MR12U board based on the mr13u patches. Signed-off-by: Daniel Petre <daniel.petre@gmail.com> SVN-Revision: 44426
* ar71xx: ZyXEL NBG6716 add gpio usb power on/offJohn Crispin2015-02-131-0/+7
| | | | | | | | ZyXEL NBG6716 add missing GPIO USB power on/off Signed-off-by: Marcin Mikolajczak <gr4ffy at gmail.com> SVN-Revision: 44425
* kernel: mtdsplit_uimage: fix passed info about buf sizeRafał Miłecki2015-02-121-2/+2
| | | | | | | | We obviously can't use sizeof(*buf) which is always 1. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44424
* sunxi: A20-OLinuXino-Lime profile rename leftoverNicolas Thill2015-02-121-1/+1
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44423
* kirkwood: Seagate GoFlex NetLuka Perkov2015-02-125-10/+18
| | | | | | | | | Add GoFlex Net "Board Name" , set and cleanup network default and LEDs. Remove kmod-rtc-marvell from default packages, as the GoFlex net does not have a RTC. Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 44422
* lantiq: make m25p80 work againJohn Crispin2015-02-122-2/+12
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44421
* lantiq: fix mac addr assignment inside lantiq_etopJohn Crispin2015-02-121-6/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44420
* lantiq: PCI should be enabled on vrx200John Crispin2015-02-121-1/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44419
* ralink: make the mt7621 irq core with with the new CM apiJohn Crispin2015-02-122-30/+62
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44418
* ar71xx: ZyXEL NBG6716 led/buttons cleanupJohn Crispin2015-02-122-14/+14
| | | | | | | | | | ZyXEL NBG6716 led/buttons cleanup - improper numbered leds - improper named buttons Signed-off-by: Marcin Mikolajczak <gr4ffy at gmail.com> SVN-Revision: 44417
* generic: fix broken patch in the transition of 3.19 from -rc5 to release .0John Crispin2015-02-121-1/+1
| | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 44416
* kernel: mtdsplit_uimage: read more data to match Edimax needsRafał Miłecki2015-02-121-8/+12
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44415
* kernel: mtdsplit_uimage: use separated buffer for reading dataRafał Miłecki2015-02-121-18/+16
| | | | | | | | | We shouldn't read data directly into the header struct, as some devices (e.g. Edimax) need more bytes due to some extra header. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44414
* kernel: mtdsplit_uimage: add parser for Edimax devicesRafał Miłecki2015-02-121-0/+53
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44413
* mtdsplit_uimage: more generic header verify functionRafał Miłecki2015-02-121-11/+26
| | | | | | | | | | Some devices have uImage headers after some extra headers (e.g. Edimax devices). To support such cases our verify callback function should be allowed to return header offset, not just a boolean value. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44412
* kernel: fix bgmac check for chip IDRafał Miłecki2015-02-116-12/+150
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44411
* kernel: backport mainlined bgmac patches from 3.19Rafał Miłecki2015-02-114-20/+44
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44410
* bcm53xx: use bcm47xx_wdt for restarting deviceRafał Miłecki2015-02-112-70/+2
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44408
* oxnas: disable usbgadget supportJohn Crispin2015-02-111-1/+1
| | | | | | | | | | | usbgadget was initially enabled in the hope to support gadget mode as it seems to be supported by the hardware. However, it currently breaks things and doesn't work anyway, so remove the usbgadget feature. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44407
* brcm2708: add missing SUBTARGETS:= to makefileJohn Crispin2015-02-111-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44405
* brcm2708: remove CMA_DEBUGJohn Crispin2015-02-111-1/+1
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44404