summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-0210-15/+15
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-0225-84/+84
* dtoc: Support widening a bool valueSimon Glass2021-08-011-0/+2
* sandbox: Reduce keyed autoboot delaySimon Glass2021-08-013-0/+28
* Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-07-312-2/+13
|\
| * sunxi: decide the inclusion of SCP by SCP_ADDR existenceIcenowy Zheng2021-08-011-2/+2
| * sunxi: A23/A33/H3: Move sun8i secure monitor to SRAM A2Samuel Holland2021-08-011-0/+11
* | arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage headerPali Rohár2021-07-312-22/+205
* | arm: mvebu: Use U-Boot's SPL BootROM framework for booting from NAND/UARTPali Rohár2021-07-311-23/+24
* | arm: mvebu: Implement return_to_bootrom() via U-Boot's SPL frameworkPali Rohár2021-07-312-0/+16
* | arm: mvebu: Mark return_to_bootrom() as a noreturn functionPali Rohár2021-07-311-1/+1
* | arm: mvebu: Fix return_to_bootrom()Pali Rohár2021-07-311-1/+2
* | Merge branch '2021-07-28-assorted-fixes'Tom Rini2021-07-293-11/+26
|\ \
| * | arm64: Update memcpy_{from, to}io() helpersPatrice Chotard2021-07-282-10/+25
| * | arm: use the correct prototype for reset_cpu functionPatrick Delaunay2021-07-281-1/+1
* | | Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-07-2920-276/+727
|\ \ \ | |/ / |/| |
| * | arm: dts: k3-j721e-r5: Remove MAIN R5FSS0 cluster from SPLSuman Anna2021-07-272-16/+0
| * | arm: mach-k3: Cleanup common start_non_linux_remote_cores()Suman Anna2021-07-272-6/+0
| * | arm: mach-k3: j721e: Cleanup MAIN R5 boot code from R5 SPLSuman Anna2021-07-271-40/+0
| * | arm: mach-k3: j721e: Move booting of Main R5FSS Core0 to A72 U-BootSuman Anna2021-07-271-1/+5
| * | arm: dts: k3-am65: Fix up MCU R5FSS cluster mode back to Split-modeSuman Anna2021-07-271-0/+4
| * | arch: dts: am642-sk-u-boot: Disable main_sdhci0 DT node and define alias inde...Aswath Govindraju2021-07-271-0/+5
| * | arch: arm: mach-k3: am642_init: Correct the function name spl_boot_mode() to ...Aswath Govindraju2021-07-271-1/+1
| * | arm: dts: k3-j7200-common-proc-board-u-boot: Add u-boot tags for torrent serdesAswath Govindraju2021-07-271-0/+12
| * | arm: dts: k3-j7200-common-proc-board: Enable SERDES DTAswath Govindraju2021-07-271-0/+23
| * | arm: dts: k3-j7200-main: Add DT node for torrent serdesAswath Govindraju2021-07-271-0/+63
| * | ARM: dts: k3-j721e: Add support for USB3 in USB0 instanceKishon Vijay Abraham I2021-07-271-1/+18
| * | arm: dts: Import am335x-sancloud-bbe devicetreePaul Barker2021-07-272-0/+138
| * | arm: dts: Resync BeagleBone device treesPaul Barker2021-07-276-215/+453
| * | arm: dts: k3-j7200-main: Add support for HS400 and update delay select values...Aswath Govindraju2021-07-271-1/+10
* | | i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass2021-07-287-16/+16
* | | i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-284-4/+4
* | | Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass2021-07-285-10/+10
* | | Rename GPIO_SUPPORT to GPIOSimon Glass2021-07-2811-16/+16
* | | Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass2021-07-281-1/+1
* | | Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass2021-07-284-5/+5
* | | Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass2021-07-282-2/+2
* | | Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass2021-07-281-1/+1
* | | Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass2021-07-283-6/+6
| |/ |/|
* | Merge tag 'u-boot-amlogic-20210727' of https://source.denx.de/u-boot/custodia...Tom Rini2021-07-274-0/+90
|\ \
| * | ARM: dts: meson: Use devicetree for SMBIOS settings for Khadas VIM boardsArtem Lapkin2021-07-274-0/+90
| |/
* | ARM: dts: stm32mp: Add OP-TEE reserved memory to SPL dtbAlexandru Gagniuc2021-07-271-0/+3
* | stm32mp1: spl: Configure TrustZone controller for OP-TEEAlexandru Gagniuc2021-07-271-0/+92
* | arm: stm32mp: Implement support for TZC 400 controllerAlexandru Gagniuc2021-07-273-0/+170
* | ARM: dts: stm32: Fix AV96 eMMC pinmuxMarek Vasut2021-07-272-2/+2
* | stm32mp1: add pull-up for gpio button PA13 and PA14Patrick Delaunay2021-07-272-4/+4
* | arm: stm32mp1: force boot_device variable for invalid TAMP register valuePatrick Delaunay2021-07-271-1/+3
|/
* arm64: zynqmp: Move USB3 PHY properties from DWC3 node to USB nodeManish Narani2021-07-2613-30/+30
* arm64: dts: zynqmp: Enable USB2.0 for zc1751-xm016-dc2Piyush Mehta2021-07-261-2/+0
* Merge tag 'efi-2021-10-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2021-07-241-2/+11
|\