1. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  2. f3adb66 imx: Add support for i.MX28 based XEA board by Lukasz Majewski · Sun Dec 08 22:06:56 2019 +0100
  3. a7b5130 common: Move some board functions out of common.h by Simon Glass · Thu Nov 14 12:57:46 2019 -0700
  4. 3673618 common: Move serial functions out of common.h by Simon Glass · Thu Nov 14 12:57:24 2019 -0700
  5. 97c0780 ARM: imx: Convert mccmon6 to use fitImage instead of uImage+DTB by Lukasz Majewski · Tue Oct 15 10:28:46 2019 +0200
  6. bcf82d1 ARM: imx: Decouple mccmon6's SPL and u-boot proper code by Lukasz Majewski · Tue Oct 15 10:28:44 2019 +0200
  7. 323f994 ARM: imx: Convert mccmon6 to use DM/DTS in the u-boot proper by Lukasz Majewski · Tue Oct 15 10:28:43 2019 +0200
  8. f795939 imx: Rewrite display5 get_board_id() function to use dm_gpio_* API by Lukasz Majewski · Tue Sep 03 16:38:50 2019 +0200
  9. 3490a20 imx: Convert emergency pad of display5 to use dm_gpio* functions by Lukasz Majewski · Tue Sep 03 16:38:49 2019 +0200
  10. 6c52709 ARM: display5: Remove common.c file (after DM/DTS U-Boot proper conversion) by Lukasz Majewski · Tue Sep 03 16:38:46 2019 +0200
  11. 86f6e4f ARM: display5: Remove UART initialization code after DM/DTS conversion (non-console) by Lukasz Majewski · Tue Sep 03 16:38:44 2019 +0200
  12. 7505605 DM: SPI: Convert display5 to use SPI with DM/DTS (but no in SPL) by Lukasz Majewski · Tue Sep 03 16:38:43 2019 +0200
  13. 40bdb23 DM: eth: Switch display5 board to use DM_ETH by Lukasz Majewski · Tue Sep 03 16:38:42 2019 +0200
  14. 78859b3 DM: mmc: Switch display5 board to use DM_MMC and BLK (USDHC) by Lukasz Majewski · Tue Sep 03 16:38:41 2019 +0200
  15. 046d8ae DM: I2C: Switch display5 board to use DM_I2C by Lukasz Majewski · Tue Sep 03 16:38:39 2019 +0200
  16. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  17. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  18. 79fd214 env: Move env_init() to env.h by Simon Glass · Thu Aug 01 09:46:43 2019 -0600
  19. db22961 env: Move env_get_f() to env.h by Simon Glass · Thu Aug 01 09:46:42 2019 -0600
  20. e8cdaa0 ARM: display5: Remove U_BOOT_DEVICE definition of serial_mxc by Lukasz Majewski · Sun Jun 09 22:54:44 2019 +0200
  21. 4fe6860 ARM: display5: Fix CS check after moving some SPI related CONFIGs to Kconfig by Lukasz Majewski · Sun Jun 09 22:54:39 2019 +0200
  22. 7334038 Convert to use fsl_esdhc_imx for i.MX platforms by Yangbo Lu · Fri Jun 21 11:42:28 2019 +0800
  23. cb1337c display5: Add missing environment.h include to avoid warning by Lukasz Majewski · Fri May 11 16:51:19 2018 +0200
  24. b336b34 display5: net: Add function to read ethaddr from iMX6 fuses by Lukasz Majewski · Fri May 11 16:51:14 2018 +0200
  25. 7ec76ca display5: ddr: Enable support for DDR3 auto calibration by Lukasz Majewski · Fri May 11 16:51:13 2018 +0200
  26. 41b9964 display5: wdt: Enable WDT support (both SPL and u-boot) by Lukasz Majewski · Fri May 11 16:51:09 2018 +0200
  27. d7e065a display5: Support for the emergency PAD pressing by Lukasz Majewski · Fri May 11 16:51:08 2018 +0200
  28. 3873136 display5: spl: Check return code of the env_* functions by Lukasz Majewski · Fri May 11 16:51:03 2018 +0200
  29. e998d43 bootcount: display5: spl: Extend DISPLAY5 board SPL to support bootcount checking by Lukasz Majewski · Wed May 02 16:10:55 2018 +0200
  30. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  31. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  32. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  33. ce86bf9 imx:display5: Add support for LWN's DISPLAY5 board by Lukasz Majewski · Tue Oct 31 17:58:05 2017 +0100
  34. c129d9a imx6: drop duplicated bss memset and board_init_r() call by Anatolij Gustschin · Mon Aug 28 20:58:38 2017 +0200
  35. f22b109 imx: imx6: Move gpr_init() function to soc.c by Breno Lima · Thu Aug 24 10:00:16 2017 -0300
  36. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  37. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  38. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · Thu Jun 29 10:16:06 2017 +0200
  39. 2028012 powerpc: remove 4xx support by Heiko Schocher · Tue Jun 27 16:49:14 2017 +0200
  40. d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · Thu Apr 06 12:47:05 2017 -0600
  41. 39f90ba board_f: Drop return value from initdram() by Simon Glass · Fri Mar 31 08:40:25 2017 -0600
  42. b4de3f3 board_f: Drop board_type parameter from initdram() by Simon Glass · Fri Mar 31 08:40:24 2017 -0600
  43. be44b18 BOARD: MCCMON6: Provide support for iMX6q based mccmon6 board by Lukasz Majewski · Fri Jan 27 23:16:29 2017 +0100
  44. 88ecb9b video: Move video_get_info_str() prototype to a header file by Simon Glass · Mon Oct 17 20:12:54 2016 -0600
  45. 94d95e4 common: Add DISPLAY_BOARDINFO by Lokesh Vutla · Tue Oct 11 21:33:46 2016 -0400
  46. 04461ec PPC4xx: Create "liebherr" vendor directory by Wolfgang Denk · Tue Nov 24 20:46:45 2015 +0100