1. 846008d video: remove unused include/mb862xx.h by Heinrich Schuchardt · Tue Dec 29 12:52:51 2020 +0100
  2. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  3. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  4. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  5. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  6. 8e20188 common: Drop flash.h from common header by Simon Glass · Sun May 10 11:39:54 2020 -0600
  7. c744316 flash: Tidy up coding style for flash functions by Simon Glass · Sun May 10 11:39:53 2020 -0600
  8. 0ffd9db common: Move testdram() into init.h by Simon Glass · Sat Dec 28 10:45:06 2019 -0700
  9. 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · Sat Dec 28 10:45:05 2019 -0700
  10. 85d6531 common: Move clock functions into a new file by Simon Glass · Sat Dec 28 10:44:58 2019 -0700
  11. 4be8fc9 common: Move upmconfig() to ppc.h by Simon Glass · Sat Dec 28 10:44:57 2019 -0700
  12. 84cdae2 mpc85xx, socrates: add DM PCI support by Heiko Schocher · Wed Oct 16 05:55:54 2019 +0200
  13. 08ce372 mpc85xx, socrates: enable DM serial by Heiko Schocher · Wed Oct 16 05:55:53 2019 +0200
  14. ff10993 mpc85xx, socrates: disable VIDEO by Heiko Schocher · Wed Oct 16 05:55:51 2019 +0200
  15. 66daf32 mpc85xx, socrates: add DM support by Heiko Schocher · Wed Oct 16 05:55:49 2019 +0200
  16. 2d50bab mpc85xx, dts, socrates: add u-boot specific dtsi by Heiko Schocher · Wed Oct 16 05:55:48 2019 +0200
  17. 38927bc mpc85xx: add socrates dts from linux by Heiko Schocher · Wed Oct 16 05:55:47 2019 +0200
  18. db22961 env: Move env_get_f() to env.h by Simon Glass · Thu Aug 01 09:46:42 2019 -0600
  19. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  20. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  21. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  22. 9b88702 socrates: Fix a misleading indentation warning by Tom Rini · Mon May 08 22:14:19 2017 -0400
  23. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  24. 17fed14 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · Mon May 30 13:57:56 2016 -0500
  25. 3c75700 Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUP by Robert P. J. Day · Thu May 19 15:23:12 2016 -0400
  26. e237880 Add more SPDX-License-Identifier tags by Tom Rini · Thu Jan 14 22:05:13 2016 -0500
  27. bc4bf94 nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE by Peter Tyser · Tue Feb 03 11:58:15 2015 -0600
  28. 2aec3cc fdt: Allow ft_board_setup() to report failure by Simon Glass · Thu Oct 23 18:58:47 2014 -0600
  29. 5cd6ded MAINTAINERS: comment out blank M: field by Masahiro Yamada · Tue Sep 16 14:11:51 2014 +0900
  30. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · Sun Sep 14 03:01:49 2014 +0900
  31. f5895d1 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · Tue Jun 24 10:10:04 2014 +0200
  32. 9799f26 Add board MAINTAINERS files by Masahiro Yamada · Wed Jul 30 14:08:18 2014 +0900
  33. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · Wed Jul 30 14:08:14 2014 +0900
  34. a21803d Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xx by York Sun · Mon Nov 18 10:29:32 2013 -0800
  35. f062659 Driver/DDR: Moving Freescale DDR driver to a common driver by York Sun · Mon Sep 30 09:22:09 2013 -0700
  36. c54b77e board: powerpc: convert makefiles to Kbuild style by Masahiro Yamada · Mon Oct 21 11:53:38 2013 +0900
  37. d169808 powerpc: Fix CamelCase checkpatch warnings by Prabhakar Kushwaha · Fri Aug 16 14:52:26 2013 +0530
  38. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  39. 992562c 8xxx: Change all 8*xx_DDR addresses to 8xxx by Andy Fleming · Tue Oct 23 19:03:46 2012 -0500
  40. ab2b7e1 punt unused clean/distclean targets by Mike Frysinger · Thu Oct 13 06:54:57 2011 +0000
  41. 67450a3 PPC: Fix socrates NAND problem by Marek Vasut · Tue Oct 04 00:56:09 2011 +0200
  42. 5c1cfee Fix incorrect use of getenv() before relocation by Wolfgang Denk · Wed May 04 10:32:28 2011 +0000
  43. c68e86c powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from board by Kumar Gala · Mon Jan 31 22:18:47 2011 -0600
  44. b78c7bf powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq() by Kumar Gala · Mon Jan 31 20:36:02 2011 -0600
  45. 5e35d8a mpc85xx boards: initdram() cleanup/bugfix by Becky Bruce · Fri Dec 17 17:17:56 2010 -0600
  46. 29cff8d socrates: rename sdram_setup fixed_sdram() by Becky Bruce · Mon Dec 13 15:06:44 2010 -0600
  47. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  48. 291ba1b Makefile: move all Power Architecture boards into boards.cfg by Wolfgang Denk · Wed Oct 06 09:05:45 2010 +0200
  49. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · Thu Oct 07 21:51:12 2010 +0200
  50. d4eb723 socrates: adjust TEXT_BASE to increase U-Boot image size by Wolfgang Denk · Fri Sep 10 23:47:00 2010 +0200
  51. 0d4cee1 83xx/85xx/86xx: LBC register cleanup by Becky Bruce · Thu Jun 17 11:37:20 2010 -0500
  52. b890f9e video: mb862xx: improve board-specific Lime configuration by Wolfgang Grandegger · Fri Oct 23 12:03:13 2009 +0200
  53. 9e36b82 ppc/85xx: Clean up use of LAWAR defines by Kumar Gala · Sat Sep 19 11:20:54 2009 -0500
  54. 2cca63f 85xx: Move to a common linker script by Kumar Gala · Fri Aug 07 13:00:55 2009 -0500
  55. 4791383 Redundant Environment: protect full sector size by Wolfgang Denk · Fri May 15 00:16:03 2009 +0200
  56. 4438e5e Fix all linker script to handle all rodata sections by Trent Piepho · Wed Feb 18 15:22:05 2009 -0800
  57. 1b560ac mpc8xxx: LCRR[CLKDIV] is sometimes five bits by Trent Piepho · Wed Dec 03 15:16:34 2008 -0800
  58. a49dccd 85xx: socrates: fix DDR SDRAM tlb entry configuration by Anatolij Gustschin · Thu Nov 13 18:08:57 2008 +0100
  59. d2454ba Align end of bss by 4 bytes by Selvamuthukumar · Thu Oct 16 22:54:03 2008 +0530
  60. fa44036 Pass dimm parameters to populate populate controller options by Haiying Wang · Fri Oct 03 12:36:55 2008 -0400
  61. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  62. 9f3dd70 socrates: fix crash after relocation by Anatolij Gustschin · Wed Sep 17 12:34:45 2008 +0200
  63. bbab0bc 85xx: socrates: autoprobe Lime chip by u-boot@bugs.denx.de · Thu Sep 11 15:40:01 2008 +0200
  64. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:06 2008 +0200
  65. e6f5c91 85xx: socrates: Enable Lime support. by Anatolij Gustschin · Fri Aug 15 15:42:13 2008 +0200
  66. 0244f67 85xx: Socrates: Major code update. by Detlev Zundel · Fri Aug 15 15:42:12 2008 +0200
  67. 01135a8 FSL DDR: Convert socrates to new DDR code. by Kumar Gala · Tue Aug 26 22:56:56 2008 -0500
  68. 81cb808 socrates: Update NAND driver to new API. by Scott Wood · Wed Aug 13 18:24:05 2008 -0500
  69. 6140a02 Cleanup out-or-tree building for some boards (.depend) by Wolfgang Denk · Wed Jul 02 23:49:18 2008 +0200
  70. 41df50a Coding Style Cleanup by Wolfgang Denk · Sat Jun 28 23:34:37 2008 +0200
  71. bd99ae7 Change initdram() return type to phys_size_t by Becky Bruce · Mon Jun 09 16:03:40 2008 -0500
  72. 994fdba 85xx/86xx: Move to dynamic mgmt of LAWs by Kumar Gala · Wed Jun 11 00:51:45 2008 -0500
  73. bc3d08d Socrates: Added FPGA base address update in FDT. by Sergei Poselenov · Fri Jun 06 15:42:45 2008 +0200
  74. 30115a0 Socrates: NAND support added. Changed the U-Boot base address and by Sergei Poselenov · Fri Jun 06 15:42:44 2008 +0200
  75. ffe4d62 Socrates: added missed file with UPMA configuration data. by Sergei Poselenov · Fri Jun 06 15:42:42 2008 +0200
  76. 96dd16b Socrates: Added FPGA mapping. LAWs and TLBs cleanup. by Sergei Poselenov · Fri Jun 06 15:42:41 2008 +0200
  77. 7109ea3 socrates: Fix PCI clk fix patch by Andy Fleming · Tue Jun 10 18:49:34 2008 -0500
  78. e13be1a Socrates: Fix PCI bus frequency report by Sergei Poselenov · Tue May 27 13:47:00 2008 +0200
  79. 09842c5 socrates: changes to support FDT by Sergei Poselenov · Wed May 07 15:10:49 2008 +0200
  80. f2bf96c Initial support for "Socrates" board by Sergei Poselenov · Wed Apr 30 11:42:50 2008 +0200