1. e4d6ab0 x86: Allow use of serial soon after relocation by Simon Glass · 9 years ago
  2. d74d6b4 dm: timer: Correct timer init ordering after relocation by Simon Glass · 9 years ago
  3. 9a01cca malloc_simple: Add a little more debugging by Simon Glass · 9 years ago
  4. 70e6428 spl_nor: fix warning when compiled for 64bit target by Masahiro Yamada · 9 years ago
  5. dea2174 efi_loader: Call fdt preparation functions by Alexander Graf · 9 years ago
  6. 5d00995 efi_loader: Implement memory allocation and map by Alexander Graf · 9 years ago
  7. 50149ea efi_loader: Add runtime services by Alexander Graf · 9 years ago
  8. 88033d7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  9. ecb57f6 lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value by Stefan Roese · 9 years ago
  10. c1913cb common: image-fit: Fix load and entry addresses in FIT image by York Sun · 9 years ago
  11. 6004765 common: image-fit: Use a common function to get address by York Sun · 9 years ago
  12. 96debd1 spl: Support loading a FIT from MMC by Simon Glass · 9 years ago
  13. f1dcee5 spl: Add an option to load a FIT containing U-Boot by Simon Glass · 9 years ago
  14. cef2e51 image: Add functions to obtain short names by Simon Glass · 9 years ago
  15. aa34fbc fdt: Allow libfdt to be used in SPL by Simon Glass · 9 years ago
  16. 73223f0 Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  17. 07b2b78 dm: usb: Convert USB storage to use driver-model for block devs by Simon Glass · 9 years ago
  18. 9807c3b dm: usb: Tidy up storage code ready for driver model conversion by Simon Glass · 9 years ago
  19. c89e79d dm: usb: Avoid exceeding available array size for storage devices by Simon Glass · 9 years ago
  20. 2a981dc dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  21. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  22. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  23. e35929e dm: blk: Rename get_device_and_partition() by Simon Glass · 9 years ago
  24. db1d9e7 dm: blk: Rename get_dev() to blk_get_dev() by Simon Glass · 9 years ago
  25. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  26. fd1000b common: Add support for environment file in EXT4. by Stuart Longland · 9 years ago
  27. deff6fb malloc: remove !gd handling by Stephen Warren · 9 years ago
  28. 1057e6c timer: Set up the real timer after driver model is available by Simon Glass · 9 years ago
  29. 2e33e76 Revert "image-fit: Fix signature checking" by Simon Glass · 9 years ago
  30. 7a80de4 image: Correct the OS location code to work on sandbox by Simon Glass · 9 years ago
  31. 86a0df7 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS by Guillaume GARDET · 9 years ago
  32. ed0f40a tools: fix env_flags build by Lubomir Rintel · 9 years ago
  33. 9ef2835 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  34. a2931b3 dm: video: Add a temporary work-around for old stdout var by Simon Glass · 9 years ago
  35. cc8d698 Revert "common/memsize.c: Simplify RAM size detection" by Hans de Goede · 9 years ago
  36. 928f605 Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. by David Müller (ELSOFT AG) · 9 years ago
  37. 776babd board_r: fix a typo in comment block by Masahiro Yamada · 9 years ago
  38. 0cb389d image: fix getenv_bootm_size() function again by Masahiro Yamada · 9 years ago
  39. ee05fed malloc: solve dead code issue in memalign() by Stephen Warren · 9 years ago
  40. 8e7cba0 common/memsize.c: Simplify RAM size detection by Eddy Petrișor · 9 years ago
  41. f3b267b hush: Add rudimentary support for PS1 and PS2 by Marek Vasut · 9 years ago
  42. 13d3046 hush: Pull out U-Boot prompt display and read functionality by Marek Vasut · 9 years ago
  43. 167f525 tools: env validate: pass values as 0-based array by Andreas Fenkart · 9 years ago
  44. 57dc53a Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 9 years ago
  45. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  46. 9f73690 autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set by Stefan Roese · 9 years ago
  47. 4f144a4 malloc: work around some memalign fragmentation issues by Stephen Warren · 9 years ago
  48. cd85bec Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  49. 19c3128 dm: env_sf: fix saveenv() to use driver model by Gong Qianyu · 9 years ago
  50. b72ae19 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  51. 9c3193f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  52. bdbcbe7 usb: kbd: Prevent out of bound access by Marek Vasut · 9 years ago
  53. 3da5240 common/console.c: Remove unused inline functions by Tom Rini · 9 years ago
  54. e92029c env_mmc: support overriding mmc dev from board code by Clemens Gruber · 9 years ago
  55. 8d4f11c bootm: fix size arg of flush_cache() in bootm_load_os(). by Purna Chandra Mandal · 9 years ago
  56. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago
  57. e32951b lcd: fix the color testpattern in 16bit mode by Andreas Neubacher · 9 years ago
  58. 66280e8 gpio: Warn about invalid GPIOs used with the 'gpio' command by Simon Glass · 9 years ago
  59. 35a1f0d stdio: Correct a build error with driver model by Simon Glass · 9 years ago
  60. 0ffe6ab gpio: Allow 's' as an abbreviation for 'status' by Simon Glass · 9 years ago
  61. 931b24c dm: pmic: Add 'reg status' to show all regulators by Simon Glass · 9 years ago
  62. 3ade5bc dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · 9 years ago
  63. e3b81c1 dm: stdio: video: Plumb the video uclass into stdio by Simon Glass · 9 years ago
  64. b01c792 dm: video: Implement the bmp command for driver model by Simon Glass · 9 years ago
  65. 5a54194 dm: common: Add memory reservation for the video uclass by Simon Glass · 9 years ago
  66. 8703ef3 common: Move LCD and video memory reservation together by Simon Glass · 9 years ago
  67. 6cbf5de dm: lcd: Avoid using the lcd.h header file with driver model by Simon Glass · 9 years ago
  68. 9f29aeb Revert "fdt_support: Add multi-serial support for stdout fixup" by Bin Meng · 9 years ago
  69. 4ef7909 usb: Define USB_MAX_STOR_DEV in only one place by Simon Glass · 9 years ago
  70. 72b335e sandbox: Support the bmp command by Simon Glass · 9 years ago
  71. 4fbd258 i2c: Correct command return values by Simon Glass · 9 years ago
  72. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  73. 9c11135 image: fix getenv_bootm_size() function by Masahiro Yamada · 9 years ago
  74. 447b9cd common: usb: fix checking condition by Peng Fan · 9 years ago
  75. af7a555 x86: Fix board init breakage by Simon Glass · 9 years ago
  76. 192bc69 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  77. db18f54 common: env_flags: fix loop condition when using env_flags_varaccess_mask by Peng Fan · 9 years ago
  78. bb08a6e common: cli_simple: use strlcpy instead of strcpy by Peng Fan · 9 years ago
  79. 4e42e29 cmd_boot: Add a poweroff command by Michael van Slingerland · 9 years ago
  80. 02585eb ums: support multiple LUNs at once by Stephen Warren · 9 years ago
  81. 873cc1d mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  82. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  83. adc421e arm: move gd handling outside of C code by Albert ARIBAUD · 9 years ago
  84. ecc3066 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  85. 774da4b Merge git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  86. 48ad68d hash.c: Conditionally compile hash_command, static hash_show by Tom Rini · 9 years ago
  87. 20e072f image: check "bootm_low" and "bootm_size" if "initrd_high" is missing by Masahiro Yamada · 9 years ago
  88. 9fbdb94 dm: pci: scsi: Use driver-model PCI API by Simon Glass · 9 years ago
  89. f3f1fae dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · 9 years ago
  90. fea6730 fix always succesful memory test by Rasmus Villemoes · 9 years ago
  91. 71105f5 fdt: fix address cell count checking in fdt_translate_address() by Przemyslaw Marczak · 9 years ago
  92. 8a83487 dm: usb: Add a remove() method for USB keyboards by Simon Glass · 9 years ago
  93. 70caa97 usb: Allow up to 7 storage devices by Simon Glass · 9 years ago
  94. 5d49b4c common: nvedit: use snprintf instead of sprintf by Peng Fan · 9 years ago
  95. 5a68943 common: env: initialize scalar variable by Peng Fan · 9 years ago
  96. 09a7886 common: cli: avoid memory leak by Peng Fan · 9 years ago
  97. faa7db2 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
  98. c75f57f usb: Alloc buffer for USB descriptor dynamically by Stefan Brüns · 9 years ago
  99. bc393a7 fdt: Rewrite the logic in fdt_fixup_ethernet() by Bin Meng · 9 years ago
  100. 52d825c fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet() by Bin Meng · 9 years ago