This patch series add support for new board Nokia RX-51 (aka N900). This patch series supersedes version v2.
Patch details: Already commited (dropped) patches: cfb_console: Fix function console_back cfb_console: Add function console_clear and console_clear_line cfb_console: Add functions for moving with cursor cfb_console: Ignore bell character Dropped patches: arm: Optionally use existing atags in bootm.c New command clear: Clear the ANSI terminal New config variable CONFIG_PREMONITOR New patches: arm bootm: Allow to pass board specified atags arm bootm: Do not append zero ATAG_MEM Pali Rohár (5): arm bootm: Allow to pass board specified atags arm bootm: Do not append zero ATAG_MEM Add power bus message definitions in twl4030.h cfb_console: Add support for some ANSI terminal escape codes New board support: Nokia RX-51 aka N900 MAINTAINERS | 4 + README | 3 + arch/arm/include/asm/setup.h | 5 + arch/arm/lib/bootm.c | 8 + board/nokia/rx51/Makefile | 46 +++ board/nokia/rx51/lowlevel_init.S | 209 ++++++++++++ board/nokia/rx51/rx51.c | 673 ++++++++++++++++++++++++++++++++++++++ board/nokia/rx51/rx51.h | 389 ++++++++++++++++++++++ board/nokia/rx51/tag_omap.h | 311 ++++++++++++++++++ boards.cfg | 1 + doc/README.nokia_rx51 | 104 ++++++ drivers/video/cfb_console.c | 313 +++++++++++++++++- include/configs/nokia_rx51.h | 452 +++++++++++++++++++++++++ include/twl4030.h | 98 ++++++ 14 files changed, 2607 insertions(+), 9 deletions(-) create mode 100644 board/nokia/rx51/Makefile create mode 100644 board/nokia/rx51/lowlevel_init.S create mode 100644 board/nokia/rx51/rx51.c create mode 100644 board/nokia/rx51/rx51.h create mode 100644 board/nokia/rx51/tag_omap.h create mode 100644 doc/README.nokia_rx51 create mode 100644 include/configs/nokia_rx51.h -- 1.7.9.5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot