31 Commits (af0d813825c2396e947b8dbefedcb604c522f53f)

Author SHA1 Message Date
Florian Fainelli ca16accfbb The attached patch adds building of firmware images for more routers based on the brcm63xx chipset. 16 years ago
Florian Fainelli e9c22f7939 cleanup the watchdog driver a bit 16 years ago
Florian Fainelli 972619416e fix the watchdog driver and enable it by default 16 years ago
Florian Fainelli 01118457e8 rework imagetag firmware generator and MTD partition parser to accomodate with all known imagetag versions from Broadcom and vendors, patch from Daniel Dickinson (fixes #4987). 16 years ago
Florian Fainelli 4f72fef05e remove this line which got accidentaly succesfully applied, but should not have (#5285) 16 years ago
Florian Fainelli 8f84508c25 fix ethernet driver removal 16 years ago
Florian Fainelli 50936e1aa5 fix pcmcia device removal 16 years ago
Florian Fainelli 116a53a154 add missing null entry in pcmcia driver 16 years ago
Florian Fainelli 4049592268 request gpio pins and set direction correctly for pcmcia 16 years ago
Florian Fainelli d2b2ce325a merger mtu/802.1q related fixes: bcm63xx integrated ethernet mac supports receiving and sending frames bigger than 1500 bytes, this patch adds support for changing MTU. 16 years ago
Florian Fainelli 05b40c8d13 backport an upstream fix: We're not disabling IRQ, so we must call the irq safe flavour of netif_rx_complete, should fix some crashes when running the system for a long time 16 years ago
Florian Fainelli 0d7f5f8d2c add support for sysupgrade (#5117) 16 years ago
Florian Fainelli dd2b72105b fix redundant driver name printing in probe function 16 years ago
Florian Fainelli 14832d3c23 some more fixes to the SPI controller driver 16 years ago
Florian Fainelli 8065eb4a55 do not duplicate fifo_size, since RX and TX fifo sizes are the same, request_mem_region on the registers 16 years ago
Florian Fainelli 51125fb616 make SPI work in full-duplex mode by default 16 years ago
Florian Fainelli ae1ed9b7f4 add bcm63xx_spi based on reading shared/opensource/flash/spiflash.c from the consumer releases, needs testing 16 years ago
Florian Fainelli 2d1ed46c68 fix a bcm963xx-flash warning 16 years ago
Florian Fainelli 7ab973e1af Add bcm63xx_wdt but do not enable it yet 16 years ago
Florian Fainelli 6acf4c2a19 Fix remaining bug of the off-by-one error ;) 16 years ago
Florian Fainelli f3be50a031 Add support for bcm96348gw10 (Netgear DG834GT) (#4319) 16 years ago
Florian Fainelli 01a5c953a3 Fix an off-by one printing error 16 years ago
Florian Fainelli cc2e43992d bcm63xx MTD driver cleanup and fixes: - convert to platform_driver - get the window_size/addr from the board setup code - indentation fixes - remove duplicate code - move bcm_tag declaration out of the MTD driver 16 years ago
Florian Fainelli 1c77ec0587 Flatten brcm63xx patches, should make our life easier to patch files now ;) 16 years ago
Florian Fainelli e854a26332 Prevent the MTD map to fail, somehow detect_cfe will read the tag plus some garbage, therefore making a simple strcmp will fail 16 years ago
Florian Fainelli 0d4286b0b3 This patch is for broadcom 96348GW-11 boards, to get USB and Ethernet working. Also it patches mtd map driver for bcm96xx boards to be sure that CFE1CFE1 code is detected when booting from CFE. (#4201) 16 years ago
Florian Fainelli 517e3d404c Delete old brcm63xx files 16 years ago
Felix Fietkau d0388bbe5c brcm63xx: rename mtd partitions to the ones used by other openwrt platforms - should make the automatic rootfs overlay split work and fix the mounting of the right partition 16 years ago
Florian Fainelli 691e187381 Add definitions for bcm96350vw, add back bcm63xx mtd driver, be careful when testing with 8MB devices 16 years ago
Florian Fainelli ebf4eb11e9 Upgrade brcm63xx to 2.6.24 17 years ago
Felix Fietkau 56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. 17 years ago