summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2021-09-29Merge tag 'rpi-next-2021.10.2' of https://source.denx.de/u-boot/custodians/u-...Tom Rini1-0/+6
2021-09-29arm: rpi: perform XHCI firmware upload only onceMarek Szyprowski1-0/+6
2021-09-29arm: dts: armada8040: Fix CP0 eMMC/SDIO supportRobert Marko1-2/+2
2021-09-28imx: imx7d-sdb: fix ethernet, sync .dts with linuxRasmus Villemoes1-3/+3
2021-09-22arm: socfpga: vining: Fix UDC controller phandle in DTMarek Vasut1-1/+1
2021-09-22arm: socfpga: vining: Un-disable WDT in DTMarek Vasut1-4/+0
2021-09-21arm: dts: stm32mp1: use ssbl partition name for U-BootPatrick Delaunay2-2/+6
2021-09-17arm: mach-k3: common: Make sure firmware sections are loaded prior to armv8 s...Nishanth Menon1-12/+18
2021-09-17arm: mach-k3: am6_init: Prioritize MSMC traffic over DDR in NAVSS NorthbridgeRoger Quadros2-0/+21
2021-09-17clk: ti: k3: Update driver to account for divider flagsSuman Anna2-97/+99
2021-09-17arm: mach-k3: Add note to auto-generated filesDave Gerlach4-4/+20
2021-09-17arm: mach-k3: j7200: Fix clk-data parenting for postdiv PLL clocksSuman Anna1-4/+4
2021-09-17arm: mach-k3: j721e: Fix clk-data parenting for postdiv PLL clocksSuman Anna1-4/+4
2021-09-17arm: mach-k3: common: Add a release_resources_for_core_shutdown() stubSuman Anna1-0/+5
2021-09-15ARM: bcm283x: change the virtual address of the XHCI PCI device baseMarek Szyprowski1-2/+2
2021-09-15arm: dts: bcm283x: Add minimal smbios informationMatthias Brugger1-0/+19
2021-09-14pci: Drop DM_PCISimon Glass2-2/+2
2021-09-11arm: dts: k3-j721e-r5-*.dts: Fix clock-names property in the usb0 instanceAswath Govindraju1-1/+1
2021-09-11ARM: dts: Fix node status to "okay" on TI boardsRoger Quadros20-34/+34
2021-09-11arm: dts: k3-am642-evm-u-boot: Add u-boot, dm-spl tag in the pinmux node of mmc1Aswath Govindraju1-0/+4
2021-09-11am33xx: Fix USB for am335x boardsMatwey V. Kornilov1-6/+0
2021-09-10arm: mvebu: dts: Armada8k enable mdioSven Auhagen4-0/+4
2021-09-08lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc1-1/+1
2021-09-06stm32mp: Fix board_get_usable_ram_top()Patrice Chotard1-1/+1
2021-09-01Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini4-69/+72
2021-09-01arm: mvebu: Move get_boot_device() to cpu.c and make visibleMarek Behún3-68/+71
2021-09-01arm: mvebu: axp: Properly check for Armada XP in mach/soc.hPali Rohár1-1/+1
2021-09-01Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini1-0/+23
2021-08-27Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini19-38/+148
2021-08-26xilinx: zynqmp: Update descriptions for u-boot.itsMichal Simek1-2/+2
2021-08-26xilinx: common: Enabling generic function for DT reselectionMichal Simek1-0/+3
2021-08-26xilinx: zynqmp: Generate different u-boot.itb for MULTI_DTB_FITMichal Simek1-0/+47
2021-08-26arm64: dts: Make sure that all DTBs are 64bit alignedMichal Simek1-1/+1
2021-08-26soc: xilinx: versal: Add soc_xilinx_versal driverT Karthik Reddy3-0/+10
2021-08-26soc: xilinx: zynqmp: Add soc_xilinx_zynqmp driverT Karthik Reddy3-0/+9
2021-08-26ARM: zynq: Enable smcc and nor for zc770-xm012Michal Simek1-0/+9
2021-08-26ARM: zynq: Wire single qspi on couple of boardsMichal Simek4-0/+32
2021-08-26ARM: zynq: Replace 'io-standard' with 'power-source' propertySai Krishna Potthuri2-20/+20
2021-08-26xilinx: Add jedec compatible string for QSPI (Zynq/ZynqMP)Raju Kumar Pothuraju4-4/+4
2021-08-26arm64: zynqmp: Update comment style sm-k26Michal Simek1-1/+1
2021-08-26arm64: zynqmp: Fix header alignment on kv260 boardsMichal Simek2-8/+8
2021-08-26arm64: zynqmp: Fix node name for ds35/36 ledsMichal Simek1-2/+2
2021-08-25arm: socfpga: Enable Intel N5X device buildSiew Chin Lim2-6/+43
2021-08-25arm: dts: Add base dtsi and devkit dts for Intel N5X deviceSiew Chin Lim4-0/+377
2021-08-25arm: socfpga: Add SPL for Intel N5X deviceSiew Chin Lim1-0/+94
2021-08-25ddr: altera: Add SDRAM driver for Intel N5X deviceTien Fong Chee2-1/+15
2021-08-25arm: socfpga: Changed misc_s10.c to misc_soc64.cSiew Chin Lim2-8/+8
2021-08-25arm: socfpga: Add clock manager for Intel N5X deviceSiew Chin Lim3-0/+94
2021-08-25arm: socfpga: Move cm_get_mpu_clk_hz function declaration to clock_manager.hSiew Chin Lim5-5/+1
2021-08-25arm: socfpga: Get clock manager base address for Intel N5X deviceSiew Chin Lim1-0/+3