1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00
Commit Graph

379 Commits

Author SHA1 Message Date
Xiangfu Liu a26a5df28d remove useless serial.h file
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-04-23 12:30:34 +08:00
Xiangfu Liu 9fb25aa404 code style cleanup 2010-04-23 09:39:19 +08:00
Xiangfu Liu 8ee00e2c05 reduce the console to four 2010-04-21 19:05:30 +08:00
Xiangfu Liu 73df02f0b7 cleanup-code-style
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-04-19 13:18:57 +08:00
Lars-Peter Clausen f4362a8e34 Merge commit 'origin/xburst' into xburst 2010-04-14 16:52:49 +02:00
Lars-Peter Clausen 7d183397d9 Merge commit 'nbd/master' into xburst 2010-04-14 16:51:33 +02:00
nico bca3f225e9 define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-12 23:15:56 +00:00
nico abe312efd5 [cleanup] remove 'svn:executable' property
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-12 17:08:57 +00:00
lars 3d00b9bbe1 [xburst] time.c: Timer enable registers are only 8bit width.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20796 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-11 16:24:06 +00:00
Mirko Vogt 2b2ca87880 since we now use block-mount and block-hotplug, no static fstab should be needed anymore 2010-04-09 12:04:08 +02:00
Mirko Vogt aa5057df21 Revert "[xburst] add SAKC logo"
sorry, but this is not the place for custom boot logos -
it breaks all ports as well because, because configs weren't refreshed

This reverts commit 5b7b8aa8dc.
2010-04-07 09:51:29 +02:00
Mirko Vogt 4914657f68 Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst 2010-04-06 18:38:06 +02:00
Mirko Vogt ab73a8422a split rootfs-part once again -
having a smaller rootfs reduces mount time which reduces boot time.

Warning: Now we have to ensure, that anything which is accessing the new
data partition, has to get delayed until the data partition got mounted
2010-04-06 18:33:37 +02:00
Xiangfu Liu 5b7b8aa8dc [xburst] add SAKC logo
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-04-06 16:11:41 +08:00
lars d266f7371f [xburst] jzcodec: Only support 16bit formats for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-04 15:39:15 +00:00
mirko 69e81fe5ee do not disable netfilter support for xburst target (some packages require netfilter support)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20698 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-04 13:01:50 +00:00
Xiangfu Liu 4a2e8be9e7 fix the [issue 50]. correct the acute(grave) key 2010-03-31 12:53:23 +08:00
Lars-Peter Clausen 8ca0219487 Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst 2010-03-29 15:01:07 +02:00
Lars-Peter Clausen 2b22c4023e Merge commit 'nbd/master' into xburst 2010-03-29 14:59:30 +02:00
Mirko Vogt 0bb65150d1 enable more tty's (thanks to jow) 2010-03-28 18:19:22 +02:00
mirko e8aa5f9f5c adjust module loading sequence to change 20345, as snd-soc-core needs to get loaded before
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26 18:10:09 +00:00
Mirko Vogt f4086120b3 increase loading sequence number of xburst-specific sound kernel modules, as otherwise - because of openwrt commit #20345 - it results in wrong loading sequences and unresolved symbols 2010-03-26 14:06:01 +01:00
juhosg b4fcbf1114 kernel: update to 2.6.32.10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20444 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26 10:45:25 +00:00
Lars-Peter Clausen 8dbc93e92d Merge commit 'nbd/master' into xburst 2010-03-22 20:08:09 +01:00
lars 113249c0a9 [xburst] sound jz4740_pcm: Set dma channel to NULL after it has been freed,
because hw_free can be called multiple times aswell.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-22 18:57:50 +00:00
lars 124c6d16d7 [xburst] sound jz4740_pcm: Don't request dma channel mor then once.
It is possible that the hw_params callback is called multiple times when using
the oss emulation layer. Thus we need to check whether the dma channel has
already been requested otherwise we'll end up with all dma channels being
requested by sound driver.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-22 15:22:26 +00:00
Lars-Peter Clausen 37e44c0bce Merge commit 'nbd/master' into xburst 2010-03-21 16:56:08 +01:00
lars 8ffe821c14 [xburst] jz_mmc: Fix timeout timer. Annotate timeout checks as unlikely()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-21 15:46:49 +00:00
Xiangfu Liu 8c7e9d753d Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst 2010-03-19 20:32:24 +08:00
Xiangfu Liu 7dcba2f7c5 change the volume keys to F11 and F12 2010-03-19 20:29:49 +08:00
mirko 4271069692 do not use font <FONT_MINI_4x6> for target lb60 by default as it's unreadable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20274 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-18 14:32:48 +00:00
Lars-Peter Clausen 4ab937829d Revert "[kernel] enable sound in kernel config"
This reverts commit d8a88a22db.

Sound support has been moved to kernel module packages. (See kmod-sound-*)
2010-03-18 09:02:20 +01:00
Xiangfu Liu 9a059cb12c [kernel] remove the MINI font 2010-03-18 12:56:17 +08:00
Xiangfu Liu d8a88a22db [kernel] enable sound in kernel config 2010-03-18 12:47:45 +08:00
Lars-Peter Clausen 277ecd06ee Merge commit 'nbd/master' into xburst
Conflicts:

	target/linux/xburst/qi_lb60/config-2.6.32
2010-03-17 16:10:43 +01:00
lars 5289528bdb [xburst] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-17 15:07:36 +00:00
Lars-Peter Clausen 82aaedbfed Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst
Conflicts:

	target/linux/xburst/image/Makefile
2010-03-17 15:41:49 +01:00
Xiangfu Liu c5a2840ebd [kernel] update the config file 2010-03-17 21:43:18 +08:00
lars 64c149da3d [xburst] The lcm driver currently does not use any of the backlight api, so
remove CONFIG_BACKLIGHT_CLASS_DEVICE as a dependecy and from the config. Fixes #6871


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20248 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-16 23:15:18 +00:00
Xiangfu Liu e182d51938 [xburst] [u-boot] when boot from sd. load kernel in first vfat partition of sd card 2010-03-15 12:36:35 +08:00
lars 46f715372d [xburst] config-2.6.32: Add mising symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 19:27:13 +00:00
lars 64a8bb6646 [xburst] jzcodec: Fix supported formats.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20210 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 17:49:30 +00:00
lars ed4ac39c98 [xburst] modules.mk: Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20179 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-13 14:45:57 +00:00
Xiangfu Liu df67d8a66f [u-boot] add sakc support 2010-03-13 22:30:12 +08:00
Mirko Vogt 4240deaa13 fix typo 2010-03-12 07:42:01 +01:00
Mirko Vogt 2f991b6945 do not use font <MINI_4x6> so remove it from kernel config 2010-03-12 07:39:39 +01:00
Lars-Peter Clausen 1e67e793b2 Merge commit 'nbd/master' into xburst
Conflicts:

	target/linux/xburst/image/Makefile
2010-03-11 20:30:57 +01:00
lars fce615f549 [xburst] Fix image generation for qi_lb60 subtarget
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 19:02:00 +00:00
nico 8fe94a14fe do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 09:50:11 +00:00
lars 545ff8b63b [xburst] Add kernel sound packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20132 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 02:00:59 +00:00