1. aaca3b4 arm: mvebu: armada-388-gp.dts: Fix dtc warnings by Stefan Roese · 4 years, 4 months ago
  2. 1439acb arm: mvebu: armada-xp-maxbcm.dts: Fix dtc warning by Stefan Roese · 4 years, 4 months ago
  3. add61f2 arm: mvebu: armada-xp-theadorable.dts: Fix dtc warning by Stefan Roese · 4 years, 4 months ago
  4. f7c2f97 Makefile: fix annoying sunxi hack message by Frank Wunderlich · 4 years, 4 months ago
  5. a0af895 Merge tag 'ti-v2020.10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 4 months ago
  6. f4ee7d5 arm: dts: k3-j7200-common-proc-board: Enable CPSW2G port by Vignesh Raghavendra · 4 years, 4 months ago
  7. bae6580 ARM: dts: k3-j7200-mcu-wakeup: Add CPSW2G support by Vignesh Raghavendra · 4 years, 4 months ago
  8. a701009 ARM: dts: k3-j7200: Add HyperBus and HyperFlash nodes by Vignesh Raghavendra · 4 years, 4 months ago
  9. 2fae722 ARM: dts: k3-j7200: Add wkup gpio node by Vignesh Raghavendra · 4 years, 4 months ago
  10. 685d865 board: ti: j721e: Add support for HyperFlash detection by Vignesh Raghavendra · 4 years, 4 months ago
  11. 9bbc49f arm: dts: k3-j7200: Add USB related DT entries by Vignesh Raghavendra · 4 years, 4 months ago
  12. e7b2d4b configs: j7200_evm_a72: Add Initial support by Lokesh Vutla · 4 years, 4 months ago
  13. ff35d92 configs: j7200_evm_r5: Add initial support by Lokesh Vutla · 4 years, 4 months ago
  14. fe50693 arm: dts: k3-j7200: Add R5 specific dts support by Dave Gerlach · 4 years, 4 months ago
  15. c833970 arm: dts: k3-j7200: Add dts support by Lokesh Vutla · 4 years, 4 months ago
  16. 6e7f5ae soc: soc_ti_k3: Add device identification for J7200 SoC by Kishon Vijay Abraham I · 4 years, 4 months ago
  17. 5467149 ram: k3-j721e: Relax version checks for memory controller by Lokesh Vutla · 4 years, 4 months ago
  18. e2af966 board: ti: j7200: Add board detection support for j7200 by Lokesh Vutla · 4 years, 4 months ago
  19. 046ad43 board: ti: j7200: Introduce support for j7200 build targets by Lokesh Vutla · 4 years, 4 months ago
  20. 8be6bbf arm: mach-k3: j7200: Detect if ROM has already loaded sysfw by Lokesh Vutla · 4 years, 4 months ago
  21. 8e7bd01 arm: mach-k3: j7200: Add support for storing extended boot info from ROM by Lokesh Vutla · 4 years, 4 months ago
  22. 0318a08 arm: mach-k3: j7200: Add support for SOC detection by Lokesh Vutla · 4 years, 4 months ago
  23. d5bc686 arm: mach-k3: j721e: Fix unlocking control module registers by Lokesh Vutla · 4 years, 4 months ago
  24. 6554994 arm: mach-k3: j721e: Add detection for j721e by Lokesh Vutla · 4 years, 4 months ago
  25. 17951b7 arm: mach-k3: sysfw-loader: Add support for rom loading sysfw image by Lokesh Vutla · 4 years, 4 months ago
  26. ff7ab09 arm: mach-k3: Move mmr_unlock to a common location by Lokesh Vutla · 4 years, 4 months ago
  27. 625000f arm: mach-k3: Fix platform hang when SPL_MULTI_DTB_FIT is not enabled by Jean-Jacques Hiblot · 4 years, 4 months ago
  28. 3ff4925 board: ti: j721e: Update fdt fixup logic for interconnect nodes by Suman Anna · 4 years, 4 months ago
  29. 5a08e65 board: ti: j721e: Probe eeprom only when CONFIG_TI_I2C_BOARD_DETECT is defined by Lokesh Vutla · 4 years, 4 months ago
  30. 00f4dfb board: ti: board_detect: Add stub functions for EEPROM detection apis by Lokesh Vutla · 4 years, 4 months ago
  31. 2219e78 configs: Add new config for supporting USB mass storage boot by Faiz Abbas · 4 years, 4 months ago
  32. 132990c configs: Add defconfig for USB DFU bootmode by Faiz Abbas · 4 years, 4 months ago
  33. e0717ac configs: am65x_evm_a53: Enable USB Mass storage and DFU boot modes by Faiz Abbas · 4 years, 4 months ago
  34. 7a15597 configs: am65x_evm: Add support for DFU related configs by Faiz Abbas · 4 years, 4 months ago
  35. 0738371 arm: dts: k3-am654-base-board: Add support for USB0 in SPL by Faiz Abbas · 4 years, 4 months ago
  36. 60a7ab2 arm: dts: k3-am654-r5-base-board: Add USB0 nodes by Faiz Abbas · 4 years, 4 months ago
  37. 0ae20ed arm: mach-k3: am6_init: Add support for USB boot mode by Faiz Abbas · 4 years, 4 months ago
  38. 3385a86 arm: mach-k3: am6_init: Do USB fixups to facilitate host and device boot modes by Faiz Abbas · 4 years, 4 months ago
  39. b4372bf arm: mach-k3: am6_init: Gate mmc related configurations with the appropriate config by Faiz Abbas · 4 years, 4 months ago
  40. 5365ecf arm: mach-k3: sysfw-loader: Add support to load SYSFW from USB by Faiz Abbas · 4 years, 4 months ago
  41. fe1217e armv7R: K3: am654: Use full malloc in SPL both pre and post reloc by Faiz Abbas · 4 years, 4 months ago
  42. 5dd935a spl: usb: Only init usb once by Faiz Abbas · 4 years, 4 months ago
  43. 05e3a15 spl: usb: Create an API spl_usb_load() by Faiz Abbas · 4 years, 4 months ago
  44. 4a12285 board: ti: am65x: Update fdt fixup logic for interconnect nodes by Suman Anna · 4 years, 4 months ago
  45. 7101e12 mmc: am654_sdhci: Use MMC_MODES_END value instead of hardcoded value by Faiz Abbas · 4 years, 4 months ago
  46. f65e291 arm: dts: k3-j721e: Fix interconnect node names by Suman Anna · 4 years, 4 months ago
  47. 3e1addb arm: dts: k3-am65: Fix interconnect node names by Suman Anna · 4 years, 4 months ago
  48. 9aa45bc ARM: omap3: evm: Complete DM_ETH and DM_USB migrations by Derald D. Woods · 4 years, 4 months ago
  49. 410ed36 Merge tag 'efi-2020-10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 4 months ago
  50. 3c7ef1d arm: mach-k3: Clean non-coherent lines out of L3 cache by Andrew F. Davis · 4 years, 5 months ago
  51. b97bbb8 arm: dts: k3: Add RTI watchdogs by Jan Kiszka · 4 years, 5 months ago
  52. ddf21d5 watchdog: Add support for K3 RTI watchdog by Jan Kiszka · 4 years, 5 months ago
  53. a23b1aa Prepare v2020.10-rc2 by Tom Rini · 4 years, 4 months ago
  54. 2e262c4 configs: Resync with savedefconfig by Tom Rini · 4 years, 4 months ago
  55. 9f16108 test/py: fix SquashFS tests by Joao Marcos Costa · 4 years, 4 months ago
  56. a7647a7 efi_loader: set load options in boot manager by Heinrich Schuchardt · 4 years, 4 months ago
  57. 25c6be5 efi_loader: factor out efi_set_load_options() by Heinrich Schuchardt · 4 years, 4 months ago
  58. 200647a efi_loader: add copyright notice by AKASHI Takahiro · 4 years, 4 months ago
  59. cef654b lib/crypto: simplify public_key_verify_signature by Heinrich Schuchardt · 4 years, 4 months ago
  60. eb1f909 Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig by Tom Rini · 4 years, 4 months ago
  61. d5639a0 Makefile: sunxi: Don't use binman to build ATF image by Simon Glass · 4 years, 4 months ago
  62. 604c8e7 test/py: serial# cannot be overwritten on some devices by Heinrich Schuchardt · 4 years, 4 months ago
  63. b9cba9f Merge branch '2020-08-07-misc-improvements' by Tom Rini · 4 years, 4 months ago
  64. 6fdee94 test: py: test_shell_run() with CONFIG_HUSH_PARSER=n by Heinrich Schuchardt · 4 years, 4 months ago
  65. f7d1093 tests: support mkfs.ext4 without metadata_csum by Stephen Warren · 4 years, 4 months ago
  66. f9686de board: presidio: add LED support by Jway Lin · 4 years, 5 months ago
  67. c161200 led: led_cortina: Add CAxxx LED support by Jway Lin · 4 years, 5 months ago
  68. 1b9728f Travis: Add squashfs-tools by Tom Rini · 4 years, 4 months ago
  69. 31ae55f test/py: Add tests for the SquashFS commands by Joao Marcos Costa · 4 years, 4 months ago
  70. 2a7fb15 fs/fs.c: add symbolic link case to fs_ls_generic() by Joao Marcos Costa · 4 years, 4 months ago
  71. 88f5333 fs/squashfs: add support for zlib decompression by Joao Marcos Costa · 4 years, 4 months ago
  72. ae8abb1 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · 4 years, 4 months ago
  73. a12c66f fs/squashfs: add filesystem commands by Joao Marcos Costa · 4 years, 4 months ago
  74. 29da374 fs/squashfs: new filesystem by Joao Marcos Costa · 4 years, 4 months ago
  75. 573c0fa cmd: Update the memory-search command by Simon Glass · 4 years, 4 months ago
  76. 6db8ea5 test: Add a flag for tests that need console recording by Simon Glass · 4 years, 4 months ago
  77. 974dccd dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 4 months ago
  78. dc357ef console: Always define the console-recording functions by Simon Glass · 4 years, 4 months ago
  79. c963df9 test: Add a way to check part of a console line or skip it by Simon Glass · 4 years, 4 months ago
  80. d8a807b Merge branch '2020-08-07-mkimage-improvements' by Tom Rini · 4 years, 4 months ago
  81. 14139f5 mkimage: fit: fix import of external data by Patrick Oppenlander · 4 years, 4 months ago
  82. 5964c3f mkimage: fit: include image cipher in configuration signature by Patrick Oppenlander · 4 years, 4 months ago
  83. a4fafb3 mkimage: fit: don't cipher ciphered data by Patrick Oppenlander · 4 years, 4 months ago
  84. be47211 mkimage: fit: handle FDT_ERR_NOSPACE when ciphering by Patrick Oppenlander · 4 years, 4 months ago
  85. d586fc3 mkimage: fit: only process one cipher node by Patrick Oppenlander · 4 years, 4 months ago
  86. 5069906 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 4 years, 4 months ago
  87. 5dd3378 Merge branch '2020-08-06-Kconfig-sram-options' by Tom Rini · 4 years, 4 months ago
  88. 97dd43f common/board_r: Move blkcache_init call earlier in the boot sequence by Ovidiu Panait · 4 years, 4 months ago
  89. 34c2581 blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 4 years, 4 months ago
  90. bfcd5c5 common/board_r: Remove initr_serial wrapper by Ovidiu Panait · 4 years, 4 months ago
  91. 96008c9 drivers: serial: Make serial_initialize return int by Ovidiu Panait · 4 years, 4 months ago
  92. 76160a0 dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe by Ovidiu Panait · 4 years, 4 months ago
  93. 6183c8d board_f: Remove setup_board_part1 by Ovidiu Panait · 4 years, 4 months ago
  94. 399aeb6 board_f: ppc: Factor out ppc-specific bdinfo setup by Ovidiu Panait · 4 years, 4 months ago
  95. f8a961b board_f: m68k: Factor out m68k-specific bdinfo setup by Ovidiu Panait · 4 years, 4 months ago
  96. 5fc6060 board_f: Move sram bdinfo assignments to generic code by Ovidiu Panait · 4 years, 4 months ago
  97. a585588 board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfo by Ovidiu Panait · 4 years, 4 months ago
  98. 3d0b040 board_f: Introduce arch_setup_bdinfo initcall by Ovidiu Panait · 4 years, 4 months ago
  99. 0c5e9a0 board_f: Introduce setup_bdinfo initcall by Ovidiu Panait · 4 years, 4 months ago
  100. 3ae4e95 cmd: bdinfo: Move sram info prints to generic code by Ovidiu Panait · 4 years, 4 months ago