aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-09-27Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini3-28/+33
2018-09-26Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini10-46/+192
2018-09-26fpga: zynqmp: Modify PL bitstream loading sequenceSiva Durga Prasad Paladugu1-0/+2
2018-09-26arm64: zynqmp: Return pmufw version for zynqmp_pmufw_version()Siva Durga Prasad Paladugu2-15/+18
2018-09-26arm64: zynqmp: Move PM version related macros to .hSiva Durga Prasad Paladugu2-11/+11
2018-09-26arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via KconfigMichal Simek1-2/+2
2018-09-25config.mk: Remove duplicated -fno-strict-aliasingBin Meng3-3/+2
2018-09-25xtensa: use asm-generic/atomic.hChris Packham1-43/+1
2018-09-25mips: use asm-generic/atomic.hChris Packham1-43/+1
2018-09-25ARM: use asm-generic/atomic.hChris Packham1-146/+1
2018-09-25mmc: omap_hsmmc: Fix pbias for omap3_logic to enable CD pinAdam Ford1-0/+1
2018-09-25arm: spear: fix enabling of SSP2 clockQuentin Schulz1-1/+1
2018-09-25arm: spear: enable SSP1, 2 and 3 clocks when SPI controller driver is builtQuentin Schulz2-0/+5
2018-09-25ARM: dts: stm32mp1: Add EHCI support for stm32mp157c-ev1 boardPatrice Chotard1-0/+7
2018-09-25ARM: dts: stm32mp1: Add usb gadget support for stm32mp157c-ev1 boardPatrice Chotard4-0/+55
2018-09-23arm: qemu-arm: enable RTC (PL031) by defaultAKASHI Takahiro1-0/+2
2018-09-23sandbox: Allow to execute from RAMAlexander Graf1-1/+2
2018-09-23sandbox: Fix setjmp/longjmpAlexander Graf3-34/+5
2018-09-23sandbox: Enhance map_to_sysmem() to handle foreign pointersSimon Glass3-9/+161
2018-09-23sandbox: Add support for calling abort()Simon Glass1-0/+5
2018-09-23sandbox: Align RAM buffer to the machine page sizeSimon Glass1-3/+4
2018-09-23ARM: tegra: reserve unmapped RAM so EFI doesn't use itStephen Warren1-0/+14
2018-09-23efi_loader: simplify ifdefsStephen Warren3-4/+4
2018-09-23mips: mt7628a.dtsi: Add SPI clock-frequency propertyStefan Roese1-0/+2
2018-09-23mips: mt76xx: Add sysreset supportStefan Roese2-0/+8
2018-09-23mips: Add Gardena Smart-Gateway board supportStefan Roese2-0/+63
2018-09-23mips: Add LinkIt Smart 7688 supportStefan Roese2-0/+59
2018-09-22mips: Add basic MediaTek MT7620/88 supportStefan Roese9-0/+1004
2018-09-22mips: Add arch/mips/include/asm/atomic.hStefan Roese1-0/+54
2018-09-22MIPS: cache: remove config option CONFIG_SYS_MIPS_CACHE_MODEDaniel Schwierzeck1-5/+1
2018-09-22MIPS: cache: make index base address configurableDaniel Schwierzeck2-10/+20
2018-09-22MIPS: cache: optimise changing of k0 CCA modeDaniel Schwierzeck1-22/+32
2018-09-22MIPS: cache: reimplement dcache_[status, enable, disable]Daniel Schwierzeck2-46/+20
2018-09-22MIPS: start.S: make boot config at offset 0x10 configurableDaniel Schwierzeck2-16/+28
2018-09-22dt: bcm6838: add pinctrlPhilippe Reynes1-0/+12
2018-09-19Merge git://git.denx.de/u-boot-imxTom Rini2-1/+2
2018-09-19Merge git://git.denx.de/u-boot-marvellTom Rini5-28/+44
2018-09-19board: turris_mox: Fixup U-Boot's device tree if PCIe connectedMarek BehĂșn1-0/+7
2018-09-19dts: mvebu: mcbin: drop redundant SD slot nodeBaruch Siach1-8/+0
2018-09-19arch/arm/dts: Update Turris Mox device treeMarek BehĂșn1-7/+3
2018-09-19ARM: mach-mvebu: handle fall-back to UART bootChris Packham2-0/+12
2018-09-19Revert "arm: mvebu: fix boot from UART when in fallback mode"Chris Packham2-15/+0
2018-09-19arm64: mvebu: armada-8k: support environment in SD/eMMCBaruch Siach1-0/+24
2018-09-18Merge git://git.denx.de/u-boot-dmTom Rini16-5/+145
2018-09-18Merge branch 'master' of git://git.denx.de/u-boot into masterStefano Babic18-200/+525
2018-09-18misc: Add MPC83xx serdes driverMario Six2-0/+8
2018-09-18cpu: Add MPC83xx CPU driverMario Six3-0/+6
2018-09-18test: Add tests for CPU uclassMario Six1-0/+12
2018-09-18timer: Add MPC83xx timer driverMario Six3-3/+10
2018-09-18clk: Add MPC83xx clock driverMario Six4-1/+83