On Wednesday 01 April 2020 00:35:07 Pali Rohár wrote: > 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
Hello! Could you please review this patch series? > .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 >