1. 622b7b3 treewide: remove unneeded semicolons by Masahiro Yamada · 7 years ago
  2. 5b494a3 defconfig: arm335x_evm_usbspl: Update MUSB Ethernet by Michael Welling · 7 years ago
  3. 375ec00 include: nand: move endif to end of file by Mugunthan V N · 8 years ago
  4. 2eba9d9 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 7 years ago
  5. 20d6209 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 7 years ago
  6. 06ca0cf Revert "ARM: fixed relocation using proper alignment" by Tom Rini · 7 years ago
  7. 6137523 ARM: tegra: remove Whistler support by Stephen Warren · 8 years ago
  8. 667124c powerpc: fsl: Update maintainers by York Sun · 7 years ago
  9. 7cc0a3d powerpc: mpc8569mds: Update config and maintainer by York Sun · 7 years ago
  10. aab5f94 powerpc: mpc8568mds: Update board config by York Sun · 7 years ago
  11. 12e5cb8 powerpc: mpc8536ds: Update maintainer by York Sun · 7 years ago
  12. 38e4440 powerpc: mpc8544ds: Update maintainer by York Sun · 7 years ago
  13. 16bf320 powerpc: mpc8544ds: Fix environmental variable location by York Sun · 7 years ago
  14. c829101 powerpc: mpc8544ds: Enable DHCP command by default by York Sun · 7 years ago
  15. 32cb38d powerpc: mpc8548cds: Enable DHCP command by default by York Sun · 7 years ago
  16. 2670a89 powerpc: mpc8548cds: Update maintainer by York Sun · 7 years ago
  17. bf94cfb net: phy: marvell: Fix init function for m88e1145 by York Sun · 7 years ago
  18. 5913145 powerpc: mpc8641hpcn: Enable DHCP command and DDR debug by York Sun · 8 years ago
  19. f43278e driver: ddr: fsl: Fix compiling error for DDR2 by York Sun · 8 years ago
  20. e5646f9 powerpc: mpc8536ds: Enable DHCP command by default by York Sun · 8 years ago
  21. 21fe72f powerpc: mpc86xx: Update maintainer for MPC8610HPCD and MPC8641HPCN by York Sun · 8 years ago
  22. d53fa33 powerpc: mpc85xx: Update maintainer for MPC8541CDS and MPC8555CDS by York Sun · 8 years ago
  23. 9abcd94 powerpc: mpc8540ads: mpc8560ads: Drop support for MPC8540/60ADS by York Sun · 8 years ago
  24. e29609a board: ti: am335x: Fix scale_vcore for beaglebones by Lokesh Vutla · 7 years ago
  25. 2698dac arm: am57xx: Keep environment in eMMC by Semen Protsenko · 7 years ago
  26. 241458b arm: dra7: Increase "bootloader" partition size by Semen Protsenko · 7 years ago
  27. 6191424 arm: am57xx: Increase "bootloader" partition size by Semen Protsenko · 7 years ago
  28. 219d1bf MAINTAINERS: mpc83xx: Add new custodian by mario.six@gdsys.cc · 7 years ago
  29. d551b84 tools/tbot: update README by Heiko Schocher · 7 years ago
  30. 26b2864 ARM: dts: keystone-k2hk-evm: Add U-boot specific dtsi file by Cooper Jr., Franklin · 7 years ago
  31. bdad0fa cmd: nvedit: bring error message in sync with condition under which it appears by Lothar Waßmann · 7 years ago
  32. 037166d cmd: mtdparts: fix uninitialized variable warning by Lothar Waßmann · 7 years ago
  33. 90a59f2 dm: bcm6345_gpio: Set proper output level in bcm6345_gpio_direction_output by Axel Lin · 7 years ago
  34. 160583b board_f: fix calculation of reloc_off by Lothar Waßmann · 7 years ago
  35. edb1a3f ARM: provide a valid exception stack address for startup code by Lothar Waßmann · 7 years ago
  36. e6c1370 arm: adjust PC displayed in exception handlers to point to the failing instruction by Lothar Waßmann · 7 years ago
  37. bded0c8 ARM: remove bogus cp_delay() function by Lothar Waßmann · 7 years ago
  38. 3149632 serial: stm32x7: simplify baud rate register calculation by Patrice Chotard · 7 years ago
  39. f7d84d8 serial: stm32x7: align compatible with kernel one by Patrice Chotard · 7 years ago
  40. a50856e rkcommon.c: Drop pointless assignment by Simon Glass · 7 years ago
  41. c55d5c3 board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage() by Simon Glass · 7 years ago
  42. 3694ac5 dm: core: Supress dead-code warning in __of_get_next_child() by Simon Glass · 7 years ago
  43. ac85552 test: bus: Add a check that dev is not NULL by Simon Glass · 7 years ago
  44. 2e8faa2 test: wdt: Add a check that dev is not NULL by Simon Glass · 7 years ago
  45. 4bc73ef fdt: Add a check to fdt_print() for coverity by Simon Glass · 7 years ago
  46. 0374691 fdt: Add a check to do_fdt() for coverity by Simon Glass · 7 years ago
  47. 98685e3 fdtgrep: Deal with NULL data passed to check_type_include() by Simon Glass · 7 years ago
  48. b0e0428 edid: Use sizeof() in cea_is_hdmi_vsdb_present() by Simon Glass · 7 years ago
  49. 680e932 test: pwm: Add a check that dev is not NULL by Simon Glass · 7 years ago
  50. d4def9b powerpc, 5xx: remove support for 5xx by Heiko Schocher · 7 years ago
  51. 71cb3e9 powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  52. 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  53. 4a84532 arm: dra7: Set fastboot variables in environment by Semen Protsenko · 8 years ago
  54. b72dccd arm: am57xx: Set fastboot variables in environment by Semen Protsenko · 8 years ago
  55. f281737 omap: Add routine for setting fastboot variables by Semen Protsenko · 8 years ago
  56. 2738fc3 ARM: fixed relocation using proper alignment by Manfred Schlaegl · 8 years ago
  57. e095280 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  58. 7c41d14 dm: blk: Fix warning on !CONFIG_BLK by Tom Rini · 7 years ago
  59. edee132 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 7 years ago
  60. c9787ee Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  61. 58444c7 tools/kwbimage: Support building with LibreSSL by Marek Behún · 7 years ago
  62. c4f5e57 configs: omapl138_lcdk: dont disable fat write by Sekhar Nori · 7 years ago
  63. 42664e0 armv8: Support loading 32-bit OS which is not in the form of FIT by Alison Wang · 7 years ago
  64. a1fef71 board: mpl: pci: Fix checkpatch.pl by Chakra Divi · 7 years ago
  65. c916785 igep0020: Enable DISTRO_DEFAULTS on IGEPv2 platforms by Enric Balletbo i Serra · 7 years ago
  66. 1ffdc00 board: ti: am572x-evm: Update pinmux using latest PMT by Lokesh Vutla · 7 years ago
  67. 3cb4c62 board: ti: am571x-idk: Update pinmux using latest PMT by Lokesh Vutla · 7 years ago
  68. 3a3de61 board: ti: am572x-idk: Update pinmux using latest PMT by Lokesh Vutla · 7 years ago
  69. 73147d8 Kconfig: Add description for CMD_POWEROFF by Michal Simek · 7 years ago
  70. f8b5c56 armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel by tnishinaga.dev@gmail.com · 7 years ago
  71. a8cb022 arm: omap: Unify get_device_type() function by Semen Protsenko · 7 years ago
  72. 3d46f24 am33xx: Finish migration of CONFIG_AM33XX/AM43XX by Tom Rini · 7 years ago
  73. 9878861 cmd/fdt: support single value replacement within an array by Hannes Schmelzer · 7 years ago
  74. 2750585 buildman: properly translate strings for log and err files to ASCII by Daniel Schwierzeck · 7 years ago
  75. c9e5f0c buildman: disable localized and unicode output of all build tools by Daniel Schwierzeck · 7 years ago
  76. 3421e00 README: Add instructions for chain-loading U-Boot on jerry by Simon Glass · 7 years ago
  77. 90a6aaf rockchip: jerry: Disable CONFIG_CONSOLE_SCROLL_LINES by Simon Glass · 7 years ago
  78. aae75bd rockchip: Enable the video display banner by Simon Glass · 7 years ago
  79. e608ced rockchip: rk3288: Allow setting up clocks in U-Boot proper by Simon Glass · 7 years ago
  80. 30ca6a4 rockchip: Init clocks again when chain-loading by Simon Glass · 7 years ago
  81. 303384f rockchip: rk3288: Convert clock driver to use shifted masks by Simon Glass · 7 years ago
  82. 534f5df rockchip: jerry: Add a .its file for chromium by Simon Glass · 7 years ago
  83. d742950 rockchip: video: Take the vop device out of standby by Simon Glass · 7 years ago
  84. c4bd91f rockchip: video: Add remove() methods by Simon Glass · 7 years ago
  85. c4c2ca6 rockchip: rk3288: Add error debugging to veyron_init() by Simon Glass · 7 years ago
  86. 6324968 rockchip: Fix regualtor typo in veyron by Simon Glass · 7 years ago
  87. bdf23a0 rockchip: Setup default PWM flags by Simon Glass · 7 years ago
  88. 26784fc README: Add instructions for chain-loading U-Boot by Simon Glass · 7 years ago
  89. 33b52a4 tegra: nyan-big: Add a .its file for chromium by Simon Glass · 7 years ago
  90. 86b89fd tegra: clock: Avoid a divide-by-zero error by Simon Glass · 7 years ago
  91. 8e84244 tegra: Enable CP15 init by Simon Glass · 7 years ago
  92. d1536e3 tegra: video: Don't power up the SOR twice by Simon Glass · 7 years ago
  93. eb7dc42 tegra: nyan-big: Enable the dhrystone benchmark by Simon Glass · 7 years ago
  94. 4812d4c tegra: spi: Wait a little after setting the clocks by Simon Glass · 7 years ago
  95. e0b1f37 tegra: dts: Add cros-ec SPI settings by Simon Glass · 7 years ago
  96. 2b4029a tegra: Init clocks even when SPL did not run by Simon Glass · 7 years ago
  97. fc3ebf1 power: regulator: Add more debugging and fix a missing newline by Simon Glass · 7 years ago
  98. 1375e58 arm: Disable LPAE if not enabled by Simon Glass · 7 years ago
  99. 5bfd41d arm: Don't try to support CONFIG_ARMV7_LPAE on ARMv4T by Simon Glass · 7 years ago
  100. 3b37247 arm: Rename HCTR to HTCR by Simon Glass · 7 years ago