aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/16Apr2021Tom Rini9-55/+215
2021-04-16sunxi: video: select dw-hdmi in Kconfig, not MakefileJernej Skrabec2-1/+2
2021-04-16sunxi: arm64: Add addresses for compressed kernel loadArnaud Ferraris1-0/+15
2021-04-16sunxi: binman: Do not hardcode U-Boot load addressSamuel Holland1-1/+1
2021-04-16sunxi: binman: Respect the default FIT configurationSamuel Holland1-1/+1
2021-04-16clk: sunxi: h6: Add XHCI clocksSamuel Holland1-0/+2
2021-04-16clk: sunxi: Add a dummy clock driver for the RTCSamuel Holland2-0/+37
2021-04-16sunxi: enable dual rank memory on R40Icenowy Zheng1-6/+49
2021-04-16sunxi: support asymmetric dual rank DRAM on A64/R40Icenowy Zheng2-23/+82
2021-04-16sunxi: add fdtoverlay_addr_r environment variableJernej Skrabec1-23/+26
2021-04-15Merge branch '2021-04-14-assorted-vboot-improvements'WIP/15Apr2021Tom Rini31-266/+955
2021-04-15Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini103-206/+2772
2021-04-15Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini9-863/+1073
2021-04-15configs: T1042D4RDB: enable DM_ETHCamelia Groza5-2/+18
2021-04-15powerpc: dts: t1042d4rdb: add FMan v3 nodesCamelia Groza1-1/+54
2021-04-15powerpc: dts: t1042: add QorIQ DPAA 1 FMan v3 nodesCamelia Groza1-0/+46
2021-04-15configs: T4240RDB: enable DM_ETHCamelia Groza2-0/+6
2021-04-15powerpc: dts: qoriq: update the mdio offsets under the second FMan v3Camelia Groza11-14/+14
2021-04-15powerpc: dts: t4240rdb: add FMan v3 nodesCamelia Groza1-1/+141
2021-04-15powerpc: dts: t4240: add QorIQ DPAA 1 FMan v3 nodesCamelia Groza1-0/+101
2021-04-15configs: T2080RDB: enable DM_ETHCamelia Groza4-0/+12
2021-04-15board: freescale: t208xrdb: fdt fixups under DM_ETHCamelia Groza3-0/+40
2021-04-15powerpc: dts: t2080rdb: add FMan v3 nodesCamelia Groza1-1/+68
2021-04-15powerpc: dts: t2080: add QorIQ DPAA 1 FMan v3 nodesCamelia Groza1-0/+51
2021-04-15ls1012a: use default scan_dev_for_bootMian Yousaf Kaukab5-35/+0
2021-04-15board: sl28: add config to enable console output on SER0Michael Walle4-1/+34
2021-04-15board: sl28: enable DM_SERIALMichael Walle2-2/+1
2021-04-15board: sl28: move DM_* configs to KconfigMichael Walle2-17/+19
2021-04-15armv8: fsl-layerscape: spl: call spl_early_init()Michael Walle1-0/+8
2021-04-15armv8: fsl-layerscape: spl: add debug UART supportMichael Walle1-0/+3
2021-04-15freescale: ls1021atwr: Drop use of CONFIG_RESETSimon Glass2-5/+4
2021-04-15doc: board: qemu-ppce500: Document eTSEC usageBin Meng1-0/+5
2021-04-15ppc: qemu: Enable eTSEC supportBin Meng1-0/+4
2021-04-15ppc: qemu: Create a virtual memory mapping of the platform busBin Meng3-0/+36
2021-04-15test: dm: Add a test case for simple-bus <ranges>Bin Meng3-0/+35
2021-04-15dm: core: Correctly read <ranges> of simple-busBin Meng3-10/+41
2021-04-15net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng1-3/+27
2021-04-15dt-bindings: net: Update Freescale TSEC to support "queue-group"Bin Meng1-1/+18
2021-04-15net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng1-1/+3
2021-04-15test: dm: Add a case to test ofnode_phy_is_fixed_link()Bin Meng2-5/+19
2021-04-15sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil9-5/+329
2021-04-15net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean1-5/+1
2021-04-15net: phy: fixed: Support the old DT bindingBin Meng1-3/+23
2021-04-15net: phy: fixed: Add the missing ending newlineBin Meng1-1/+1
2021-04-15net: phy: fixed: Make driver ops staticBin Meng1-4/+4
2021-04-15net: phy: Simplify the logic of phy_connect_fixed()Bin Meng1-8/+8
2021-04-15net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng2-6/+1
2021-04-15net: phy: xilinx: Be compatible with live OF treeBin Meng2-44/+40
2021-04-15net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean1-6/+0
2021-04-15net: phy: fixed: Be compatible with live OF treeVladimir Oltean3-26/+36