aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-12-31fsp: Move and rename fsp_types.h fileSughosh Ganu2-63/+2
2020-12-31qemu: arm: Initialise virtio devices in board_late_initSughosh Ganu1-0/+2
2020-12-22test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait1-0/+16
2020-12-22sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait1-1/+9
2020-12-22sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait1-10/+0
2020-12-22sandbox: implement invalidate_icache_all()Heinrich Schuchardt2-1/+24
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt1-0/+10
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass3-3/+3
2020-12-18dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass1-0/+13
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass1-1/+1
2020-12-18x86: Drop unnecessary mp_init logicSimon Glass3-18/+9
2020-12-18dm: Avoid accessing seq directlySimon Glass3-3/+3
2020-12-18linker_lists: Fix alignment issueSimon Glass1-0/+11
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass42-105/+105
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass12-27/+26
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass7-21/+21
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass22-36/+36
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass20-24/+24
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-1/+1
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-1/+1
2020-12-13test: unit test for exception commandHeinrich Schuchardt1-0/+1
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt4-0/+88
2020-12-04bootm: Support string substitution in bootargsSimon Glass1-0/+1
2020-12-04x86: zimage: Add silent-console processingSimon Glass1-0/+14
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass1-0/+1
2020-12-04board: sl28: add OP-TEE Trusted OS support (bl32)Michael Walle1-0/+36
2020-12-04board: sl28: add ATF support (bl31)Michael Walle1-1/+40
2020-12-04board: sl28: remove u-boot from loadable DT nodeMichael Walle1-3/+0
2020-12-04armv8: layerscape: don't initialize GIC in SPLMichael Walle1-0/+2
2020-12-04treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORTMichael Walle5-10/+10
2020-12-01IPQ40xx: clk: add USB clock handlingRobert Marko1-0/+8
2020-12-01IPQ40xx: clk: dont always return 0Robert Marko1-2/+2
2020-12-01IPQ40xx: clk: drop breaks in switch caseRobert Marko1-3/+0
2020-12-01IPQ40xx: clk: use dev_read_addr()Robert Marko1-2/+2
2020-11-28riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controllerPragnesh Patel1-0/+2
2020-11-25remoteproc: stm32: use reset for hold bootPatrick Delaunay1-0/+7
2020-11-25SPL: stm32mp1: fix spl_mmc_boot_partition not definedRichard Genoud1-0/+2
2020-11-25ARM: dts: stm32: Drop QSPI CS2 on DHCOMMarek Vasut1-11/+2
2020-11-25ARM: dts: stm32: Fix uSD card-detect GPIO on DHCOMMarek Vasut1-1/+1
2020-11-25ARM: dts: stm32: Add DHCOM based PicoITX boardMarek Vasut3-0/+108
2020-11-25arm: stm32mp: correct the ALIGN macro usagePatrick Delaunay1-2/+2
2020-11-25ARM: dts: stm32: Fix typo in stm32h7-u-boot.dtsiPatrice Chotard1-1/+1
2020-11-25ARM: dts: stm32: Fix timer initialization for stm32 MCU's boardPatrice Chotard5-12/+24
2020-11-25ARM: dts: stm32: DT sync with kernel v5.10-rc1 for MCU's boardsPatrice Chotard22-100/+308
2020-11-25ARM: dts: sync armv7-m.dtsi with kernel v5.10-rc1Patrice Chotard1-3/+1
2020-11-22pinctrl: renesas: r8a77951: Add R8A774E1 PFC supportBiju Das1-0/+1
2020-11-22pinctrl: renesas: r8a77965: Add R8A774B1 PFC supportBiju Das1-0/+1
2020-11-20arm64: zynqmp: Get rid of unused macrosMichal Simek1-4/+2
2020-11-20microblaze: Enable GCC garbage collector for full U-BootMichal Simek2-3/+6