aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-19WIP: Don't use IS_ENABLEDWIP/2022-01-19-Kconfig-migrationsTom Rini1-2/+3
2022-01-19Convert CONFIG_AT91_EFLASH to KconfigPatrick Delaunay4-3/+9
2022-01-19configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to KconfigPatrick Delaunay174-127/+101
2022-01-19mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as booleanPatrick Delaunay18-27/+35
2022-01-19mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay8-31/+33
2022-01-19cmd: Fix up warnings in flash.cPatrick Delaunay1-122/+117
2022-01-19spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to KconfigAlexandru Gagniuc54-28/+75
2022-01-19net: Drop #ifdefs with CONFIG_BOOTP_SERVERIPSimon Glass3-17/+16
2022-01-19Convert CONFIG_BOOTP_SERVERIP to KconfigSimon Glass16-12/+16
2022-01-19Convert CONFIG_TIMESTAMP to KconfigSimon Glass67-40/+59
2022-01-19Convert CONFIG_UDP_CHECKSUM to KconfigSimon Glass13-13/+13
2022-01-19Convert CONFIG_KEEP_SERVERADDR to KconfigSimon Glass4-9/+11
2022-01-19Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/19Jan2022Tom Rini33-232/+1224
2022-01-19doc: samsung: axy17lte: Fix underlinesTom Rini1-3/+3
2022-01-19firmware: zynqmp: Do not report error if node is already configuredMichal Simek1-0/+6
2022-01-19firmware: zynqmp: Move loading message to debugMichal Simek1-1/+2
2022-01-19Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini3-8/+8
2022-01-19arm64: zynqmp: Change firmware dependencyMichal Simek1-2/+2
2022-01-19arm64: xilinx: dts: Add dma properties to fix dtbs_check warningsShravya Kumbham1-16/+32
2022-01-19arm64: zynqmp: Update USB node handle from dwc3 to usbManish Narani1-2/+2
2022-01-19arm64: zynqmp: Change compatible strings for cadence uartMichal Simek1-2/+2
2022-01-18Merge branch '2022-01-18-platform-updates'Tom Rini14-24/+695
2022-01-18miiphy.h: Remove CONFIG_DM_xxx guardsWIP/2022-01-18-platform-updatesTom Rini1-8/+0
2022-01-18clk: ast2600: Revise MII interface delayDylan Hung1-5/+5
2022-01-18configs: ast2600: enable DM_MDIO and MDIO driverDylan Hung1-0/+2
2022-01-18ARM: dts: ast2600: Add MDIO devicesDylan Hung2-5/+109
2022-01-18net: ftgmac100: Add Aspeed AST2600 supportDylan Hung1-0/+1
2022-01-18net: ftgmac100: Add DM_MDIO supportDylan Hung1-5/+15
2022-01-18configs: Enable mmc supportAmit Singh Tomar1-0/+3
2022-01-18mmc: actions: add MMC driver for Actions OWL S700/S900Amit Singh Tomar3-0/+416
2022-01-18ARM: dts: s700: add MMC/SD controller nodeAmit Singh Tomar1-0/+10
2022-01-18ARM: dts: sync Actions Semi S700 DT from Linux v5.16-rc3Amit Singh Tomar2-1/+35
2022-01-18clk: actions: Add SD/MMC clocksAmit Singh Tomar1-0/+73
2022-01-18clk: actions: Introduce dummy get/set_rate callbacksAmit Singh Tomar1-0/+26
2022-01-18Merge branch '2022-01-17-assorted-updates'Tom Rini38-3317/+675
2022-01-18pinctrl: single: add support for pinctrl-single, pins when #pinctrl-cells = 2AJ Bagwell1-26/+29
2022-01-18fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOL...Qu Wenruo1-0/+8
2022-01-18fs/btrfs: add dependency on BLAKE2 hashQu Wenruo4-0/+18
2022-01-18lib: add BLAKE2 hash supportQu Wenruo5-0/+577
2022-01-18common: board_r: drop ifdefs around header includesOvidiu Panait1-9/+0
2022-01-18common: board_r: include asm-generic/gpio.hOvidiu Panait1-3/+1
2022-01-18common: board_r: move init_addr_map() to init.hOvidiu Panait6-19/+12
2022-01-18common: board_r: drop initr_addr_map wrapperOvidiu Panait5-15/+8
2022-01-18common: board_r: drop initr_kgdb wrapperOvidiu Panait3-13/+16
2022-01-18common: remove bedbug debugger supportOvidiu Panait15-3230/+1
2022-01-18common: spl: move armv7m-specific code to spl_perform_fixups()Ovidiu Panait2-3/+6
2022-01-17drivers: musb_gadget: Save endpoint desc to usb_ep->descqianfan Zhao1-2/+1
2022-01-17mtd: nand: pxa3xx: set mtd->devRobert Marko1-0/+1
2022-01-17Merge branch '2022-01-15-TI-platform-updates'WIP/17Jan2022Tom Rini19-54/+311
2022-01-17Merge tag 'u-boot-at91-2022.04-b' of https://source.denx.de/u-boot/custodians...Tom Rini6-9/+97