1. 622b7b3 treewide: remove unneeded semicolons by Masahiro Yamada · Tue Jun 13 15:17:28 2017 +0900
  2. d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · Thu Apr 06 12:47:05 2017 -0600
  3. 39f90ba board_f: Drop return value from initdram() by Simon Glass · Fri Mar 31 08:40:25 2017 -0600
  4. b4de3f3 board_f: Drop board_type parameter from initdram() by Simon Glass · Fri Mar 31 08:40:24 2017 -0600
  5. 8cea9b5 flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · Sat Feb 11 22:43:54 2017 +0900
  6. 94d95e4 common: Add DISPLAY_BOARDINFO by Lokesh Vutla · Tue Oct 11 21:33:46 2016 -0400
  7. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  8. 04cfea5 arch, board: squash lines for immediate return by Masahiro Yamada · Tue Sep 06 22:17:38 2016 +0900
  9. 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
  10. 7d8a7ba powerpc: yucca: drop redundant CONFIG_SYS_TEXT_BASE from config.mk by Masahiro Yamada · Fri Dec 11 12:22:30 2015 +0900
  11. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  12. aec5818 ocotea: Drop by Tom Rini · Sat Oct 24 17:24:07 2015 -0400
  13. 13cbde0 taishan: Drop by Tom Rini · Sat Oct 24 17:24:06 2015 -0400
  14. 691317e ebony: Drop by Tom Rini · Sat Oct 24 17:24:05 2015 -0400
  15. 8fa437d taihu: Remove by Tom Rini · Sat Oct 24 17:24:04 2015 -0400
  16. f069960 arch: Make board selection choices optional by Joe Hershberger · Tue May 12 14:46:23 2015 -0500
  17. 5ef5ccc dm: select CONFIG_DM* options by Masahiro Yamada · Tue Mar 31 12:47:53 2015 +0900
  18. 659845a powerpc: ppc4xx: convert AMCC boards to generic board by Anatolij Gustschin · Sat Mar 28 16:49:47 2015 +0100
  19. c698824 malloc_f: enable SYS_MALLOC_F by default if DM is on by Masahiro Yamada · Thu Mar 19 19:42:55 2015 +0900
  20. 27162d5 malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LEN by Masahiro Yamada · Thu Mar 19 19:42:54 2015 +0900
  21. 6120bed powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO by Stefan Roese · Sat Feb 07 11:51:52 2015 -0700
  22. 36742de dm: powerpc: ppc4xx: Move glacier to use driver model for serial by Simon Glass · Sat Feb 07 11:51:48 2015 -0700
  23. 10f2135 powerpc: ppc4xx: Use CONFIG_OF_CONTROL for canyonlands boards by Simon Glass · Sat Feb 07 11:51:45 2015 -0700
  24. a873427 powerpc: ppc4xx: Add ramboot config for glacier by Simon Glass · Sat Feb 07 11:51:38 2015 -0700
  25. 627234d powerpc: ppc4xx: Move CANYONLANDS/GLACIER/ARCHES to Kconfig by Simon Glass · Sat Feb 07 11:51:37 2015 -0700
  26. 0dd57a5 powerpc: ppc4xx: canyonlands: config: Tidy up CONFIGs and config.mk by Simon Glass · Sat Feb 07 11:51:36 2015 -0700
  27. 2aec3cc fdt: Allow ft_board_setup() to report failure by Simon Glass · Thu Oct 23 18:58:47 2014 -0600
  28. e168aae powerpc: ppc4xx: remove board support for bluestone by Masahiro Yamada · Mon Sep 29 01:37:59 2014 +0900
  29. 5cd6ded MAINTAINERS: comment out blank M: field by Masahiro Yamada · Tue Sep 16 14:11:51 2014 +0900
  30. ba0debf MAINTAINERS: comment out invalid maintainers by Masahiro Yamada · Tue Sep 16 14:11:50 2014 +0900
  31. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · Sun Sep 14 03:01:49 2014 +0900
  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. be6aafc Add cli_ prefix to readline functions by Simon Glass · Thu Apr 10 20:01:27 2014 -0600
  35. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · Thu Apr 10 20:01:25 2014 -0600
  36. d3efa97 nand_spl: remove unused linker scripts u-boot-nand.lds by Masahiro Yamada · Mon Apr 28 17:45:05 2014 +0900
  37. b3859f2 ppc4xx: Remove 4xx NAND booting support by Stefan Roese · Tue Mar 04 15:34:35 2014 +0100
  38. c54b77e board: powerpc: convert makefiles to Kbuild style by Masahiro Yamada · Mon Oct 21 11:53:38 2013 +0900
  39. de8ae7b usb: rename board_usb_init_type to usb_init_type by Troy Kisky · Thu Oct 10 15:27:55 2013 -0700
  40. d862f89 usb: new board-specific USB init interface by Mateusz Zalega · Fri Oct 04 19:22:26 2013 +0200
  41. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  42. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  43. 4a59809 Consolidate bool type by York Sun · Mon Apr 01 11:29:11 2013 -0700
  44. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Mon Mar 18 12:31:00 2013 -0400
  45. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · Thu Mar 14 06:54:53 2013 +0000
  46. c24895e Refactor linker-generated arrays by Albert ARIBAUD · Mon Feb 25 00:59:00 2013 +0000
  47. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · Wed Oct 17 00:45:46 2012 +0000
  48. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · Fri Oct 12 10:27:03 2012 +0000
  49. e75d563 doc: cleanup - move board READMEs into respective board directories by Wolfgang Denk · Sun Apr 29 23:57:39 2012 +0000
  50. d751279 board/amcc/taihu/flash.c: Fix GCC 4.6 build warnings by Wolfgang Denk · Thu Nov 17 09:50:01 2011 +0000
  51. e18ce06 board/amcc/yucca/flash.c: Fix GCC 4.6 build warnings by Wolfgang Denk · Thu Nov 17 09:50:00 2011 +0000
  52. 00da08e board/amcc/common/flash.c: Fix GCC 4.6 build warning by Wolfgang Denk · Thu Nov 17 09:49:59 2011 +0000
  53. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · Mon Nov 07 01:13:56 2011 +0000
  54. 589c2ff consolidate mdelay by providing a common function for all users by Anatolij Gustschin · Wed Oct 12 02:31:39 2011 +0000
  55. ab2b7e1 punt unused clean/distclean targets by Mike Frysinger · Thu Oct 13 06:54:57 2011 +0000
  56. 5c1cfee Fix incorrect use of getenv() before relocation by Wolfgang Denk · Wed May 04 10:32:28 2011 +0000
  57. 34c6dd2 Handle most LDSCRIPT setting centrally by Scott Wood · Wed Apr 06 13:31:37 2011 +0000
  58. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · Tue Mar 01 22:59:59 2011 +0000
  59. 1935020 PPC4xx: Reduce NAND TLB window size on Canyonlands by Felix Radensky · Sun Jan 02 11:07:34 2011 +0200
  60. 99f2be6 ppc4xx: Fix missing linker scripts for partial linking by Stefan Roese · Tue Dec 14 17:49:52 2010 +0100
  61. fe33e6e ppc4xx: Cleanup for partial linking and --gc-sections by Wolfgang Denk · Sun Nov 21 20:55:42 2010 +0100
  62. 40263b2 ppc4xx: Fix build problems of IBM DDR2 NAND booting targets by Stefan Roese · Tue Nov 23 14:32:06 2010 +0100
  63. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  64. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · Tue Oct 26 14:34:52 2010 +0200
  65. 99c744f ppc4xx: Enable NOR flash support in sequoia_ramboot target by Stefan Roese · Mon Oct 11 15:50:10 2010 +0200
  66. 291ba1b Makefile: move all Power Architecture boards into boards.cfg by Wolfgang Denk · Wed Oct 06 09:05:45 2010 +0200
  67. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · Thu Oct 07 21:51:12 2010 +0200
  68. 4010376 ppc44x: config GPIOs for USB on canyonlands board by Rupjyoti Sarmah · Fri Oct 01 14:31:28 2010 +0530
  69. b97b4c4 ppc4xx: Small whitespace cleanup in canyonlands.c by Stefan Roese · Tue Sep 28 08:06:06 2010 +0200
  70. 6583ef4 APM821xx: Add bluestone board support by Tirumala Marri · Tue Sep 28 14:15:21 2010 -0700
  71. 7b899b5 Merge branch 'next' of /home/wd/git/u-boot/next by Wolfgang Denk · Tue Sep 28 23:30:47 2010 +0200
  72. 3ddce57 ppc4xx: Use common NS16550 driver for PPC4xx UART by Stefan Roese · Mon Sep 20 16:05:31 2010 +0200
  73. 8cb251a ppc4xx: Big header cleanup part 2, mostly PPC405 related by Stefan Roese · Sun Sep 12 06:21:37 2010 +0200
  74. 95ca5fa ppc4xx: Big header cleanup, mostly PPC440 related by Stefan Roese · Sat Sep 11 09:31:43 2010 +0200
  75. de21eab ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific by Stefan Roese · Thu Sep 16 14:30:37 2010 +0200
  76. 247e9d7 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · Thu Sep 09 19:18:00 2010 +0200
  77. 412a71a ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size by Stefan Roese · Thu Sep 16 14:01:53 2010 +0200
  78. c558225 4xx: adjust TEXT_BASE to increase U-Boot image size by Wolfgang Denk · Sun Jul 25 23:08:00 2010 +0200
  79. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  80. 4e23bff ppc4xx/Canyonlands added USB board callbacks by Rupjyoti Sarmah · Wed Jul 07 18:14:48 2010 +0530
  81. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  82. ec88cd6 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · Sat Apr 24 21:16:57 2010 +0200
  83. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · Thu Apr 15 16:07:28 2010 +0200
  84. 94b6270 ppc4xx: TLB init file cleanup by Stefan Roese · Wed Apr 14 13:57:18 2010 +0200
  85. 29514c7 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:09 2010 -0500
  86. 133c0fe Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>" by Peter Tyser · Mon Apr 12 22:28:07 2010 -0500
  87. 0feec6a ppc4xx: Kilauea: Add CPLD version detection and EBC reconfiguration by Stefan Roese · Thu Jan 21 11:37:31 2010 +0100
  88. 62825a5 PCIe, USB: Replace 'end point' references with 'endpoint' by Peter Tyser · Sun Jan 17 15:38:26 2010 -0600
  89. f0a15c5 POST: Remove duplicated post_hotkey_pressed() functions by Stefan Roese · Thu Dec 03 06:24:30 2009 +0100
  90. 2ea8b71 ppc4xx: Consolidate pci_master_init() function by Stefan Roese · Thu Nov 12 17:19:37 2009 +0100
  91. 5d8033e ppc4xx: Consolidate pci_pre_init() function by Stefan Roese · Thu Nov 12 16:41:09 2009 +0100
  92. 8e538be ppc4xx: Consolidate pci_target_init() function by Stefan Roese · Thu Nov 12 12:00:49 2009 +0100
  93. 5716308 ppc4xx: Katmai: Add chip_config command by Stefan Roese · Mon Nov 09 14:15:42 2009 +0100
  94. 92c058e ppc4xx: Fix NAND booting targets after 4xx linker script consolidation by Stefan Roese · Mon Nov 09 13:01:19 2009 +0100
  95. 4698fc9 ppc4xx: Remove duplicated is_pci_host() functions by Stefan Roese · Thu Oct 29 16:54:52 2009 +0100
  96. e53b5cd ppc4xx: Consolidate 4xx PCIe board specific configuration by Stefan Roese · Thu Oct 29 15:04:35 2009 +0100
  97. 6e1861c ppc4xx: Remove board specific linker scripts from most PPC4xx boards by Stefan Roese · Tue Oct 27 16:20:05 2009 +0100
  98. ef28e73 ppc4xx: Sequoia: Add chip_config command by Stefan Roese · Mon Oct 19 16:19:36 2009 +0200
  99. 3559a87 ppc4xx: Yosemite/Yellowstone: Check and reconfigure the PCI sync clock by Stefan Roese · Mon Oct 19 14:14:08 2009 +0200
  100. e7f3092 ppc4xx: Sequoia/Rainer: Check and reconfigure the PCI sync clock by Stefan Roese · Mon Oct 19 14:10:50 2009 +0200