summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-08-13arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdefPatrick Delaunay2-47/+58
2020-08-13arm: stm32mp: bsec: use IS_ENABLED to prevent ifdefPatrick Delaunay1-40/+46
2020-08-08board: presidio: add LED supportJway Lin1-0/+31
2020-08-06board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait1-0/+25
2020-08-06board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait1-0/+21
2020-08-06board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait4-9/+23
2020-08-06cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait2-8/+0
2020-08-06arm: mvebu: Update CRS305-1G-4S board flash layoutLuka Kovacic1-5/+5
2020-08-06arm: mvebu: Add CRS328-4C-20S-4S boardLuka Kovacic5-0/+185
2020-08-06arm: mvebu: Add CRS326-24G-2S boardLuka Kovacic5-0/+185
2020-08-06arm: mvebu: Add CRS305-1G-4S Bit boardLuka Kovacic2-0/+44
2020-08-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini2-1/+30
2020-08-05ARM: add Kconfig option for PSCI 0.1Icenowy Zheng1-0/+4
2020-08-05arm: Add SPL build check to SPL early bss clearBrian Moyer1-5/+5
2020-08-05cmd: add clone commandJohn Chau1-0/+1
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini16-95/+436
2020-08-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2-0/+25
2020-08-04Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini3-3/+90
2020-08-04mscc: Drop dm.h header fileSimon Glass5-15/+0
2020-08-04mediatek: Drop dm.h header fileSimon Glass1-1/+1
2020-08-04thermal: Drop dm.h header fileSimon Glass1-0/+1
2020-08-04sf: Drop dm.h header file from spi_flash.hSimon Glass3-0/+3
2020-08-04sifive: reset: add DM based reset driver for SiFive SoC'sSagar Shrikant Kadam1-0/+13
2020-08-04fu540: dtsi: add reset producer and consumer entriesSagar Shrikant Kadam1-0/+12
2020-08-03mips: octeon: Update Octeon KconfigStefan Roese1-2/+4
2020-08-03mips: octeon: mrvl, octeon-ebb7304.dts: Add SPI flash DT nodeStefan Roese1-0/+9
2020-08-03mips: octeon: mrvl,cn73xx.dtsi: Add SPI DT nodeStefan Roese1-0/+10
2020-08-03mips: octeon: dts: Add Octeon clock driver DT nodesStefan Roese2-1/+11
2020-08-03mips: octeon: dts: Add I2C DT nodesStefan Roese2-0/+30
2020-08-03mips: octeon: mrvl,cn73xx.dtsi: Add GPIO DT nodesStefan Roese1-0/+26
2020-08-03ARM: imx: hab: panic on authentication failureMarek Vasut1-4/+2
2020-08-03imx: Add MYiR Tech MYS-6ULX supportParthiban Nallathambi6-0/+295
2020-08-03Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini7-11/+72
2020-08-03x86: call32: Append appropriate suffixesAndy Shevchenko1-3/+2
2020-08-03x86: sipi_vector: Append appropriate suffixesAndy Shevchenko1-3/+3
2020-08-03arch: x86: apl: Update FSP parametersBernhard Messerklinger3-2/+35
2020-08-03x86: apl: fsp_bindings: Add support for u64 parametersBernhard Messerklinger2-0/+29
2020-08-03x86: irq: Fix some typosWolfgang Wallner1-3/+3
2020-08-02sh: r2dplus: Add SCIF1 to the basic DTMarek Vasut1-0/+23
2020-08-02sh: Set gd->malloc_base if MALLOC_F_LEN is setMarek Vasut1-1/+7
2020-08-01efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-systemHeinrich Schuchardt2-25/+0
2020-08-01x86: rename CONFIG_STACK_SIZEHeinrich Schuchardt2-2/+2
2020-07-30Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini27-128/+230
2020-07-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-stmTom Rini25-183/+1572
2020-07-29arch: arm: use dt and UCLASS_SYSCON to get gic lpi detailsRayagonda Kokatanur4-36/+61
2020-07-29arch: arm: use dt and UCLASS_IRQ to get gic detailsRayagonda Kokatanur1-7/+66
2020-07-29gpio: do not include <asm/arch/gpio.h> on TARGET_BCMNS3Rayagonda Kokatanur1-1/+2
2020-07-29board: ns3: define ddr memory layoutRayagonda Kokatanur1-0/+23
2020-07-29board: ns3: add api to save boot parameters passed from BL31Abhishek Shah2-0/+35
2020-07-29arm: cpu: armv8: add L3 memory flush supportRayagonda Kokatanur3-0/+95