1. 43ccfaf ARM: uniphier: change CONFIG_SPL_PAD_TO to 128KB by Masahiro Yamada · 8 years ago
  2. ac8ec0d Revert "armv8: release slave cores from CPU_RELEASE_ADDR" by Masahiro Yamada · 8 years ago
  3. 080f414 spl: Remove overwrite of relocated malloc limit by Andrew F. Davis · 8 years ago
  4. 34597e4 malloc_simple: Add debug statements to memalign_simple by Andrew F. Davis · 8 years ago
  5. 8a4f2bd disk: convert CONFIG_EFI_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  6. f7e0772 disk: convert CONFIG_DOS_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  7. e85bd58 Drop CONFIG_CMD_DOC by Simon Glass · 8 years ago
  8. ab051bb Drop prt_mpc5xxx_clks() in favour of print_cpuinfo() by Simon Glass · 8 years ago
  9. 68c1d01 Drop the static inline print_cpuinfo() by Simon Glass · 8 years ago
  10. 421e954 Drop CONFIG_WINBOND_83C553 by Simon Glass · 8 years ago
  11. 8937073 powerpc: Drop CONFIG_SYS_ALLOC_DPRAM by Simon Glass · 8 years ago
  12. 302445a powerpc: Drop probecpu() in favour of arch_cpu_init() by Simon Glass · 8 years ago
  13. 95d3141 Convert CONFIG_ARCH_MISC_INIT to Kconfig by Simon Glass · 8 years ago
  14. 7a99a87 Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig by Simon Glass · 8 years ago
  15. 62adede Convert CONFIG_ARCH_EARLY_INIT_R to Kconfig by Simon Glass · 8 years ago
  16. 22d567e Kconfig: Migrate BOARD_LATE_INIT to a select by Tom Rini · 8 years ago
  17. 4892d39 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  18. 4487fac common: Kconfig: Add BOARD_LATE_INIT entry by Jagan Teki · 8 years ago
  19. 9a922b4 bootm: qnx: Disable data cache before booting QNX image by Emmanuel Vadot · 8 years ago
  20. c636ea1 board_init.c: Always use memset() by Tom Rini · 8 years ago
  21. 443b516 ARM: Default to using optimized memset and memcpy routines by Tom Rini · 8 years ago
  22. 0700993 spl: Add some missing newlines by Andrew F. Davis · 8 years ago
  23. 2487488 spl: Remove inline ifdef check for EXT and FAT support by Andrew F. Davis · 8 years ago
  24. 1377bff common/image.c: Use correct suffixes for binary sizes by xypron.glpk@gmx.de · 8 years ago
  25. bf3fafe bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set by Rick Altherr · 8 years ago
  26. f4d4199 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  27. cd8f86f usb: storage: Show number of storage devices detected for DM_USB by Michal Simek · 8 years ago
  28. 168e122 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  29. bc21358 armv8: release slave cores from CPU_RELEASE_ADDR by Oded Gabbay · 8 years ago
  30. cd01e64 spl: move RAM boot support in separate file by Stefan Agner · 8 years ago
  31. e2eaac1 Convert CONFIG_SPL_RAM_DEVICE to defconfig by Stefan Agner · 8 years ago
  32. 9732f79 Kconfig: CONFIG_OF_PLATDATA doesn't really exist by Tom Rini · 8 years ago
  33. f4650ea splash: fix splash source flags check by tomas.melin@vaisala.com · 8 years ago
  34. 45ee790 splash: add support for loading splash from a FIT image by tomas.melin@vaisala.com · 8 years ago
  35. 0a7c732 splash: sort include files by tomas.melin@vaisala.com · 8 years ago
  36. e4c8e2a Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  37. 9c49b8c scsi: dm: Unbind all scsi based block devices before new scan by Michal Simek · 8 years ago
  38. 6c52607 SPL: make struct spl_image 64-bit safe by Andre Przywara · 8 years ago
  39. 59697a2 tools: mkimage: add firmware-ivt image type for HAB verification by Sven Ebenfeld · 8 years ago
  40. 7fa2030 common: Fix logic in fpga programming by Michal Simek · 8 years ago
  41. c886f35 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  42. 1a548f5 common: miiphyutil: Add helper function for mdio bus name by Michal Simek · 8 years ago
  43. 2b530f9 spl: Drop announce_boot_device() by Simon Glass · 8 years ago
  44. f1e5575 spl: Pass the loader into spl_load_image() by Simon Glass · 8 years ago
  45. c9ef185 spl: Move the loading code into its own function by Simon Glass · 8 years ago
  46. 4fc1f25 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  47. edcfdbd Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · 8 years ago
  48. e78a8a6 common: miiphyutil: Add helper function for mdio bus name by Michal Simek · 8 years ago
  49. 4b72702 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  50. 0ef6ec8 dm: spl: mmc: Fix EXT SPL support by Michal Simek · 8 years ago
  51. c6d8cc0 common: image: Remove FIT header update from image post-processing by Andrew F. Davis · 8 years ago
  52. 2a3400b Merge branch 'master' of git://www.denx.de/git/u-boot-dm by Tom Rini · 8 years ago
  53. 697f473 cmd: Convert CMD_BOOTMENU by Tom Rini · 8 years ago
  54. 378bcff image: Add Trusted Execution Environment image type by Andrew F. Davis · 8 years ago
  55. 28b28f7 image: Add FIT image loadable section custom processing by Andrew F. Davis · 8 years ago
  56. f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  57. 1b0deee dm: core: Handle global_data moving in SPL by Simon Glass · 8 years ago
  58. 67fa10d common: sh: add necessary define bits to board_f by Vladimir Zapolskiy · 8 years ago
  59. 6241b52 scsi: Separate SCSI private block description initialization by Michal Simek · 8 years ago
  60. 5dc196f scsi: Change scsi_scan() to be able to return value by Michal Simek · 8 years ago
  61. 9ec32f3 scsi: Make private functions static by Michal Simek · 8 years ago
  62. 8544df8 scsi: Remove completely unused functions by Michal Simek · 8 years ago
  63. de6840a scsi: Simplify scsi_read/scsi_write() by Michal Simek · 8 years ago
  64. 4091749 scsi: Move pccb buffer initalization directly to scsi_detect_dev by Michal Simek · 8 years ago
  65. 3c0073b scsi: Take lun from device block description by Michal Simek · 8 years ago
  66. ebbde65 scsi: Extract device detection algorithm by Michal Simek · 8 years ago
  67. ac0a18d1 scsi: Extract block device initialization by Michal Simek · 8 years ago
  68. fca1e84 common: miiphyutil: Work and report phy address in hex in mdio cmd by Michal Simek · 8 years ago
  69. 8d5c4c3 SPL: mmc: Make spl_mmc_load_image available by Marek Vasut · 8 years ago
  70. f537e39 mmc: Tinification of the mmc code by Marek Vasut · 8 years ago
  71. fc58386 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 8 years ago
  72. b9da7da common/board_f: enable initr_trap for MIPS by Daniel Schwierzeck · 9 years ago
  73. bbbd602 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  74. b521404 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  75. 64a77a4 spl: mmc: fix switch statement by Max Krummenacher · 8 years ago
  76. 0489c3b spl: add USB Gadget config option by Stefan Agner · 8 years ago
  77. e542edd spl: dfu: move DFU Kconfig to SPL Kconfig by Stefan Agner · 8 years ago
  78. 7ccd412 spl: add RAM boot device only if it is actually defined by Stefan Agner · 8 years ago
  79. d5681a5 xyz-modem: Change getc timeout loop waiting by tomas.melin@vaisala.com · 8 years ago
  80. b450f93 sata: fix sata command can not being executed bug by Tang Yuantian · 8 years ago
  81. 6e8bc1a generic-board: make show_board_info a weak function by Marcel Ziswiler · 8 years ago
  82. 7c701b3 Revert "generic-board: allow showing custom board info" by Marcel Ziswiler · 8 years ago
  83. 7c8cb47 spl: remove redundant call to parse_image_header() by tomas.melin@vaisala.com · 8 years ago
  84. e379f59 spl: add check for FIT-header when loading image by tomas.melin@vaisala.com · 8 years ago
  85. 18f5079 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  86. 927e631 stdio: Correct numbering logic in stdio_probe_device() by Simon Glass · 8 years ago
  87. 913d761 stdio: Correct code style nits by Simon Glass · 8 years ago
  88. 972b459 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  89. fe92d67 tools/env: Correct include kconfig by York Sun · 8 years ago
  90. 48cd6ab image-fit: Fix compiling error caused by autoconf.h by York Sun · 8 years ago
  91. 73818d5 armv8: Support loading 32-bit OS in AArch32 execution state by Alison Wang · 8 years ago
  92. 6616c82 image: Combine image_sig_algo with image_sign_info by Andrew Duda · 8 years ago
  93. 06ca6d6 image: Add crypto_algo struct for RSA info by Andrew Duda · 8 years ago
  94. 3db9ff0 rsa: Verify RSA padding programatically by Andrew Duda · 8 years ago
  95. db5862d ext4: Allow reading files with non-zero offset, clamp read len by Stefan Brüns · 8 years ago
  96. 7e3ba48 spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig by Semen Protsenko · 8 years ago
  97. ddb2607 image: Protect against overflow in unknown_msg() by Simon Glass · 8 years ago
  98. c809a97 cmd: dfu: Add error handling for board_usb_init by Michal Simek · 8 years ago
  99. 753b345 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  100. 60fdcab config: Move CONFIG_DEFAULT_FDT_FILE to defconfigs by Jagan Teki · 8 years ago