1. 5b73caf ARM: zynq: Remove sparse warnings by Michal Simek · 10 years ago
  2. ec96386 ARM: zynq: Fix sparse warning in ddrc.c by Michal Simek · 10 years ago
  3. 3b5b599 ARM: zynq: Fix sparse warnings in slcr.c by Michal Simek · 10 years ago
  4. 27b4e4b Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  5. e7d4a88 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 10 years ago
  6. 3108185 fpga: zynq: Use helper function zynq_validate_bitstream by Siva Durga Prasad Paladugu · 11 years ago
  7. a0735a3 fpga: zynq: Use helper functions for zynq dma by Siva Durga Prasad Paladugu · 11 years ago
  8. 42a74a0 fpga: zynq: Remove sparse warnings by Michal Simek · 10 years ago
  9. 14cfc4f fpga: xilinx: Simplify load/dump/info function handling by Michal Simek · 11 years ago
  10. 2df9d5c fpga: xilinx: Fix the rest of CamelCases by Michal Simek · 11 years ago
  11. f8c1be9 fpga: xilinx: Avoid CamelCase for in Xilinx_desc by Michal Simek · 11 years ago
  12. d9071ce fpga: virtex2: Avoid CamelCase by Michal Simek · 11 years ago
  13. 2a6e386 fpga: spartan3: Avoid CamelCase by Michal Simek · 11 years ago
  14. b625b9a fpga: spartan2: Avoid CamelCase by Michal Simek · 11 years ago
  15. 69c0d32 kbuild: Fix trailing whitespaces by Michal Simek · 10 years ago
  16. 15e82e5 net/designware: call phy_connect_dev() to properly setup phylib device by Ian Campbell · 10 years ago
  17. 1b37fa8 boards.cfg: Keep entries sorted by Fabio Estevam · 10 years ago
  18. dd6d796 fs/fat: correct FAT16/12 file finding in root dir by Wu, Josh · 10 years ago
  19. 2e98f70 fs: fat_write: fix the incorrect last cluster checking by Wu, Josh · 10 years ago
  20. 0611897 fs/fat: add fat12 cluster check by Wu, Josh · 10 years ago
  21. 8b454ee fs:ext4:write:fix: Reinitialize global variables after updating a file by Łukasz Majewski · 10 years ago
  22. 35dd055 fs:ext4:cleanup: Remove superfluous code by Łukasz Majewski · 10 years ago
  23. ae95fad disk: part_efi: add support for the Backup GPT by Steve Rae · 10 years ago
  24. fa39ffe common/board_f: Fix size variable by York Sun · 10 years ago
  25. 2a1680e common/board_f: Initialized global data for generic board by York Sun · 10 years ago
  26. 7e18a1b Trivial fix to .gitignore for spl/Makefile by Ralph Siemsen · 10 years ago
  27. 717ccc1 cmd_bootm.c: Only say XIP image when load is image_start by Tom Rini · 10 years ago
  28. cd834a0 tools: env: Add aes.c placeholder by Marek Vasut · 10 years ago
  29. e7afb73 nand_spl: remove unused linker scripts u-boot-nand.lds by Masahiro Yamada · 10 years ago
  30. 488c47a config: remove platform CONFIG_SYS_HZ definition part 4 by Masahiro Yamada · 10 years ago
  31. 6f2ed0e cosmetic: delete misleading comment /* CONFIG_BOARDDIR */ by Masahiro Yamada · 10 years ago
  32. 5c50a92 hush shell: Avoid string write overflow when entering max cmd length by Kristian Otnes · 10 years ago
  33. bf69d66 kbuild: allow null board for spl build by Masahiro Yamada · 10 years ago
  34. bafd67d tps6586x: staticize funtions by Manish Badarkhe · 10 years ago
  35. 96ee97a doc: README.generic-board: Fix typo by Fabio Estevam · 10 years ago
  36. 822ef00 lib/sha256: fix compile on some hosts by Andreas Bießmann · 10 years ago
  37. 65bb6d8 kbuild: build with -Werror=date-time if the compiler supports it by Masahiro Yamada · 10 years ago
  38. 9995d8c fs: ubifs: drop __DATE__ and __TIME__ by Masahiro Yamada · 10 years ago
  39. c42f56d blackfin: replace bfin_gen_rand_mac() with eth_random_addr() by Masahiro Yamada · 10 years ago
  40. da384a9 net: rename and refactor eth_rand_ethaddr() function by Masahiro Yamada · 10 years ago
  41. c85bb5a rand: do not surround function declarations by #ifdef by Masahiro Yamada · 10 years ago
  42. 1d64377 cmd_time: do not show ticks by Masahiro Yamada · 10 years ago
  43. 597fe04 net/phy: enable get_phy_id redefinable by Shengzhou Liu · 11 years ago
  44. 02aa4c5 AR8035/phy: Enable autonegotiation function for ar8035 by Xiaobo Xie · 11 years ago
  45. d57dee5 serial: nsl16550: add hw flow control support by Karicheri, Muralidharan · 11 years ago
  46. 8abd053 fs: fat: Fix cache align error message in fatwrite by Nobuhiro Iwamatsu · 11 years ago
  47. 8e26157 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  48. 3e41c54 Prepare v2014.07-rc1 by Tom Rini · 10 years ago
  49. f4617ef Merge branch 'tom' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  50. 097c5de sandbox: ignore sandbox.dtb by Masahiro Yamada · 10 years ago
  51. 2580609 sandbox: move source files from board/ to arch/sandbox/ by Masahiro Yamada · 10 years ago
  52. 102061b patman: Avoid duplicate sign-offs by Simon Glass · 10 years ago
  53. 757f64a patman: Deal with 'git apply' failures correctly by Simon Glass · 10 years ago
  54. 75b3c3a sandbox: Update and expand the README by Simon Glass · 11 years ago
  55. ad0e463 sandbox: Provide a build option to avoid using SDL by Simon Glass · 11 years ago
  56. 1992dbf Make 'run' use run_command_list() instead of run_command() by Simon Glass · 11 years ago
  57. fd37dac sandbox: Support 'env import' and 'env export' by Simon Glass · 11 years ago
  58. bcb879c Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  59. 146b468 Merge branch 'master' of git://git.denx.de/u-boot-sparc by Tom Rini · 10 years ago
  60. d2a3e911 Merge branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  61. 4148b3d leon: implement missing get_tbclk() by Daniel Hellstrom · 10 years ago
  62. 1c1c750 leon: use CONFIG_SYS_HZ to config timer prescaler by Daniel Hellstrom · 10 years ago
  63. 0986546 serial: zynq: Fix typo in suffix function name by Michal Simek · 10 years ago
  64. 891655e serial: zynq: Remove sparse warnings by Michal Simek · 10 years ago
  65. 5146fc2 i2c: zynq: Fixed compilation errors when using DEBUG by Jesper B. Christensen · 10 years ago
  66. 173d294 Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  67. 33b0f7b Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  68. a1a1f6e Merge branch 'net' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  69. 3c3f13f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  70. 870e0bd serial: zynq: Fix typo in suffix function name by Michal Simek · 10 years ago
  71. 6c4da35 serial: zynq: Remove sparse warnings by Michal Simek · 10 years ago
  72. 2fd2489 net: zynq: Fix sparse warnings in gem by Michal Simek · 10 years ago
  73. c1a9fa4 net: zynq: Use predefined macros instead of hardcoded value by Michal Simek · 11 years ago
  74. d1d37b5 microblaze: Wire up OF support for emaclite by Stephan Linz · 12 years ago
  75. 1161f98 at91: video: atmel_hlcdfb.c: fix bad timing configuration by Wu, Josh · 11 years ago
  76. 264e0e5 config: enable CMD_BMP when API+LCD is enabled by Stephen Warren · 10 years ago
  77. e1ae71d logos: Update of the syteco company logo by Thomas Diener · 10 years ago
  78. af41d6b common: fixed linker-list example by Mateusz Zalega · 10 years ago
  79. 25fbf96 USB: gadget: save driver name before registering it by Stephen Warren · 10 years ago
  80. c4d0e85 USB: gadget: added a saner gadget downloader registration API by Mateusz Zalega · 10 years ago
  81. fad8edf am335x: dfu: disable DFU in am335x_evm SPL build by Mateusz Zalega · 10 years ago
  82. 41c2d60 ums: always initialize mmc before ums_disk_init() by Mateusz Zalega · 10 years ago
  83. b7d4259 dfu: mmc: change offset base handling by Mateusz Zalega · 10 years ago
  84. 711b931 dfu: mmc: raw data write fix by Mateusz Zalega · 10 years ago
  85. 75504e9 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · 10 years ago
  86. 6b423b7 part: header fix by Mateusz Zalega · 10 years ago
  87. 07a2d42 mmc: mmc header fix by Mateusz Zalega · 10 years ago
  88. 52fded7 Merge branch 'next' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  89. 7904b70 ARM: highbank: use default prompt by Rob Herring · 11 years ago
  90. ac9ae13 ARM: highbank: use config_distro_defaults.h by Rob Herring · 11 years ago
  91. 2fc5dab usb: gadget: allow ci_udc to build with new gadget framework by Stephen Warren · 10 years ago
  92. a69214d video: mxc_ipuv3_fb: stash frame buffer pointer in global data. by Eric Nelson · 10 years ago
  93. a022c1e usb: ums: use only 1 buffer for CI_UDC by Stephen Warren · 10 years ago
  94. fcf2ede usb: ci_udc: support variants with hostpc register by Stephen Warren · 10 years ago
  95. 0c51dc6 usb: ci_udc: make PHY initialization conditional by Stephen Warren · 10 years ago
  96. 8aac6e9 usb: ci_udc: set ep->req.actual after transfer by Stephen Warren · 10 years ago
  97. f5c0300 usb: ci_udc: Support larger packets by Stephen Warren · 10 years ago
  98. 672ad18 dfu:fix: Replace wrong return value with proper one by Lukasz Majewski · 10 years ago
  99. e6e493f exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DT by andrey.konovalov@linaro.org · 10 years ago
  100. 078d730 usb: musb: fill in usb_gadget_unregister_driver by Rob Herring · 10 years ago