summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-07-26sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfacesJoe Hershberger4-26/+31
2018-07-26sandbox: eth-raw: Allow interface to be specified by indexJoe Hershberger2-0/+16
2018-07-26sandbox: eth-raw: Add a function to ask the host about localhostJoe Hershberger2-4/+31
2018-07-26net: sandbox-raw: Convert raw eth driver to livetreeJoe Hershberger2-15/+23
2018-07-26sandbox: eth-raw: Make sure descriptors are always initializedJoe Hershberger1-2/+3
2018-07-26sandbox: Fix format of fake-host-hwaddr in test.dtsJoe Hershberger1-4/+4
2018-07-26sandbox: eth-raw: Correct valid socket test in send/recvJoe Hershberger1-2/+2
2018-07-25ARM: uniphier: enable distro bootMasahiro Yamada2-4/+5
2018-07-25ARM: uniphier: support fdt_fixup_mtdpartsMasahiro Yamada1-0/+8
2018-07-25ARM: uniphier: split ft_board_setup() out to a separate fileMasahiro Yamada5-36/+58
2018-07-25ARM: uniphier: clean-up ft_board_setup()Masahiro Yamada1-3/+3
2018-07-23ARM: DTS: am3517-evm-u-boot: Mark MMC1 with cd-invertedAdam Ford1-0/+4
2018-07-23ARM: dts: am3517-evm-uboot: Add reg-shift for UARTAdam Ford1-0/+12
2018-07-23ARM: DTS: Resync Logic PD SOM-LV 37xx devkit with Linux 4.18-RC4Adam Ford3-255/+323
2018-07-23ARM: DTS: Resync LogicPD-Torpedo-37xx-devkit with Linux 4.18-RC4Adam Ford3-426/+475
2018-07-23ARM: dts: Resync OMAP3 and omap36xx with Linux 4.18-RC4Adam Ford2-18/+49
2018-07-23ARM: DTS: Resync am3517-evm.dts with Linux 4.18-rc4Adam Ford3-2/+377
2018-07-23m68k: m5253evbe: Remove this boardTom Rini1-5/+0
2018-07-23mx25: fix the offset between the USB ports' registersMartin Kaiser1-1/+6
2018-07-23imx: i.mx6q: imx6q_logic: Migrate to SPL and enable SDPAdam Ford1-1/+2
2018-07-23pico-imx7d: Add SPL supportFabio Estevam1-0/+1
2018-07-23arm, imx6: add alternative PAD_CTL_DSE constantsMark Jonas1-0/+8
2018-07-23imx: mx7: psci: implement MIGRATE_INFO_TYPEStefan Agner1-0/+7
2018-07-23imx: mx7: psci: support CPU0 on/offStefan Agner1-8/+12
2018-07-23imx: mx7: psci: provide complete PSCI 1.0 implementationStefan Agner1-3/+93
2018-07-23imx: mx7: psci: use C code exclusivelyStefan Agner3-70/+24
2018-07-23ARM: PSCI: initialize stack pointer on secondary CPUsStefan Agner1-0/+2
2018-07-23imx: imx6: Add comment to gpr_init functionMichael Trimarchi1-0/+5
2018-07-23mx7: Remove BMODE supportFabio Estevam3-27/+1
2018-07-23imx: mx6: Fix implementantion reset_miscMichael Trimarchi1-0/+2
2018-07-23board: toradex: add Colibri iMX6ULL supportStefan Agner2-0/+558
2018-07-23ARM: dts: imx6ull: use same compatible string as Linux is usingStefan Agner1-1/+1
2018-07-23imx: add macro to detect whether USB has been initializedStefan Agner1-0/+7
2018-07-21Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini3-4/+79
2018-07-21rockchip: veyron: Set vcc33_sd regulator valueCarlo Caione1-0/+10
2018-07-21rk3288: Disable JTAG function from sdmmc0 IOCarlo Caione1-2/+8
2018-07-21rk3288: veyron: Init boot-on regulatorsCarlo Caione1-0/+6
2018-07-21rockchip: rk3399: spl: add missing \n to outputHeinrich Schuchardt1-1/+1
2018-07-21rockchip: rk3399: inject 'u-boot, spl-boot-device' for next-stagePhilipp Tomsich1-0/+48
2018-07-21rockchip: rk3188: add rk_board_late_init() hookAlexander Kochetkov1-1/+6
2018-07-21Merge git://git.denx.de/u-boot-x86Tom Rini40-209/+265
2018-07-20ARM64: meson: Sync DT with Linux 4.17.5Loic Devulder1-0/+7
2018-07-20stm32mp1: clock tree updatePatrick Delaunay1-11/+35
2018-07-20stm32mp1: add support for stm32mp157c-ev1 boardPatrick Delaunay3-1/+165
2018-07-20stm32mp1: activate MISC support in SPLPatrick Delaunay1-0/+1
2018-07-20misc: stm32: Add STM32MP1 supportPatrick Delaunay1-0/+1
2018-07-20dts: import stm32mp1 device tree from linux kernelPatrick Delaunay7-530/+1334
2018-07-20x86: acpi: Prevent acpi_table.h from being included more than onceBin Meng1-0/+5
2018-07-20x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng2-14/+18
2018-07-20x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng7-128/+153