1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-25 00:57:31 +02:00
Commit Graph

48 Commits

Author SHA1 Message Date
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
Lars-Peter Clausen
1b7f171111 Merge commit 'origin/xburst' into xburst
Conflicts:

	target/linux/xburst/config-2.6.32
2010-03-10 19:01:12 +01:00
Lars-Peter Clausen
fd4aac8085 Merge commit 'nbd/master' into xburst 2010-03-10 18:59:11 +01:00
lars
de2c2b0b71 [xburst] Add subtarget for each device
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-05 04:15:51 +00:00
Xiangfu Liu
f9d4873d3a [u-boot] remove useless files 2010-02-25 00:47:23 +08:00
Xiangfu Liu
9e00a231d4 [u-boot] fix Issue 28 visual indicator when booting from microSD 2010-01-26 12:31:35 +08:00
Xiangfu Liu
53e4635ac9 update u-boot to version 2009.11 2010-01-18 16:03:37 +08:00
Lars-Peter Clausen
9d5be4437a u-boot: Disable aic clocks at boot time 2010-01-11 23:58:13 +01:00
lars
809c03fe4c Merge xburst target.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-11 04:44:45 +00:00
Lars-Peter Clausen
a6402204c8 uboot: provide a working usbboot mode 2010-01-08 03:35:29 +01:00
Lars-Peter Clausen
656d037b97 uboot: fix nand error correction 2009-12-21 16:37:13 +01:00
Xiangfu Liu
5623065e48 [power] + [s] : enable serial console and bootdelay 5 secs 2009-12-18 12:21:50 +08:00
Xiangfu Liu
24de55b4a0 [POWER] + [M]: boot from sd-card
[POWER] + [S]: enable UART0
[POWER] + [U]: goto usb boot mode
disable init gpio as uart0
2009-12-07 02:09:10 +08:00
Xiangfu Liu
e9fdf9f61f switch enable UART0 by press [S]
switch USBBOOT mode by press [U]
2009-11-26 15:46:22 +08:00
Xiangfu Liu
69ea41784f init the gpio keyin8 2009-11-22 22:39:51 +08:00
Xiangfu Liu
ac43468371 disable init gpio as uart0 for end user
in Ben NanoNote uart0 and keyboard use the one same gpio
if init this gpio as uart0. this cause a keyboard bug
2009-11-20 23:31:30 +08:00
Xiangfu Liu
0f4bab5d6b update u-boot patch use ubifs in BOOTARGS 2009-11-18 23:25:40 +08:00
Lars-Peter Clausen
2982c214f6 Add ubifs support. 2009-11-14 20:27:04 +01:00
Lars-Peter Clausen
31ee690d0a u-boot: Disable adc and usb host clock at boot
Adc clock will be enabled when it's needed and we don't use usbhost.
2009-11-12 01:40:11 +01:00
Lars-Peter Clausen
c9cb830945 u-boot: Disable clocks we don't need
We might gain a few more minutes battery runtime by this.
2009-11-09 00:44:26 +01:00
Lars-Peter Clausen
207ee3b6f5 u-boot: Don't initalize i2c and ssi gpio pins.
We use neither.
2009-11-08 23:00:32 +01:00
Xiangfu Liu
1652213e92 [U-BOOT] fix init 2009-10-30 15:44:24 +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
Xiangfu Liu
3843e5f1af upgrade u-boot to 2009.08 2009-10-28 03:13:32 +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
Xiangfu Liu
055e2e36f7 update cmdline 2009-10-28 03:13:23 +08:00
Xiangfu Liu
89c608c1a0 update cmdline, default boot to nand. u-boot bootdelay set to 0 2009-10-28 03:13:23 +08:00
Mirko Vogt
59095d9f64 Revert "change default baudrate to 115200"
This reverts commit 03acb399060bc7b9013f3776b8697915389b4592.
2009-10-28 03:13:18 +08:00
Mirko Vogt
f010e75458 change default baudrate to 115200 2009-10-28 03:13:18 +08:00
Xiangfu Liu
b9ae82b25f split-0002-patch
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-10-28 03:13:18 +08:00
Xiangfu Liu
81c4391daf [U_BOOT]add-2GB-nand-support.patch
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-10-28 03:13:18 +08:00
Xiangfu Liu
20ae439824 fix u-boot eccpos change it to 12
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-10-28 03:13:15 +08:00
Xiangfu Liu
f4db617ed0 change the u-boot and kernel image name
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-10-28 03:13:13 +08:00
Xiangfu Liu
bb05897208 make the 2.6.31-rc6 compiled in openwrt.
*add layer7_2 patch fix the iptables compile error
  *remove the 'sizes.h' include in jz_mmc.c
  *chmod -x jz_mmc.*
  *not make uImage in Makefile, let openwrt do it.

Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-10-28 03:13:13 +08:00
Mirko Vogt
e6bf784ae0 Revert "change default baudrate to 115200"
This reverts commit 03acb399060bc7b9013f3776b8697915389b4592.
2009-10-28 03:13:08 +08:00
Mirko Vogt
38be4dace5 change default baudrate to 115200 2009-10-28 03:13:08 +08:00
Xiangfu Liu
151864b4ee [u-boot]remove-debug-option
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-10-28 03:13:08 +08:00
Xiangfu Liu
3280839bf6 split-0002-patch
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-10-28 03:13:07 +08:00
Xiangfu Liu
da071d0251 create-uImage-for-kernel.patch
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-10-28 03:13:02 +08:00
Xiangfu Liu
6be1b61490 [U_BOOT]add-2GB-nand-support.patch
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-10-28 03:13:02 +08:00
Xiangfu Liu
6633201340 change-u-boot-to-download-from-git-and-small-patch.patch 2009-10-28 03:13:02 +08:00
Mirko Vogt
23a1cd927c set appropriate blocksizes for nand flash 2009-10-28 03:13:01 +08:00
Xiangfu Liu
c46aa046c3 fix the u-boot makefile 'dd' command 2009-10-28 03:13:01 +08:00
xiangfu
b581a580c0 correct-the-u-boot-folder.patch 2009-10-28 03:13:00 +08:00
xiangfu
89d4c701da add-u-boot-to-Makefile.patch 2009-10-28 03:13:00 +08:00
xiangfu
5a7d04b885 add-u-boot.patch 2009-10-28 03:12:59 +08:00
Marek Lindner
52a49afd21 [xburst] remove the dash from the filenames 2009-10-28 03:12:54 +08:00