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

6161 Commits

Author SHA1 Message Date
thepeople 09e306ce30 add WRT350Nv1 target, thanks sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-30 01:05:37 +00:00
florian 5e0a41a041 [olpc] make the kernel also output on ttyS0 and ask openfirmware to unfreeze the screen
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 23:35:54 +00:00
florian 30576ebab8 [olpc] ext2 images need to wait for /dev/sda2 to appear before attempting to mount it, fixes olpc boot on ext2 images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18215 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 23:34:39 +00:00
blogic 70916d05de make etehrent work on wrt350n, thx sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18214 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 21:26:36 +00:00
blogic f46dbe37e1 [ramips] fixes rx path for eth, spinlock it, increases buffer size, board now survives ping -f
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 21:08:11 +00:00
florian b08f29cbc9 [at91] fix u-boot installation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18208 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 16:03:15 +00:00
florian 7ac41a58e0 [at91] fix u-boot linking failure with an EABI toolchain
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18207 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 16:00:37 +00:00
florian 6bc0d61369 [at91] fix dfboot linking failures (#5937)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18206 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 15:48:34 +00:00
florian eb47209914 [brcm63xx] do not generate trx images, this is useless
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18204 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 13:39:29 +00:00
blogic 7616e48d77 [ramips] hopefully fixes dma issues seen on ethernet driver when under high load
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18203 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 12:51:45 +00:00
florian 24168b9159 [kernel] remove support for 2.6.27, no target is using it anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18201 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 12:20:45 +00:00
florian 4a72ea39d6 [kernel] fix build failure on vmlinux.lds with 2.6.31 (#6052)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 10:55:52 +00:00
florian 6ae3b70899 [kernel] move the forward declaration of struct mtd_info, prevents build failures on arm and mips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-29 10:43:14 +00:00
kaloz f0bcf0323b ppc40x: use version number-less patches and config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-27 19:20:31 +00:00
kaloz e0af8557d2 remove 2.6.28 support from ppc40x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18187 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-27 19:19:07 +00:00
kaloz 9096e2fed8 disable ppc4xx watchdog, it's unreliable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18186 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-27 19:18:02 +00:00
Xiangfu Liu 6293205a75 font SUN8x16 is better 2009-10-28 03:13:33 +08:00
Xiangfu Liu d0e8e5dbfc update u-boot patch
Signed-off-by: Xiangfu Liu <xiangfu@qi-hardware.com>
2009-10-28 03:13:33 +08:00
JieJing.Zhang 907a34b80e jz_battery: fix bug cause kernel panic.
all about container_of macro.

Signed-off-by: JieJing.Zhang <kzjeef@gmail.com>
2009-10-28 03:13:33 +08:00
Xiangfu Liu 110c87a5f7 revert commit: 3dbe390f5347b6c279c9d193445e1c86fbee9894
those change make kernel panic.
2009-10-28 03:13:33 +08:00
Xiangfu Liu 8319e34599 fix the jz4740_pcm_mmap function
now Ben can play online Radio
2009-10-28 03:13:33 +08:00
Jiejing.Zhang 96b315a920 add disable sound amp while sound not playback.
This will save power of amp.

Signed-off-by: Jiejing.Zhang <kzjeef@gmail.com>
2009-10-28 03:13:33 +08:00
Xiangfu Liu 6aec1a06bf change system name form OpenWrt to BenNanoNote 2009-10-28 03:13:32 +08:00
Xiangfu Liu 6abb40220e fix the comma and period key 2009-10-28 03:13:32 +08:00
Xiangfu Liu fa7ec6d7d6 enable the speaker 2009-10-28 03:13:32 +08:00
Xiangfu Liu e64a14b4fd enable the sound as default 2009-10-28 03:13:32 +08:00
Xiangfu Liu 3843e5f1af upgrade u-boot to 2009.08 2009-10-28 03:13:32 +08:00
Lars-Peter Clausen 9eff41dbb1 qi_lb60: Initalize nand paritions and ecc layout depending on the chip size. 2009-10-28 03:13:31 +08:00
Lars-Peter Clausen cc05485408 jz4740_nand: Add ident_callback
Add ident_callback which is called after the nand chip has been identified and
before it is setup. This can be used by board code to set partition and ecc info
depending on the chip.
2009-10-28 03:13:31 +08:00
Lars-Peter Clausen 7fa87373a8 mach-jz4740: Move all non generic code from platform.c to board-qi_lb60.c
platform.c should only contain the generic platform device definitons,
everything board specific should go into the board file.
2009-10-28 03:13:31 +08:00
Lars-Peter Clausen 5709f560f9 Cleanup qi-lb60 board code. 2009-10-28 03:13:31 +08:00
Lars-Peter Clausen 9c229a412e Remove old ingenic framebuffer drivers.
I think it's time to get rid of these
2009-10-28 03:13:31 +08:00
Lars-Peter Clausen c84ef25bf3 Merge patches into files. 2009-10-28 03:13:31 +08:00
Lars-Peter Clausen c456866a4a jz4740_fb: Properly initalize physical video memory address 2009-10-28 03:13:31 +08:00
Florian Fainelli 7df7bde3ac refresh xburst patches 2009-10-28 03:13:30 +08:00
Xiangfu Liu 767987c14e cleaup code style 2009-10-28 03:13:30 +08:00
Xiangfu Liu d89fdafa97 update power button patch 2009-10-28 03:13:30 +08:00
Mirko Vogt e818ccc989 use the linux kernel version 2.6.31 (final) 2009-10-28 03:13:30 +08:00
Xiangfu Liu 3dde1ac212 code style cleanup jz4740_nand.c 2009-10-28 03:13:30 +08:00
Xiangfu Liu ce96b1f2a5 remove init WAKEUP in board-qi_lb60 file 2009-10-28 03:13:30 +08:00
Xiangfu Liu 4fc4138e68 add power button driver 2009-10-28 03:13:30 +08:00
Xiangfu Liu 2f3ac925c4 cleanup-gpm940b0-code-style.patch 2009-10-28 03:13:29 +08:00
Xiangfu Liu 1649bbc3d6 make poweroff command work 2009-10-28 03:13:29 +08:00
Xiangfu Liu 71e391515f cleanup modifier keys driver 2009-10-28 03:13:29 +08:00
Mirko Vogt a1ef81c12e enable ext3 and (v)fat by default 2009-10-28 03:13:29 +08:00
Mirko Vogt 090ea365ad disabled MMC debug output in default config 2009-10-28 03:13:29 +08:00
Mirko Vogt 204259721b do not use default device type <router> as we do not need dnsmasq, ppp, iptables, etc. for now 2009-10-28 03:13:29 +08:00
Mirko Vogt c2696d65ee use rootwait instead of rootdelay as it is mor dynamic - however there's no delay needed anyway when booting from nand 2009-10-28 03:13:28 +08:00
Jiejing.Zhang cd0d71a697 jz-battery: improve code. clear static var.
1. clear static global var, use platform_get_drvdata.
2. check gpio state before register power supply.

Signed-off-by: Jiejing.Zhang <kzjeef@gmail.com>
2009-10-28 03:13:28 +08:00
Mirko Vogt 45c720faff add base files for
- assigning IP 192.168.1.1 per default to usb0-interface (usb-ethernet-gadget)
 - add mountpoint for 1st partrition of sd-card - prelimary for testing purposes
2009-10-28 03:13:28 +08:00