aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* generate uboot environment data in targetJohn Crispin2012-02-141-0/+32
| | | | | | | | | | | With this patch it is possible to generate uboot environment config file inside lantiq target. Currently it is only supporting GIGASX76X board. uboot environment config is used by fw_printenv fw_setenv tools. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 30537
* fix compile error in previous commitJohn Crispin2012-02-141-10/+10
| | | | SVN-Revision: 30534
* Support booting the Speedport W502V using BRN-BOOT.John Crispin2012-02-143-7/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the disadvantage is less available flash space, it's easy and safe to flash without opening the device. Going back to the original firmware is also possible. This patch add two firmware utilities, mkbrncmdline and mkbrnboot. mkbrncmdline patches the uncompressed kernel so the registeres a0 to a3 are initialized and the memory size is passed in. mkbrnboot takes the lzma compressed kernel and squashfs images and creates a firmware image that can be flashed using the BRN-BOOT recovery kernel, which is booted by holding both buttons when powering up the device and will listen on http://192.168.2.1. The firmware file from bin/lantiq/ to use is openwrt-lantiq-danube-ARV4525PW-BRNDTW502-brnImage The BRN-BOOT recovery kernel does size-check the image, so if it's too big to fit into flash it will complain accordingly. A second patch is needed to make the wired network interface work since there is no u-boot to pre-initialise it. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 30532
* ramips: extract eeprom for the PCIe wlan module on the RT-N56UGabor Juhos2012-02-141-4/+12
| | | | SVN-Revision: 30529
* ramips: rt3883: enable PCI on the RT-N56U boardGabor Juhos2012-02-141-0/+16
| | | | SVN-Revision: 30528
* ramips: rt3883: add PCI supportGabor Juhos2012-02-148-1/+548
| | | | SVN-Revision: 30527
* ramips: rt3883: sync 2.6.39 configGabor Juhos2012-02-141-7/+3
| | | | SVN-Revision: 30526
* ramips: use SoC specific irq.hGabor Juhos2012-02-143-3/+36
| | | | SVN-Revision: 30525
* fixes irq locking in ethernet driverJohn Crispin2012-02-141-0/+71
| | | | SVN-Revision: 30522
* fixes gpio_export patchJohn Crispin2012-02-141-8/+8
| | | | SVN-Revision: 30521
* add annex selection support to ltq_dsl packageJohn Crispin2012-02-142-5/+27
| | | | SVN-Revision: 30518
* ar71xx: add profile and build image for the TP-Link TL-WR842N/ND v1 boardsGabor Juhos2012-02-132-0/+17
| | | | SVN-Revision: 30508
* ar71xx: add model detection for TL-WR842N/NDGabor Juhos2012-02-131-0/+3
| | | | SVN-Revision: 30507
* update to 3.2Florian Fainelli2012-02-131-1/+1
| | | | SVN-Revision: 30503
* fix titan gpio register sizeFlorian Fainelli2012-02-131-0/+33
| | | | SVN-Revision: 30502
* ramips: rt3883: update package list in the default profileGabor Juhos2012-02-131-1/+1
| | | | SVN-Revision: 30499
* ramips: add preliminary support for the Asus RT-N56U boardGabor Juhos2012-02-1311-0/+174
| | | | SVN-Revision: 30498
* ramips: raeth: enable MDIO code for RT3883Gabor Juhos2012-02-131-2/+2
| | | | SVN-Revision: 30497
* ramips: add preliminary support for the RT3662/RT3883 SoCsGabor Juhos2012-02-1340-9/+2286
| | | | SVN-Revision: 30495
* add support for 3.2Florian Fainelli2012-02-131-0/+14
| | | | SVN-Revision: 30492
* brcm47xx: deactivate CONFIG_NO_HZ as it seams not to be needed.Hauke Mehrtens2012-02-122-2/+0
| | | | SVN-Revision: 30488
* brcm47xx: activate config bug to show warningsHauke Mehrtens2012-02-122-2/+0
| | | | SVN-Revision: 30487
* ramips: use GENERIC_{4,8}M image template for WR5123GNGabor Juhos2012-02-121-5/+2
| | | | SVN-Revision: 30483
* ramips: rt305x: pass MTD partition map to the ALL0256N via cmdlineGabor Juhos2012-02-121-1/+2
| | | | SVN-Revision: 30482
* brcm47xx: refresh patchesHauke Mehrtens2012-02-128-31/+20
| | | | SVN-Revision: 30481
* brcm47xx: update usb driver for brcm47xx.Hauke Mehrtens2012-02-128-390/+280
| | | | SVN-Revision: 30480
* ramips: add initial support for 3.2Gabor Juhos2012-02-1213-1/+607
| | | | SVN-Revision: 30476
* ramips: include 'linux/module.h' in the ramips_spi driverGabor Juhos2012-02-121-0/+1
| | | | SVN-Revision: 30475
* ramips: rt288x: remove per-board physmap_flash_data instancesGabor Juhos2012-02-126-28/+30
| | | | SVN-Revision: 30474
* ramips: rt305x: remove per-board physmap_flash_data instancesGabor Juhos2012-02-1221-120/+93
| | | | SVN-Revision: 30473
* enable another l2 cache errate on newer kernelsImre Kaloz2012-02-121-0/+1
| | | | SVN-Revision: 30472
* ramips: load gpio-polled keys moduleGabor Juhos2012-02-111-1/+1
| | | | SVN-Revision: 30463
* ramips: remove yet another CONFIG_MTD_PARTITION ifdefGabor Juhos2012-02-111-2/+0
| | | | SVN-Revision: 30462
* ramips: use gpio-keys-polled instead of gpio-buttonsGabor Juhos2012-02-1127-138/+159
| | | | SVN-Revision: 30461
* add some missing symbolsImre Kaloz2012-02-111-0/+3
| | | | SVN-Revision: 30460
* ramips: add MIPS platform fileGabor Juhos2012-02-112-29/+29
| | | | SVN-Revision: 30459
* generic/2.6.39: refresh patchesGabor Juhos2012-02-119-10/+10
| | | | SVN-Revision: 30458
* refresh patches to -rc3Imre Kaloz2012-02-116-6/+6
| | | | SVN-Revision: 30456
* ramips: add MDIO bus support for RT288XGabor Juhos2012-02-112-2/+154
| | | | SVN-Revision: 30455
* rename 3.1 patches directory as it will be used for newer kernels as wellImre Kaloz2012-02-1114-0/+0
| | | | SVN-Revision: 30454
* rename 2.6.39 patches directoryImre Kaloz2012-02-1115-0/+0
| | | | SVN-Revision: 30453
* ramips: fix Belkin F5D8235-v2 VLAN setupGabor Juhos2012-02-111-4/+10
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 30452
* ramips: raeth: make debugging messages configurableGabor Juhos2012-02-114-4/+16
| | | | SVN-Revision: 30450
* ramips: raeth: use device pointer in DMA API callsGabor Juhos2012-02-111-11/+12
| | | | SVN-Revision: 30449
* ramips: raeth: add netdev pointer to private structureGabor Juhos2012-02-112-0/+2
| | | | SVN-Revision: 30448
* ramips: raeth: cleanup DMA API usage in ramips_eth_hard_start_xmitGabor Juhos2012-02-111-5/+4
| | | | SVN-Revision: 30447
* ramips: raeth: unmap rx DMA address in ramips_cleanup_dmaGabor Juhos2012-02-111-1/+4
| | | | SVN-Revision: 30446
* ramips: raeth: add rx_dma array to store the DMA address of the rx packetsGabor Juhos2012-02-112-10/+17
| | | | SVN-Revision: 30445
* ramips: raeth: use dma_addr_t for the descriptorsGabor Juhos2012-02-112-9/+10
| | | | SVN-Revision: 30444
* ramips: raeth: unmap DMA memory when a packet is receivedGabor Juhos2012-02-111-0/+4
| | | | SVN-Revision: 30443