1. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  2. a4001fd Nokia RX-51: Do not clear unknown memory in lowlevel_init.S by Pali Rohár · Sun Sep 04 03:28:59 2022 +0200
  3. 73dfc79 Nokia RX-51: Remove label copy_kernel_start from lowlevel_init.S by Pali Rohár · Sun Sep 04 03:28:58 2022 +0200
  4. 729ac6c Nokia RX-51: Move board required options from defconfig to Kconfig by Pali Rohár · Thu Aug 11 22:27:25 2022 +0200
  5. b043e87 Nokia RX-51: Simplify calculation of attached kernel image address by Pali Rohár · Thu Aug 11 22:27:24 2022 +0200
  6. 39e486e Nokia RX-51: Simplify copy kernel code by Pali Rohár · Thu Aug 11 22:27:23 2022 +0200
  7. c1aec22 Nokia RX-51: Use U-Boot generic position independent code by Pali Rohár · Thu Aug 11 22:27:22 2022 +0200
  8. f8a6c90 Nokia RX-51: Fix invalidating zImage kernel format by Pali Rohár · Thu Aug 11 22:27:21 2022 +0200
  9. bf961ad Nokia RX-51: Convert to CONFIG_DM_SERIAL by Pali Rohár · Wed Apr 13 21:34:14 2022 +0200
  10. 1d701a5 Nokia RX-51: Convert to CONFIG_DM_VIDEO by Pali Rohár · Wed Mar 09 20:46:01 2022 +0100
  11. 54a3014 Nokia RX-51: Convert to CONFIG_DM_KEYBOARD by Pali Rohár · Thu Feb 03 19:38:50 2022 +0100
  12. 69b9996 Nokia RX-51: Convert documentation to rst format by Pali Rohár · Mon Jan 24 20:45:54 2022 +0100
  13. 4cc3885 arm: Disable ATAGs support by Tom Rini · Mon Aug 30 09:16:30 2021 -0400
  14. 0a8825c Nokia RX-51: Add support for booting kernel in zImage format by Pali Rohár · Fri Jun 18 15:27:03 2021 +0200
  15. 126038a Nokia RX-51: Enable CONFIG_WDT to remove deprecation warning by Pali Rohár · Tue Mar 09 21:19:15 2021 +0100
  16. 9157a8c Nokia RX-51: Move content of rx51.h to rx51.c by Pali Rohár · Sun Feb 07 14:50:15 2021 +0100
  17. feab804 Nokia RX-51: Remove function set_muxconf_regs() by Pali Rohár · Sun Feb 07 14:50:14 2021 +0100
  18. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · Mon Feb 15 08:19:40 2021 -0500
  19. cc58d29 Nokia RX-51: Convert to CONFIG_DM_MMC by Pali Rohár · Sat Jan 16 01:04:54 2021 +0100
  20. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  21. 89832d3 Merge branch 'next' by Tom Rini · Mon Jan 11 13:55:03 2021 -0500
  22. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · Mon Dec 28 20:34:54 2020 -0700
  23. de39c11 Nokia RX-51: Decrease i2c speed to 100000 by Pali Rohár · Sat Nov 21 23:30:11 2020 +0100
  24. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  25. be2ff86 Nokia RX-51: Make onenand working by Ivaylo Dimitrov · Sat Oct 31 17:32:49 2020 +0100
  26. 977229b Nokia RX-51: During init disable lp5523 led instead of resetting it by Pali Rohár · Sat Oct 31 17:32:47 2020 +0100
  27. 6327bac Nokia RX-51: Fix crashing in U-Boot mmc function omap_hsmmc_stop_clock() by Pali Rohár · Sat Oct 31 17:32:46 2020 +0100
  28. d73afb2 Nokia RX-51: Convert to CONFIG_DM_I2C by Pali Rohár · Mon Oct 26 23:45:11 2020 +0100
  29. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  30. e01ae76 Nokia RX-51: Fix checking if serial console was enabled by Pali Rohár · Mon Jun 01 00:29:10 2020 +0200
  31. 4723939 Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon May 25 14:09:42 2020 -0400
  32. 80ad67b Nokia RX-51: Add automated test for running RX-51 build in qemu by Pali Rohár · Sun May 17 14:38:22 2020 +0200
  33. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  34. 02f4584 Nokia RX-51: Remember setup_console_atag option by Pali Rohár · Wed Apr 01 00:35:14 2020 +0200
  35. 7ce3752 Nokia RX-51: Remove PART* macros by Pali Rohár · Wed Apr 01 00:35:13 2020 +0200
  36. 4f7e6e8 Nokia RX-51: Move comment about CONFIG_SYS_TEXT_BASE to correct place by Pali Rohár · Wed Apr 01 00:35:10 2020 +0200
  37. ad8c86b Nokia RX-51: Add README.nokia_rx51 file to MAINTAINERS by Pali Rohár · Wed Apr 01 00:35:09 2020 +0200
  38. 10a953d Nokia RX-51: Update my email address by Pali Rohár · Wed Apr 01 00:35:08 2020 +0200
  39. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  40. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  41. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  42. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  43. 6bc318e omap-common: Common function to display die id, replacing omap3-specific version by Paul Kocialkowski · Thu Aug 27 19:37:13 2015 +0200
  44. 4a27183 Nokia RX-51: Fix calculating return address in save_boot_params by Pali Rohár · Tue Jun 09 19:05:00 2015 +0200
  45. 53fee1e ARM: OMAP3: rx51: Enable workaround for ARM errata 454179, 430973, 621766 by Nishanth Menon · Mon Mar 09 17:12:09 2015 -0500
  46. 47197fe arm: Allow lr to be saved by board code by Simon Glass · Sat Feb 07 10:47:28 2015 -0700
  47. 415b804 Nokia RX-51: Do not call secure PPA routine on non secure devices by Pali Rohár · Thu Jan 08 10:11:40 2015 +0100
  48. 6955989 omap_hsmmc: Board-specific TWL4030 MMC power initializations by Paul Kocialkowski · Sat Nov 08 20:55:47 2014 +0100
  49. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · Sun Sep 14 03:01:49 2014 +0900
  50. dd67843 omap3: kconfig: move board select menu and common settings by Masahiro Yamada · Sun Aug 31 07:11:02 2014 +0900
  51. 9799f26 Add board MAINTAINERS files by Masahiro Yamada · Wed Jul 30 14:08:18 2014 +0900
  52. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · Wed Jul 30 14:08:14 2014 +0900
  53. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · Wed Jul 23 06:54:59 2014 -0600
  54. 81a689e Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee by Masahiro Yamada · Thu Feb 13 18:30:26 2014 +0900
  55. 5d23de5 board: arm: convert makefiles to Kbuild style by Masahiro Yamada · Mon Oct 21 11:53:37 2013 +0900
  56. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  57. 5d9d6f7 twl4030: make twl4030_i2c_read_u8 prototype consistent by Nishanth Menon · Tue Mar 26 05:20:50 2013 +0000
  58. d26a106 twl4030: make twl4030_i2c_write_u8 prototype consistent by Nishanth Menon · Tue Mar 26 05:20:49 2013 +0000
  59. 4be9dbc omap_hsmmc: add driver check for write protection by Nikita Kiryanov · Mon Dec 03 02:19:47 2012 +0000
  60. 4eae05c omap_hsmmc: implement driver check for card detection by Nikita Kiryanov · Mon Dec 03 02:19:44 2012 +0000
  61. 248ef0a New board support: Nokia RX-51 aka N900 by Pali Rohár · Mon Oct 29 07:54:01 2012 +0000