aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-0/+1
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún1-0/+13
2022-04-04Merge tag 'u-boot-at91-2022.07-a' of https://source.denx.de/u-boot/custodians...WIP/04Apr2022-nextTom Rini9-445/+1649
2022-04-01arm64: ls1046a: Support semihosting fallbackSean Anderson1-1/+2
2022-04-01arm64: Catch non-emulated semihosting callsSean Anderson1-0/+47
2022-04-01arm: smh: Add option to detect semihostingSean Anderson2-0/+42
2022-04-01arm64: Import some ESR and SPSR defines from LinuxSean Anderson2-0/+416
2022-04-01arm64: Save spsr in pt_regsSean Anderson2-2/+5
2022-04-01arm64: Save esr in pt_regsSean Anderson5-26/+26
2022-04-01ls1046ardb: Add support for JTAG bootSean Anderson1-0/+2
2022-04-01arm: smh: Add some functions for working with the host consoleSean Anderson1-0/+18
2022-04-01arm: smh: Remove smhload commandSean Anderson1-76/+0
2022-04-01cmd: fdt: Use start/size for chosen instead of start/endSean Anderson1-8/+8
2022-04-01spl: Add semihosting boot methodSean Anderson3-5/+24
2022-04-01arm: smh: Add some file manipulation commandsSean Anderson1-11/+56
2022-04-01arm: smh: Document functions in headerSean Anderson1-9/+0
2022-04-01arm: smh: Return errno on errorSean Anderson1-31/+36
2022-04-01arm: smh: Use numeric modes for smh_openSean Anderson1-18/+3
2022-04-01arm: smh: Export semihosting functionsSean Anderson1-5/+6
2022-04-01vexpress64: Add ARMv8R-64 board variantPeter Hoyes2-0/+12
2022-04-01vexpress64: fvp: add distro_boot supportAndre Przywara1-0/+1
2022-04-01vexpress64: move hardware setting from defconfig to KconfigAndre Przywara1-0/+4
2022-04-01vexpress64: fvp: enable OF_CONTROLAndre Przywara2-0/+3
2022-04-01arm: dts: Add Arm FVP Fastmodel RevC .dts files from LinuxAndre Przywara3-0/+531
2022-04-01vexpress64: Kconfig: move board definitions out of arch/armAndre Przywara1-25/+3
2022-04-01Convert CONFIG_SYS_MONITOR_BASE to KconfigTom Rini1-17/+17
2022-04-01Convert CONFIG_E300 et al to KconfigTom Rini3-2/+9
2022-04-01db-mv784mp-gp: Rename CONFIG_DB_784MP_GP to CONFIG_TARGET_DB_MV784MP_GPTom Rini1-1/+1
2022-04-01Convert CONFIG_CLOCK_SYNTHESIZER to KconfigTom Rini2-7/+20
2022-04-01exynos: Drop CONFIG_CLK_*Tom Rini1-20/+0
2022-04-01keymile: Move sourcing of common KconfigTom Rini6-6/+2
2022-04-01Convert CONFIG_MCFRTC et al to KconfigTom Rini1-4/+0
2022-04-01Convert CONFIG_MCFTMR to KconfigTom Rini1-0/+3
2022-04-01Convert CONFIG_CF_DSPI to KconfigTom Rini1-0/+5
2022-04-01am33xx: musb: Remove unused configuration logicTom Rini1-76/+6
2022-04-01ARM: dts: at91: sama5d2: add u-boot, dm-pre-reloc property for TCBClément Léger1-0/+3
2022-04-01ARM: dts: at91: sama5d2: add TCB nodeClément Léger1-0/+16
2022-04-01ARM: dts: at91: sama5d2: add AIC nodeClément Léger1-0/+9
2022-04-01timer: atmel_tcb_timer: add atmel_tcb driverClément Léger1-0/+2
2022-04-01ARM: dts: at91: sama7g5/sama7g5ek: align with Linux DTEugen Hristev3-266/+1431
2022-04-01ARM: dts: at91: rename sama7g5ek.dts to at91-sama7g5ek.dtsEugen Hristev3-3/+4
2022-04-01ARM: at91: sama7g5: Reset external devices at software resetTudor Ambarus1-0/+1
2022-04-01configs: Convert AT91RESET_EXTRST to KconfigTudor Ambarus1-0/+3
2022-04-01ARM: at91: sama5d2: Enable the use of Galois Tables from ROMTudor Ambarus1-3/+7
2022-03-31arch: Kconfig: imply BINMAN for SANDBOXPhilippe Reynes3-0/+7
2022-03-28video: fsl: colibri_vf: Drop FSL DCU driverSimon Glass2-5/+0
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass2-10/+2
2022-03-28video: Drop video_fb headerSimon Glass1-1/+0
2022-03-28video: nexell: Drop unused and invalid codeSimon Glass1-2/+2
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini37-151/+971