1. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  2. b432b1e spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-boot CONFIG by Faiz Abbas · 7 years ago
  3. 24ccd0c usb: gadget: sdp: add missing line breaks by Andre Heider · 7 years ago
  4. 75670c8 configs: Migrate CONFIG_SPL_FRAMEWORK by Tom Rini · 7 years ago
  5. d695d66 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · 7 years ago
  6. 0b674a3 spl: include timezone in banner by Klaus Goger · 7 years ago
  7. f2ee915 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  8. 0292bc0 spl: add option to disable SPL banner output by Anatolij Gustschin · 7 years ago
  9. af2f442 spl: use different BOARD_INIT MACRO for spl and tpl by Kever Yang · 7 years ago
  10. 0289e29 spl: atf: pass NULL for bl32_ep pc by Kever Yang · 7 years ago
  11. d6400c3 mmc: add a Kconfig option to enable the support for MMC write operations by Jean-Jacques Hiblot · 7 years ago
  12. d21fb63 spl: atf: add SPL_ATF_NO_PLATFORM_PARAM option by Philipp Tomsich · 7 years ago
  13. 15616a0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  14. dfce179 binman: Add binman support to spl_ram.c by Simon Glass · 7 years ago
  15. 8bee2d2 binman: Add binman symbol support to SPL by Simon Glass · 7 years ago
  16. a1be94b SPL: Add FIT data-position property support by Peng Fan · 7 years ago
  17. 7fef4590 spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabled by Tom Rini · 7 years ago
  18. 337bbb6 spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size by Philipp Tomsich · 7 years ago
  19. 506c428 spl: atf: drop the SPL_ATF_TEXT_BASE configuration item by Philipp Tomsich · 7 years ago
  20. aa122f6 spl: rename config item SPL_ATF_SUPPORT to SPL_ATF by Philipp Tomsich · 7 years ago
  21. 1d37909 spl: atf: introduce spl_invoke_atf and make bl31_entry private by Philipp Tomsich · 7 years ago
  22. a616c78 spl: fit: implement recording of loadables into /fit-images by Philipp Tomsich · 7 years ago
  23. d879616 spl: fit: simplify logic for FDT loading for non-OS boots by Philipp Tomsich · 7 years ago
  24. 8502f9f thermal: ti-bandgap: Add support for temperature sensor by Faiz Abbas · 7 years ago
  25. 3fe3839 SPL: fix printing of image name by André Draszik · 7 years ago
  26. 8f4d62b spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchip by Kever Yang · 7 years ago
  27. 3bc599c stm32: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  28. 26f9184 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  29. d1fc0a3 spl: fix assignment of board info to global data by York Sun · 7 years ago
  30. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  31. ff6c312 TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default value by Tom Rini · 7 years ago
  32. b016b58 spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector() by Seung-Woo Kim · 7 years ago
  33. 933f67a spl: Fix compiling warning on gunzip argument by York Sun · 7 years ago
  34. a8c5112 spl: stash bootstage info before jump to next stage by Kever Yang · 7 years ago
  35. 2d2531b spl: add newline in debug output by Anatolij Gustschin · 7 years ago
  36. c8bc3c0 spl: fit: Add booting OS first by York Sun · 7 years ago
  37. 5fd13d9 spl: fit: Support both external and embedded data by York Sun · 7 years ago
  38. 7264f29 spl: fit: Eanble GZIP support for image decompression by York Sun · 7 years ago
  39. b5b82ab spl: typo fix for SPL_ATF_SUPPORT description by Kever Yang · 7 years ago
  40. f9d42d8 spl: do not repeat timer init on i.MX6 by Anatolij Gustschin · 7 years ago
  41. a3774c1 spl: add serial download protocol (SDP) support by Stefan Agner · 7 years ago
  42. 9585dd3 spl: spl_mmc.c Correct blk_dread() return value check by Tom Rini · 7 years ago
  43. b5c4d81 spl: fix Makefile for NOR, XIP and YMODEM by Philipp Tomsich · 7 years ago
  44. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  45. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  46. e9e5d9d dm: timer: normalise SPL and TPL support by Philipp Tomsich · 7 years ago
  47. 5aa49af moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE by Philipp Tomsich · 7 years ago
  48. b3ed6ce spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig by Philipp Tomsich · 7 years ago
  49. dd6fbcb spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig by Philipp Tomsich · 7 years ago
  50. c3916e7 spl: add TPL_DRIVER_MISC_SUPPORT option by Philipp Tomsich · 7 years ago
  51. f94e643 spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds by Philipp Tomsich · 7 years ago
  52. d60b5f7 spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL by Philipp Tomsich · 7 years ago
  53. f1c6e19 spl: dm: use CONFIG_IS_ENABLED to test for the DM option by Philipp Tomsich · 7 years ago
  54. 616bd09 spl: dm: Kconfig: fix help text for SPL/TPL confusion by Philipp Tomsich · 7 years ago
  55. ae2cee2 spl: use TPL_SYS_MALLOC_F_LEN for TPL by Philipp Tomsich · 7 years ago
  56. a954fa3 spl: configure 'return to bootrom' separately for SPL and TPL by Philipp Tomsich · 7 years ago
  57. 225d30b spl: add a 'return to bootrom' boot method by Philipp Tomsich · 7 years ago
  58. c4d660d dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  59. f1896c4 spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  60. 207d8b3 mmc: add static to spl_mmc_get_device_index() by Masahiro Yamada · 7 years ago
  61. 8eab1a5 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · 7 years ago
  62. 3863f84 spl: fit: Break out some functions into a common file by Cooper Jr., Franklin · 7 years ago
  63. ffc282e spl: Make UBI fastmap support Kconfig selectable by Ladislav Michl · 7 years ago
  64. c6d9e9d SPL: Add XIP booting support by Vikas Manocha · 7 years ago
  65. 6bcdd66 spl: armv7m: to keep ARM v7M in thumb mode before booting next image by Vikas Manocha · 7 years ago
  66. 226498b common/spl/Kconfig: Use 'if SPL' / 'if TPL' guards by Tom Rini · 7 years ago
  67. 824bb1b bootstage: Support SPL by Simon Glass · 7 years ago
  68. eedfb89 fs: fat: add kbuild configuration support by Sekhar Nori · 7 years ago
  69. 7113911 Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  70. 089df18 lib: move hash CONFIG options to Kconfig by Tom Rini · 7 years ago
  71. 0680f1b Convert CONFIG_SPL_BOARD_INIT to Kconfig by Ley Foon Tan · 7 years ago
  72. 411cf32 SPL: FIT: allow loading multiple images by Andre Przywara · 7 years ago
  73. 8baa381 SPL: FIT: factor out spl_load_fit_image() by Andre Przywara · 7 years ago
  74. 5c8c8fa SPL: FIT: improve error handling by Andre Przywara · 7 years ago
  75. 736806f SPL: FIT: rework U-Boot image loading by Andre Przywara · 7 years ago
  76. 4b9340a SPL: FIT: refactor FDT loading by Andre Przywara · 7 years ago
  77. 4125bbc Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  78. bcc1726 spl: add support to booting with ATF by Kever Yang · 7 years ago
  79. 792f005 mmc: descend into drivers/mmc only when CONFIG_MMC is enabled by Masahiro Yamada · 7 years ago
  80. 4aa2ba3 mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC by Masahiro Yamada · 7 years ago
  81. 66928af common: dfu: ignore reset for spl-dfu by B, Ravi · 7 years ago
  82. 1b19cbd spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT by B, Ravi · 7 years ago
  83. 6e7585b boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot by B, Ravi · 7 years ago
  84. 15eb1d4 spl: reorder the assignment of board info to global data by Lokesh Vutla · 7 years ago
  85. 2bac55b spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-property by Philipp Tomsich · 7 years ago
  86. 5bf5250 spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 7 years ago
  87. 6dca5e8 spl: net: Add FIT image support over network boot by Andrew F. Davis · 7 years ago
  88. 0dcf18c spl: Kconfig: SPL_MMC_SUPPORT depends on GENERIC_MMC by Alexandru Gagniuc · 7 years ago
  89. 634fcf0 spl: armv7m: keep ARM v7M in thumb mode while jumping to entry point by Vikas Manocha · 7 years ago
  90. cf334ed spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LEN by Tom Rini · 8 years ago
  91. ae9b57b Kconfig: Disable non-FIT SPL loading for TI secure devices by Andrew F. Davis · 8 years ago
  92. 722a6b1 spl: Add option to enable SPL Legacy image support by Andrew F. Davis · 8 years ago
  93. 24eb39b spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option by Andrew F. Davis · 8 years ago
  94. 340f418 spl: Add spl_early_init() by Eddie Cai · 8 years ago
  95. 949123e SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig by Dalon Westergreen · 8 years ago
  96. f0fb4fa SPL: add support to boot from a partition type by Dalon Westergreen · 8 years ago
  97. bbe41ab spl: Allow PCH drivers to be used in SPL by Simon Glass · 8 years ago
  98. 4a6c81f spl: Allow timer drivers to be used in SPL by Simon Glass · 8 years ago
  99. 30bf8a0 spl: Allow RTC drivers to be used in SPL by Simon Glass · 8 years ago
  100. 2446b6b spl: Allow PCI drivers to be used in SPL by Simon Glass · 8 years ago