aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-08-06arm: zynq: Fix indentation for zynq-cse targetsMichal Simek2-3/+1
2018-08-06arm: zynq: Remove fclk-enable property for cse-nor targetMichal Simek1-1/+0
2018-08-06arm: zynqmp: Fix sdhci clock in emmc1 mini configurationMichal Simek1-1/+2
2018-08-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini22-18/+2221
2018-08-03ARM: dts: stm32: remove cd-inverted for stm32429i-evalPatrice Chotard1-2/+1
2018-08-03armv8: make SPL exception vectors optionalAndre Przywara3-4/+30
2018-08-03armv8: Reduce exception handling codeAndre Przywara1-50/+82
2018-08-03clk: add clk_valid()Fabrice Gasnier1-0/+8
2018-08-03Merge git://git.denx.de/u-boot-dmTom Rini3-16/+16
2018-08-01ARM: tegra: align carveout sizeStephen Warren1-1/+1
2018-08-01binman: Rename 'position' to 'offset'Simon Glass3-16/+16
2018-08-01Merge tag 'arc-updates-for-2018.09-rc2' of git://git.denx.de/u-boot-arcTom Rini4-1/+52
2018-07-31dm: Fix CMD_DM enablingMichal Simek1-1/+1
2018-07-31board: sun50i: h6: Add OrangePi One Plus initial supportJagan Teki2-0/+151
2018-07-31sunxi: add support for Pine H64 boardIcenowy Zheng2-0/+187
2018-07-31sunxi: add support for Allwinner H6 SoCIcenowy Zheng3-1/+306
2018-07-31sunxi: add DRAM support to H6Icenowy Zheng5-0/+1061
2018-07-31sunxi: add MMC support for H6Icenowy Zheng1-1/+1
2018-07-31sunxi: add UART0 setup for H6Icenowy Zheng2-0/+5
2018-07-31sunxi: use sun6i-style watchdog for H6Icenowy Zheng2-2/+2
2018-07-31sunxi: add clock code for H6Icenowy Zheng4-0/+417
2018-07-31sunxi: change RMR64's RVBAR address for H6Icenowy Zheng2-0/+10
2018-07-31sunxi: add basic memory map definitions of H6 SoCIcenowy Zheng2-0/+75
2018-07-31sunxi: change SUNXI_HIGH_SRAM option to SUNXI_SRAM_ADDRESSIcenowy Zheng2-14/+6
2018-07-31ARC: Enable unaligned access in hardware if compiler uses itAlexey Brodkin2-0/+12
2018-07-31AXS10x: add spi flash supportEugeniy Paltsev1-0/+34
2018-07-31GPIO: CREG: improve flexibility of hsdk-creg-gpio driverEugeniy Paltsev1-1/+6
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini17-121/+145
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek19-97/+98
2018-07-30dm: Change CMD_DM enablingMichal Simek14-0/+113
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek13-327/+327
2018-07-30Kconfig: Replace spaces with tabs and missing newlineMichal Simek2-12/+12
2018-07-27Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini8-86/+41
2018-07-26Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini8-33/+56
2018-07-26tegra: beaver/apalis: Fix DTC warningTom Warren2-6/+0
2018-07-26ARM: tegra: avoid using secure carveout RAMStephen Warren1-0/+4
2018-07-26ARM: PSCI: Enable the PSCI nodeStephen Warren1-0/+4
2018-07-26ARM: PSCI: Support PSCI v0.2Stephen Warren1-0/+2
2018-07-26ARM: define MON_MODEStephen Warren1-0/+1
2018-07-26ARM: tegra: implement RAM repairBibek Basu2-2/+50
2018-07-26Revert "tegra: Introduce SRAM repair on tegra124"Stephen Warren2-31/+1
2018-07-26Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini6-54/+111
2018-07-26arm: Prevent redefinition error in fsl-layerscapeJoe Hershberger1-1/+1
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