summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-07-13ARM: am335x: Add phyCORE AM335x R2 supportNiel Fourie7-1/+616
2019-07-13ARM: legoev3: convert to driver modelDavid Lechner2-1/+91
2019-07-13ARM: dts: omap3-evm: Sync dts(i) files from Linux 5.1.5Derald D. Woods3-7/+18
2019-07-12Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini9-599/+408
2019-07-12Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini14-56/+105
2019-07-12Merge tag 'uniphier-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini63-463/+763
2019-07-11arm: mach-omap2: am33xx: Init pinmux before clockMarek Vasut1-1/+1
2019-07-11configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini1-1/+1
2019-07-11arm: spear: Return to BootROM if failing to boot from the main deviceMiquel Raynal1-0/+12
2019-07-11arm: spear: Do not link the _main branchMiquel Raynal1-1/+2
2019-07-11arm: spear: Support returning to BootROMMiquel Raynal2-3/+39
2019-07-11arm: spear: Simplify start.S organizationMiquel Raynal1-15/+2
2019-07-11arm: spear: Reference the link register with LR instead of R14Miquel Raynal1-1/+1
2019-07-11arm: spear: Use PUSH/POP mnemonics when relevantMiquel Raynal1-4/+4
2019-07-11arm: spear: Purely cosmetic changes in start.SMiquel Raynal1-9/+8
2019-07-11arm: spear: Fix the main comment in start.SMiquel Raynal1-4/+3
2019-07-11arm: spear: Drop false commentMiquel Raynal1-5/+0
2019-07-11arm: spear: Call the SPL 'SPL', not 'Xloader'Miquel Raynal1-2/+2
2019-07-11arm: spear: Drop useless board_init_r callMiquel Raynal1-2/+0
2019-07-11test: pci_ep: add basic pci_ep testsRamon Fried1-0/+8
2019-07-11pci_ep: add pci endpoint sandbox driverRamon Fried2-0/+6
2019-07-11arm: mvebu: set 38x and 39x AVS on lower frequencyBaruch Siach4-0/+40
2019-07-11km/spi: remove deprecated SPI flash driver code for KM Kirkwood boardsPascal Linder1-11/+0
2019-07-11km/spi: add SPI configuration to KM Kirkwood device treePascal Linder1-0/+22
2019-07-11km: modify Kconfig file organization for KM boardsPascal Linder3-45/+16
2019-07-11arm: mvebu: clearfog: enable SATA in SPLBaruch Siach1-0/+8
2019-07-11arm: mvebu: add support for boot from SATABaruch Siach4-0/+15
2019-07-11arm: mvebu: fix ahci mbus config in SPLBaruch Siach1-0/+4
2019-07-11test: dm: Add a test for PCI Enhanced AllocationAlex Marginean2-0/+21
2019-07-11test: check u-boot properties in SPL device treePatrick Delaunay1-0/+18
2019-07-11x86: Add a forward struct declaration in coreboot_tables.hSimon Glass1-0/+2
2019-07-11sandbox: Correct spi flash operationSimon Glass1-1/+1
2019-07-11sandbox: Add a memory {} nodeSimon Glass2-0/+12
2019-07-11sandbox: Allo sdl-config to be overriddenSimon Glass1-2/+3
2019-07-11sandbox: Add a comment to board_init_f()Simon Glass1-0/+1
2019-07-11sandbox: spl: Lower priority of standard loaderSimon Glass1-1/+1
2019-07-11sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass1-0/+1
2019-07-11sandbox: Add an alias for SPISimon Glass2-2/+4
2019-07-11sandbox: Create a common sandbox DTSimon Glass3-664/+348
2019-07-11sandbox: Sync up sandbox64.dts with main DTSimon Glass1-0/+67
2019-07-10ARM: uniphier: set {kernel, ramdisk, fdt}_addr_r at boot-timeMasahiro Yamada1-0/+4
2019-07-10ARM: uniphier: set dram_base environment variableMasahiro Yamada1-0/+2
2019-07-10ARM: uniphier: set loadaddr at boot-timeMasahiro Yamada1-0/+32
2019-07-10ARM: uniphier: turn uniphier_set_fdt_file() into void functionMasahiro Yamada1-7/+13
2019-07-10ARM: uniphier: remove CONFIG_SYS_SDRAM_BASEMasahiro Yamada1-1/+4
2019-07-10ARM: uniphier: make mem_map run-time configurableMasahiro Yamada3-4/+38
2019-07-10ARM: uniphier: make dram_init() more genericMasahiro Yamada1-3/+7
2019-07-10ARM: uniphier: make dram_init() independent of SG_MEMCONFMasahiro Yamada1-64/+84
2019-07-10ARM: uniphier: detect register base addresses run-timeMasahiro Yamada6-1/+97
2019-07-10ARM: uniphier: de-couple SC macros into base address and offsetMasahiro Yamada28-285/+266