1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-15 18:41:07 +02:00

5 Commits

Author SHA1 Message Date
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
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
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
3fd52fe91a [uboot-xburst] update u-boot to 2010.06
fixed:
 when nand read. do ecc check not just bad block.
 try to fix mmc driver. will keeping work on that.

change:
 remove bootdelay when press [S] + power.
 create a xburst in mips/ folder.
 cleanup start.S cache.S cpu.c
 follow the new sturcture of u-boot.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-07-09 13:25:39 +08:00