1. 62ef818 test: log: Convert log_test from python to C by Sean Anderson · 4 years, 1 month ago
  2. fe3b1a2 log: Add filter flag to deny on match by Sean Anderson · 4 years, 1 month ago
  3. a02f84e log: Add function to create a filter with flags by Sean Anderson · 4 years, 1 month ago
  4. 3102c1d log: Expose some helper functions by Sean Anderson · 4 years, 1 month ago
  5. c3a5459 log: Use CONFIG_IS_ENABLED() for LOG_TEST by Sean Anderson · 4 years, 1 month ago
  6. 4338140 log: Add additional const qualifier to arrays by Sean Anderson · 4 years, 1 month ago
  7. b66a924 log: Fix incorrect documentation of log_filter.cat_list by Sean Anderson · 4 years, 1 month ago
  8. 69529f9 log: Fix missing negation of ENOMEM by Sean Anderson · 4 years, 1 month ago
  9. 821fd5e imx6: enable early spi environment access on aristainetos boards by Heiko Schocher · 4 years, 1 month ago
  10. 92765f45 env: Access Environment in SPI flashes before relocation by Heiko Schocher · 4 years, 1 month ago
  11. 1229533 env: split env_import_redund() into 2 functions by Heiko Schocher · 4 years, 1 month ago
  12. 8d7f3fc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years ago
  13. 4775433 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years ago
  14. cdeb7b8 configs: Resync with savedefconfig by Tom Rini · 4 years ago
  15. 5a4a891 MAINTAINERS, git-mailrc: Update sunxi maintainers by Andre Przywara · 4 years ago
  16. eca57ca Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years ago
  17. aaedaaa mtd: nand: pxa3xx: enable NAND controller if the SoC needs it by Shmuel Hazan · 4 years ago
  18. 908daf8 xilinx: Enable SPI driver for Versal by Michal Simek · 4 years, 1 month ago
  19. 05af483 xilinx: Consolidate board_fit_config_name_match() for Xilinx platforms by Michal Simek · 4 years, 1 month ago
  20. 728d21b mmc: zynq_sdhci: Add common function to set input/output tapdelays by Ashok Reddy Soma · 4 years, 1 month ago
  21. d3d880b mmc: zynq_sdhci: Extend UHS timings till hs200 by Ashok Reddy Soma · 4 years, 1 month ago
  22. 6d1edab mtd: pxa3xx_nand: remove dead code by Baruch Siach · 4 years ago
  23. 8dddfff mtd: pxa3xx_nand: port to use driver model by Shmuel Hazan · 4 years ago
  24. a941226 arm: dts: armada-cp110-master: update nand-controller by Baruch Siach · 4 years ago
  25. e2eafaa arm: dts: armada-cp110-slave: add missing cps_nand by Shmuel Hazan · 4 years ago
  26. ccb3504 arm: octeontx: Enable network support in supported boards by Stefan Roese · 4 years, 1 month ago
  27. 3261f6d phy: marvell: cp110: update mode parameter for pcie power on calls by Igal Liberman · 4 years, 1 month ago
  28. 0a1a164 phy: marvell: cp110: let the firmware configure comphy for PCIe by Grzegorz Jaszczyk · 4 years, 1 month ago
  29. b24bb99 phy: marvell: cp110: let the firmware configure the comphy by Grzegorz Jaszczyk · 4 years, 1 month ago
  30. 81a659e Prepare v2021.01-rc1 by Tom Rini · 4 years ago
  31. 4f1d307 Merge branch '2020-10-28-mux-driver-framework' by Tom Rini · 4 years ago
  32. 15995ac test: mux-cmd: Add tests for the 'mux' command by Pratyush Yadav · 4 years, 1 month ago
  33. 05115ab cmd: Add a mux command by Pratyush Yadav · 4 years, 1 month ago
  34. 739592c test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · 4 years, 1 month ago
  35. 4145fc1 Kconfig: Increase the pre-relocation memory by Pratyush Yadav · 4 years, 1 month ago
  36. 35b8b92 drivers: mux: mmio-based syscon mux controller by Jean-Jacques Hiblot · 4 years, 1 month ago
  37. 90a979d dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · 4 years, 1 month ago
  38. 0ad40b2 drivers: Add a new framework for multiplexer devices by Jean-Jacques Hiblot · 4 years, 1 month ago
  39. 39dd7c1 Merge tag 'efi-2021-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 1 month ago
  40. a45da8f Merge branch '2020-10-27-further-log-enhancements' by Tom Rini · 4 years, 1 month ago
  41. 2a0cbf3 log: correct and check array size of log categories by Heinrich Schuchardt · 4 years, 1 month ago
  42. 0eae552 efi_loader: daylight saving time by Heinrich Schuchardt · 4 years, 1 month ago
  43. 529441c efi_loader: Disable devices before handing over control by Ilias Apalodimas · 4 years, 1 month ago
  44. 19763ea efi_loader: Sort header file ordering by Ilias Apalodimas · 4 years, 1 month ago
  45. d3d6afa trace: conserve gd register on RISC-V by Heinrich Schuchardt · 4 years, 1 month ago
  46. 87e9963 rtc: provide an emulated RTC by Heinrich Schuchardt · 4 years, 1 month ago
  47. cbf0ffe Makefile: provide constant with seconds since epoch by Heinrich Schuchardt · 4 years, 1 month ago
  48. 9201576 test: log: test message continuation by Heinrich Schuchardt · 4 years, 1 month ago
  49. d094a07 log: allow for message continuation by Heinrich Schuchardt · 4 years, 1 month ago
  50. 993a06b log: move processing_msg to global data by Heinrich Schuchardt · 4 years, 1 month ago
  51. 986c980 nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV by Anatolij Gustschin · 4 years, 1 month ago
  52. 2e819a7 mmc: zynq_sdhci: Add clock phase delays for Versal by Ashok Reddy Soma · 4 years, 1 month ago
  53. f4b297b mmc: zynq_sdhci: Set tapdelays based on clk phase delays by Ashok Reddy Soma · 4 years, 1 month ago
  54. 80355ae mmc: zynq_sdhci: Read clock phase delays from dt by Michal Simek · 4 years, 1 month ago
  55. 9851f50 mmc: zynq_sdhci: Move macro to the top by Michal Simek · 4 years, 1 month ago
  56. 17a42ab mmc: Define timing macro's by Ashok Reddy Soma · 4 years, 1 month ago
  57. 7a49a16 Revert "mmc: zynq: parse dt when probing" by Ashok Reddy Soma · 4 years, 1 month ago
  58. 17fbb59 spi: zynq_qspi: Add function description by Ashok Reddy Soma · 4 years, 10 months ago
  59. 89b7f10 mtd: spi: Fix incorrect indentation by Michal Simek · 4 years, 1 month ago
  60. 262bced microblaze: Enable board_late_init() by Michal Simek · 4 years, 1 month ago
  61. 1230582 microblaze: Wire generic xilinx board_late_init_xilinx() by Michal Simek · 4 years, 1 month ago
  62. 92dc921 xilinx: Merge together BOOT_SCRIPT_OFFSET between MB and ARM by Michal Simek · 4 years, 1 month ago
  63. f2b0376 xilinx: Remove additional newline in config files by Michal Simek · 4 years, 1 month ago
  64. 6a136e5 xilinx: Enable SF_TEST command for all ARM based platforms by Michal Simek · 4 years, 1 month ago
  65. 483a31c xilinx: zynq: Enable AES command by Michal Simek · 4 years, 1 month ago
  66. c2a2c83 xilinx: zynq: Change types from u32 to uint32_t by Michal Simek · 4 years, 1 month ago
  67. a0c26f7 xilinx: Enable FRU command for all ARM based platforms by Michal Simek · 4 years, 1 month ago
  68. d388ced xilinx: Add DDR base address to bootscript address by T Karthik Reddy · 4 years, 8 months ago
  69. d93fbac arm64: zynqmp: Fix zynqmp mini qspi max frequency by T Karthik Reddy · 4 years, 4 months ago
  70. 2fbdbee xilinx: zynqmp: Use tab for macro indentation by Michal Simek · 4 years, 1 month ago
  71. 07499da xilinx: zynqmp: Do not check 0 as invalid return from snprintf by Michal Simek · 4 years, 1 month ago
  72. 16df2f1 xilinx: zynqmp: Fix debug message in zynqmp_get_silicon_idcode_name() by Michal Simek · 4 years, 1 month ago
  73. d026aa1 xilinx: zynqmp: Check return value from xilinx_pm_request() by Michal Simek · 4 years, 1 month ago
  74. f149b39 xilinx: board: Add FRU decoder support by Michal Simek · 4 years, 3 months ago
  75. 4489e0a xilinx: cmd: Add basic fru format generator by Michal Simek · 6 years ago
  76. f1b97b5 xilinx: cmd: Add support for FRU commands by Siva Durga Prasad Paladugu · 6 years ago
  77. 3e315f3 xilinx: common: Add Makefile to common folder by Michal Simek · 4 years, 1 month ago
  78. 0b88e45 microblaze: Enable i2c DM by default by Michal Simek · 4 years, 1 month ago
  79. 7c553ac xilinx: common: Protect board_late_init_xilinx() by Michal Simek · 4 years, 1 month ago
  80. 83594f3c xilinx: common: Move ZYNQ_GEM_I2C_MAC_OFFSET to board Kconfig by Michal Simek · 4 years, 1 month ago
  81. 13d1ca8 spl: fdt: Record load/entry fit-images entries in 64bit format by Michal Simek · 4 years, 2 months ago
  82. caa7fc2 spl: Use standard FIT entries by Michal Simek · 4 years, 2 months ago
  83. ea836be spi: zynq_qspi: Use clk subsystem to get reference qspi clk by T Karthik Reddy · 4 years, 9 months ago
  84. b79a703 spi: zynq_spi: Use clk subsystem to get reference spi clk by T Karthik Reddy · 4 years, 9 months ago
  85. 6c9662d serial: pl01x: Add error value checking by Michal Simek · 4 years, 1 month ago
  86. a03b594 xilinx: board: Add support for additional card detection by Michal Simek · 4 years, 3 months ago
  87. d61728c xilinx: board: Read the whole eeprom not just offset by Michal Simek · 4 years, 3 months ago
  88. 305d318 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 4 months ago
  89. c94b44c spi: xilinx_spi: remove unused local variable by T Karthik Reddy · 4 years, 2 months ago
  90. 30f47c0 dt-bindings: arm64: versal: Add clk and power headers by Michal Simek · 6 years ago
  91. 768622b arm64: zynqmp: Add support for saving sha3 key to different address by Michal Simek · 4 years, 1 month ago
  92. 0af9de9 arm64: zynqmp: Add support for SHA3 command by T Karthik Reddy · 6 years ago
  93. 650d02a arm64: zynqmp: Add support for RSA command by T Karthik Reddy · 6 years ago
  94. 8e4e914 arm64: zynqmp: Add support for encryption and decryption on data blob by Siva Durga Prasad Paladugu · 6 years ago
  95. 248fabc arm64: zynqmp: Get rid of iommus/power-domains properties for SPL DT by Michal Simek · 4 years, 1 month ago
  96. b15412f arm64: zynqmp: Enable cache command by Michal Simek · 4 years, 1 month ago
  97. e928406 arm64: zynqmp: Enable FPGA loading from SPL by Michal Simek · 4 years, 1 month ago
  98. 0d76b71 arm64: zynqmp: Get rid of simple_itoa and replace it by snprintf by Michal Simek · 4 years, 1 month ago
  99. f08d0c5 mailbox: zynqmp: Extend timeout for getting observation bit by Michal Simek · 4 years, 1 month ago
  100. 5690128 firmware: zynqmp: Swap addr_hi/low when PM_FPGA_LOAD is called by Michal Simek · 4 years, 1 month ago