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