:: [maemo-leste] [PATCH 00/11] Fixes f…
Top Page
Delete this message
Reply to this message
Author: Pali Rohár
Date:  
To: u-boot
CC: Tom Rini, Simon Glass, Adam Ford, Tony Lindgren, Merlijn Wajer, Arthur D., Pavel Machek, Ivaylo Dimitrov, maemo-leste
New-Topics: [maemo-leste] [PATCH 04/11] Nokia RX-51: Move code from defconfig back to C header file, [maemo-leste] [PATCH 08/11] Nokia RX-51: Enable CONFIG_CONSOLE_MUX, [maemo-leste] [PATCH 11/11] Nokia RX-51: Add automated test for running RX-51 build in qemu, [maemo-leste] [PATCH 06/11] Nokia RX-51: Remove PART* macros, [maemo-leste] [PATCH 09/11] Nokia RX-51: Disable some unused features to decrease size of u-boot binary, [maemo-leste] [PATCH 01/11] Nokia RX-51: Update my email address, [maemo-leste] [PATCH 03/11] Nokia RX-51: Move comment about CONFIG_SYS_TEXT_BASE to correct place, [maemo-leste] [PATCH 10/11] Nokia RX-51: Update README.nokia_rx51, [maemo-leste] [PATCH 05/11] Nokia RX-51: Revert back onenand defitions, [maemo-leste] [PATCH 02/11] Nokia RX-51: Add README.nokia_rx51 file to MAINTAINERS, [maemo-leste] U-Boot is broken on real N900 HW (Was: Re: [PATCH 00/11] Fixes for Nokia RX-51), [maemo-leste] [PATCH 07/11] Nokia RX-51: Remember setup_console_atag option
Subject: [maemo-leste] [PATCH 00/11] Fixes for Nokia RX-51
This patch series contain fixes for Nokia RX-51 board (aka N900).
After these changes it is possible to run U-Boot in qemu emulator again.
And U-Boot can boot kernel image from RAM, eMMC or OneNAND memory without
problem.

Pali Rohár (11):
  Nokia RX-51: Update my email address
  Nokia RX-51: Add README.nokia_rx51 file to MAINTAINERS
  Nokia RX-51: Move comment about CONFIG_SYS_TEXT_BASE to correct place
  Nokia RX-51: Move code from defconfig back to C header file
  Nokia RX-51: Revert back onenand defitions
  Nokia RX-51: Remove PART* macros
  Nokia RX-51: Remember setup_console_atag option
  Nokia RX-51: Enable CONFIG_CONSOLE_MUX
  Nokia RX-51: Disable some unused features to decrease size of u-boot
    binary
  Nokia RX-51: Update README.nokia_rx51
  Nokia RX-51: Add automated test for running RX-51 build in qemu


 .travis.yml                      |  10 ++
 board/nokia/rx51/MAINTAINERS     |   3 +-
 board/nokia/rx51/lowlevel_init.S |  11 +-
 board/nokia/rx51/rx51.c          |  43 ++++---
 board/nokia/rx51/rx51.h          |   2 +-
 board/nokia/rx51/tag_omap.h      |   4 +-
 cmd/bootmenu.c                   |   2 +-
 configs/nokia_rx51_defconfig     |  27 +++-
 doc/README.bootmenu              |   2 +-
 doc/README.nokia_rx51            |  32 +++--
 include/ansi.h                   |   2 +-
 include/configs/nokia_rx51.h     |  88 ++++---------
 test/rx51_test.sh                | 208 +++++++++++++++++++++++++++++++
 13 files changed, 327 insertions(+), 107 deletions(-)
 create mode 100755 test/rx51_test.sh


--
2.20.1