summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custo...Tom Rini9-13/+15
2022-10-09imx: gpmi: Add register needed to control nand bus timingMichael Trimarchi1-0/+9
2022-10-07Merge branch '2022-10-07-riscv-toolchain-update'Tom Rini1-1/+10
2022-10-07riscv: Fix build against binutils 2.38Alexandre Ghiti1-1/+10
2022-10-07arm64: zynqmp: Fix compiler warnings in mp.cVenkatesh Yadav Abbarapu1-3/+3
2022-10-07arm: nuvoton: Add support for Nuvoton NPCM845 BMCJim Liu13-0/+780
2022-10-07armv8: cache_v8: Fix pgtables setup when MMU is already enabledPali Rohár1-0/+4
2022-10-07common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait1-0/+17
2022-10-07common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait1-0/+12
2022-10-07common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead codeOvidiu Panait1-6/+0
2022-10-06arm: mvebu: Add support for specifying VHV_Enable GPIOPali Rohár2-3/+54
2022-10-06arm: mvebu: Add support for programming LD0 and LD1 eFusePali Rohár2-0/+47
2022-10-06arm: mvebu: Remove timer.cStefan Roese3-48/+0
2022-10-06board/km: remove kirkwood boardsHolger Brunck3-102/+0
2022-10-05arm64: dts: Remove unused property device_idAshok Reddy Soma5-6/+0
2022-10-05ARM: zynq: Define rtc alias on zc702/zc706Michal Simek2-2/+4
2022-10-05ARM: zynq: Point via nvmem0 alias to eeprom on zc702/zc706Michal Simek2-2/+4
2022-10-05dm: fpga: Introduce new uclassAlexander Dahl1-0/+4
2022-10-03Merge branch 'next'Tom Rini219-2315/+4695
2022-10-03imx8mn-ddr4-evk-u-boot: Fix broken bootFabio Estevam1-0/+4
2022-10-03imx8mn-venice-u-boot: Fix broken bootFabio Estevam1-0/+4
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass3-3/+3
2022-09-29sandbox: Support setting up the other FDT for testingSimon Glass2-3/+50
2022-09-29sandbox: Support loading the other FDTSimon Glass4-1/+78
2022-09-29sandbox: Add a function to load a relative file pathSimon Glass3-9/+43
2022-09-29test: Support testing malloc() failuresSimon Glass1-0/+1
2022-09-29treewide: Drop image_header_t typedefSimon Glass10-22/+22
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass14-43/+44
2022-09-27Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians...Tom Rini36-455/+634
2022-09-26Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custo...Tom Rini17-38/+398
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini10-11/+163
2022-09-26configs: stm32f769-disco: Fix internal flash sizePatrice Chotard1-3/+3
2022-09-26ARM: dts: stm32: DT sync with kernel v6.0-rc4 for MCU's boardsPatrice Chotard19-275/+209
2022-09-26arm64: versal-net: Add support for mini configurationMichal Simek2-0/+68
2022-09-26spi: cadence_qspi: Add support for Versal NET platformMichal Simek1-0/+4
2022-09-26arm64: versal-net: Add support for Versal NET platformMichal Simek10-0/+248
2022-09-26riscv: Introduce AVAILABLE_HARTSRick Chen6-5/+23
2022-09-26spl: introduce SPL_XIP to configNikita Shubin6-6/+13
2022-09-25sandbox: Add a test for SCSISimon Glass2-0/+9
2022-09-25sandbox: Convert to use driver model for SCSISimon Glass1-1/+0
2022-09-25sandbox: unblock signal before calling execv()Heinrich Schuchardt1-0/+16
2022-09-24sandbox: Add function os_flush()Pali Rohár1-0/+5
2022-09-23powerpc/mpc85xx: Fix re-align of unmapped DDR memory message for non-SPL buildsPali Rohár1-0/+3
2022-09-23powerpc/mpc85xx: Explain TLB unmapped memory messagePali Rohár1-1/+1
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár25-26/+26
2022-09-23arm: dts: mt7622: add i2c supportWeijie Gao2-0/+42
2022-09-23arm: dts: mt7622: force high-speed mode for uartWeijie Gao1-0/+1
2022-09-23board: mediatek: add MT7981 reference boardsWeijie Gao4-0/+454
2022-09-23board: mediatek: add MT7986 reference boardsWeijie Gao7-0/+810
2022-09-23arm: mediatek: add support for MediaTek MT7981 SoCWeijie Gao6-1/+389