summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2021-09-01Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini24-50/+55
2021-09-01Finish converting CONFIG_SYS_CACHELINE_SIZE to KconfigTom Rini1-15/+0
2021-09-01imx: Finish migration of IMX_CONFIG to KconfigTom Rini2-2/+6
2021-09-01imx: Introduce CONFIG_MACH_IMXTom Rini2-0/+16
2021-09-01Convert CONFIG_MX7D to KconfigTom Rini1-0/+1
2021-09-01nxp: Migrate CONFIG_DDR_CLK_FREQ to KconfigTom Rini3-7/+7
2021-09-01ddr: Migrate DDR_SPD to KconfigTom Rini1-0/+1
2021-09-01mvebe: Migrate CONFIG_DDR_LOG_LEVEL to KconfigTom Rini1-0/+14
2021-09-01mvebu: Migrate CONFIG_DDR_32BIT/64BIT to KconfigTom Rini1-0/+13
2021-08-30Kconfig: Use spaces not tabs in Kconfig entiresTom Rini1-1/+1
2021-08-30arm: Migrate GICV2 / GICV3 to KconfigTom Rini6-5/+32
2021-08-30rcar: i2c: Migrate SYS_I2C_SH to KconfigTom Rini7-28/+0
2021-08-30Convert CONFIG_SYS_I2C_MXC et al to KconfigTom Rini2-0/+2
2021-08-30Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini2-10/+0
2021-08-30ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespaceTom Rini2-3/+3
2021-08-30Convert CONFIG_SYS_I2C_EARLY_INIT to KconfigTom Rini1-3/+0
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini6-6/+14
2021-08-30Convert CONFIG_SYS_I2C_MVTWSI to KconfigTom Rini1-1/+0
2021-08-30Convert CONFIG_ID_EEPROM to KconfigTom Rini1-0/+5
2021-08-30davinci: Drop CONFIG_MAC_ADDR_IN_EEPROMTom Rini2-28/+0
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
2021-08-24arm: socfpga: Add handoff data support for Intel N5X deviceTien Fong Chee3-48/+140
2021-08-24arm: socfpga: Add base address for Intel N5X deviceSiew Chin Lim1-1/+2
2021-08-24arm: socfpga: Changed base_addr_s10.h to base_addr_soc64.hSiew Chin Lim1-4/+4
2021-08-24arm: socfpga: Move linux_qspi_enable from bootcommand to board_prep_linux fun...Siew Chin Lim1-8/+9
2021-08-18armv8: fsl : create bootcmd and mcinitcmd as per boot sourceWasim Khan1-3/+6
2021-08-18board: sl28: drop unneeded and outdated flash partitionsMichael Walle1-55/+0
2021-08-18arm: Finish migration of HAS_FSL_XHCI_USBTom Rini1-2/+4
2021-08-16arm: stm32mp1: Implement ECDSA signature verificationAlexandru Gagniuc3-0/+112