summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: dts: logicpd som-lvs and torpedos: Shrink SPL DTBAdam Ford2019-07-134-29/+40
* ARM: dts: logicpd-som-lv: Resync with Kernel 5.1.9Adam Ford2019-07-132-6/+2
* ARM: dts: da850: Resync with Linux 5.1.9Adam Ford2019-07-131-1/+1
* configs: Make USE_TINY_PRINTF depend on SPL||TPL and be defaultTom Rini2019-07-132-2/+1
* ARM: am335x: Add phyCORE AM335x R2 supportNiel Fourie2019-07-137-1/+616
* ARM: legoev3: convert to driver modelDavid Lechner2019-07-132-1/+91
* ARM: dts: omap3-evm: Sync dts(i) files from Linux 5.1.5Derald D. Woods2019-07-133-7/+18
* Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-07-119-599/+408
|\
| * test: dm: Add a test for PCI Enhanced AllocationAlex Marginean2019-07-102-0/+21
| * test: check u-boot properties in SPL device treePatrick Delaunay2019-07-101-0/+18
| * x86: Add a forward struct declaration in coreboot_tables.hSimon Glass2019-07-101-0/+2
| * sandbox: Correct spi flash operationSimon Glass2019-07-101-1/+1
| * sandbox: Add a memory {} nodeSimon Glass2019-07-102-0/+12
| * sandbox: Allo sdl-config to be overriddenSimon Glass2019-07-101-2/+3
| * sandbox: Add a comment to board_init_f()Simon Glass2019-07-101-0/+1
| * sandbox: spl: Lower priority of standard loaderSimon Glass2019-07-101-1/+1
| * sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass2019-07-101-0/+1
| * sandbox: Add an alias for SPISimon Glass2019-07-102-2/+4
| * sandbox: Create a common sandbox DTSimon Glass2019-07-103-664/+348
| * sandbox: Sync up sandbox64.dts with main DTSimon Glass2019-07-101-0/+67
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-07-1114-56/+105
|\ \
| * | arm: mvebu: set 38x and 39x AVS on lower frequencyBaruch Siach2019-07-114-0/+40
| * | km/spi: remove deprecated SPI flash driver code for KM Kirkwood boardsPascal Linder2019-07-111-11/+0
| * | km/spi: add SPI configuration to KM Kirkwood device treePascal Linder2019-07-111-0/+22
| * | km: modify Kconfig file organization for KM boardsPascal Linder2019-07-113-45/+16
| * | arm: mvebu: clearfog: enable SATA in SPLBaruch Siach2019-07-111-0/+8
| * | arm: mvebu: add support for boot from SATABaruch Siach2019-07-114-0/+15
| * | arm: mvebu: fix ahci mbus config in SPLBaruch Siach2019-07-111-0/+4
| |/
* | Merge tag 'uniphier-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-07-1163-463/+763
|\ \
| * | ARM: uniphier: set {kernel, ramdisk, fdt}_addr_r at boot-timeMasahiro Yamada2019-07-101-0/+4
| * | ARM: uniphier: set dram_base environment variableMasahiro Yamada2019-07-101-0/+2
| * | ARM: uniphier: set loadaddr at boot-timeMasahiro Yamada2019-07-101-0/+32
| * | ARM: uniphier: turn uniphier_set_fdt_file() into void functionMasahiro Yamada2019-07-101-7/+13
| * | ARM: uniphier: remove CONFIG_SYS_SDRAM_BASEMasahiro Yamada2019-07-101-1/+4
| * | ARM: uniphier: make mem_map run-time configurableMasahiro Yamada2019-07-103-4/+38
| * | ARM: uniphier: make dram_init() more genericMasahiro Yamada2019-07-101-3/+7
| * | ARM: uniphier: make dram_init() independent of SG_MEMCONFMasahiro Yamada2019-07-101-64/+84
| * | ARM: uniphier: detect register base addresses run-timeMasahiro Yamada2019-07-106-1/+97
| * | ARM: uniphier: de-couple SC macros into base address and offsetMasahiro Yamada2019-07-1028-285/+266
| * | ARM: uniphier: de-couple SG macros into base address and offsetMasahiro Yamada2019-07-1013-41/+46
| * | ARM: uniphier: detect SD boot modeMasahiro Yamada2019-07-102-0/+12
| * | ARM: uniphier: make boot_is_swapped() code optionalMasahiro Yamada2019-07-105-12/+30
| * | ARM: uniphier: check DT to determine whether to initialize SBCMasahiro Yamada2019-07-107-1/+33
| * | ARM: uniphier: check DT to determine whether to use support cardMasahiro Yamada2019-07-101-0/+33
| * | ARM: uniphier: include <linux/io.h> from boot-device.cMasahiro Yamada2019-07-101-0/+1
| * | ARM: uniphier: use bool type for have_internal_stm parameterMasahiro Yamada2019-07-101-10/+10
| * | ARM: uniphier: clean up clk/MakefileMasahiro Yamada2019-07-101-7/+3
| * | ARM: uniphier: remove unused uniphier_ld11_boot_device_fixup()Masahiro Yamada2019-07-103-11/+0
| * | arm64: dts: uniphier: add reserved-memory for secure memoryMasahiro Yamada2019-07-103-6/+33
| * | arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSETMasahiro Yamada2019-07-106-13/+18
| |/