1. 48d4e29 dm: Add functions to access a device's children by Simon Glass · 10 years ago
  2. 4071742 dm: Provide a function to scan child FDT nodes by Simon Glass · 10 years ago
  3. cebcebb dm: Tidy up some header file comments by Simon Glass · 10 years ago
  4. c95f678 fdt: Add a function to get the node offset of an alias by Simon Glass · 10 years ago
  5. de70867 dm: Avoid accessing uclasses before they are ready by Simon Glass · 10 years ago
  6. c1464ab dm: Allow a device to be found by its FDT offset by Simon Glass · 10 years ago
  7. bda99b5 dm: Display the sequence number for each device by Simon Glass · 10 years ago
  8. db6f020 dm: Introduce device sequence numbering by Simon Glass · 10 years ago
  9. 64bb92a dm: Avoid activating devices in 'dm uclass' command by Simon Glass · 10 years ago
  10. ae48d20 dm: Move device display into its own function by Simon Glass · 10 years ago
  11. 9908ad4 fdt: Add a function to get the alias sequence of a node by Simon Glass · 10 years ago
  12. 4b67cef dm: Move uclass error checking/probing into a function by Simon Glass · 10 years ago
  13. b9d5f6b Add a flag indicating when the serial console is ready by Simon Glass · 10 years ago
  14. a9d808b console: Remove vprintf() optimisation for sandbox by Simon Glass · 10 years ago
  15. 5d609ce stdio: Provide functions to add/remove devices using stdio_dev by Simon Glass · 10 years ago
  16. a730c5d dm: Support driver model prior to relocation by Simon Glass · 10 years ago
  17. fef72b7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  18. 1920051 sandbox: Remove all drivers before exit by Simon Glass · 10 years ago
  19. 0019758 dm: Provide a way to shut down driver model by Simon Glass · 10 years ago
  20. 6d3b3e2 dm: Make sure that the root device is probed by Simon Glass · 10 years ago
  21. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  22. 1867bd4 stdio: Remove redundant code around stdio_register() calls by Simon Glass · 10 years ago
  23. a7bb08a dm: Use an explicit expect value in core tests by Simon Glass · 10 years ago
  24. f988071 dm: gpio: Don't use the driver model uclass for SPL by Simon Glass · 10 years ago
  25. 05c8600 sandbox: Always enable malloc debug by Simon Glass · 10 years ago
  26. c757cb0 sandbox: config: Enable pre-relocation malloc() by Simon Glass · 10 years ago
  27. 0cc6f5c sandbox: Support pre-relocation malloc() by Simon Glass · 10 years ago
  28. 863e404 Add a simple malloc() implementation for pre-relocation by Simon Glass · 10 years ago
  29. c395fdf sandbox: Set up global data before board_init_f() by Simon Glass · 10 years ago
  30. 7471cc7 Remove form-feeds from dlmalloc.c by Simon Glass · 10 years ago
  31. 6c014d8 m68k: define __kernel_size_t as unsinged int again by Masahiro Yamada · 10 years ago
  32. f26bab3 m68k: fix an undefined behavior warning of M5253DEMO board by Masahiro Yamada · 10 years ago
  33. 5e443d2 boards.cfg: re-claim ownership for TQM8xx boards by Wolfgang Denk · 10 years ago
  34. 222981f Ethernet: let user know if there is no valid ethernet address by Pavel Machek · 10 years ago
  35. 63d424b board_r: run scsi init() on ARM too by Ian Campbell · 10 years ago
  36. 368989b AHCI: Increase link timeout to 200ms by Ian Campbell · 10 years ago
  37. d2d38ca .gitignore: clean-up unnecessary entries by Masahiro Yamada · 10 years ago
  38. 4e978f6 Update .mailmap using scripts/mailmapper by Masahiro Yamada · 10 years ago
  39. 030bfe8 scripts: add mailmapper, a tool to create/update mailmap file by Masahiro Yamada · 10 years ago
  40. c952a31 add .mailmap for proper git-shortlog output by Masahiro Yamada · 10 years ago
  41. 13334e7 whitespace cleanups by Pavel Machek · 10 years ago
  42. 76836ce Makefile: fix tags target documentation by Igor Grinberg · 10 years ago
  43. 3f7ecb9 Makefile: fix ctags/etags clean targets by Igor Grinberg · 10 years ago
  44. bb8f01b Makefile: fix the {c, e}tags/cscope build targets by Igor Grinberg · 10 years ago
  45. cdda2bc rpi_b: handle import of environments in files with CRLF as line endings by Alexander Holler · 10 years ago
  46. 682d7d8 am335x_evm: handle import of environments in files with CRLF as line endings by Alexander Holler · 10 years ago
  47. 927c751 omap3_beagle: handle import of environments in files with CRLF as line endings by Alexander Holler · 10 years ago
  48. 3e12be7 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  49. c15e1f8 h2200: Disable SHA256 on FIT images by Tom Rini · 10 years ago
  50. cb21e37 lib/time.c cleanups by Pavel Machek · 10 years ago
  51. 9aa3827 common: cmd_ide: use __weak and add prototypes by Jeroen Hofstee · 10 years ago
  52. e0b7e54 common: cmd_ide: remove PIO mode by Jeroen Hofstee · 10 years ago
  53. ef2c62f serial: ns16550: use a const variable instead of macro by Masahiro Yamada · 10 years ago
  54. 75ab6cb serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor by Masahiro Yamada · 10 years ago
  55. dabca15 serial: ns16550: drop CONFIG_OMAP1610 from the special case by Masahiro Yamada · 10 years ago
  56. 764c29d bootp can use mdelay by Pavel Machek · 10 years ago
  57. eac6cd6 spl: nand: read only in the size of image_header on the first access by Masahiro Yamada · 10 years ago
  58. 4c1a9c5 catch wrong load address passed to fatload / ext2load by Pavel Machek · 10 years ago
  59. 264ebb5 Fix help text of ext2load and fatload. by Pavel Machek · 10 years ago
  60. a8aebfe tools: compiler.h: add missing time.h by Jeroen Hofstee · 10 years ago
  61. ae0ae22 driver/usb: include upper/lower_32_bits() from linux/compat.h by Lijun Pan · 10 years ago
  62. 036f66d linux/compat.h: port lower_32_bits and upper_32_bits from Linux by Lijun Pan · 10 years ago
  63. 8ac041e sparc: merge LEON2 and LEON3 linker scripts by Masahiro Yamada · 10 years ago
  64. bbc1850 sparc: merge LEON3 linker scripts by Masahiro Yamada · 10 years ago
  65. 065fd4a esd:cmd_loadpci.c: Switch from "do_source" to "source" by Tom Rini · 10 years ago
  66. 40250da Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 10 years ago
  67. a3e5891 common: cmd_mii: fix printf format warning by Jeroen Hofstee · 10 years ago
  68. f682d8c autoboot: add its own header by Jeroen Hofstee · 10 years ago
  69. d5b2fed board: rpi_b: include mmc header and fix prototype by Jeroen Hofstee · 10 years ago
  70. aedeeaa mmc: prevent some warnings with make W=1 by Jeroen Hofstee · 10 years ago
  71. 82d92da common: env_common: make env_get_char_spec __weak by Jeroen Hofstee · 10 years ago
  72. 1990e04 yaffs2: preprocessor cleanup by Jeroen Hofstee · 10 years ago
  73. 7686777 yaffs2: cosmetic: remove self assignments by Jeroen Hofstee · 10 years ago
  74. f7d4a49 common: bootm_os: make arch_preboot_os __weak by Jeroen Hofstee · 10 years ago
  75. 4772630 dirvers: mmc: use __weak by Jeroen Hofstee · 10 years ago
  76. 4659055 lib:vsprintf: reduce scope of pack_hex_byte by Jeroen Hofstee · 10 years ago
  77. 1bd2a6d env_callback.h: spl: mark callback as maybe_unused by Jeroen Hofstee · 10 years ago
  78. 0ee8d79 lib:sha1: remove unused constant by Jeroen Hofstee · 10 years ago
  79. b735e8c common: main.c: make show_boot_progress __weak by Jeroen Hofstee · 10 years ago
  80. 0461dda lib:lmb: use __weak by Jeroen Hofstee · 10 years ago
  81. f7f37e2 common:splash: use __weak by Jeroen Hofstee · 10 years ago
  82. cf0cf82 dm: add missing includes by Jeroen Hofstee · 10 years ago
  83. a802b98 common: board_f: cosmetic use __weak for leds by Jeroen Hofstee · 10 years ago
  84. f384fbf common: commands: make commands static by Jeroen Hofstee · 10 years ago
  85. 2922317 lib: div64: add missing include by Jeroen Hofstee · 10 years ago
  86. 5a85e89 mtd: cfi_flash: fix clang warning by Jeroen Hofstee · 10 years ago
  87. 37787f6 fsl_i2c: add support for 3rd and 4th I2C by Shengzhou Liu · 10 years ago
  88. 0ecd655 i2c, omap24xx: add i2c deblock sequenz by Heiko Schocher · 10 years ago
  89. 17b6bf1 Prepare v2014.07 by Tom Rini · 10 years ago
  90. 3f8ee65 socfpga: timer actually counts down by Pavel Machek · 10 years ago
  91. 6d576a7 ARM: DRA7xx: Update the board_name env variable by Lokesh Vutla · 10 years ago
  92. 9366349 boards.cfg: change "<none>" in the board field to "-" by Masahiro Yamada · 10 years ago
  93. 0dbeac1 boards.cfg: keep it sorted filling the board field by Masahiro Yamada · 10 years ago
  94. fd1cfa5 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  95. 3f8cd17 i.MX6DL/S: add drive-strength back to pads DISP0_DAT2/DAT10 by Eric Nelson · 10 years ago
  96. d8d0b2f usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x by Felipe Balbi · 10 years ago
  97. ae46a4c usb: host: xhci: make sure to power up PHY by Felipe Balbi · 10 years ago
  98. baac5dd doc: Add zynq fragment to git-mailrc file by Michal Simek · 10 years ago
  99. 8915973 ARM: OMAP4/5: Change omap4_sdp/panda and omap5_uevm maintainer by Lokesh Vutla · 10 years ago
  100. 496039f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago