1. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  2. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  3. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  4. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  5. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  6. 85d6531 common: Move clock functions into a new file by Simon Glass · Sat Dec 28 10:44:58 2019 -0700
  7. 3bbe70c common: Move device-tree setup functions to fdt_support.h by Simon Glass · Sat Dec 28 10:44:54 2019 -0700
  8. 284f71b common: Move relocate_code() to init.h by Simon Glass · Sat Dec 28 10:44:45 2019 -0700
  9. 18afe10 common: Move pci_init_board() out of common.h by Simon Glass · Thu Nov 14 12:57:47 2019 -0700
  10. a7b5130 common: Move some board functions out of common.h by Simon Glass · Thu Nov 14 12:57:46 2019 -0700
  11. 5cd7ece env: Finish migration of common ENV options by Tom Rini · Mon Nov 18 20:02:10 2019 -0500
  12. af00c81 powerpc: T208xRDB: Compile legacy PCIe routines conditionally by Hou Zhiqiang · Tue Aug 27 11:02:52 2019 +0000
  13. 7c3f83d powerpc: Enable device tree support for T2080RDB by Hou Zhiqiang · Tue Aug 20 09:35:24 2019 +0000
  14. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  15. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  16. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  17. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  18. 05204d0 powerpc: mpc85xx: Fix static TLB table for SDRAM by York Sun · Tue Dec 05 10:57:54 2017 -0800
  19. da1a134 env: Rename some other getenv()-related functions by Simon Glass · Thu Aug 03 12:22:15 2017 -0600
  20. 4bc2ad2 env: Add an enum for environment state by Simon Glass · Thu Aug 03 12:21:56 2017 -0600
  21. d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · Thu Apr 06 12:47:05 2017 -0600
  22. 39f90ba board_f: Drop return value from initdram() by Simon Glass · Fri Mar 31 08:40:25 2017 -0600
  23. b4de3f3 board_f: Drop board_type parameter from initdram() by Simon Glass · Fri Mar 31 08:40:24 2017 -0600
  24. 302445a powerpc: Drop probecpu() in favour of arch_cpu_init() by Simon Glass · Mon Jan 23 13:31:22 2017 -0700
  25. 51b06fa NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST by Tom Rini · Sun Jan 22 19:43:10 2017 -0500
  26. a05baa4 powerpc: T2080RDB: Remove macro CONFIG_T2080RDB by York Sun · Wed Dec 28 08:43:37 2016 -0800
  27. 29a5301 fsl/board/ddr: optimize board-specific cpo for erratum A-009942 by Shengzhou Liu · Tue Nov 15 17:15:21 2016 +0800
  28. 5845925 powerpc: T2080RDB: Rename from T208XRDB in Kconfig by York Sun · Mon Nov 21 12:57:22 2016 -0800
  29. 2374f31 pbl: use "wait" command instead of "flush" command by Zhao Qiang · Thu Sep 08 12:55:33 2016 +0800
  30. 55107dc Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand. by Zhao Qiang · Thu Sep 08 12:55:32 2016 +0800
  31. dd8e224 spi: Move freescale-specific code into a private header by Simon Glass · Sat Sep 24 18:20:10 2016 -0600
  32. 9fd465c usb: fsl: Rename fdt_fixup_dr_usb by Sriram Dash · Fri Sep 16 17:12:15 2016 +0530
  33. 704e415 board/freescale: Update MAINTAINERS files by York Sun · Fri Jul 29 08:46:49 2016 -0700
  34. 0362bdb Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · Sat Jun 04 12:12:26 2016 -0400
  35. fe56a4f freescale: Tweak various Makefiles to remove redundancy, fix aesthetics by Robert P. J. Day · Wed Apr 13 17:49:28 2016 -0400
  36. 0246ade board/freescale: Use unified setup_ddr_tlbs for spl boot and non-spl boot by Shengzhou Liu · Tue May 31 15:39:06 2016 +0800
  37. 2ff056b powerpc/board: SPL: Enable malloc flag in global data. by Sumit Garg · Wed May 25 12:41:48 2016 -0400
  38. f1510e6 board/freescale: Update ddr clk_adjust by Shengzhou Liu · Wed May 04 10:20:22 2016 +0800
  39. 228c28b powerpc/t208xrdb: Update MAINTAINERS file by York Sun · Thu Apr 07 09:53:28 2016 -0700
  40. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  41. 1de43cf powerpc: mpc85xx: Move set_liodns, setup_portals to common boot seq by Prabhakar Kushwaha · Fri Jan 22 14:34:44 2016 +0530
  42. e237880 Add more SPDX-License-Identifier tags by Tom Rini · Thu Jan 14 22:05:13 2016 -0500
  43. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  44. 513eaf2 net: Move some header files to include/ by Shaohui Xie · Mon Oct 26 19:47:47 2015 +0800
  45. 1c64c41 t2080rdb/rcw: update ddr frequency from 1600MT/s to 1867MT/s by Shengzhou Liu · Wed Apr 22 17:54:40 2015 +0800
  46. d703f66 board/t2080rdb: reset cs4315 phy by Shengzhou Liu · Wed Apr 22 10:59:50 2015 +0800
  47. 0d557b7 powerpc/t2080rdb: update ddr to support 1866MT/s by Shengzhou Liu · Fri Mar 27 15:53:14 2015 +0800
  48. 3861e82 board/t208xrdb: VID support by Ying Zhang · Tue Mar 10 14:21:36 2015 +0800
  49. dbb5f02 powerpc/t2080: updating rcw for silicon v1.1 by Shengzhou Liu · Fri Nov 14 10:31:22 2014 +0800
  50. 2aec3cc fdt: Allow ft_board_setup() to report failure by Simon Glass · Thu Oct 23 18:58:47 2014 -0600
  51. 5cd6ded MAINTAINERS: comment out blank M: field by Masahiro Yamada · Tue Sep 16 14:11:51 2014 +0900
  52. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · Sun Sep 14 03:01:49 2014 +0900
  53. 9799f26 Add board MAINTAINERS files by Masahiro Yamada · Wed Jul 30 14:08:18 2014 +0900
  54. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · Wed Jul 30 14:08:14 2014 +0900
  55. 220c346 powerpc/mpc85xx: Check return value of find_tlb_idx by York Sun · Tue Jun 24 21:16:20 2014 -0700
  56. 03e2dc8 board/t208x: update t2080qds/t2080rdb for errata A-007186 by Shengzhou Liu · Thu May 15 19:24:11 2014 +0800
  57. 1413983 board/t2080rdb: some update for t2080rdb by Shengzhou Liu · Fri Apr 18 16:43:41 2014 +0800
  58. 11ff48a board/t208xrdb: Add support of 2-stage NAND/SPI/SD boot by Shengzhou Liu · Fri Apr 18 16:43:40 2014 +0800
  59. f13321d powerpc/t2080rdb: Add T2080PCIe-RDB board support by Shengzhou Liu · Wed Mar 05 15:04:48 2014 +0800