summaryrefslogtreecommitdiff
path: root/packages/linux/linux-openzaurus_2.6.16.bb
AgeCommit message (Collapse)AuthorFiles
2006-04-30linux-openzaurus: added some changes which give extra kilobytes for next addons:Marcin Juszkiewicz1
+CONFIG_CC_OPTIMIZE_FOR_SIZE=y -CONFIG_INET_DIAG=y -CONFIG_INET_TCP_DIAG=y +CONFIG_INET_DIAG=m +CONFIG_INET_TCP_DIAG=m +# CONFIG_FONT_8x8 is not set - we use 8x16 font on clamshells +# CONFIG_MSDOS_FS is not set - msdos (8.3) is not used when vfat is available
2006-04-27linux-oz-2.6: Add eabi fix (applied in mainline)Richard Purdie1
2006-04-26linux-oz-2.6: Fix a tosa build failure with gcc4 (tosa.h references ↵Richard Purdie1
tosabl_device which is declared static in tosa.c)
2006-04-25linux-oz-2.6: Fix tosa build failureRichard Purdie1
2006-04-25linux-openzaurus: fixed hashes for Seagate ST1 microdriveMarcin Juszkiewicz1
2006-04-23linux-oz-2.6: Add some preliminary poodle hacks which get MMC/SD cards ↵Richard Purdie1
working, add suspend/resume support and working charging. There are some gross hacks involved but as least we know where the prolems are. This code is considered alpha and has bugs, hence its only enabled for poodle.
2006-04-21linux-openzaurus: added some PCMCIA ids from Pavel Roskin (this will go into ↵Marcin Juszkiewicz1
2.6.17) and other places
2006-04-21linux-oz-2.6: 2.6.16 updatesRichard Purdie1
* Fix swapped Calander/Address keys on spitz * Add fix to try and support large MMC cards (> 2GB) * Fix return codes of fb_write (fixes dd problem with /dev/fb0) * Fix Scoop to PCMCIA linkage compile issue with modular PCMCIA * Fix potential race in SSP code * Update JFFS2 long filename fix * Fix a bug in the Offline Charging code (could lead to device wakeup after AC removal) * Fix some minor ASoC bugs * Add "proper" reboot and shutdown handling for poodle, c7x0, cxx00 and tosa
2006-04-20linux-openzaurus 2.6.16: added few new PCMCIA idsMarcin Juszkiewicz1
2006-04-09linux-oz-2.6: Correct the defconfig SRC_URIs to match recent changesRichard Purdie1
2006-04-09linux-openzaurus 2.6.16: change defconfig-cxx00 to defconfig-spitz as the ↵Koen Kooi1
former doesn't exist
2006-04-07linux-oz-2.6: Fix kernel-hostap RPROVIDES problem, enable KEXEC in ↵Richard Purdie1
defconfigs, make 2.6.16 the default kernel.
2006-04-04linux-oz-2.6: Add zlib inflate patch which should equate to approx 10% ↵Richard Purdie1
faster flash filesystem reads and therefore also improve device boottime (5% on c760).
2006-04-02linux-oz-2.6: various updates to 2.6.16 and openzaurus.incRichard Purdie1
* Update LED patches to math those merged into mainline * Update defconfigs to reflect IDE disk trigger changes * Update backlight patches to reflect those merged into mainline * Add poodle patches to fix MTD partition size and detect the correct amount of memory * Update to the collie frontlight driver to enable a backlight control on collie/poodle (and match backlight class changes) * Add a hacked in poodle touchscreen driver (confirmed as working) * Update Collie/Poodle defconfigs and openzaurus.inc to rotate the framebuffer console by default * Have openzaurus.inc generate a tgz in deploy/images containing the complete set of kernel modules (and change the deploy task to run before packaging) * Add the start of w100fb accelerated framebuffer operations (from Mardy)
2006-03-23linux-oz-2.6: Updated defconfigs to add CONFIG_TUN=m (refresh c7x0 and cxx00 ↵Richard Purdie1
against 2.6.16). Add patch to ignore invalid MMC SCR structures. This should be tested carefully as its effect is unknown.
2006-03-21linux-openzaurus_2.6.16: add patches for tosaDirk Opfer1
2006-03-21linux-oz-2.6: Add 2.6.16 kernel (tested on c7x0 and spitz)Richard Purdie1