1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:33:10 +02:00
Commit Graph

17770 Commits

Author SHA1 Message Date
Xiangfu Liu
d8efb947ed fix the gpm94b0 init in zImage
which make zImage init the LCM correct.
 now when use xbboot load zImage, the kernel can correct init the LCD
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-27 19:21:19 +08:00
Xiangfu Liu
3b8d5515c1 [uboot-xburst] cleanup the lcm init
- cleanup code style
   - remove useless code
   - make the color correct in u-boot

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-27 18:00:57 +08:00
kyak
51502be452 gitignore vim temporary files (*~) 2010-10-25 11:21:42 +04:00
Xiangfu Liu
d0d0131a0e [uboot-xbust] fixed the [src] overflow when
it calculate by block-num * blokc-size

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-25 11:32:24 +08:00
kyak
2f3b1982ce Red arrow+BackSpace now indeed works as Delete 2010-10-23 00:13:11 +04:00
Xiangfu Liu
1ceee39ceb cleanup scripts/build a little. make it save un-commit stuff by git stash
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-22 15:11:43 +08:00
kyak
f2065c4172 qijoe is now known as joe-full 2010-10-22 10:53:01 +04:00
Xiangfu Liu
dd29d39d46 remove ncmpc since it mark as BROKEN 2010-10-21 13:59:31 -08:00
Xiangfu Liu
5fd7144cfb - build ben-cyrillic as package
- The fbida project program fbgs, fbi
     a few applications for viewing and editing images
2010-10-20 20:45:42 +08:00
Xiangfu Liu
d60b51cbff add new packages from openwrt-package.git
CONFIG_PACKAGE_ben-cyrillic=y
CONFIG_PACKAGE_ghostscript=y
CONFIG_PACKAGE_mupdf-tools=y
CONFIG_PACKAGE_binutils=y
CONFIG_PACKAGE_gcc-mips=y
CONFIG_PACKAGE_libbfd=y
CONFIG_PACKAGE_objdump=y
CONFIG_PACKAGE_jbofihe=y
CONFIG_PACKAGE_lojban-wordlists=y
CONFIG_PACKAGE_makfa=y

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-20 15:46:27 +08:00
kyak
0e77c7468a ubi-utils is replaced by mtd-utils 2010-10-19 11:04:37 +04:00
kyak
3683618909 Disable RNDIS for now, it's broken (give Windows users a chance to use CDC/ECM
driver)
2010-10-19 10:47:38 +04:00
Xiangfu Liu
ee76fb4f89 remove useless functions in jz_mmc.c:
mmc_block_write,
  mmc_write,
  mmc_ident,
  mmc2info

remove auto-generate file:
  board/xburst/nanonote/config.tmp

cleanup the mmc_bread function:
  since we always read block, no aligned problem.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-18 22:53:50 +08:00
Xiangfu Liu
d2f389bd2b move mmc files to drivers/mmc/
move lcm files to drivers/video/

cleanup jz_mmc output, make it more readable.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-18 16:17:16 +08:00
Xiangfu Liu
d1f331bc79 [uboot-xburst] small cleanup about __gpio_jtag_to_uart0()
use __gpio_jtag_to_uart0() instread of direct write value to GPIO.

this __gpio_jtag_to_uart0() init the tp4 and tp5 of NanoNote to
serial console. it's same with the serial console under battery,
but which not share gpio with keyboard.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-18 15:06:11 +08:00
Xiangfu Liu
ad57f3602b use start-stop-daemon to start gmenu2x, thanks to kyak
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-17 20:54:44 +08:00
Xiangfu Liu
d52f296166 update config.xbboot comments
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-17 19:08:59 +08:00
Alan Post
b48d96a65e separate conditions rather than ignoring error, thx @werner
I've checked the rest of include/ for other cases of this error, but
didn't find any.
2010-10-09 10:41:05 -06:00
Alan Post
d340b5b533 silence error when package has no patches directory.
make was reporting an error from ls:

  ls: cannot access ./patches: No such file or directory

