Commit graph

137 commits

Author SHA1 Message Date
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
Gabor Juhos
031f500ae4 update to 2.6.22-rc6
SVN-Revision: 7758
2007-06-28 16:08:28 +00:00
Felix Fietkau
41af082667 fill in the kernel version info for every target, move the kernel tarball md5sums to a central place
SVN-Revision: 7748
2007-06-28 05:52:00 +00:00
Gabor Juhos
6a0c74d7b9 replace led driver, and resync kernel config
SVN-Revision: 7744
2007-06-27 18:22:38 +00:00
Gabor Juhos
86e1d1978e calling of prom_detect_board is needed only when we still don't know the board
SVN-Revision: 7736
2007-06-26 19:41:00 +00:00
Gabor Juhos
90f3db27b1 from now on, the kernel parses parameters passed by our lzma-loader
SVN-Revision: 7730
2007-06-25 11:12:51 +00:00
Gabor Juhos
fcc5a6e252 from now on, the lzma loader is able to pass parameters to the kernel
SVN-Revision: 7723
2007-06-25 08:47:10 +00:00
Gabor Juhos
0b1fdf1ad8 fix hardware byte swapping to work in little endian mode as well
SVN-Revision: 7712
2007-06-23 05:30:31 +00:00
Gabor Juhos
6d5ce3ce25 add initial support for hardware accelerated byte swapping
SVN-Revision: 7708
2007-06-22 10:16:47 +00:00
Felix Fietkau
b94b11e11e minor kernel config sync
SVN-Revision: 7690
2007-06-21 17:53:08 +00:00
Gabor Juhos
6386f58138 cleanup svn properties
SVN-Revision: 7673
2007-06-19 14:46:42 +00:00
Gabor Juhos
7b53ec0f27 remove unused empty files
SVN-Revision: 7668
2007-06-18 16:15:37 +00:00
Florian Fainelli
c81cb3b36f Typo fix on the usb2 kernel module
SVN-Revision: 7665
2007-06-18 15:32:14 +00:00
Florian Fainelli
fe01ca1745 Resync kernel config, preliminary bandwidth control mgmt for the adm5120 switch
SVN-Revision: 7655
2007-06-17 14:05:59 +00:00
Florian Fainelli
2c847dc648 New PCI fixup version, should better assign IRQs for boards, thanks Gabor !
SVN-Revision: 7654
2007-06-17 14:04:15 +00:00
Felix Fietkau
f019ac4dc9 prepare for the transition to linux 2.6.22 - make it possible to override the kernel version in the target makefile
SVN-Revision: 7644
2007-06-16 01:56:04 +00:00
Florian Fainelli
55baa6e467 Move wget2nand to the base-files for adm5120 also fix default permission (#1812)
SVN-Revision: 7633
2007-06-14 18:08:25 +00:00
Florian Fainelli
8ed6f00352 Fix memory detection and hcd compilation, thanks Gabor ! (closes #1813)
SVN-Revision: 7631
2007-06-14 11:59:31 +00:00
Florian Fainelli
ff76ce5d3e Better macronix bottom boot handling, thanks Gabor !
SVN-Revision: 7618
2007-06-13 18:10:25 +00:00
Florian Fainelli
d4c8b230b5 Refresh patches with quilt, thanks Gabor !
SVN-Revision: 7617
2007-06-13 18:06:38 +00:00
Florian Fainelli
2c6cb91048 Re-enable complex mappings
SVN-Revision: 7604
2007-06-13 12:52:47 +00:00
Florian Fainelli
7e2e2130e3 Include ohci ehci and a better copyright date and description for the cellvision profile
SVN-Revision: 7602
2007-06-12 22:29:31 +00:00
Florian Fainelli
98b34c0ea4 Enable ohci and ehci for adm5120, some boards uses it (cellvision cameras)
SVN-Revision: 7601
2007-06-12 22:27:17 +00:00
Florian Fainelli
b187a7e887 Add a cellvision profile for ADM5120 IP based cameras, build several modules for it : cpia2, usbaudio
SVN-Revision: 7575
2007-06-11 21:35:12 +00:00
Florian Fainelli
ebc6e163c3 Fix the irq mapping for routerboard devices (#1843)
SVN-Revision: 7560
2007-06-11 10:07:52 +00:00
Florian Fainelli
ce6260adbc Use the flash0_size from the adm5120_board structure to correctly remap the flash (#1855)
SVN-Revision: 7547
2007-06-10 18:43:49 +00:00
Florian Fainelli
0a8560f076 Change the main partition to be named rootfs so that the scripts mount it
SVN-Revision: 7537
2007-06-08 13:03:17 +00:00
Florian Fainelli
d28ca51872 Resync adm5120 kernel config, lzma-loader fixes from Gabor
SVN-Revision: 7536
2007-06-08 12:58:55 +00:00
Florian Fainelli
a014690ed6 Fix the cmdline hack patch, thanks Gabor
SVN-Revision: 7535
2007-06-08 12:37:47 +00:00
Florian Fainelli
40f74f411d USB probe rewrite, really needs testing
SVN-Revision: 7505
2007-06-05 14:03:42 +00:00