1. a633f00 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 4 months ago
  2. 60a84af dm: fix ofnode_read_addr/size_cells() by Heinrich Schuchardt · 4 years, 4 months ago
  3. 98a7f50 Merge tag 'xilinx-for-v2020.10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 3 months ago
  4. 1a7c058 clk: versal: Move pm_query_id out of clock driver by Michal Simek · 4 years, 4 months ago
  5. 3e25a77 xilinx: common: Get rid of fdt_high variable by Michal Simek · 4 years, 4 months ago
  6. 0768aeb xilinx: zynqmp: synchronize firmware call return payload by Ibai Erkiaga · 4 years, 4 months ago
  7. 07be504 xilinx: zynqmp: Enable DFU tftp support by Michal Simek · 4 years, 5 months ago
  8. 23bbbbf xilinx: Align dfu ram with booti command by Michal Simek · 4 years, 5 months ago
  9. d6c863a arm64: zynqmp: Reduce malloc memory for mini QSPI configuration by Ashok Reddy Soma · 4 years, 8 months ago
  10. 9d2cf07 lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest() by Michal Simek · 4 years, 5 months ago
  11. 4d040f5 arm: dts: mt7622: add SATA reset constants by Frank Wunderlich · 4 years, 4 months ago
  12. 96506c2 ARM: uniphier: rename include guard of include/configs/uniphier.h by Masahiro Yamada · 4 years, 4 months ago
  13. a7c05b1 Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 4 months ago
  14. 10fa536 board: xen: De-initialize before jumping to Linux by Oleksandr Andrushchenko · 4 years, 4 months ago
  15. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 4 months ago
  16. 3cc1dcc xen: Port Xen grant table driver from mini-os by Oleksandr Andrushchenko · 4 years, 4 months ago
  17. 4b72845 xen: Port Xen bus driver from mini-os by Oleksandr Andrushchenko · 4 years, 4 months ago
  18. 6e29ac4 lib: sscanf: add sscanf implementation by Andrii Anisov · 4 years, 4 months ago
  19. 0c09ade linux/compat.h: Add wait_event_timeout macro by Oleksandr Andrushchenko · 4 years, 4 months ago
  20. b22ce84 xen: Port Xen event channel driver from mini-os by Oleksandr Andrushchenko · 4 years, 4 months ago
  21. 2280d33 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · 4 years, 4 months ago
  22. 355d1e4 board: Introduce xenguest_arm64 board by Andrii Anisov · 4 years, 4 months ago
  23. a831f05 riscv: load addresses for Sipeed MAIX by Heinrich Schuchardt · 4 years, 4 months ago
  24. 7fd47cc xen: Add essential and required interface headers by Oleksandr Andrushchenko · 4 years, 4 months ago
  25. f09daef configs: evb-ast2500: Move BOOTCOMMAND from header to defconfig by Chia-Wei, Wang · 4 years, 4 months ago
  26. 17cacab include/configs: aspeed: Remove hardcoded variables by Chia-Wei, Wang · 4 years, 4 months ago
  27. cdc7ed3 drivers: pci: add api to get dma regions by Rayagonda Kokatanur · 4 years, 7 months ago
  28. 1641180 efi_loader: signature: correct a behavior against multiple signatures by AKASHI Takahiro · 4 years, 4 months ago
  29. 14afd06 efi_loader: signature: rework for intermediate certificates support by AKASHI Takahiro · 4 years, 4 months ago
  30. 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
  31. 046ad43 board: ti: j7200: Introduce support for j7200 build targets by Lokesh Vutla · 4 years, 4 months ago
  32. e0717ac configs: am65x_evm_a53: Enable USB Mass storage and DFU boot modes by Faiz Abbas · 4 years, 4 months ago
  33. 7a15597 configs: am65x_evm: Add support for DFU related configs by Faiz Abbas · 4 years, 4 months ago
  34. 05e3a15 spl: usb: Create an API spl_usb_load() by Faiz Abbas · 4 years, 4 months ago
  35. 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
  36. a7647a7 efi_loader: set load options in boot manager by Heinrich Schuchardt · 4 years, 4 months ago
  37. 25c6be5 efi_loader: factor out efi_set_load_options() by Heinrich Schuchardt · 4 years, 4 months ago
  38. eb1f909 Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig by Tom Rini · 4 years, 4 months ago
  39. ae8abb1 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · 4 years, 4 months ago
  40. 29da374 fs/squashfs: new filesystem by Joao Marcos Costa · 4 years, 4 months ago
  41. 573c0fa cmd: Update the memory-search command by Simon Glass · 4 years, 4 months ago
  42. 6db8ea5 test: Add a flag for tests that need console recording by Simon Glass · 4 years, 4 months ago
  43. 974dccd dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 4 months ago
  44. dc357ef console: Always define the console-recording functions by Simon Glass · 4 years, 4 months ago
  45. c963df9 test: Add a way to check part of a console line or skip it by Simon Glass · 4 years, 4 months ago
  46. 96008c9 drivers: serial: Make serial_initialize return int by Ovidiu Panait · 4 years, 4 months ago
  47. 3d0b040 board_f: Introduce arch_setup_bdinfo initcall by Ovidiu Panait · 4 years, 4 months ago
  48. 0c5e9a0 board_f: Introduce setup_bdinfo initcall by Ovidiu Panait · 4 years, 4 months ago
  49. 0a2ef26 Kconfig: Remove CONFIG_SYS_SRAM_START by Ovidiu Panait · 4 years, 4 months ago
  50. cb22996 Kconfig: Convert CONFIG_SYS_SRAM_SIZE to Kconfig by Ovidiu Panait · 4 years, 4 months ago
  51. 6274921 Kconfig: Convert CONFIG_SYS_SRAM_BASE to Kconfig by Ovidiu Panait · 4 years, 4 months ago
  52. 06371ef Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 4 years, 4 months ago
  53. edd8034 dt-bindings: Sync include/dt-bindings/phy/phy.h from Linux by Michal Simek · 4 years, 4 months ago
  54. fe659f5 arm: move CONFIG_PREBOOT="usb start" to KConfig by Jonas Smedegaard · 4 years, 4 months ago
  55. 97c418b lmb/bdinfo: dump lmb info via bdinfo by Tero Kristo · 4 years, 4 months ago
  56. 322ebe9 Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 4 months ago
  57. 4539b48 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 4 months ago
  58. 4e8120b Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 4 years, 4 months ago
  59. 00ed2a1 dm: core: Guard against including dm.h in header files by Simon Glass · 4 years, 4 months ago
  60. 5b15d26 net: Drop dm.h header file in eth_phy.h by Simon Glass · 4 years, 4 months ago
  61. 4303396 clk: Drop dm.h header file in clk-provider.h by Simon Glass · 4 years, 4 months ago
  62. f6977c1 efi: Tidy up header includes by Simon Glass · 4 years, 4 months ago
  63. 614a9a2 w1: Drop dm.h header file by Simon Glass · 4 years, 4 months ago
  64. ea8c043 thermal: Drop dm.h header file by Simon Glass · 4 years, 4 months ago
  65. 7130b95 sf: Drop dm.h header file from spi_flash.h by Simon Glass · 4 years, 4 months ago
  66. 992b603 net: Drop dm.h header file from phy.h by Simon Glass · 4 years, 4 months ago
  67. ef8a4e6 fs: fs-loader: Drop dm.h header file by Simon Glass · 4 years, 4 months ago
  68. 75c4d41 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 4 months ago
  69. f3cc742 dm: core: Drop dm.h header file from dm-demo.h by Simon Glass · 4 years, 4 months ago
  70. ff3789e mtd: spi: Drop SPI_XFER_MMAP* by Simon Glass · 4 years, 4 months ago
  71. dfb7c08 mtd: spi-mem: Drop dm.h header file by Simon Glass · 4 years, 4 months ago
  72. 50c2ab2 wdt: Drop dm.h header file by Simon Glass · 4 years, 4 months ago
  73. 6a8319c dt-bindings: prci: add indexes for reset signals available in prci by Sagar Shrikant Kadam · 4 years, 4 months ago
  74. 560b07f clk: clk_octeon: Add simple MIPS Octeon clock driver by Stefan Roese · 4 years, 4 months ago
  75. 7be67ce imx8m: enlarge CONFIG_SYS_BOOTM_LEN by Peng Fan · 4 years, 4 months ago
  76. 8214fd9 imx: Add MYiR Tech MYS-6ULX support by Parthiban Nallathambi · 4 years, 4 months ago
  77. a959e12 sh: r2dplus: Enable DM_SERIAL and DM_CLK by Marek Vasut · 4 years, 7 months ago
  78. a4d1b1b efi_loader: Enable run-time variable support for tee based variables by Ilias Apalodimas · 4 years, 4 months ago
  79. 803549f env: Add support for explicit write access list by Marek Vasut · 4 years, 5 months ago
  80. dfe4b7e env: Discern environment coming from external storage by Marek Vasut · 4 years, 5 months ago
  81. ab6b15a env: Add H_DEFAULT flag by Marek Vasut · 4 years, 5 months ago
  82. a59f7ec cmd: env: add env select command by Patrick Delaunay · 4 years, 4 months ago
  83. 748e42e cmd: env: add env load command by Patrick Delaunay · 4 years, 4 months ago
  84. eebd74d env: the ops driver load becomes mandatory in struct env_driver by Patrick Delaunay · 4 years, 4 months ago
  85. 0f4f5db env: add prototypes for weak function by Patrick Delaunay · 4 years, 6 months ago
  86. 9f6a368 Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 4 months ago
  87. da7be08 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 4 months ago
  88. 1ac6f4b drivers: tee: broadcom: add optee based bnxt fw load driver by Vikas Gupta · 4 years, 5 months ago
  89. 77401e9 dt-bindings: pinctrl: add ns3 pads definition by Rayagonda Kokatanur · 4 years, 5 months ago
  90. dbece71 include/configs: ns3: add support for flashing images by Bharat Gooty · 4 years, 5 months ago
  91. 208e79d include/configs: ns3: add env variables for Linux boot by Bharat Gooty · 4 years, 5 months ago
  92. 5317d30 dt-bindings: memory: ns3: add ddr memory definition by Rayagonda Kokatanur · 4 years, 5 months ago
  93. 9593863 dt-bindings: memory: ns3: add memory definitions by Rayagonda Kokatanur · 4 years, 5 months ago
  94. 1d8fa36 board: ns3: add support for Broadcom Northstar 3 by Rayagonda Kokatanur · 4 years, 5 months ago
  95. c625c94 board: mediatek: Use CONFIG_DEFAULT_FDT_FILE for default environment by David Woodhouse · 4 years, 5 months ago
  96. e7001ed arm: add (default) config for nanopi2 board by Stefan Bosch · 4 years, 5 months ago
  97. cd360da arm: qemu: override flash accessors to use virtualizable instructions by Ard Biesheuvel · 4 years, 5 months ago
  98. b571d92 dm: remove superfluous comment for union ofnode_union by Heinrich Schuchardt · 4 years, 4 months ago
  99. 3483aa2 dm: button: add an uclass for button by Philippe Reynes · 4 years, 4 months ago
  100. d3aa90e dm: Fix build error when OF_CONTROL is not set by Dan Murphy · 4 years, 4 months ago