for any package that didn't have a patches directory.  Hide this
error, as it isn't important.
2010-10-08 22:14:30 -06:00
Alan Post
af01e0497c Replace OpenWrt banner with a custom NanoNote banner. 2010-10-03 19:23:58 -06:00
Xiangfu Liu
7f4d50957a remove empty folder, we copy uboot to bin/xburst
there is empty folder in 'bin/xburst' name 'uboot-xburst-qi_lb60'
create in 'include/package-bin.mk:22'

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-26 15:51:33 +08:00
Xiangfu Liu
49182fa44b change the INITRAMFS to LZMA compression
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-24 15:29:27 +08:00
Xiangfu Liu
f0e56a34da add new packages from qipackage 2010-09-24 13:30:56 +08:00
kyak
343b7ed21a Support two-byte characters in console 2010-09-21 15:45:27 +04:00
Xiangfu Liu
c0dd85e9f6 Revert "add gforth to config.full_system"
This reverts commit d4cb34aeca.
2010-09-15 10:02:59 -08:00
Xiangfu Liu
d4cb34aeca add gforth to config.full_system
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-14 11:08:10 +08:00
Xiangfu Liu
e72eac6a41 use [yes "" | make oldconfig]
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-14 09:43:19 +08:00
kyak
9066680018 Revert "test.."
This reverts commit 17f7378a5a.
2010-09-13 17:48:11 +04:00
kyak
17f7378a5a test.. 2010-09-13 17:24:15 +04:00
kyak
c5ee642abf removed busybox "kbd" features; use "kbd" for this 2010-09-13 17:16:01 +04:00
Wolfgang Spraul
f697e21578 shortened config.full_system by using make oldconfig 2010-09-13 09:47:40 +00:00
Wolfgang Spraul
1d326c6964 shorter config.xbboot, uses make oldconfig 2010-09-13 05:28:25 +00:00
Xiangfu Liu
6883363ae2 update build script file. checkout to tracking_backfire branch
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-13 13:03:07 -08:00
Xiangfu Liu
ea5d4e5042 config.full_system: add at, file, gsm-utils, i2c-tools, jpeg-tools
iconv, kexec, sed, jamvm, tumux, macchanger, tangogps

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-11 23:14:24 -08:00
Wolfgang Spraul
e19e45684c added config.miminal 2010-09-11 14:02:01 +00:00
Xiangfu Liu
67f55209ee this u-boot patch fix the c_size. it should 22bit.
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-11 14:19:37 +08:00
Xiangfu Liu
dc6bf6b3c0 make copy zImage automatic, update config.xbboot.README
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-10 22:35:15 +08:00
Xiangfu Liu
1f4c018720 add nanomap icon
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-09 10:36:52 +08:00
Xiangfu Liu
12f1f25cca disselect the exo package.
the "menuconfig" don't display the
	qt4-demo
	qt4-phonon=y
	qt4-qt3support=y
	qt4-svg=y

feeds/packages info:
URL: svn://svn.openwrt.org/openwrt/packages
Repository Root: svn://svn.openwrt.org/openwrt
Repository UUID: 3c298f89-4303-0410-b956-a3cf2f4a3e73
Revision: 22968

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-08 10:31:32 -08:00
Xiangfu Liu
b9f0c0077e include qt4-* package
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-06 22:07:20 -08:00
Xiangfu Liu
2af41836db switch uClibc 0.9.30 to 0.9.32
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-06 21:50:36 -08:00
Xiangfu Liu
19ee485982 include [sox] and [poke]
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-06 21:48:07 -08:00
Xiangfu Liu
1566c3b432 enable the IPV6 option
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-06 21:43:02 -08:00
Xiangfu Liu
4c4035cb39 select ImageBuilder, Toolchain, SDK
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-06 21:40:20 -08:00
Xiangfu Liu
49ac81872c rename the config to config.full_system
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-06 20:18:09 -08:00
Xiangfu Liu
0b9c16fcf0 update config to use uClibc 0.9.30.1, change VERSION to 2010-09-06
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-05 08:01:32 -08:00
Xiangfu Liu
e39e43e567 add some sample music file. 2010-09-05 08:00:33 -08:00
Xiangfu Liu
1501b07651 [xburst] add config and README file for build xbboot image
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-01 15:10:27 +08:00
Xiangfu Liu
9f94731555 [xburst] build zImage, but not copy to bin/
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-01 14:58:34 +08:00
Xiangfu Liu
fb4e18094e [xburst] add default command line for kernel
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-01 13:28:57 +08:00