aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-18Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvel...WIP/18Dec2021-nextTom Rini127-1178/+3665
2021-12-18arm: mvebu: Use printf for printing fatal errorsPali Rohár1-2/+2
2021-12-18arm: mvebu: Remove commented example codePali Rohár1-13/+0
2021-12-18arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial driversPali Rohár2-0/+8
2021-12-18arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe driversPali Rohár3-1/+10
2021-12-18arm: mvebu: a38x: serdes: improve USB3 electrical configurationStefan Eichenberger2-8/+33
2021-12-18arm: mvebu: a38x: serdes: fix serdes config for USB3Stefan Eichenberger1-1/+1
2021-12-18fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOXMarek Behún3-19/+26
2021-12-18arm: mvebu: turris_mox: Fix unstable board topology readingMarek Behún1-1/+3
2021-12-18phy: marvell: a3700: Convert to official DT bindings in COMPHY driverPali Rohár8-112/+250
2021-12-18arm: mvebu: turris_mox: Enable eth1 in U-Boot if a network module is presentPali Rohár1-5/+16
2021-12-18arm: mvebu: turris_mox: Find DT nodes by compatible or alias instead of pathMarek Behún1-123/+63
2021-12-18fdt_support: Add some useful functionsMarek Behún2-0/+149
2021-12-18fdt_support: Fix comment for fdt_create_phandle()Marek Behún1-1/+1
2021-12-18fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODEMarek Behún7-39/+26
2021-12-18fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle()Marek Behún4-25/+20
2021-12-18treewide: Use fdt_create_phandle() where appropriateMarek Behún2-9/+6
2021-12-18include/linux/byteorder: Fix compilation of __constant_cpu_to_be32()Pali Rohár1-0/+4
2021-12-18arm: mvebu: armada-xp-theadorable.dts: Add I2C DT nodesStefan Roese1-0/+12
2021-12-18arm: mvebu: axp: ddr: Switch to using DM I2C APIStefan Roese3-8/+26
2021-12-18arm: mvebu: axp: Remove unreferenced ddr3_get_eprom_fabric() functionStefan Roese3-26/+0
2021-12-18arm: mvebu: axp/high_speed_env_lib: Switch to DM_I2C APIStefan Roese1-4/+13
2021-12-18arm: mvebu: theadorable: Switch to using DM I2C APIStefan Roese1-3/+12
2021-12-18arm: mvebu: maxbcm_defconfig: Enable DM_I2CStefan Roese1-3/+1
2021-12-18arm: mvebu: ds414_defconfig: Enable DM_I2CStefan Roese1-3/+1
2021-12-18arm: mvebu: db-mv784mp-gp_defconfig: Enable DM_I2CStefan Roese1-3/+1
2021-12-18arm: mvebu: theadorable_debug_defconfig: Enable DM_I2CStefan Roese1-3/+1
2021-12-17Merge tag 'dm-pull-17dec21' of https://source.denx.de/u-boot/custodians/u-boo...WIP/17Dec2021-nextTom Rini28-30/+2008
2021-12-17fdtgrep: Handle an empty output treeSimon Glass2-6/+38
2021-12-17fdtgrep: Correct alignment of struct sectionSimon Glass1-2/+1
2021-12-17iot2050: binman: add missing-msg for blobsIvan Mikhaylov2-0/+16
2021-12-17binman: Use less hard coded magic when inserting new PATHAndy Shevchenko1-5/+7
2021-12-17binman: Do not pollute source tree when build with `make O=...`Andy Shevchenko1-1/+12
2021-12-17Convert CONFIG_PHYSMEM to KconfigSimon Glass7-16/+12
2021-12-17binman: Add support for ATF FIPSimon Glass13-0/+862
2021-12-17binman: Add a utility module for ATF FIPSimon Glass3-1/+1061
2021-12-17Merge tag 'u-boot-at91-2022.04-a' of https://source.denx.de/u-boot/custodians...Tom Rini21-28/+681
2021-12-17Merge commit '4720b83d2c711062cfb55f03591b8f12c897d7cb' of https://github.com...WIP/17Dec2021Tom Rini6-9/+260
2021-12-17arm: socfpga: arria10: Enable double peripheral RBF configurationTien Fong Chee4-1/+54
2021-12-17arm: socfpga: arria10: Reset MPFE NoC after program periph / combined RBFTien Fong Chee5-6/+195
2021-12-17arm: socfpga: arria10: Setting image magic value to romcode initswstate regTien Fong Chee2-2/+11
2021-12-16ARM: mach-at91: Add compile time option to choose proper timerHari Prasath1-2/+5
2021-12-15Merge tag 'clk-2022.01-rc3' of https://source.denx.de/u-boot/custodians/u-boo...WIP/15Dec2021Tom Rini10-28/+59
2021-12-15clk: define LOG_CATEGORY for generic and ccf clocksPatrick Delaunay8-12/+39
2021-12-15clk: cosmetic: reorder include filesPatrick Delaunay6-15/+18
2021-12-15clk: fix clk_get_rate() documentationGiulio Benetti1-1/+2
2021-12-15Merge tag 'rpi-next-2022.01' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini2-2/+8
2021-12-15Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-48/+61
2021-12-15arm: a37xx: pci: Do not allow setting ROM BAR on PCI BridgePali Rohár1-24/+30
2021-12-15pci: pci_mvebu: Do not allow setting ROM BAR on PCI BridgePali Rohár1-24/+31