Commit graph

184 commits

Author SHA1 Message Date
Gabor Juhos
a48d558df9 fix ethernet port mapping of the RB133
SVN-Revision: 8431
2007-08-19 10:52:19 +00:00
Gabor Juhos
d0edc434ab cleanup patch of the USB driver
SVN-Revision: 8408
2007-08-13 15:47:50 +00:00
Florian Fainelli
3ee29a8f60 Fix typo (#2210)
SVN-Revision: 8402
2007-08-12 11:12:38 +00:00
Gabor Juhos
92bfc02547 USB driver fixes * fix allocation of the ED/TD descriptors * remove some unused fields from admhcd struct
SVN-Revision: 8391
2007-08-10 19:23:53 +00:00
Gabor Juhos
cf2cfdf9ba minor usb driver cleanup
SVN-Revision: 8385
2007-08-10 08:56:41 +00:00
Gabor Juhos
a5d582ad43 LED driver fixes * add LED definitions for the BR-6104K boards from #2153 * sort board definitions alphabetically
SVN-Revision: 8377
2007-08-07 16:19:41 +00:00
Gabor Juhos
fc6874d691 add support for special LED brightness values
SVN-Revision: 8376
2007-08-07 16:11:58 +00:00
Felix Fietkau
c6bc77ea36 build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
SVN-Revision: 8362
2007-08-07 00:04:25 +00:00
Gabor Juhos
fe1b8fca48 add special values for GPIO lines in switch
SVN-Revision: 8351
2007-08-06 17:25:49 +00:00
Gabor Juhos
1152f2f11f fix reset function in USB driver
SVN-Revision: 8332
2007-08-03 17:31:52 +00:00
Gabor Juhos
ce520f5424 USB driver fixes * fix compiler warning in adm5120-hcd.c * allocate mem_resource with the correct size * fix driver name in the platform device structure
SVN-Revision: 8331
2007-08-03 15:59:23 +00:00
Florian Fainelli
43801c2b25 Some adm5120-hcd cleanups
SVN-Revision: 8320
2007-08-02 21:06:00 +00:00
Gabor Juhos
7d552ec2ea add definitions for RouterBOARD 150, no NAND driver yet
SVN-Revision: 8314
2007-08-02 06:33:52 +00:00
Gabor Juhos
c2ed86a859 add support for board specific vlan matrix, should fix #2132
SVN-Revision: 8309
2007-08-01 16:54:51 +00:00
Gabor Juhos
a9ffbd94e7 add LED definitions for the RB133/133C boards, thanks to Christophe Lucas
SVN-Revision: 8199
2007-07-27 16:57:19 +00:00
Gabor Juhos
75b905e93d rename patches to follow our naming conventions
SVN-Revision: 8196
2007-07-27 15:58:58 +00:00
Felix Fietkau
76da233e45 protect the adm5120 pci ops with a spinlock - fixes race conditions that happened in combination with madwifi and more than one card
SVN-Revision: 8186
2007-07-26 21:38:35 +00:00
Gabor Juhos
445230cf78 uses AMBA PL010 driver for the serial ports from now
SVN-Revision: 8159
2007-07-25 14:47:16 +00:00
Gabor Juhos
e985340f14 reorder rootfstypes to allow both squashfs and jffs2 images to boot
SVN-Revision: 8144
2007-07-24 20:28:25 +00:00
Gabor Juhos
162017ee41 fix kernel command line
SVN-Revision: 8143
2007-07-24 16:20:27 +00:00
Gabor Juhos
dadc9a4450 cosmetic changes in flash driver
SVN-Revision: 8135
2007-07-23 19:51:49 +00:00
Felix Fietkau
7cd21d77fa disable reserved blocks for checkpointing in yaffs2 on rb532 and adm5120
SVN-Revision: 8131
2007-07-23 14:17:00 +00:00
Gabor Juhos
a15a86ce3f adm5120_mtd.c is no longer in use
SVN-Revision: 8129
2007-07-23 13:46:05 +00:00
Gabor Juhos
1cea8d99bf board specific fixes * fix detection of RB-133C, thanks to Christophe Lucas * fix detection of RB-153 * add support for WP54G-WRT to the lzma-loader * fix adm5120_mtd.c for WP54G-WRT in 7.07 * now it's ready for the release of 7.07
SVN-Revision: 8128
2007-07-23 13:33:56 +00:00
Gabor Juhos
7c175c0d4f cleanup patches * nuke patches for 2.6.21 * refresh patches for 2.6.22
SVN-Revision: 8122
2007-07-23 09:27:32 +00:00
Felix Fietkau
3c16238462 simplify and fix adm5120 image building, fix broken FEATURES handling
SVN-Revision: 8113
2007-07-23 02:13:10 +00:00
Gabor Juhos
2a43eb3bd9 fix printk format arguments in memory detection code
SVN-Revision: 8105
2007-07-22 16:08:27 +00:00
Gabor Juhos
a82a99d9d2 flash driver fixes
SVN-Revision: 8091
2007-07-21 11:05:46 +00:00
Gabor Juhos
9539ee8010 fix switch driver, force all packets from all the ports are low priority
SVN-Revision: 8083
2007-07-20 20:46:39 +00:00
Florian Fainelli
c6542df5fe Fixup the hcd driver, add a start/stop/reset/sw_reset functions, should allow it to basically run
SVN-Revision: 8078
2007-07-20 16:26:39 +00:00
Florian Fainelli
eb021be571 Fix wget2nand with the host's patch-cmdline and the new kernel filename
SVN-Revision: 8076
2007-07-20 15:45:20 +00:00
Gabor Juhos
ae7bf3d0f0 fix switch_driver to avoid segfaults
SVN-Revision: 8071
2007-07-20 09:07:18 +00:00
Gabor Juhos
c452e6058a update trxsplit * use generic rootfs_split feature * resync kernel config
SVN-Revision: 8070
2007-07-20 08:47:02 +00:00
Florian Fainelli
62af6d98ac Fix indentation for add_mtd_partitions (#2072)
SVN-Revision: 8068
2007-07-19 19:03:10 +00:00
Florian Fainelli
28a4b28ce1 Remove tgz hacks
SVN-Revision: 8066
2007-07-19 18:50:16 +00:00
Felix Fietkau
793b09b854 really fix tgz images
SVN-Revision: 8065
2007-07-19 18:20:56 +00:00
Florian Fainelli
4ec101945c Put the init flag in the structure
SVN-Revision: 8054
2007-07-19 12:54:17 +00:00
Gabor Juhos
934a641058 clean of the rootfs_split patch
SVN-Revision: 8047
2007-07-19 07:13:20 +00:00
Florian Fainelli
01696b71cc Replace hardcoded values with their correct definitions
SVN-Revision: 8046
2007-07-18 17:27:40 +00:00
Florian Fainelli
b3fae87009 Convert the nand driver to a platform_device, should only allow routerboards to use it
SVN-Revision: 8045
2007-07-18 17:16:36 +00:00
Florian Fainelli
f59b6f6089 Fix the tgz image build
SVN-Revision: 8042
2007-07-18 14:40:57 +00:00
Florian Fainelli
c72197e2cc The RB1xx profile should only provide tgz image and pci support
SVN-Revision: 8041
2007-07-18 14:22:46 +00:00
Florian Fainelli
19a52ea35d Add a USES_TGZ config.in variable, so that RB1xx profiles can use it
SVN-Revision: 8039
2007-07-18 14:11:44 +00:00
Florian Fainelli
6c8cf15dae Load the appropriate MTD driver if we were booted from NOR/NAND only, use the TRX mapping by default if bootloader unknown
SVN-Revision: 8032
2007-07-18 12:13:37 +00:00
Gabor Juhos
6e655daf21 restore support for Infineon's EASY 5120 boards
SVN-Revision: 8021
2007-07-17 15:43:58 +00:00
Florian Fainelli
62e1634ed9 Adm5120 NAPI polling support and fixes by Thomas Langer and Friedrich Beckmann
SVN-Revision: 8013
2007-07-17 08:33:41 +00:00
Florian Fainelli
0e07409d92 Fix warnings
SVN-Revision: 8012
2007-07-17 08:32:29 +00:00
Gabor Juhos
81455651a2 fix of the board specific initialization of the GPIO pins
SVN-Revision: 7979
2007-07-15 19:01:19 +00:00
Gabor Juhos
1c6947c57b refresh patches for 2.6.22.1 using quilt
SVN-Revision: 7976
2007-07-15 15:33:15 +00:00
Gabor Juhos
93a7dd0956 lzma-loader improvements * update LzmaDecode.[ch] to 4.16 * speed up decompressing from flash * uses printf from lzma-loader of generic-2.6 target * initial support for flash bank switching
SVN-Revision: 7975
2007-07-15 15:02:38 +00:00