1. 137b873 spl: mmc: make eMMC HW boot partition configuration optional by Anatolij Gustschin · 5 years ago
  2. 9e4982c image: android: Support boot image v1 and v2 by Sam Protsenko · 5 years ago
  3. f64972a Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  4. b06e4e8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 5 years ago
  5. 5b07922 Merge branch '2019-10-11-master-imports' by Tom Rini · 5 years ago
  6. 7766ce0 spl: Introduce SPL_DM_SPI Kconfig define by Lukasz Majewski · 5 years ago
  7. e3b39c8 spl: mmc: Add option to set eMMC HW boot partition by Mans Rullgard · 5 years ago
  8. ec046a5 spl: mmc: Fix indentation in spl_mmc.c file by Mans Rullgard · 5 years ago
  9. c4510f4 spl: add a generic function board_init_f by Philippe Reynes · 5 years ago
  10. 5889208 spl: ymodem: Make SPL Y-Modem loader framework accessible by Andreas Dannenberg · 5 years ago
  11. e58d036 spl: ymodem: Fix FIT loading termination handling by Andreas Dannenberg · 5 years ago
  12. 815d170 trace: Remove the const from write functions by Simon Glass · 5 years ago
  13. c59b41c spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · 5 years ago
  14. 73eb78f Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
  15. 770e9b0 Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  16. f8b509b imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB by Stefano Babic · 5 years ago
  17. 3d52a6f spl: nor: support loading i.MX container format file by Peng Fan · 5 years ago
  18. 053207c spl: spi: support loading i.MX container format file by Peng Fan · 5 years ago
  19. 519ce8d spl: nand: support loading i.MX container format file by Peng Fan · 5 years ago
  20. 59a6273 spl: nand: Introduce spl_nand_get_uboot_raw_page by Peng Fan · 5 years ago
  21. 6e773f9 spl: nor: introduce spl_nor_get_uboot_base by Peng Fan · 5 years ago
  22. 3a57169 spl: spi: introduce spl_spi_get_uboot_offs by Peng Fan · 5 years ago
  23. 315cf59 spl: mmc: introduce spl_mmc_get_uboot_raw_sector by Peng Fan · 5 years ago
  24. c592c34 imx: Kconfig: Reduce default CONFIG_CSF_SIZE by Breno Matheus Lima · 5 years ago
  25. f2e20ec imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode by Lukasz Majewski · 5 years ago
  26. a08e91c Revert "habv4: tools: Avoid hardcoded CSF size for SPL targets" by Stefano Babic · 5 years ago
  27. d3911d6 habv4: tools: Avoid hardcoded CSF size for SPL targets by Breno Matheus Lima · 5 years ago
  28. d867076 spl: mmc: support loading i.MX container format file by Peng Fan · 5 years ago
  29. 9c5970c ARM: imx: Support larger SPL size on IMX6DQ by Robert Hancock · 5 years ago
  30. aa050c5 spl: pass args to board_return_to_bootrom by Peng Fan · 5 years ago
  31. 00e6572 microblaze: Fix lmb memory initialization by Michal Simek · 5 years ago
  32. ad336ea arm64: zynqmp: Define default SPL_TEXT_BASE address in Kconfig by Michal Simek · 5 years ago
  33. a8f0c94 spl: Convert CONFIG_SPL_SIZE_LIMIT to hex by Simon Glass · 5 years ago
  34. 7611ac6 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
  35. f120775 spl: Set up the bloblist in board_init_r() by Simon Glass · 5 years ago
  36. c5d2720 spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · 5 years ago
  37. 540ee8d spl: handoff: Correct Kconfig condition for SPL and TPL by Simon Glass · 5 years ago
  38. c07ecbb splash: fix splash banner output by Anatolij Gustschin · 5 years ago
  39. 2d902ea splash: fix logo drawing if CONFIG_VIDEO_LOGO enabled by Anatolij Gustschin · 5 years ago
  40. 1c95b9f usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  41. 0089d21 usb: storage: submit_int_msg -> usb_int_msg by Michal Suchanek · 5 years ago
  42. f5d5af4 usb: usb_submit_int_msg -> usb_int_msg by Michal Suchanek · 5 years ago
  43. 46c83f3 usb_kdb: only process events successfully received by Michal Suchanek · 5 years ago
  44. 9b49643 board_f: fix noncached reservation calculation by Stephen Warren · 5 years ago
  45. 42594db image: add new "copro" image type by Patrick Delaunay · 5 years ago
  46. 00000ff Merge branch '2019-08-26-master-imports' by Tom Rini · 5 years ago
  47. ac4d80e Kconfig: Varios: Fix more SPL, TPL dependencies by Adam Ford · 5 years ago
  48. 4d49e10 board_f: reserve noncached space below malloc area by Vikas Manocha · 5 years ago
  49. af720a2 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 5 years ago
  50. 2a2a925 riscv: support SPL stack and global data relocation by Lukas Auer · 5 years ago
  51. 515b934 spl: support booting via RISC-V OpenSBI by Lukas Auer · 5 years ago
  52. 80afee7 spl: fit: use U-Boot device tree when FIT image has no device tree by Lukas Auer · 5 years ago
  53. 38df997 Convert CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig by Hannes Schmelzer · 5 years ago
  54. 43a1e2d Kconfigs: Various: Fix some SPL, TPL and ARM64 dependencies by Adam Ford · 5 years ago
  55. aaef3bf Drop PCMCIA by Simon Glass · 5 years ago
  56. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  57. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  58. 9738586 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  59. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  60. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  61. 83c2e49 env: Move env_get_hex() to env.h by Simon Glass · 5 years ago
  62. 313112a env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  63. 8fe4093 env: Move env_relocate() to env.h by Simon Glass · 5 years ago
  64. 79fd214 env: Move env_init() to env.h by Simon Glass · 5 years ago
  65. bf4229c env: Create a new file for environment functions by Simon Glass · 5 years ago
  66. ad375cc common: Remove video_setmem() by Simon Glass · 5 years ago
  67. 42cf22f common: Move lcd_setmem() to lcd.h by Simon Glass · 5 years ago
  68. 1a974af common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  69. 0b82085 spl: implement stack usage check by Simon Goldschmidt · 5 years ago
  70. d40e4a4 common: image-android-dt: Fix logic in print fdt info routine by Sam Protsenko · 5 years ago
  71. 8804002 fit: Do not automatically decompress ramdisk images by Julius Werner · 5 years ago
  72. b39862f console: execute flush on uart when silent is removed by Patrick Delaunay · 5 years ago
  73. 46b610d console: update silent tag after env load by Patrick Delaunay · 5 years ago
  74. 9101822 avb: Fix build when CONFIG_OPTEE_TA_AVB is disabled by Sam Protsenko · 5 years ago
  75. 2ef3a95 autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTION by Heiko Schocher · 5 years ago
  76. 313fcbd autoboot: Adjust the implementation in autoboot_command() by Simon Glass · 5 years ago
  77. b97ace5 autoboot: Move a few more options from #ifdef to if() by Simon Glass · 5 years ago
  78. ec5f71a autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT by Simon Glass · 5 years ago
  79. 9d98385 autoboot: Tidy up use of menukey by Simon Glass · 5 years ago
  80. 9e476d9 autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY by Simon Glass · 5 years ago
  81. e699378 autoboot: Drop unused CONFIG_MENUPROMPT by Simon Glass · 5 years ago
  82. 6d99d13 autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYED by Simon Glass · 5 years ago
  83. 3a31505 autoboot: Use if() for CONFIG_SILENT_CONSOLE by Simon Glass · 5 years ago
  84. a8cab88 autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTION by Simon Glass · 5 years ago
  85. 6a2e09f autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION by Simon Glass · 5 years ago
  86. 760d3fb autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectly by Simon Glass · 5 years ago
  87. e767d0b Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig by Simon Glass · 5 years ago
  88. 675cfaf main: Use conditional run_preboot_environment_command() by Simon Glass · 5 years ago
  89. 3a591aa Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  90. be59d61 edid: fix edid_get_timing_validate() mode_valid lookup by Neil Armstrong · 5 years ago
  91. f67cc99 Merge branch '2019-07-29-master-imports' by Tom Rini · 5 years ago
  92. 58e4c38 gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  93. 4e82352 fit: Support compat string property in configuration node by Julius Werner · 5 years ago
  94. 97b09cd fit: Support compression for non-kernel components (e.g. FDT) by Julius Werner · 5 years ago
  95. 47ef986 common: Move bootm_decomp_image() to image.c (as image_decomp()) by Julius Werner · 5 years ago
  96. 99fd44e edid: add edid_get_timing_validate() variant to filter out edid modes by Neil Armstrong · 5 years ago
  97. 41c0e26 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  98. 0accd0d Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  99. 22203f5 common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges() by Marek Vasut · 5 years ago
  100. b1dd47c fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not found by Masahiro Yamada · 5 years ago