1. 623d67e configs: Migrate CONFIG_SPL_FRAMEWORK by Tom Rini · 7 years ago
  2. 639725e fix spelling of 'functions' in 2 places (was 'funtcions') by Simon Goldschmidt · 7 years ago
  3. c646851 tftp: update: Include missing cfi_flash.h header by Marek Vasut · 7 years ago
  4. 055fc40 cmd: fitupd: Convert CONFIG_UPDATE_TFTP and co. by Marek Vasut · 7 years ago
  5. 1b1b4e4 spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guard by Philipp Tomsich · 7 years ago
  6. 7c88d10 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · 7 years ago
  7. 909f140 parse the second area of android image by Bin Chen · 7 years ago
  8. 90979f9 log: add category LOGC_EFI by Heinrich Schuchardt · 7 years ago
  9. aa1d73b log: Add a way to log error-return values by Simon Glass · 7 years ago
  10. 44e5763 log: Update log_console to honour the log format by Simon Glass · 7 years ago
  11. 1fe9301 log: Add control over log formatting by Simon Glass · 7 years ago
  12. 4f0fdb7 log: Add functions to convert IDs to/from names by Simon Glass · 7 years ago
  13. 95bed2d spl: include timezone in banner by Klaus Goger · 7 years ago
  14. 324b940 flash: Fix spelling of "ERR_TIMOUT" by Mario Six · 7 years ago
  15. 0039d71 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  16. 6fe74d2 spl: add option to disable SPL banner output by Anatolij Gustschin · 7 years ago
  17. 2b5994b spl: use different BOARD_INIT MACRO for spl and tpl by Kever Yang · 7 years ago
  18. 7db55cb spl: atf: pass NULL for bl32_ep pc by Kever Yang · 7 years ago
  19. ee9b75b common: board_r: Fix style violations by Mario Six · 7 years ago
  20. 80b66dd common: board_f: Fix style violations by Mario Six · 7 years ago
  21. 055afba Initialize SHA buffer size var in passwd_abort by Martin Etnestad · 7 years ago
  22. cb22594 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Tom Rini · 7 years ago
  23. 3146b4d common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO by Angelo Dureghello · 7 years ago
  24. 45e6512 crypto/fsl: Fix HW accelerated hash commands by Breno Lima · 7 years ago
  25. f771678 common: board_f: vid: Add VID specific API to adjust core voltage by Rajesh Bhagat · 7 years ago
  26. fbd08ae board_r: remove superfluous #ifdef CONFIG_PRAM by Heinrich Schuchardt · 7 years ago
  27. 3234ecd fix incorrect usage of DT node unit address in comments by Andre Przywara · 7 years ago
  28. 76f44296 Merge git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  29. 3301bfc riscv: Modify generic codes to support RISC-V by Rick Chen · 7 years ago
  30. d053167 mmc: add a Kconfig option to enable the support for MMC write operations by Jean-Jacques Hiblot · 7 years ago
  31. ee61532 common: do not compile common fastboot code when building the SPL by Jean-Jacques Hiblot · 7 years ago
  32. c4078af spl: atf: add SPL_ATF_NO_PLATFORM_PARAM option by Philipp Tomsich · 7 years ago
  33. 2dec06f common: Fix-up MAC addr in dts by fetching env variable serially by Prabhakar Kushwaha · 7 years ago
  34. d2611aa common: image.c: Fix CACHE: Misaligned operation output by Heiko Schocher · 7 years ago
  35. 01aea29 Merge tag 'xilinx-for-v2018.01-rc2-v2' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 7 years ago
  36. 0f6cf5b Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  37. 9179c81 fpga: allow programming fpga from FIT image for all FPGA drivers by Goldschmidt Simon · 7 years ago
  38. 6767ec7 binman: Add binman support to spl_ram.c by Simon Glass · 7 years ago
  39. 867a398 binman: Add binman symbol support to SPL by Simon Glass · 7 years ago
  40. 8876c7e SPL: Add FIT data-position property support by Peng Fan · 7 years ago
  41. 55e32ba log: Plumb logging into the init sequence by Simon Glass · 7 years ago
  42. 14c8a06 log: Add a test command by Simon Glass · 7 years ago
  43. a68ce92 log: Add a console driver by Simon Glass · 7 years ago
  44. d95645d log: Add an implementation of logging by Simon Glass · 7 years ago
  45. 49badb9 Drop the log buffer by Simon Glass · 7 years ago
  46. e599972 usb: Correct use of debug() by Simon Glass · 7 years ago
  47. 16e3d7c Revert "sandbox: Drop special case console code for sandbox" by Simon Glass · 7 years ago
  48. 831030d common: command: tempory buffer should have size of command line buf by Heinrich Schuchardt · 7 years ago
  49. d64dbd4 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  50. 386902a spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabled by Tom Rini · 7 years ago
  51. 693f492 usb: hub: identify the hub-device to usb_hub_reset_devices by Philipp Tomsich · 7 years ago
  52. 4faa011 spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size by Philipp Tomsich · 7 years ago
  53. e3a43a8 spl: atf: drop the SPL_ATF_TEXT_BASE configuration item by Philipp Tomsich · 7 years ago
  54. f661881 spl: rename config item SPL_ATF_SUPPORT to SPL_ATF by Philipp Tomsich · 7 years ago
  55. 4ab63e0 spl: atf: introduce spl_invoke_atf and make bl31_entry private by Philipp Tomsich · 7 years ago
  56. e61eff9 spl: fit: implement recording of loadables into /fit-images by Philipp Tomsich · 7 years ago
  57. a601818 spl: fit: implement fdt_record_loadable by Philipp Tomsich · 7 years ago
  58. 1345ffa spl: fit: simplify logic for FDT loading for non-OS boots by Philipp Tomsich · 7 years ago
  59. 1bf3eb2 image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted Firmware by Philipp Tomsich · 7 years ago
  60. ae1627c thermal: ti-bandgap: Add support for temperature sensor by Faiz Abbas · 7 years ago
  61. b58b9ca malloc: don't compare pointers to 0 by Heinrich Schuchardt · 7 years ago
  62. 06cb77c Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  63. 80d51a4 Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND by Tom Rini · 7 years ago
  64. 13ee6da SPL: fix printing of image name by André Draszik · 7 years ago
  65. 54619bb Revert "console: simplify puts()" by Soeren Moch · 7 years ago
  66. 6cc131d spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchip by Kever Yang · 7 years ago
  67. 79f3c59 image-sig: use designated initializers for algorithm by Masahiro Yamada · 7 years ago
  68. 789ee0e stm32: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  69. 25c9bee common: Remove genimg_get_image() by Tuomas Tynkkynen · 7 years ago
  70. 1b72520 Drop CONFIG_HAS_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  71. 06eefbd Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  72. a34ca5f spl: fix assignment of board info to global data by York Sun · 7 years ago
  73. 5e7c12e fit: If no matching config is found in fit_find_config_node(), use the default one by Jean-Jacques Hiblot · 7 years ago
  74. a922d81 fit: fixed bug in locate_dtb_in_fit() by Jean-Jacques Hiblot · 7 years ago
  75. f1f8c4d fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit() by Jean-Jacques Hiblot · 7 years ago
  76. 2037fa4 dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig by Jean-Jacques Hiblot · 7 years ago
  77. 10cbc1c common: Drop LOGLEVEL to 4 by Tom Rini · 7 years ago
  78. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  79. bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
  80. 4647397 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  81. 77f871b usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk() by Bin Meng · 7 years ago
  82. 026465b usb: hub: Clear BH reset status change for a 3.0 hub by Bin Meng · 7 years ago
  83. dff5c16 usb: hub: Clear port reset before usb_hub_port_connect_change() by Bin Meng · 7 years ago
  84. d21e8ba usb: Read device descriptor after device is addressed for xHCI by Bin Meng · 7 years ago
  85. ae6d0cf usb: Only get 64 bytes device descriptor for full speed devices by Bin Meng · 7 years ago
  86. 94e0e75 usb: Handle audio extension endpoint descriptor in usb_parse_config() by Bin Meng · 7 years ago
  87. c37e0cf TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default value by Tom Rini · 7 years ago
  88. c0a4e2d spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector() by Seung-Woo Kim · 7 years ago
  89. 9f44711 dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled by Bin Meng · 7 years ago
  90. f6e373e usb: storage: Refactor to use max_xfer_blk from struct us_data by Bin Meng · 7 years ago
  91. 25d65f1 spl: Fix compiling warning on gunzip argument by York Sun · 7 years ago
  92. aca62db spl: stash bootstage info before jump to next stage by Kever Yang · 7 years ago
  93. 0cbf114 bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPL by Philipp Tomsich · 7 years ago
  94. 572d4f2 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  95. 72eec11 bootstage: Provide a separate record count setting for SPL by Simon Glass · 7 years ago
  96. b501191 bootstage: Drop unused options by Simon Glass · 7 years ago
  97. b77fe1f board_f: Drop the timer after relocation by Simon Glass · 7 years ago
  98. 6e51fb2 fit: Introduce methods for applying overlays on fit-load by Pantelis Antoniou · 7 years ago
  99. 5e671d6 fit: Do not throw away extra configuration on fit_image_load() by Pantelis Antoniou · 7 years ago
  100. a488074 fit: Allow multiple images per property by Pantelis Antoniou · 7 years ago