1. 371ee13 tools: env: parse aes key / suppress flag into argument struct by Andreas Fenkart · 9 years ago
  2. 07ce944 tools: env: introduce setenv/printenv argument structs by Andreas Fenkart · 9 years ago
  3. 8b27abd tools: env: make parse_aes_key stateless by Andreas Fenkart · 9 years ago
  4. 167f525 tools: env validate: pass values as 0-based array by Andreas Fenkart · 9 years ago
  5. 57dc53a Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 9 years ago
  6. 7b6dc11 Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · 9 years ago
  7. 1382648 video: bcm2835: use bus_to_phys() on FB address by Stephen Warren · 9 years ago
  8. 2300184 net: davinci_emac: fix NULL check after pointer dereference by Vishwas Srivastava · 9 years ago
  9. 1a9115e ppc: xilinx-ppc405-generic by Ricardo Ribalda · 9 years ago
  10. abbf2d9 net: fix wrong initialization in davinci-emac driver by Vishwas Srivastava · 9 years ago
  11. 1889a7e fdt: introduce fdtdec_get_child_count by Peng Fan · 9 years ago
  12. c4a45d4 rockchip: Drop old CONFIG_VIDEO_ROTATION option by Simon Glass · 9 years ago
  13. 512cab7 bzlib: Try another way to fix an unused variable by Simon Glass · 9 years ago
  14. a108082 video: test: Adjust order of file closure by Simon Glass · 9 years ago
  15. 2b80b4e video: Use 'int' for loop variables instead of short by Simon Glass · 9 years ago
  16. e517db7 cmd: Fix control bmp_display() by Simon Glass · 9 years ago
  17. a7c45ec microblaze: Correct build error in eth-uclass.c by Simon Glass · 9 years ago
  18. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  19. e4f348b nios2: set up the debug UART early by Thomas Chou · 9 years ago
  20. 5c88442 x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE by Bin Meng · 9 years ago
  21. d8277a8 x86: Disable DM_PCI_COMPAT by Bin Meng · 9 years ago
  22. 308143e dm: pci: Add missing forward declarations by Bin Meng · 9 years ago
  23. 971611e x86: chromebox_panther: Convert to use driver model ethernet by Bin Meng · 9 years ago
  24. 6ce73f5 x86: chromebox_panther: Drop the cache line size hack by Bin Meng · 9 years ago
  25. 50c88e4 efi: app: Disable CONFIG_USB_EHCI_PCI by Bin Meng · 9 years ago
  26. e1d1b62 efi: app: Clean up defconfig by Bin Meng · 9 years ago
  27. 5a257df x86: quark: Use Quark's own PCI config APIs by Bin Meng · 9 years ago
  28. 81dab9a net: e1000: Convert to use DM PCI API by Bin Meng · 9 years ago
  29. 6758a6c net: designware: Use dm_pci_mem_to_phys() in the probe routine by Bin Meng · 9 years ago
  30. c52ac3f net: pch_gbe: Convert to use DM PCI API by Bin Meng · 9 years ago
  31. 3857ed0 x86: pci: Drop legacy PCI APIs by Bin Meng · 9 years ago
  32. 58316f9 x86: pci: Use DM PCI APIs in pci_assign_irqs() by Bin Meng · 9 years ago
  33. 6039200 x86: qemu: Convert to use DM PCI API by Bin Meng · 9 years ago
  34. 66484f0 x86: tnc: Remove IGD and SDVO devices from driver model by Bin Meng · 9 years ago
  35. 2b94d9f x86: tnc: Use DM PCI API in disable_igd() by Bin Meng · 9 years ago
  36. 9e36c53 x86: tnc: Change disable_igd() to have a return value by Bin Meng · 9 years ago
  37. 248c4fa x86: irq: Convert to use DM PCI API by Bin Meng · 9 years ago
  38. b46c208 x86: irq: Move irq_router to a per driver priv by Bin Meng · 9 years ago
  39. 819133d x86: irq: Get irq_router's bdf via dm_pci_get_bdf() by Bin Meng · 9 years ago
  40. e75711a x86: minnowmax: Drop io-base property in the pch_pinctrl node by Bin Meng · 9 years ago
  41. 2b7ff26 x86: Drop asm/arch/gpio.h by Bin Meng · 9 years ago
  42. 3ddc1c7 x86: ich6_gpio: Convert to use proper DM API by Bin Meng · 9 years ago
  43. 4f106bc x86: pch9: Implement get_io_base op by Bin Meng · 9 years ago
  44. 79d4eb6 dm: pch: Add get_io_base op by Bin Meng · 9 years ago
  45. ec2af6f x86: pch: Implement get_gpio_base op by Bin Meng · 9 years ago
  46. 384980c dm: pch: Add get_gpio_base op by Bin Meng · 9 years ago
  47. 3e389d8 dm: pch: Rename get_sbase op to get_spi_base by Bin Meng · 9 years ago
  48. d02be99 dm: pch: Remove pch_get_version op by Bin Meng · 9 years ago
  49. 254e677 x86: quark: Drop unprotect_spi_flash() by Bin Meng · 9 years ago
  50. efd633c x86: tnc: Drop unprotect_spi_flash() by Bin Meng · 9 years ago
  51. 6e670b5 spi: ich: Change PCHV_ to ICHV_ by Bin Meng · 9 years ago
  52. 1f9eb59 spi: ich: Use compatible strings to distinguish controller version by Bin Meng · 9 years ago
  53. 9eb4339 spi: ich: Some clean up by Bin Meng · 9 years ago
  54. f7c3638 x86: x86-common.h: Add CONFIG_BOOTDELAY by Stefan Roese · 9 years ago
  55. 9f73690 autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set by Stefan Roese · 9 years ago
  56. 94985cc Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  57. 2a5bcaf Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  58. a409a8b Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals" by Dinh Nguyen · 9 years ago
  59. 8c9b4d5 usb: gadget: dwc2_udc_otg: modified the check condition for max packet size of ep_in in high speed by Frank Wang · 9 years ago
  60. fb0d042 imx: mx6: implement board_mmc_get_env_dev by Peng Fan · 9 years ago
  61. 216d286 imx: mx6: implement mmc_get_env_dev by Peng Fan · 9 years ago
  62. 62d8cce imx: mx7dsabresd: move mmc_get_env_devno to soc code by Peng Fan · 9 years ago
  63. 9e30ba2 dm: vybrid_gpio: Drop legacy code by Bhuvanchandra DV · 9 years ago
  64. 5160def dm: lpuart: Drop the legacy code by Bhuvanchandra DV · 9 years ago
  65. ce2896a arm: vybrid: Drop enabling GPIO, SPI and UART in legacy mode by Bhuvanchandra DV · 9 years ago
  66. dbac20c arm: vybrid: Update defconfig's by Bhuvanchandra DV · 9 years ago
  67. f8aaade arm: pcm052: Add device tree file's by Bhuvanchandra DV · 9 years ago
  68. 987dd5f arm: vf610-twr: Add device tree file's by Bhuvanchandra DV · 9 years ago
  69. c720ff1 arm: colibri-vf: Enable serial support by Bhuvanchandra DV · 9 years ago
  70. 947fb97 arm: vybrid: Update the license string by Bhuvanchandra DV · 9 years ago
  71. d5e4f0a arm: vybrid: Enable lpuart support by Bhuvanchandra DV · 9 years ago
  72. 85eb095 imx: mx6sxsabresd: Add MCIMX28LCD display support by Ye Li · 9 years ago
  73. 23e2da2 imx: mx6ul/sx: Fix issue in LCDIF clock dividers calculation by Ye Li · 9 years ago
  74. 9655ebd imx: mx6sx: Fix issue in LCDIF clock enablement by Ye Li · 9 years ago
  75. 6967c97 mx6slevk: Remove CONFIG_ETHPRIME option by Fabio Estevam · 9 years ago
  76. 214c3f0 imx: MX6DQ{P}/DL:SABRESD Fix bmode eMMC failure by Ye Li · 9 years ago
  77. 755a116e tqma6_wru4: Fix the reset delay for the the LAN8720 PHY by Fabio Estevam · 9 years ago
  78. 529a671 mx6slevk: Fix the reset delay for the the LAN8720 PHY by Fabio Estevam · 9 years ago
  79. cf94a34 imx: mx6sxsabreauto: Add support for mx6sx SABREAUTO board by Ye Li · 9 years ago
  80. d4d1dd6 mx6: soc: Add ENET2 mac address support by Ye Li · 9 years ago
  81. 276d3eb tools: mxsboot: Use more portable cpu_to_le32() by Bin Meng · 9 years ago
  82. d3b78e1 wandboard: fix variable name so PXE boot works by Peter Robinson · 9 years ago
  83. 89d4859 arm: imx6: Enable DDR calibration on Novena by Marek Vasut · 9 years ago
  84. d339f16 arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL by Marek Vasut · 9 years ago
  85. 44189a0 Prepare v2016.03-rc1 by Tom Rini · 9 years ago
  86. 161b1fe Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 9 years ago
  87. 008e61f Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  88. 37dadbc board: atmel: sama5d2_xplained: add SPL support by Wenyou Yang · 9 years ago
  89. 4245701 arm: at91/spl: mpddrc: use IP version to check configuration by Wenyou Yang · 9 years ago
  90. c2ad76c arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization by Wenyou Yang · 9 years ago
  91. 7e8702a arm: at91/spl: mpddrc: add struct atmel_mpddrc_config by Wenyou Yang · 9 years ago
  92. 258b21f atmel_nand: Add 32 bit ecc support for sama5d2 chip by Josh Wu · 9 years ago
  93. fa651f5 atmel_nand_ecc: update pmecc registers according to sama5d2 chip by Josh Wu · 9 years ago
  94. 73c5c39 Makefile: Drop unnecessary -dtb suffixes by Simon Glass · 9 years ago
  95. dae6e7b Makefile: Make u-boot.img the same as u-boot-dtb.img by Simon Glass · 9 years ago
  96. bd7dc38 socfpga: Simplify Makefile filenames by Simon Glass · 9 years ago
  97. a9d7826 tegra: Always build a boot image with the same filename by Simon Glass · 9 years ago
  98. 03c25bc fdt: Build an SPL binary without device tree by Simon Glass · 9 years ago
  99. ad1ecd2 fdt: Build a U-Boot binary without device tree by Simon Glass · 9 years ago
  100. 580cc03 tegra: Clarify generation of -nodtb file with OF_CONTROL by Simon Glass · 9 years ago