1. 022dc9e Convert CONFIG_HIKEY_GPIO et al to Kconfig by Tom Rini · 1 year, 10 months ago
  2. 5cafaed Convert CONFIG_FSL_SERDES to Kconfig by Tom Rini · 1 year, 10 months ago
  3. d58d066 Convert CONFIG_FSL_LBC to Kconfig by Tom Rini · 1 year, 10 months ago
  4. 060613f Convert CONFIG_FSL_IIM to Kconfig by Tom Rini · 1 year, 10 months ago
  5. 345c09d Convert CONFIG_FSL_DEVICE_DISABLE to Kconfig by Tom Rini · 1 year, 10 months ago
  6. 2a776c7 Convert CONFIG_FSL_CADMUS to Kconfig by Tom Rini · 1 year, 10 months ago
  7. 518c5df power: pmic: Guard non-DM_PMIC drivers with a check for POWER_LEGACY by Tom Rini · 1 year, 10 months ago
  8. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 10 months ago
  9. a322afc global: Move remaining CONFIG_*SRIO_* to CFG_* by Tom Rini · 1 year, 10 months ago
  10. 97396cc Convert CONFIG_SYS_SRIO et al to Kconfig by Tom Rini · 1 year, 10 months ago
  11. 3b8dfc4 Convert CONFIG_SYS_TIMER_COUNTS_DOWN to Kconfig by Tom Rini · 1 year, 10 months ago
  12. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 1 year, 10 months ago
  13. aec118e imx6/imx7: Remove now empty imx6_spl.h and imx7_spl.h by Tom Rini · 1 year, 10 months ago
  14. f16b1a6 spl: Migrate SYS_SATA_FAT_BOOT_PARTITION to Kconfig by Tom Rini · 1 year, 10 months ago
  15. 2db82bf Convert CONFIG_SYS_PMAN et al to Kconfig by Tom Rini · 1 year, 10 months ago
  16. ecc8d42 global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI* by Tom Rini · 1 year, 10 months ago
  17. 789bb95 Convert CONFIG_SYS_OMAP_ABE_SYSCK to Kconfig by Tom Rini · 1 year, 10 months ago
  18. 3408d96 Remove unused symbols by Tom Rini · 1 year, 10 months ago
  19. a6b5372 rtc: Remove unused drivers by Tom Rini · 1 year, 10 months ago
  20. cdc5ed8 global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_* by Tom Rini · 1 year, 10 months ago
  21. 9109213 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 1 year, 10 months ago
  22. 9591b63 Convert CONFIG_SYS_NS16550_MEM32 et al to Kconfig by Tom Rini · 1 year, 10 months ago
  23. 57c3afb powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONS by Tom Rini · 1 year, 10 months ago
  24. 0ed384f global: Move remaining CONFIG_SYS_NOR_* to CFG_SYS_NOR_* by Tom Rini · 1 year, 10 months ago
  25. 4e59094 global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_* by Tom Rini · 1 year, 10 months ago
  26. 0cd0325 Convert CONFIG_SYS_NAND_SIZE to Kconfig by Tom Rini · 1 year, 10 months ago
  27. a9f0376 Convert CONFIG_SYS_NAND_PAGE_2K et al to Kconfig by Tom Rini · 1 year, 10 months ago
  28. 1a79280 Convert CONFIG_SYS_NAND_NO_SUBPAGE_WRITE to Kconfig by Tom Rini · 1 year, 10 months ago
  29. 4d3495d Convert CONFIG_SYS_NAND_MAX_OOBFREE et al to Kconfig by Tom Rini · 1 year, 10 months ago
  30. b41641d mtd: nand: raw: atmel_nand: Use ATMEL_BASE_ECC directly by Tom Rini · 1 year, 10 months ago
  31. 41fa8f4 Convert CONFIG_SYS_NAND_HW_ECC to Kconfig by Tom Rini · 1 year, 10 months ago
  32. 60db325 Convert CONFIG_SYS_NAND_HW_ECC_OOBFIRST to Kconfig by Tom Rini · 1 year, 10 months ago
  33. 50493dd Remove unused symbols by Tom Rini · 1 year, 10 months ago
  34. 715cce6 Convert CONFIG_SYS_NAND_DBW_8 et al to Kconfig by Tom Rini · 1 year, 10 months ago
  35. 1c470f3 Prepare v2023.01-rc3 by Tom Rini · 1 year, 10 months ago
  36. 6616ddb Merge branch '2022-12-05-add-IPv6-support' by Tom Rini · 1 year, 10 months ago
  37. a729262 configs: Add IPV6 config to sandbox_flattree_defconfig by Viacheslav Mitrofanov · 1 year, 10 months ago
  38. bbd77c3 configs: Add IPV6 config to sandbox64_defconfig by Viacheslav Mitrofanov · 1 year, 10 months ago
  39. 3688cf5 configs: Add IPV6 config to sandbox_defconfig by Viacheslav Mitrofanov · 1 year, 10 months ago
  40. e4d30fd test: dm: eth: Add ip6_make_lladdr test by Viacheslav Mitrofanov · 1 year, 10 months ago
  41. 789a2c7 test: dm: eth: Add ip6_make_snma test by Viacheslav Mitrofanov · 1 year, 10 months ago
  42. 8576dcd test: dm: eth: Add ip6_addr_in_subnet test by Viacheslav Mitrofanov · 1 year, 10 months ago
  43. d9f5c41 test: dm: eth: Add csum_ipv6_magic test by Viacheslav Mitrofanov · 1 year, 10 months ago
  44. 184ded4 test: dm: eth: Add string_to_ip6 test by Viacheslav Mitrofanov · 1 year, 10 months ago
  45. eeb0a2c net: ping6: Add ping6 command by Viacheslav Mitrofanov · 1 year, 10 months ago
  46. 7fbf230 net: tftp: Add IPv6 support for tftpboot by Viacheslav Mitrofanov · 1 year, 10 months ago
  47. ffdbf3b net: ipv6: Incorporate IPv6 support into u-boot net subsystem by Viacheslav Mitrofanov · 1 year, 10 months ago
  48. 1feb697 net: ipv6: Add implementation of main IPv6 functions by Viacheslav Mitrofanov · 1 year, 10 months ago
  49. 43ab8ec net: ipv6: Add ip6addr, gatewayip6, serverip6 variables callbacks by Viacheslav Mitrofanov · 1 year, 10 months ago
  50. d807199 net: ipv6: Enable IPv6 typeconversion specifier by Viacheslav Mitrofanov · 1 year, 10 months ago
  51. 2f7f2f2 net: ipv6: Add string_to_ip6 converter by Viacheslav Mitrofanov · 1 year, 10 months ago
  52. c6610e1 net: ipv6: Add Neighbor Discovery Protocol (NDP) by Viacheslav Mitrofanov · 1 year, 10 months ago
  53. 1dfa4ef net: ipv6: Add callbacks declarations to get access to IPv6 variables by Viacheslav Mitrofanov · 1 year, 10 months ago
  54. 3cc04a3 net: ipv6: Add IPv6 build options by Viacheslav Mitrofanov · 1 year, 10 months ago
  55. 33b5066 net: ipv6: Add IPv6 basic primitives by Viacheslav Mitrofanov · 1 year, 10 months ago
  56. a50622d Merge tag 'xilinx-for-v2023.01-rc3-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 1 year, 10 months ago
  57. bdaf047 Merge tag 'i2cfixes-for-v2023.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 1 year, 10 months ago
  58. 7ad3c09 mtd: spi-nor-core: Invert logic to reflect sst26 flash unlocked by Algapally Santosh Sagar · 1 year, 10 months ago
  59. b40d154 xilinx: zynqmp: Fix SPL_FS_LOAD_PAYLOAD_NAME usage by Michal Simek · 1 year, 10 months ago
  60. 7d13f72 arm64: versal-net: Enable defconfig for Micron octal flashes by Ashok Reddy Soma · 1 year, 10 months ago
  61. 0d1a55f spi: cadence-qspi: Remove condition for calling enable linear mode by Ashok Reddy Soma · 1 year, 10 months ago
  62. 6a664a7 ARM: zynq: Add missing twd timer for mini configurations by Michal Simek · 1 year, 10 months ago
  63. 92e6900 arm64: zynqmp: Do not enable IPI by default by Michal Simek · 1 year, 10 months ago
  64. 74673ca arm64: zynqmp: Do not include psu_init to U-Boot by default by Michal Simek · 1 year, 10 months ago
  65. 9129a6b board/xilinx/zynqmp/MAINTAINERS: change e-mail address for Luca Ceresoli by Luca Ceresoli · 1 year, 10 months ago
  66. 2e3c10e xilinx: Remove unused ZYNQ_MAC_IN_EEPROM/ZYNQ_GEM_I2C_MAC_OFFSET entries by Michal Simek · 1 year, 10 months ago
  67. f3538a3 xilinx: Add option to select SC id instead of DUT id for SC support by Michal Simek · 1 year, 10 months ago
  68. 906e20a spi: zynqmp_qspi: Add support for 64-bit read/write by Venkatesh Yadav Abbarapu · 1 year, 10 months ago
  69. 31e66ae arm64: versal: Enable REMAKE_ELF for mini_ospi/mini_qspi by Venkatesh Yadav Abbarapu · 1 year, 10 months ago
  70. a5e770b spi: zynqmp_gqspi: Update tapdelay value by T Karthik Reddy · 1 year, 10 months ago
  71. d9efdc7 arm64: zynqmp: dynamically mark r5 cores as used by Lukas Funke · 1 year, 11 months ago
  72. f3558be net: xilinx_axi: check PCS/PMA PHY status in setup_phy by Andy Chiu · 1 year, 11 months ago
  73. e23544c net: xilinx_axi: add PCS/PMA PHY by Andy Chiu · 1 year, 11 months ago
  74. d7b8fa1 i2c: nuvoton: renamed the NPCM i2c driver by Jim Liu · 1 year, 10 months ago
  75. d2c5607 Merge tag 'efi-2023-01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 10 months ago
  76. 30124c2 doc: eficonfig: add description for UEFI Secure Boot Configuration by Masahisa Kojima · 1 year, 10 months ago
  77. 140a895 eficonfig: use efi_get_next_variable_name_int() by Masahisa Kojima · 1 year, 10 months ago
  78. 3ac026a efi_loader: utility function to check the variable name is "Boot####" by Masahisa Kojima · 1 year, 10 months ago
  79. 78b1ccc eficonfig: use u16_strsize() to get u16 string buffer size by Masahisa Kojima · 1 year, 10 months ago
  80. c67d3c9 eficonfig: fix going one directory up issue by Masahisa Kojima · 1 year, 10 months ago
  81. 7fb73cd doc: board: typo GIUD Microchip MPFS Icicle Kit doc by Heinrich Schuchardt · 1 year, 10 months ago
  82. 1a12796 efi_loader: don't use EFI_LOADER_DATA internally by Heinrich Schuchardt · 1 year, 10 months ago
  83. 1702055 efi_loader: fix handling of DHCP acknowledge by Heinrich Schuchardt · 1 year, 10 months ago
  84. f2833d4 efi_selftest: test FatToStr() truncation by Heinrich Schuchardt · 1 year, 10 months ago
  85. f2d60f6 efi_loader: add an EFI binary to print boot hart ID by Heinrich Schuchardt · 1 year, 10 months ago
  86. 4bc5097 doc: board: j721e_evm: Fix code-block type and indents by Andrew Davis · 1 year, 11 months ago
  87. 2434a01 doc: board: j721e_evm: Add DM firmware steps by Andrew Davis · 1 year, 11 months ago
  88. bdb060a net: CONFIG_NET_DEVICES in dhcp_handler() by Heinrich Schuchardt · 1 year, 10 months ago
  89. be2e42f disk: fix blk_get_device_part_str() by Heinrich Schuchardt · 1 year, 10 months ago
  90. 27380d8 console: file should always be non-negative by Heinrich Schuchardt · 1 year, 11 months ago
  91. a32f634 Merge branch '2022-12-02-assorted-updates' by Tom Rini · 1 year, 10 months ago
  92. c9311b5 MAINTAINERS: Adopt SanCloud boards by Paul Barker · 1 year, 10 months ago
  93. b9829e9 am335x-sancloud-bbe: Add -u-boot.dtsi files by Paul Barker · 1 year, 10 months ago
  94. 8328022 am335x-sancloud-bbe-lite: SPI flash is JEDEC compatible by Paul Barker · 1 year, 10 months ago
  95. d883280 am335x-evm: Support STMicro/Micron SPI flash by Paul Barker · 1 year, 10 months ago
  96. f3b9abf am335x-evm: Fix spiboot configuration by Paul Barker · 1 year, 10 months ago
  97. 78b9afd am335x-evm: Enable required dtb nodes in SPL by Paul Barker · 1 year, 10 months ago
  98. 07744f2 bus: Optionally include TI sysc driver in SPL/TPL by Paul Barker · 1 year, 10 months ago
  99. e92f47c bus: TI sysc driver requires DM by Paul Barker · 1 year, 10 months ago
  100. dec64d5 dm: core: Fix iteration over driver_info records by Paul Barker · 1 year, 10 months ago