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>
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>
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>
uboot will load "/boot/uImage" in the sd card first ext2 partition.
then kernel will also boot to rootfs at sd card first ext2 partition.
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
* when press [S], enable the UART0 and UART1, uboot will delay 3 second wait input from serial console.
* when press [S] + [M] + [POWER], will enalbe uart then boot from sd card.
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>