summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-03-26x86: apl: Use read-only SPL and new of-platdataSimon Glass1-0/+2
2021-03-26x86: coral: Drop TPM and ACPI interrupts from TPLSimon Glass1-5/+5
2021-03-26x86: Don't include reset driver in SPLSimon Glass1-1/+1
2021-03-26x86: Support a fake PCI device with of-platdata-instSimon Glass1-0/+1
2021-03-26x86: itss: Tidy up bind() for of-platdata-instSimon Glass1-2/+3
2021-03-26x86: apl: Tell of-platdata about a required header fileSimon Glass1-0/+1
2021-03-26x86: apl: Fix the header order in pmcSimon Glass1-1/+1
2021-03-26x86: Define a region for device priv/plat dataSimon Glass1-0/+8
2021-03-26sandbox: Define a region for device priv/plat dataSimon Glass1-0/+8
2021-03-26Revert "sandbox: Disable I2C emulators in SPL"Simon Glass1-7/+3
2021-03-26sandbox: i2c: Move platdata structs to header filesSimon Glass2-0/+39
2021-03-26clk: sandbox: Create a special fixed-rate driverSimon Glass2-1/+9
2021-03-26clk: sandbox: Move priv/plat data to a header fileSimon Glass1-0/+16
2021-03-22sandbox: Drop debug message in os_spl_to_uboot()Simon Glass1-1/+0
2021-03-22sandbox: i2c: Rename driver names to work with of-platdataSimon Glass1-2/+2
2021-03-22sandbox: Make sandbox,emul more conventionalSimon Glass1-1/+5
2021-03-22sandbox: enable cros-ec-keyb in test.dtbHeinrich Schuchardt1-0/+1
2021-03-20board: mt7629: enable compression of u-boot to reduce the size of final imageWeijie Gao2-19/+0
2021-03-20dts: mt7629: enable JTAG pins by defaultWeijie Gao2-0/+16
2021-03-20board: Add MT8183 pumpkin board supportFabien Parent3-0/+101
2021-03-20ARM: mediatek: Add MT8183 supportFabien Parent5-0/+367
2021-03-20board: mediatek: rename pumpkin board into mt8516Fabien Parent1-1/+1
2021-03-16board: silinux: Enable recovery SPL for EK874 boardLad Prabhakar1-1/+1
2021-03-16arm: rmobile: Add Silicon Linux EK874 board supportLad Prabhakar7-0/+625
2021-03-16pinctrl: renesas: Add support for R8A774C0Lad Prabhakar1-0/+1
2021-03-16arm: dts: r8a774c0: Resync R8A774C0 SoC DTSI with Linux 5.11Lad Prabhakar1-4/+23
2021-03-16arm: rmobile: Add HopeRun HiHope RZ/G2H board supportBiju Das4-0/+88
2021-03-16arm: rmobile: Add HopeRun HiHope RZ/G2N board supportBiju Das4-0/+82
2021-03-16arm: rmobile: Add HopeRun HiHope RZ/G2M board supportBiju Das2-0/+15
2021-03-16arm: dts: rmobile: r8a774e1: Synchronize DTs with Linux 5.11Biju Das2-0/+61
2021-03-16arm: dts: rmobile: r8a774b1: Synchronize DTs with Linux 5.11Biju Das2-0/+62
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini73-199/+6191
2021-03-15Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini10-59/+101
2021-03-14sandbox: imply SCP03 and CMD_SCP03Igor Opaniuk1-0/+2
2021-03-12sandbox: Update os_find_u_boot() to find the .img fileSimon Glass2-4/+6
2021-03-12test: Allow SPL to run any available testSimon Glass1-2/+5
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass1-1/+1
2021-03-12sandbox: Drop the 'starting...' messageSimon Glass1-1/+0
2021-03-12arm: stm32mp: Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS...Patrice Chotard1-2/+4
2021-03-12arm: mvebu: a38x: Remove dead code ARMADA_39XPali Rohár4-106/+1
2021-03-11stm32mp: bsec: manage clock when present in device treePatrick Delaunay1-0/+10
2021-03-11stm32mp: stm32prog: replace alias by serial device sequence numberPatrick Delaunay2-30/+10
2021-03-11stm32mp: stm32prog: reactivate console and display serial errorPatrick Delaunay1-4/+10
2021-03-11stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay6-12/+50
2021-03-11stm32mp: stm32prog: Add Kconfig file for stm32prog commandPatrick Delaunay2-17/+19
2021-03-11ARM: dts: stm32mp1: explicit clock reference needed by RCC clock driverEtienne Carriere1-0/+4
2021-03-09x86: Select advanced Intel code only if allowedSimon Glass2-0/+16
2021-03-09x86: Move INTEL_ACPIGEN to arch/x86Simon Glass1-0/+9
2021-03-09x86: Fix member check in intel_gnvsSimon Glass1-0/+4
2021-03-09x86: sizeof-array-div error in lpc_common_early_initHeinrich Schuchardt1-1/+1