Commit graph

166 commits

Author SHA1 Message Date
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
Gabor Juhos
54e329087c flash driver shows the correct chip size from now
SVN-Revision: 7971
2007-07-13 16:15:10 +00:00
Florian Fainelli
e2b75c370e Fix the section mismatch on the serial driver (#2076), thanks Thomas !
SVN-Revision: 7967
2007-07-13 13:14:08 +00:00
Gabor Juhos
b1d970fd1d fix detection of admboot based boards
SVN-Revision: 7926
2007-07-11 19:26:20 +00:00
Gabor Juhos
a31921a8cd remove hardware accelerated byte swapping feature, and resync kernel config
SVN-Revision: 7924
2007-07-11 15:21:17 +00:00
Gabor Juhos
4db7fa1c06 refactor kernel code (part 1), mark it as broken now
SVN-Revision: 7916
2007-07-11 13:00:27 +00:00
Mike Baker
be6a41df04 bump to 2.6.22.1
SVN-Revision: 7915
2007-07-11 10:57:49 +00:00
Gabor Juhos
968894ad08 fix errors in image generation Makefiles, thanks to Thomas Langer (fixes #2060)
SVN-Revision: 7904
2007-07-10 11:02:07 +00:00
Gabor Juhos
0e1921ab3c disable image generation for boards which we still have problems with (at least if CONFIG_DEVEL is not selected)
SVN-Revision: 7902
2007-07-09 16:36:19 +00:00
Felix Fietkau
d8ced3b2ff 2.6.22 is released :)
SVN-Revision: 7894
2007-07-09 02:23:00 +00:00
Gabor Juhos
3d0376e30a more generic handling of Macronix flash chips, fix #2008
SVN-Revision: 7863
2007-07-03 17:04:46 +00:00
Felix Fietkau
b070b74f1f fix a glitch in the status output of the non-verbose builds for adm5120
SVN-Revision: 7856
2007-07-02 19:10:14 +00:00
Florian Fainelli
f09d023394 patch-cmdline is now gone
SVN-Revision: 7821
2007-07-01 09:47:26 +00:00
Florian Fainelli
114632438a Remove patch-cmdline from the packages and move it tools tools/. adm5120 and rb532 do use it for procuding ready-to-use kernels (#1631)
SVN-Revision: 7820
2007-07-01 09:45:27 +00:00
Gabor Juhos
0f6020d171 rewrite of memory detection code, should be fix #1909
SVN-Revision: 7819
2007-07-01 09:30:21 +00:00
Gabor Juhos
b2f25e0fcb restore right patches for 2.6.21.5
SVN-Revision: 7800
2007-06-30 15:23:06 +00:00
Gabor Juhos
5074eb5ac7 Oops! I've copied r7557 instead of r7757, sorry
SVN-Revision: 7799
2007-06-30 15:21:35 +00:00
Gabor Juhos
9679dfcc62 restore old patches for 2.6.21.5 kernel
SVN-Revision: 7798
2007-06-30 15:06:38 +00:00
Gabor Juhos
15a3d260fe move 2.6.22 specific patches into the right place
SVN-Revision: 7797
2007-06-30 15:03:56 +00:00